chan_sip: Add sendrpid trust options
[asterisk/asterisk.git] / channels / chan_sip.c
2014-04-21 Jonathan Rosechan_sip: Add sendrpid trust options
2014-04-17 Matthew Jordanchan_sip: Add SIPURIPHONECONTEXT channel variable for...
2014-04-15 Richard Mudgettchan_sip.c: Fix channel staging assertion failure.
2014-04-15 Richard Mudgettchan_sip.c: Moved some sip_pvt unrefs after their last...
2014-04-15 Jonathan RoseReverting r411189 so that it can be put up for public...
2014-04-12 Matthew Jordanchan_sip: Support RFC-3966 TEL URIs in inbound INVITE...
2014-04-11 Matthew Jordanmain/astobj2: Make REF_DEBUG a menuselect item; improve...
2014-04-04 Richard Mudgettinternal_timing: Remove the option and always make...
2014-03-27 Corey FarrellFix dialplan function NULL channel safety issues
2014-03-26 Jonathan Rosechan_sip: Send real CallerID information with P-Asssert...
2014-03-25 Kinsey Moorechan_sip: Fix incorrect use of timers
2014-03-24 Joshua Colpchan_sip: Always use fromdomain if set for domain,...
2014-03-10 Kinsey MooreAST-2014-002: chan_sip: Exit early on bad session timer...
2014-03-07 Corey Farrellchan_sip: Fix deadlock of monlock between unload_module...
2014-03-07 Scott Griepentroguniqueid: channel linkedid, ami, ari object creation...
2014-03-07 Matthew Jordanchan_sip: Allow static realtime members to be qualified...
2014-03-04 Sean BrightMinor whitespace change to 'sip show peers' output.
2014-02-28 Richard Mudgettchan_sip: Add precautionary p->owner checks.
2014-02-28 Richard Mudgettchan_sip: Fix crash in ast_channel_hangupcause_set().
2014-02-21 Corey Farrellchan_sip: prevent add_route from adding empty header.
2014-02-14 Matthew Jordanchnan_sip: Set SIP_DEFER_BYE_ON_TRANSFER prior to calli...
2014-02-10 Corey Farrellchan_sip: Isolate code that manages struct sip_route.
2014-01-22 Kinsey Moorechan_sip: Decline image streams on unsupported transports
2014-01-17 Sean BrightMake sure the maxptime attribute is added to the correc...
2014-01-17 Rusty NewtonDocumentation: doc fixes across various parts of the...
2014-01-14 Scott Griepentrogchan_sip: fix Local From tag on outbound register regre...
2014-01-08 Kinsey MooreAdd the missing part of r400140
2013-12-19 Richard Mudgettudptl: Dead code elimination. ast_udptl_bridge was...
2013-12-19 Richard MudgettVoicemail: Remove mailbox identifier format (box@contex...
2013-12-18 Joshua Colpchannels: Return allocated channels locked.
2013-12-13 Kevin Harwellbridge_native_rtp: Deadlock during 4-way conference...
2013-12-11 Russell BryantReset peer outboundproxy on sip.conf reload
2013-12-05 David M. LeeReverting r403311. It's causing ARI tests to hang.
2013-12-03 Mark MichelsonAdd channel locking for channel snapshot creation.
2013-11-08 Scott Griepentrogchan_sip: keep same local (from) tag for outgoing regis...
2013-11-05 Matthew Jordanchan_sip: Use AST_AF* defined constant when calling...
2013-11-04 Kevin Harwellchan_sip: notify dialog info ignores presentation indic...
2013-11-01 Kinsey Moorechan_sip: Fix RTCP port for SRFLX ICE candidates
2013-10-28 Michael L. Youngchan_sip: Clarify 'Forcerport' Setting Displayed When...
2013-10-25 Kevin Harwellchan_sip: Allow a sip peer to accept both AVP and AVPF...
2013-10-23 Joshua Colpchan_sip: Fix an issue where an incompatible audio...
2013-10-18 Michael L. YoungRemove Port Restriction When Checking For NAT
2013-10-17 Michael L. YoungFix Setting A chan_sip Dialog's SIP_NAT_FORCE_RPORT...
2013-10-15 Mark MichelsonPrevent chan_sip from sending duplicate BYEs.
2013-10-14 Mark Michelsonchan_sip: Do not increment the SDP version between...
2013-10-03 Jonathan Rosechan_sip: Don't ignore expires value in contact header...
2013-10-03 Mark MichelsonCache string values of formats on ast_format_cap()...
2013-10-02 Joshua ColpReduce channel snapshot creation and publishing by...
2013-09-30 David M. LeeMultiple revisions 399887,400138,400178,400180-400181
2013-09-30 Kinsey Moorechan_sip: Allow Asterisk to retry after 403 on register
2013-09-27 Richard Mudgettchan_sip: Increase some scratch buffer sizes dealing...
2013-09-27 Jonathan Rosechan_sip: Reject calls on 200 OKs if no SDP has been...
2013-09-25 Michael L. Youngchan_sip: Fix Realtime Peer Update Problem When Un...
2013-09-19 Jonathan Rosechan_sip: Make direct media reinvites for T38 put Aster...
2013-09-13 Richard MudgettRestore Dial, Queue, and FollowMe 'I' option support.
2013-09-12 Jonathan Rosechan_sip: Revert r398835 due to failing tests involving...
2013-09-11 Jonathan Rosechan_sip: Reject calls without prior SDP on 200 OK
2013-08-30 Kevin HarwellFix various memory leaks
2013-08-30 David M. Leeoptional_api: Fix linking problems between modules...
2013-08-27 Matthew JordanAST-2013-005: Fix crash caused by invalid SDP
2013-08-27 Matthew JordanAST-2013-004: Fix crash when handling ACK on dialog...
2013-08-27 Richard MudgettFix uninitialized value in struct ast_control_pvt_cause...
2013-08-23 Matthew JordanAdd pass through support for Opus and VP8; Opus format...
2013-08-21 Mark MichelsonPrevent a crash on outbound SIP MESSAGE requests.
2013-08-21 Matthew JordanAllow the SIP_CODEC family of variables to specify...
2013-08-21 Michael L. YoungFix Not Storing Current Incoming Recv Address
2013-08-20 Mark MichelsonRemove REF_DEBUG definition.
2013-08-20 Mark MichelsonFix refcounting of sip_pvt in test_sip_rtpqos test...
2013-08-17 Kinsey MooreStrip down the old event system
2013-08-16 Richard MudgettDoxygen comment tweaks.
2013-08-15 Kinsey MooreFix deadlocks in chan_sip in REFER and BYE handling
2013-08-13 Walter Doekeschan_sip: Convert 'just did sched_add waitid...' from...
2013-08-13 Walter Doekeschan_sip: Fix IP-addr in warning when rejecting a conta...
2013-08-09 Jonathan Rosepbx: Make originate threads indicate dial status when...
2013-08-05 Michael L. YoungFix Registration Failure When A Peer And TLS Are Used
2013-08-02 Mark MichelsonGet rid of ast_bridged_channel() and the bridged_channe...
2013-08-02 Matthew JordanRemove dead code from features.c; refactor pickup code...
2013-08-01 Kinsey MooreFix documentation replication issues
2013-08-01 David M. LeeSplit caching out from the stasis_caching_topic.
2013-08-01 Matthew JordanRaise Registry AMI events on registration failures
2013-07-25 Matthew JordanA great big renaming patch
2013-07-23 Kinsey MooreAdd DTLS-SRTP support to chan_pjsip
2013-07-20 Kinsey MooreAdd transfer support to CEL
2013-07-19 Kinsey MooreFix crash when using temporary peers
2013-07-16 Richard MudgettRemove some dead code dealing with old bridging method.
2013-07-13 Matthew JordanPretty up a debug message if the referred-by-uri isn...
2013-07-08 Jason ParkerMove channel driver Registry manager events to core.
2013-07-05 Matthew JordanRefactor RTCP events over to Stasis; associate with...
2013-07-01 Kinsey MooreRefactor extraneous channel events
2013-06-28 Mark MichelsonAdd stasis publications for blind and attended transfers.
2013-06-26 Richard MudgettFix incorrect calls to ast_bridge_impart().
2013-06-22 Joshua ColpMerge in current pimp_my_sip work, including:
2013-06-22 Joshua ColpMigrate PeerStatus events to stasis, add stasis endpoin...
2013-06-17 Matthew JordanUpdate Asterisk's CDRs for the new bridging framework
2013-06-06 Mark MichelsonRefactor the features configuration scheme.
2013-05-28 Mark MichelsonAdd attended transfer support for chan_sip.c
2013-05-28 Mark MichelsonAdds support for a core attended transfer function...
2013-05-24 Jason ParkerSplit Hold event into Hold/Unhold, and move it into...
2013-05-24 Matthew JordanMigrate a large number of AMI events over to Stasis...
2013-05-21 Richard MudgettMerge in the bridge_construction branch to make the...
next