summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
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
2012-06-04Remove some extra debugging I forgot to remove in the merge of Digium phone s...Mark Michelson
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-06-04Fix potential deadlock between masquerade and chan_local.Richard Mudgett
2012-05-22Fix race condition for CEL LINKEDID_END eventTerry Wilson
2012-05-21Made ast_queue_hangup() and ast_queue_hangup_with_cause() lock instead of try...Richard Mudgett
2012-05-17Make the new SIP_CAUSE backend behave more like the original SIP_CAUSEKinsey Moore
2012-05-17logger: Adds additional support for call id logging and chan_sip specific stuffJonathan Rose
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-10* Made ast_change_name() hold the channels container lock while changing the ...Richard Mudgett
2012-05-10Run predial routine on local;2 channel where you would expect.Richard Mudgett
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-04-25Make it possible to change the minimum DTMF duration in asterisk.confOlle Johansson
2012-04-25Formatting fixesOlle Johansson
2012-04-20Add original party id and reason support.Richard Mudgett
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-04-03Allow the Hangup manager action to match channels by regexMark Murawki
2012-03-24Make number not available presentation also set screening to network provided.Richard Mudgett
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-14Fix deadlock potential with some ast_indicate/ast_indicate_data calls.Richard Mudgett
2012-03-14Fix Dial m and r options and forked calls generating warnings for voice frames.Richard Mudgett
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-13Fix crash caused by opaquification change -r356042.Richard Mudgett
2012-03-02Remove ISDN hold restriction for non-bridged calls.Richard Mudgett
2012-03-02Fix race condition that can cause important control frames (such as a hangup)...Mark Michelson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Fix REF_DEBUG compile errors.Richard Mudgett
2012-02-28Fix ast_channel allocation init setting priority to -1 instead of 1.Richard Mudgett
2012-02-27Fix callerid of Originated calls.Richard Mudgett
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore