summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2013-08-23Fix memory corruption when trying to get "core show locks".Richard Mudgett
2013-08-23Add pass through support for Opus and VP8; Opus format attribute negotiationMatthew Jordan
2013-08-23Fix crash when answering after a transport error occurs.Joshua Colp
2013-08-21Prevent a crash on outbound SIP MESSAGE requests.Mark Michelson
2013-08-21Allow the SIP_CODEC family of variables to specify more than one codecMatthew Jordan
2013-08-21Fix Not Storing Current Incoming Recv AddressMichael L. Young
2013-08-20Remove REF_DEBUG definition.Mark Michelson
2013-08-20Fix refcounting of sip_pvt in test_sip_rtpqos test and unlink it from the lis...Mark Michelson
2013-08-19Whitespace cleanupMatthew Jordan
2013-08-18Update chan_mgcp to the modified parking APIKinsey Moore
2013-08-17Allow res_parking to be unloadableKinsey Moore
2013-08-17Strip down the old event systemKinsey Moore
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-08-15Remove some dead code dealing with: AST_BRIDGE_REC_CHANNEL_0, AST_BRIDGE_REC_...Richard Mudgett
2013-08-15Fix deadlocks in chan_sip in REFER and BYE handlingKinsey Moore
2013-08-15Remove unsupported channel technology callbacks.Richard Mudgett
2013-08-14chan_vpb: Effectively remove native support. Left enough bread crumbs to be ...Richard Mudgett
2013-08-14chan_iax2: Conditionally remove native support for now.Richard Mudgett
2013-08-14chan_misdn: Effectively remove native support. Left enough bread crumbs to b...Richard Mudgett
2013-08-13chan_sip: Convert 'just did sched_add waitid...' from warning to debug message.Walter Doekes
2013-08-13chan_sip: Fix IP-addr in warning when rejecting a contact ACL.Walter Doekes
2013-08-09pbx: Make originate threads indicate dial status when synchronousJonathan Rose
2013-08-08chan_dahdi: create channels at run-timeTzafrir Cohen
2013-08-08Hide the Surrogate channels from external consumers; kill Masquerade eventsMatthew Jordan
2013-08-08 - Fix different issues with call transfer cancel. In case 3rd party busy or ...Igor Goncharovskiy
2013-08-05Fix Registration Failure When A Peer And TLS Are UsedMichael L. Young
2013-08-02And get rid of another ast_bridged_channel()Mark Michelson
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson
2013-08-02Fixed chan_dahdi compilation failureDavid M. Lee
2013-08-02Add pickup.h include lines for chan_dahdi and chan_mgcpMatthew Jordan
2013-08-02Remove dead code from features.c; refactor pickup code into pickup.cMatthew Jordan
2013-08-01Support externally initiated parking requests; remove some dead codeMatthew Jordan
2013-08-01Fix documentation replication issuesKinsey Moore
2013-08-01Fixed compile errors introduced in r395954.David M. Lee
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-08-01Raise Registry AMI events on registration failuresMatthew Jordan
2013-07-31Fix remnants of the pjsip renamingKinsey Moore
2013-07-30The large GULP->PJSIP renaming effort.Mark Michelson
2013-07-30Reorganize the ast_sip_endpoint structure into substructures.Mark Michelson
2013-07-30Add support for T.38 fax to chan_pjsip.Joshua Colp
2013-07-25A great big renaming patchMatthew Jordan
2013-07-25Improve initial INVITE handling and fix crash due to rapidly arriving CANCEL.Joshua Colp
2013-07-23Drop the reference count on the correct object.Joshua Colp
2013-07-23Reinclude sys/stat.h in chan_dahdi.c and remove redundant include in utils.cRichard Mudgett
2013-07-23Some chan_dahdi protected function renaming.Richard Mudgett
2013-07-23Restore chan_dahdi native bridging and PRI tromboned call elimination.Richard Mudgett
2013-07-23Add DTLS-SRTP support to chan_pjsipKinsey Moore
2013-07-23Expose the chan_pjsip implementation pvt and session in a defined manner.Joshua Colp
2013-07-21Add additional control frame types to the IAX2 parser for debug messagesMatthew Jordan
2013-07-20Add transfer support to CELKinsey Moore