projects
/
asterisk/asterisk.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
* Removed some noop code and restructured an else-if ladder in ast_generic_bridge().
[asterisk/asterisk.git]
/
main
/
channel.c
2013-01-10
Richard Mudgett
* Removed some noop code and restructured an else-if...
blob
|
commitdiff
2013-01-09
Richard Mudgett
* Simple optimization of bridge_playfile().
blob
|
commitdiff
|
diff to current
2013-01-03
Kinsey Moore
Add missing test event
blob
|
commitdiff
|
diff to current
2013-01-02
Matthew Jordan
Prevent exhaustion of system resources through exploita...
blob
|
commitdiff
|
diff to current
2012-12-20
Richard Mudgett
Give the causes[] a struct name.
blob
|
commitdiff
|
diff to current
2012-12-18
Kinsey Moore
Add test events for time limit-related hangups
blob
|
commitdiff
|
diff to current
2012-12-11
Richard Mudgett
Cleanup CLI commands on exit for several files.
blob
|
commitdiff
|
diff to current
2012-11-21
Richard Mudgett
Add red-black tree container type to astobj2.
blob
|
commitdiff
|
diff to current
2012-11-15
Brent Eagles
Patch to prevent stopping the active generator when...
blob
|
commitdiff
|
diff to current
2012-11-07
Mark Michelson
Multiple revisions 375993-375994
blob
|
commitdiff
|
diff to current
2012-11-06
Richard Mudgett
Fix stuck DTMF when bridge is broken.
blob
|
commitdiff
|
diff to current
2012-11-05
Matthew Jordan
Refactor ast_timer_ack to return an error and handle...
blob
|
commitdiff
|
diff to current
2012-11-02
Richard Mudgett
Things don't need to be that const.
blob
|
commitdiff
|
diff to current
2012-10-02
Matthew Jordan
Fix a variety of ref counting issues
blob
|
commitdiff
|
diff to current
2012-09-25
Mark Michelson
Allow for redirecting reasons to be set to arbitrary...
blob
|
commitdiff
|
diff to current
2012-09-20
Richard Mudgett
Named call pickup groups. Fixes, missing functionality...
blob
|
commitdiff
|
diff to current
2012-09-13
David M. Lee
Fix timeouts for ast_waitfordigit[_full].
blob
|
commitdiff
|
diff to current
2012-09-12
Richard Mudgett
Enhance astobj2 to support other types of containers.
blob
|
commitdiff
|
diff to current
2012-09-10
Jonathan Rose
Masquerade: Retain parkinglot settings made by CHANNEL...
blob
|
commitdiff
|
diff to current
2012-08-30
Matthew Jordan
Clean up doxygen warnings
blob
|
commitdiff
|
diff to current
2012-08-29
Richard Mudgett
Fix theoretical compile error with HAVE_EPOLL.
blob
|
commitdiff
|
diff to current
2012-08-29
Richard Mudgett
Initialize file descriptors for dummy channels to -1.
blob
|
commitdiff
|
diff to current
2012-08-10
Richard Mudgett
Add private representation of caller, connected and...
blob
|
commitdiff
|
diff to current
2012-08-08
Mark Michelson
Allow support for early media on AMI originates and...
blob
|
commitdiff
|
diff to current
2012-08-08
Kinsey Moore
Do not define a cause that doesn't actually exist
blob
|
commitdiff
|
diff to current
2012-08-07
Kinsey Moore
Add missing AST_CAUSE_* -> text translations
blob
|
commitdiff
|
diff to current
2012-08-07
Matthew Jordan
Add named callgroups/pickupgroups
blob
|
commitdiff
|
diff to current
2012-07-31
Kinsey Moore
Clean up and ensure proper usage of alloca()
blob
|
commitdiff
|
diff to current
2012-07-20
Kinsey Moore
Add hangupcause translation support
blob
|
commitdiff
|
diff to current
2012-07-20
Richard Mudgett
Add the AccountCode header to the AMI Hangup event.
blob
|
commitdiff
|
diff to current
2012-07-18
Kevin P. Fleming
Ensure that all ast_datastore_info structures are ...
blob
|
commitdiff
|
diff to current
2012-07-11
Matthew Jordan
Fix validation errors when producing documentation...
blob
|
commitdiff
|
diff to current
2012-07-10
Matthew Jordan
Add some additional documentation for core AMI events
blob
|
commitdiff
|
diff to current
2012-06-29
Richard Mudgett
Hangup handlers - Dialplan subroutines that run when...
blob
|
commitdiff
|
diff to current
2012-06-19
Kinsey Moore
Ensure that pvt cause information does not break native...
blob
|
commitdiff
|
diff to current
2012-06-15
Kevin P. Fleming
Multiple revisions 369001-369002
blob
|
commitdiff
|
diff to current
2012-06-14
Richard Mudgett
Allow non-normal execution routines to be able to run...
blob
|
commitdiff
|
diff to current
2012-06-11
Richard Mudgett
Fix deadlock potential with ast_set_hangupsource()...
blob
|
commitdiff
|
diff to current
2012-06-08
Richard Mudgett
Tweak ast_channel_softhangup_withcause_locked() to...
blob
|
commitdiff
|
diff to current
2012-06-04
Mark Michelson
Remove some extra debugging I forgot to remove in the...
blob
|
commitdiff
|
diff to current
2012-06-04
Mark Michelson
Merge changes dealing with support for Digium phones.
blob
|
commitdiff
|
diff to current
2012-06-04
Richard Mudgett
Fix potential deadlock between masquerade and chan_local.
blob
|
commitdiff
|
diff to current
2012-05-22
Terry Wilson
Fix race condition for CEL LINKEDID_END event
blob
|
commitdiff
|
diff to current
2012-05-21
Richard Mudgett
Made ast_queue_hangup() and ast_queue_hangup_with_cause...
blob
|
commitdiff
|
diff to current
2012-05-17
Kinsey Moore
Make the new SIP_CAUSE backend behave more like the...
blob
|
commitdiff
|
diff to current
2012-05-17
Jonathan Rose
logger: Adds additional support for call id logging...
blob
|
commitdiff
|
diff to current
2012-05-14
Kinsey Moore
Commit framework for HANGUPCAUSE (replacement for SIP_C...
blob
|
commitdiff
|
diff to current
2012-05-10
Richard Mudgett
* Made ast_change_name() hold the channels container...
blob
|
commitdiff
|
diff to current
2012-05-10
Richard Mudgett
Run predial routine on local;2 channel where you would...
blob
|
commitdiff
|
diff to current
2012-05-10
Kinsey Moore
Resolve FORWARD_NULL static analysis warnings
blob
|
commitdiff
|
diff to current
2012-04-25
Olle Johansson
Make it possible to change the minimum DTMF duration...
blob
|
commitdiff
|
diff to current
2012-04-25
Olle Johansson
Formatting fixes
blob
|
commitdiff
|
diff to current
2012-04-20
Richard Mudgett
Add original party id and reason support.
blob
|
commitdiff
|
diff to current
2012-04-04
Jonathan Rose
Replace GNU old-style field designator extensions to...
blob
|
commitdiff
|
diff to current
2012-04-03
Mark Murawki
Allow the Hangup manager action to match channels by...
blob
|
commitdiff
|
diff to current
2012-03-24
Richard Mudgett
Make number not available presentation also set screeni...
blob
|
commitdiff
|
diff to current
2012-03-22
Kinsey Moore
Kill off red blobs in most of main/*
blob
|
commitdiff
|
diff to current
2012-03-14
Richard Mudgett
Fix deadlock potential with some ast_indicate/ast_indic...
blob
|
commitdiff
|
diff to current
2012-03-14
Richard Mudgett
Fix Dial m and r options and forked calls generating...
blob
|
commitdiff
|
diff to current
2012-03-13
Terry Wilson
Finalize ast_channel opaquification
blob
|
commitdiff
|
diff to current
2012-03-13
Richard Mudgett
Fix crash caused by opaquification change -r356042.
blob
|
commitdiff
|
diff to current
2012-03-02
Richard Mudgett
Remove ISDN hold restriction for non-bridged calls.
blob
|
commitdiff
|
diff to current
2012-03-02
Mark Michelson
Fix race condition that can cause important control...
blob
|
commitdiff
|
diff to current
2012-03-01
Terry Wilson
Opaquify ast_channel typedefs, fd arrays, and softhangu...
blob
|
commitdiff
|
diff to current
2012-02-29
Terry Wilson
Opaquify ast_channel structs and lists
blob
|
commitdiff
|
diff to current
2012-02-28
Richard Mudgett
Fix REF_DEBUG compile errors.
blob
|
commitdiff
|
diff to current
2012-02-28
Richard Mudgett
Fix ast_channel allocation init setting priority to...
blob
|
commitdiff
|
diff to current
2012-02-27
Richard Mudgett
Fix callerid of Originated calls.
blob
|
commitdiff
|
diff to current
2012-02-27
Kinsey Moore
Deprecated macro usage for connected line, redirecting...
blob
|
commitdiff
|
diff to current
2012-02-24
Terry Wilson
Opaquification for ast_format structs in struct ast_channel
blob
|
commitdiff
|
diff to current
2012-02-22
Terry Wilson
Rename ast_channel_emulate_dtmf_digit* funcs
blob
|
commitdiff
|
diff to current
2012-02-21
Terry Wilson
Fix some opaquification-related compiler warnings
blob
|
commitdiff
|
diff to current
2012-02-20
Terry Wilson
ast_channel opaquification of pointers and integral...
blob
|
commitdiff
|
diff to current
2012-02-13
Terry Wilson
Opaquify char * and char[] in ast_channel
blob
|
commitdiff
|
diff to current
2012-02-09
Russell Bryant
Remove some unnecessary locking from ast_hangup().
blob
|
commitdiff
|
diff to current
2012-02-01
Richard Mudgett
Constify some more channel driver technology callback...
blob
|
commitdiff
|
diff to current
2012-02-01
Richard Mudgett
Fix ExtenSpy and simplify the channel search functions.
blob
|
commitdiff
|
diff to current
2012-01-24
Terry Wilson
Opaquify channel stringfields
blob
|
commitdiff
|
diff to current
2012-01-11
Terry Wilson
Always treat arguments to get_by_name_cb as strings
blob
|
commitdiff
|
diff to current
2012-01-09
Richard Mudgett
Fix compiler warnings reported by gcc v4.2.4.
blob
|
commitdiff
|
diff to current
2012-01-09
Terry Wilson
Replace direct access to channel name with accessor...
blob
|
commitdiff
|
diff to current
2011-12-16
Richard Mudgett
Clean-up on isle five for __ast_request_and_dial()...
blob
|
commitdiff
|
diff to current
2011-12-16
Richard Mudgett
Fix cut and past error in ast_call_forward().
blob
|
commitdiff
|
diff to current
2011-12-16
Richard Mudgett
Fix crash during CDR update.
blob
|
commitdiff
|
diff to current
2011-11-14
Terry Wilson
Don't read past end of input when calling write()
blob
|
commitdiff
|
diff to current
2011-10-14
Terry Wilson
Avoid unnecessary WARNING message
blob
|
commitdiff
|
diff to current
2011-10-11
Tzafrir Cohen
Update SHA1 code to RFC 6234
blob
|
commitdiff
|
diff to current
2011-09-22
Gregory Nietsky
Merged revisions 337431 via svnmerge from
blob
|
commitdiff
|
diff to current
2011-09-16
Jonathan Rose
Merged revisions 336307 via svnmerge from
blob
|
commitdiff
|
diff to current
2011-09-12
Matthew Nicholson
Merged revisions 335434 via svnmerge from
blob
|
commitdiff
|
diff to current
2011-09-09
Matthew Jordan
Merged revisions 335078 via svnmerge from
blob
|
commitdiff
|
diff to current
2011-08-31
Richard Mudgett
Merged revisions 334010 via svnmerge from
blob
|
commitdiff
|
diff to current
2011-08-29
Terry Wilson
Merged revisions 333681 via svnmerge from
blob
|
commitdiff
|
diff to current
2011-08-08
Terry Wilson
Merged revisions 331041 via svnmerge from
blob
|
commitdiff
|
diff to current
2011-07-31
Richard Mudgett
Merged revisions 330369 via svnmerge from
blob
|
commitdiff
|
diff to current
2011-07-30
Gregory Nietsky
Merged revisions 330312 via svnmerge from
blob
|
commitdiff
|
diff to current
2011-07-07
David Vossel
Adds pass-through support for codec CELT.
blob
|
commitdiff
|
diff to current
2011-06-29
Matthew Nicholson
Merged revisions 325545 via svnmerge from
blob
|
commitdiff
|
diff to current
2011-06-16
Terry Wilson
Merged revisions 324048 via svnmerge from
blob
|
commitdiff
|
diff to current
2011-06-13
Leif Madsen
Merged revisions 323213 via svnmerge from
blob
|
commitdiff
|
diff to current
next