summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
2013-03-28Break the world. Stasis message type accessors should now all be named correc...Kinsey Moore
2013-03-25Move NewCallerid, HangupRequest and SoftHangupRequest to StasisDavid M. Lee
2013-03-22Move more channel events to Stasis; move res_json.c to main/json.c.David M. Lee
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-03-08Ensure dummy channels get a stasis topic.David M. Lee
2013-03-08This patch adds a new message bus API to Asterisk.David M. Lee
2013-02-09Make ast_do_masquerade() a void function.Richard Mudgett
2013-01-31Eliminate a use of a C++ keyword as a variable. new to new_frameRichard Mudgett
2013-01-22Add ControlPlayback manager actionMatthew Jordan
2013-01-14Gently reduce masquerade insanityDavid M. Lee
2013-01-10* Simplify native bridge code in ast_channel_bridge().Richard Mudgett
2013-01-10* Removed some noop code and restructured an else-if ladder in ast_generic_br...Richard Mudgett
2013-01-09* Simple optimization of bridge_playfile().Richard Mudgett
2013-01-03Add missing test eventKinsey Moore
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-12-20Give the causes[] a struct name.Richard Mudgett
2012-12-18Add test events for time limit-related hangupsKinsey Moore
2012-12-11Cleanup CLI commands on exit for several files.Richard Mudgett
2012-11-21Add red-black tree container type to astobj2.Richard Mudgett
2012-11-15Patch to prevent stopping the active generator when it is not the silenceBrent Eagles
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-11-06Fix stuck DTMF when bridge is broken.Richard Mudgett
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2012-11-02Things don't need to be that const.Richard Mudgett
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-09-25Allow for redirecting reasons to be set to arbitrary strings.Mark Michelson
2012-09-20Named call pickup groups. Fixes, missing functionality, and improvements.Richard Mudgett
2012-09-13Fix timeouts for ast_waitfordigit[_full].David M. Lee
2012-09-12Enhance astobj2 to support other types of containers.Richard Mudgett
2012-09-10Masquerade: Retain parkinglot settings made by CHANNEL function.Jonathan Rose
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-08-29Fix theoretical compile error with HAVE_EPOLL.Richard Mudgett
2012-08-29Initialize file descriptors for dummy channels to -1.Richard Mudgett
2012-08-10Add private representation of caller, connected and redirecting party ids.Richard Mudgett
2012-08-08Allow support for early media on AMI originates and call files.Mark Michelson
2012-08-08Do not define a cause that doesn't actually existKinsey Moore
2012-08-07Add missing AST_CAUSE_* -> text translationsKinsey Moore
2012-08-07Add named callgroups/pickupgroupsMatthew Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-20Add hangupcause translation supportKinsey Moore
2012-07-20Add the AccountCode header to the AMI Hangup event.Richard Mudgett
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-11Fix validation errors when producing documentation using default build scriptMatthew Jordan
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-19Ensure that pvt cause information does not break native bridgingKinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-14Allow non-normal execution routines to be able to run on hungup channels.Richard Mudgett
2012-06-11Fix deadlock potential with ast_set_hangupsource() calls.Richard Mudgett
2012-06-08Tweak ast_channel_softhangup_withcause_locked() to take a typed parameter.Richard Mudgett