summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
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
2013-07-19ARI: Bridge Playback, Bridge RecordJonathan Rose
2013-07-19Fix crash when using temporary peersKinsey Moore
2013-07-18Add a bunch of options from sip.conf to res_sip.confMark Michelson
2013-07-17Left over spacing issues of review 726.Tzafrir Cohen
2013-07-17handle DAHDI_EVENT_REMOVED on a pri D-ChannelTzafrir Cohen
2013-07-16chan_gulp: Fix gulp_indicate() handling of AST_CONTROL_PVT_CAUSE_CODE.Richard Mudgett
2013-07-16Remove some dead code dealing with old bridging method.Richard Mudgett
2013-07-15Replace chan_agent with app_agent_pool.Richard Mudgett
2013-07-13Pretty up a debug message if the referred-by-uri isn't availableMatthew Jordan
2013-07-12Fix a longstanding issue with MFC-R2 configuration that prevented usersMoises Silva
2013-07-12Fix a compiler warning.Jason Parker