Commit Graph

7532 Commits (963f94e99f6cd31be77caf2362a70aec40a39fd2)

Author SHA1 Message Date
Joshua Colp 963f94e99f Fix a bug where audio on Google Voice would not work due to ignoring candidates.
13 years ago
Joshua Colp 385b30fbc6 Fix an issue where outgoing calls would fail to establish audio due to ICE negotiation failures.
13 years ago
Mark Michelson b5f231501b Don't make chan_sip export global symbols.
13 years ago
Joshua Colp d5dc7d8b03 Consider the Google Talk content stanza name (jin:content) valid.
13 years ago
Joshua Colp 332407b5f8 Improve logging for DTLS-SRTP failure situations.
13 years ago
Joshua Colp 749bd15c6f Add a log message for when DTLS-SRTP is requested and the underlying engine does not support it.
13 years ago
Richard Mudgett f76557db58 Merged revisions 374515-374535 from
13 years ago
Matthew Jordan 8943656ccc Fix a variety of ref counting issues
13 years ago
Matthew Jordan 30d590a970 Fix ref leak when adding ICE candidates to an SDP
13 years ago
Joshua Colp f8e894e031 Make res_http_websocket an optional dependency on supported platforms for chan_sip.
13 years ago
Joshua Colp 5e0aff508c Fix an issue where Local channels dialed by app_queue are considered in use immediately.
13 years ago
Mark Michelson 70cb09cd56 Move handling of 408 response so there is no misleading warning message.
13 years ago
Mark Michelson d9e1cec84a Remove dead code and documentation for nonexistent feature.
13 years ago
Joshua Colp 59c9a7205a Fix T.38 support when used with chan_local in between.
13 years ago
Terry Wilson ba4e0c1591 Properly handle UAC/UAS roles for SIP session timers
13 years ago
Jonathan Rose 57771ffe11 chan_sip: Set Quality of Service for video rtp instance
13 years ago
Richard Mudgett fcd5d7f458 Be consistent, send From: "Anonymous" <sip:anonymous@anonymous.invalid>
13 years ago
Richard Mudgett 26e45bbfca Fix potential reentrancy problems in chan_sip.
13 years ago
Joshua Colp f3e09ab823 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 b40fecd9ab Fix an issue with H.264 format attribute comparison and fix an issue with improper SDP being produced.
13 years ago
Jonathan Rose 388509cfa9 iax2-provision: Fix improper return on failed cache retrieval
13 years ago
Joshua Colp 42ebea2f2f Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
13 years ago
Kinsey Moore 19fcfcb280 Correct handling of unknown SDP stream types
13 years ago
Richard Mudgett 7687370500 Made companding law for SS7 calls only determined by SS7 signaling type.
13 years ago
Matthew Jordan 9e396da730 Resolve memory leaks in TLS initialization and TLS client connections
13 years ago
Joshua Colp 0b9f1c4e0d Skip any non-content information when looking for and handling content.
13 years ago
Mark Michelson cc8afceba5 Add channel name to a warning to make debugging easier.
13 years ago
Jonathan Rose 79d0efd393 chan_local: Switch from using a random 4 digit hex identifier to unique id
13 years ago
Kinsey Moore b7aa658cf9 Ensure iax2 debug output is displayed when expected
13 years ago
Kinsey Moore 05cccdea8c Deprecate chan_gtalk, chan_jingle, and res_jabber
13 years ago
Matthew Jordan 0067aba7e8 Only re-create an SRTP session when needed
13 years ago
Richard Mudgett 1af1164d43 Fix loss of MOH on an ISDN channel when parking a call for the second time.
13 years ago
Darren Sessions 909248b763 LDAP Realtime Peers Cannot Register
13 years ago
Mark Michelson d649550d23 Fix issue where SIP devices were not notified when custom devices changed to "ringing".
13 years ago
Matthew Jordan b40c4649f2 AST-2012-013: Resolve ACL rules being ignored during calls by some IAX2 peers
13 years ago
Jonathan Rose 862adf23cf chan_sip: Send 408 on retransmit timeout instead of 603
13 years ago
Joshua Colp 266d2cb75b Add support for call-id logging to chan_motif.
13 years ago
Mark Michelson ff4674440d Fix misuses of asprintf throughout the code.
13 years ago
Joshua Colp ef1f1b16a8 When a peer registers using WebSocket do not resolve the Contact provided.
13 years ago
Jonathan Rose cf9265008d chan_sip: Use pvt outgoing_call variable to set Remote-Party-ID Header
13 years ago
Jonathan Rose 80ee807c13 chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACK
13 years ago
Michael L. Young 75f68294fc Fix Segfault When Registering SIP Over WebSockets
13 years ago
Kinsey Moore 5add0570b5 Avoid unconditional NULLing of mwipvt on relatedpeer on SIP dialog destruction
13 years ago
Kinsey Moore d7fbceb55b Add HANGUPCAUSE information to callee channels
13 years ago
Mark Michelson 85a6ab78ce Fix problem where incorrect pointer was checked for nullity.
13 years ago
Richard Mudgett fb6238899b Add private representation of caller, connected and redirecting party ids.
13 years ago
Mark Michelson 5ff199d99a Fix a comparison that was causing presence tests to fail.
13 years ago
Richard Mudgett 18d5041981 Use better libss7 detection test and move libpri compile test.
13 years ago
Mark Michelson 9ee8b3c0f6 Extend extension state callbacks to have more information.
13 years ago
Richard Mudgett 062becab80 Convert sig_analog to use a global callback table.
13 years ago