Commit Graph

3342 Commits (a08f48089c6df7169f59aa632b0e92dc978cd42a)

Author SHA1 Message Date
Michael L. Young e920c7969a Fix Wrong Result In Debug Message For SDP Origin Processing
13 years ago
Mark Michelson 452c0d3432 Prevent resetting of NATted realtime peer address on reload.
13 years ago
Walter Doekes 61f014450c Fixes to the fd-oriented SIP TCP reads.
13 years ago
Walter Doekes a41183f0f3 Update sip_request_call SIP dial string documentation.
13 years ago
Mark Michelson 4750e4777b Do not use a FILE handle when doing SIP TCP reads.
13 years ago
Joshua Colp a1bb3f113e Fix a regression from direct media ACLs where the directrtpsetup option no longer works.
13 years ago
Mark Michelson 10a059f58a Move handling of 408 response so there is no misleading warning message.
13 years ago
Terry Wilson aab2448922 Properly handle UAC/UAS roles for SIP session timers
13 years ago
Jonathan Rose 45e6f05957 chan_sip: Set Quality of Service for video rtp instance
13 years ago
Joshua Colp 6e49e5e0f0 Add missing checks that I neglected. The SIP technology and SIP info technology should be considered equal.
13 years ago
Richard Mudgett 7ae8943aac Be consistent, send From: "Anonymous" <sip:anonymous@anonymous.invalid>
13 years ago
Richard Mudgett de75d22add Fix potential reentrancy problems in chan_sip.
13 years ago
Joshua Colp 612fb43efc Fix a deadlock caused by a race condition between removing a hint and reloading the dialplan and subscribing to the removed hint.
13 years ago
Joshua Colp 7af34e67ad Fix a regression where direct media was not permitted for calls using SIP INFO DTMF.
13 years ago
Matthew Jordan d0844c54d4 Resolve memory leaks in TLS initialization and TLS client connections
13 years ago
Mark Michelson a9991552d0 Add channel name to a warning to make debugging easier.
13 years ago
Kinsey Moore f841f9843e Warn on CLI when UDPTL init fails
13 years ago
Darren Sessions 8f01f7c8aa LDAP Realtime Peers Cannot Register
13 years ago
Jonathan Rose 5f5f3cb944 chan_sip: Send 408 on retransmit timeout instead of 603
13 years ago
Mark Michelson 9928641702 Fix misuses of asprintf throughout the code.
13 years ago
Jonathan Rose d3ea90e46a chan_sip: Use pvt outgoing_call variable to set Remote-Party-ID Header
13 years ago
Jonathan Rose 99cd43d0c2 chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACK
13 years ago
Kinsey Moore 64eaf61c36 Avoid unconditional NULLing of mwipvt on relatedpeer on SIP dialog destruction
13 years ago
Michael L. Young 9e47a0ee0d Reverting this change that was meant for branch 11.
13 years ago
Michael L. Young b3b353c440 Fix Segfault When Registering SIP Over WebSockets
13 years ago
Mark Michelson bd8f547b71 Fix problem where incorrect pointer was checked for nullity.
13 years ago
Mark Michelson 64c9b407f4 Improve debug message for temporary outbound proxies.
13 years ago
Mark Michelson aeeb104356 Multiple revisions 370769-370771
13 years ago
Matthew Jordan a967d8653e Schedule pokes of registered SIP peers within a given timespan after SIP reload
13 years ago
Kinsey Moore 7135c1ccba Clean up and ensure proper usage of alloca()
13 years ago
Mark Michelson df5ca197ba Help mitigate potential reinvite glare scenarios.
13 years ago
Walter Doekes ece0ff67bb Code cleanup and bugfix in chan_sip outboundproxy parsing.
13 years ago
Kinsey Moore f538da62eb Include Expires header for SIP PUBLISH requests
13 years ago
Kinsey Moore 9481c814b1 Prevent double uri_escaping in chan_sip when pedantic is enabled
13 years ago
Jonathan Rose 1364a5204c chan_sip: Fix small behavioral change accidentally introduced in r369750
13 years ago
Jonathan Rose a955f2f6f9 chan_sip: Add case for FLASH control frames so that we don't display a warning.
13 years ago
Matthew Jordan 0dcf1a0a8a Do not send a BYE when a provisional response arrives during a re-INVITE
13 years ago
Terry Wilson 2a02e2009d More improvements to re-INVITEs timing out after a provisional response
13 years ago
Terry Wilson 4902436cc6 Better handle re-INVITEs with provisional but no final repsonses
13 years ago
Joshua Colp 83ac12d129 With some configurations a transport is not actually specified so assume UDP in these cases.
13 years ago
Joshua Colp 35a2a0e62b Make the address family filter specific to the transport.
13 years ago
Terry Wilson af47917402 AST-2012-010: Clean up after a reinvite that never gets a final response
13 years ago
Mark Michelson 4e115ee784 Re-fix how local tag is generated when sending a 481 to an INVITE.
13 years ago
Mark Michelson 9f75011562 Be more consistent with the return code for requests received from invalid domain.
13 years ago
Richard Mudgett 358ab1e726 Change incorrect chan_sip zombie hangup debug message. They are all zombies now.
13 years ago
Terry Wilson b4dd46c0a6 Don't crash on a guest directmedia call
13 years ago
Kinsey Moore 6f05e6dd0f Don't parse media stream state for SIP video streams
13 years ago
Mark Michelson ca6d956646 Fix request routing issue when outboundproxy is used.
13 years ago
Mark Michelson f507dadb39 Set the Caller ID "tag" on peers even if remote party information is present.
13 years ago
Richard Mudgett 40569b7d22 Fix deadlock potential with ast_set_hangupsource() calls.
13 years ago