summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2013-10-03chan_sip: Don't ignore expires value in contact header if it lacks semicolonJonathan Rose
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-09-30chan_sip: Allow Asterisk to retry after 403 on registerKinsey Moore
2013-09-27chan_sip: Increase some scratch buffer sizes dealing with caller id.Richard Mudgett
2013-09-27chan_sip: Reject calls on 200 OKs if no SDP has been receivedJonathan Rose
2013-09-25chan_sip: Fix Realtime Peer Update Problem When Un-registering And Expires He...Michael L. Young
2013-09-19chan_sip: Make direct media reinvites for T38 put Asterisk in the media pathJonathan Rose
2013-09-13Restore Dial, Queue, and FollowMe 'I' option support.Richard Mudgett
2013-09-12chan_sip: Revert r398835 due to failing tests involving originateJonathan Rose
2013-09-11chan_sip: Reject calls without prior SDP on 200 OKJonathan Rose
2013-08-30Fix various memory leaksKevin Harwell
2013-08-30optional_api: Fix linking problems between modules that export global symbolsDavid M. Lee
2013-08-27AST-2013-005: Fix crash caused by invalid SDPMatthew Jordan
2013-08-27AST-2013-004: Fix crash when handling ACK on dialog that has no channelMatthew Jordan
2013-08-27Fix uninitialized value in struct ast_control_pvt_cause_code usage.Richard Mudgett
2013-08-23Add pass through support for Opus and VP8; Opus format attribute negotiationMatthew Jordan
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-17Strip down the old event systemKinsey Moore
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-08-15Fix deadlocks in chan_sip in REFER and BYE handlingKinsey Moore
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-05Fix Registration Failure When A Peer And TLS Are UsedMichael L. Young
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson
2013-08-02Remove dead code from features.c; refactor pickup code into pickup.cMatthew Jordan
2013-08-01Fix documentation replication issuesKinsey Moore
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-25A great big renaming patchMatthew Jordan
2013-07-23Add DTLS-SRTP support to chan_pjsipKinsey Moore
2013-07-20Add transfer support to CELKinsey Moore
2013-07-19Fix crash when using temporary peersKinsey Moore
2013-07-16Remove some dead code dealing with old bridging method.Richard Mudgett
2013-07-13Pretty up a debug message if the referred-by-uri isn't availableMatthew Jordan
2013-07-08Move channel driver Registry manager events to core.Jason Parker
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-07-01Refactor extraneous channel eventsKinsey Moore
2013-06-28Add stasis publications for blind and attended transfers.Mark Michelson
2013-06-26Fix incorrect calls to ast_bridge_impart().Richard Mudgett
2013-06-22Merge in current pimp_my_sip work, including:Joshua Colp
2013-06-22Migrate PeerStatus events to stasis, add stasis endpoints, and add chan_pjsip...Joshua Colp
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-06Refactor the features configuration scheme.Mark Michelson