summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2013-03-08Remove unused functionMatthew Jordan
2013-03-08Don't reset the RTP address on a glare re-INVITEMatthew Jordan
2013-03-07Add a 'secret' probation strictrtp mode to handle delayed changes in RTP sourceMatthew Jordan
2013-03-05Add RFC 3327 Path header support to chan_sipMatthew Jordan
2013-03-01Fix / Clean Up Some Items To Handle The New auto_* NAT OptionsMichael L. Young
2013-02-27Relax dialog checking in get_sip_pvt_byid_locked so it works when the dialog ...Joshua Colp
2013-02-26Correct RPID parsing for unquoted display-name.Walter Doekes
2013-02-16Don't send presencestate information if the state is invalidMatthew Jordan
2013-02-15Fix a crash that occurred when a BYE was received on a replaced dialog.Mark Michelson
2013-02-15chan_sip: Use video and text crypto attributes to append RTP profiles to SDPJonathan Rose
2013-02-12Fix some more REF_DEBUG-related build errorsKinsey Moore
2013-02-09Make ast_do_masquerade() a void function.Richard Mudgett
2013-02-06Fixed failing test from r380696.David M. Lee
2013-01-31Process session timers, even if Session-Expires header is missingDavid M. Lee
2013-01-30Unregister SIP provider API if module load is declinedMatthew Jordan
2013-01-30Perform case insensitive comparisons for T.38 attributesMatthew Jordan
2013-01-29Ensure that a declined media stream is terminated with a '\r\n'Matthew Jordan
2013-01-18Fix Record-Route parsing for large headers.David M. Lee
2013-01-14Fix XML encoding of 'identity display' in NOTIFY messages, continued.David M. Lee
2013-01-12Fix XML encoding of 'identity display' in NOTIFY messages.David M. Lee
2013-01-04Fix SIP Notify Messages To Have The Proper IP Address In The FROM FieldMichael L. Young
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2013-01-02Resolve crashes due to large stack allocations when using TCPMatthew Jordan
2012-12-31Ensure chan_sip rejects encrypted streams without crypto infoKinsey Moore
2012-12-13This change adds a SIP peer configuration feature to allow the peer'sBrent Eagles
2012-12-13Ensure Min-SE is included in outbound INVITEsKinsey Moore
2012-12-12Fix a potential deadlock in chan_sip during transfers.Mark Michelson
2012-12-10Handle Session-Expires less than local Min-SE in 200 OKKinsey Moore
2012-12-05Fix a SIP request memory leak with TLS connections.Joshua Colp
2012-12-03Move functions to AFTER the block of forward declarations of functions. Olle Johansson
2012-12-03Formatting changesOlle Johansson
2012-11-30Fix potential crashes during SIP attended transfers.Mark Michelson
2012-11-29Fix compile error.Richard Mudgett
2012-11-29Improve Code Readability And Fix Setting natdetected FlagMichael L. Young
2012-11-29Fix chan_sip websocket payload handlingPedro Kiefer
2012-11-20Add "Require: timer" to 200 OK responses when appropriate.Mark Michelson
2012-11-20Reduce CLI spam of "Extension Changed" device state messages.Alec L Davis
2012-11-19Fix most leftover non-opaque ast_str uses.Walter Doekes
2012-11-13chan_sip: Add SubscribeContext field to SIPshowpeer AMI responseJonathan Rose
2012-11-11Remove a fixed size limitation for producing SDP and change how ICE support i...Joshua Colp
2012-11-02Fix Wrong Result In Debug Message For SDP Origin ProcessingMichael L. Young
2012-11-01chan_sip: Fix a bug causing SIP reloads to remove all entries from the registryJonathan Rose
2012-10-29Prevent resetting of NATted realtime peer address on reload.Mark Michelson
2012-10-29Make evaluation of channel variables consistently case-sensitive.Mark Michelson
2012-10-17Change a few warnings to debug and the inverse.Walter Doekes
2012-10-16Fixes to the fd-oriented SIP TCP reads.Walter Doekes
2012-10-16Don't do SIP contact/route DNS if we're not using the result.Walter Doekes
2012-10-16Update sip_request_call SIP dial string documentation.Walter Doekes
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-12Do not use a FILE handle when doing SIP TCP reads.Mark Michelson