summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2018-03-21Merge "chan_sip: Peers with distinct source ports don't match, regardless of ...Jenkins2
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-12Merge "Replace direct checks of option_debug with DEBUG_ATLEAST macro."Jenkins2
2018-03-07Replace direct checks of option_debug with DEBUG_ATLEAST macro.Corey Farrell
2018-03-07chan_sip: Fix improper RTP framing on outgoing callsJean Aunis
2018-02-20chan_sip: Emit a second ringing event to ensure channel is found.Joshua Colp
2018-02-12chan_sip.c: Fix crash processing CANCEL.Richard Mudgett
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2018-01-11chan_sip: Check that an iostream exists before accessing.Joshua Colp
2017-12-31ice: Increase foundation buffer sizeSean Bright
2017-12-20Fix Common Typo's.Corey Farrell
2017-12-19chan_sip: Fix memory leaks.Corey Farrell
2017-12-15chan_sip: Add security event for calls to invalid extension.Corey Farrell
2017-12-14Merge "chan_sip: 3PCC patch for AMI "SIPnotify""Joshua Colp
2017-12-13Merge "chan_sip: Don't crash in Dial on invalid destination"Jenkins2
2017-12-13chan_sip: 3PCC patch for AMI "SIPnotify"Yasuhiko Kamata
2017-12-12chan_sip: Don't send trailing \0 on keep alive packetsSean Bright
2017-12-12chan_sip: Don't crash in Dial on invalid destinationSean Bright
2017-12-04chan_sip: Peers with distinct source ports don't match, regardless of transport.Alexander Traud
2017-11-21chan_sip: ICE contained square brackets around IPv6 addresses.Alexander Traud
2017-11-06dtls: Add support for ephemeral DTLS certificates.Sean Bright
2017-10-24chan_sip: Fix SUBSCRIBE with missing "Expires" header.Corey Farrell
2017-10-21chan_sip: Crypto attribute not last but first on SDP media level.Alexander Traud
2017-10-18chan_sip: Fix output of 'sip set debug off'.Corey Farrell
2017-10-05res_pjsip_caller_id chan_sip: Comply to RFC 3323 values for privacyDaniel Tryba
2017-09-08Merge "chan_sip: when getting sip pvt return failure if not found"Jenkins2
2017-09-06chan_sip: when getting sip pvt return failure if not foundScott Griepentrog
2017-09-06chan_sip: Do not change IP address in SDP origin line (o=) in SIP reINVITEVitezslav Novy
2017-08-07chan_sip: Access incoming REFER headers in dialplankkm
2017-08-02chan_sip: Add dialplan function SIP_HEADERSkkm
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-07-07Merge "core: Remove 'Data Retrieval API'"Jenkins2
2017-07-05Merge "chan_sip: Fix a typo for tlsbindaddr in autodomain (SIP Domain Support)."Jenkins2
2017-07-05core: Remove 'Data Retrieval API'Sean Bright
2017-07-03chan_sip: Only when different, add TCP|TLS in autodomain (SIP Domain Support).Alexander Traud
2017-07-03chan_sip: Fix a typo for tlsbindaddr in autodomain (SIP Domain Support).Alexander Traud
2017-05-22chan_sip: Better ICE handling for RTCP-MUXSean Bright
2017-05-12chan_sip: Change sip_get_codec() to return correct codec listVitezslav Novy
2017-05-03Merge "channels/chan_sip.c: use binding IP address for outgoing TCP SIP conne...Joshua Colp
2017-04-27Merge "chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACK"George Joseph
2017-04-26Merge "res_pjsip_sdp_rtp: No rtpmap for static RTP payload IDs in SDP."Jenkins2
2017-04-26channels/chan_sip.c: use binding IP address for outgoing TCP SIP connectionsThierry Magnien
2017-04-20chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACKJean Aunis
2017-04-13res_pjsip_sdp_rtp: No rtpmap for static RTP payload IDs in SDP.Alexander Traud
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-04-03chan_sip: Session Timers required but refused wrongly.Alexander Traud
2017-03-17chan_sip: Add rtcp-mux supportSean Bright
2017-03-07chan_sip: Call not cancelled after receiving a 422 responseJean Aunis
2017-03-02core: Cleanup ast_get_hint() usage.Richard Mudgett
2017-02-14Merge "cli: Fix various CLI documentation and completion issues"zuul