pbx: Make originate threads indicate dial status when synchronous
[asterisk/asterisk.git] / channels / chan_sip.c
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...
2013-05-17 David M. LeeFix shutdown assertions in stasis-core
2013-05-17 Jonathan RoseStasis: Update security events to use Stasis
2013-05-13 Michael L. YoungFix Crash Caused By One-way Audio With auto_* NAT Setti...
2013-05-10 Sean BrightFix copy/paste error in one-touch-recording implementation.
2013-05-08 David M. LeeInitial support for endpoints.
2013-05-08 Alec L Davischan_sip: NOTIFYs for BLF start queuing up and fail...
2013-05-03 Jonathan RoseStasis: Convert network change events into network...
2013-05-02 Alec L Davischan_sip: Session-Expires: Set timer to correctly expir...
2013-05-02 Alec L Davischan_sip: Honor Session-Expires in 200OK response when...
2013-05-01 Matthew JordanPrevent crash in 'sip show peers' when the number of...
2013-04-30 Jonathan RoseStasis Core: Refactor ACL Change events to go out over...
2013-04-25 Michael L. YoungFix Displaying Symmetric RTP Global Setting
2013-04-25 Michael L. YoungChange Case On Forcerport For Consistency
2013-04-12 Michael L. YoungFix One-Way Audio With auto_* NAT Settings When SIP...
2013-04-10 Matthew JordanFix crash in chan_sip when a core initiated op occurs...
2013-04-05 Michael L. YoungFix For Not Overriding The Default Settings In chan_sip
2013-03-27 Kinsey MooreConvert MWI state message type to the new stasis naming...
2013-03-27 Kinsey MooreAddress uninitialized conditional that valgrind found
2013-03-27 Matthew JordanAST-2013-003: Prevent username disclosure in SIP channe...
2013-03-26 Matthew JordanResolve deadlock between SIP registration and channel...
2013-03-16 Kinsey MooreTransition MWI to Stasis-core
2013-03-15 Kinsey Mooretcptls: Prevent unsupported options from being set
2013-03-15 Matthew JordanWhen a session timer expires during a T.38 call, re...
2013-03-12 Matthew JordanInclude the Username field in SIP Registry events when...
2013-03-11 Kevin HarwellAdded an option to disallow music on hold
2013-03-08 Jonathan Rosechan_sip: Update the via header when relaying SMS MESSAGE
2013-03-08 Matthew JordanRemove unused function
2013-03-08 Matthew JordanDon't reset the RTP address on a glare re-INVITE
2013-03-07 Matthew JordanAdd a 'secret' probation strictrtp mode to handle delay...
2013-03-05 Matthew JordanAdd RFC 3327 Path header support to chan_sip
2013-03-01 Michael L. YoungFix / Clean Up Some Items To Handle The New auto_*...
2013-02-27 Joshua ColpRelax dialog checking in get_sip_pvt_byid_locked so...
2013-02-26 Walter DoekesCorrect RPID parsing for unquoted display-name.
2013-02-16 Matthew JordanDon't send presencestate information if the state is...
2013-02-15 Mark MichelsonFix a crash that occurred when a BYE was received on...
2013-02-15 Jonathan Rosechan_sip: Use video and text crypto attributes to appen...
2013-02-12 Kinsey MooreFix some more REF_DEBUG-related build errors
2013-02-09 Richard MudgettMake ast_do_masquerade() a void function.
2013-02-06 David M. LeeFixed failing test from r380696.
2013-01-31 David M. LeeProcess session timers, even if Session-Expires header...
2013-01-30 Matthew JordanUnregister SIP provider API if module load is declined
2013-01-30 Matthew JordanPerform case insensitive comparisons for T.38 attributes
2013-01-29 Matthew JordanEnsure that a declined media stream is terminated with...
2013-01-18 David M. LeeFix Record-Route parsing for large headers.
2013-01-14 Automerge scriptMerged revisions 379021,379023 via svnmerge from
2013-01-14 David M. LeeFix XML encoding of 'identity display' in NOTIFY messag...
2013-01-12 Automerge scriptMerged revisions 378935 via svnmerge from
2013-01-12 David M. LeeFix XML encoding of 'identity display' in NOTIFY messages.
2013-01-04 Automerge scriptMerged revisions 378565,378585 via svnmerge from
2013-01-04 Michael L. YoungFix SIP Notify Messages To Have The Proper IP Address...
2013-01-02 Automerge scriptMerged revisions 378322 via svnmerge from
2013-01-02 Matthew JordanPrevent exhaustion of system resources through exploita...
2013-01-02 Automerge scriptMerged revisions 378288 via svnmerge from
2013-01-02 Matthew JordanResolve crashes due to large stack allocations when...
2012-12-31 Automerge scriptMerged revisions 378220 via svnmerge from
2012-12-31 Kinsey MooreEnsure chan_sip rejects encrypted streams without crypt...
2012-12-13 Mark MichelsonResolve conflict and reset automerge.
2012-12-13 Brent EaglesThis change adds a SIP peer configuration feature to...
2012-12-13 Automerge scriptMerged revisions 377966 via svnmerge from
2012-12-13 Kinsey MooreEnsure Min-SE is included in outbound INVITEs
2012-12-12 Automerge scriptMerged revisions 377911 via svnmerge from
2012-12-12 Mark MichelsonFix a potential deadlock in chan_sip during transfers.
2012-12-10 Automerge scriptMerged revisions 377626 via svnmerge from
2012-12-10 Kinsey MooreHandle Session-Expires less than local Min-SE in 200 OK
2012-12-05 Automerge scriptMerged revisions 377260,377263 via svnmerge from
2012-12-05 Joshua ColpFix a SIP request memory leak with TLS connections.
2012-12-03 Automerge scriptMerged revisions 377018,377022 via svnmerge from
2012-12-03 Olle JohanssonMove functions to AFTER the block of forward declaratio...
2012-12-03 Automerge scriptMerged revisions 376998 via svnmerge from
2012-12-03 Olle JohanssonFormatting changes
2012-11-30 Automerge scriptMerged revisions 376918,376922 via svnmerge from
2012-11-30 Mark MichelsonFix potential crashes during SIP attended transfers.
2012-11-29 Automerge scriptMerged revisions 376867,376871 via svnmerge from
next