summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2015-04-10chan_sip: make progressinband default to noKevin Harwell
2015-04-08chan_sip: Handle IPv4 mapped IPv6 clients when NAT is enabledMatthew Jordan
2015-04-07clang compiler warnings: Fix non-literal-null-conversion warningsMatthew Jordan
2015-04-06build: Fixes for gcc 5 compilationGeorge Joseph
2015-03-30clang compiler warnings: Fix invalid enum conversionMatthew Jordan
2015-03-19chan_sip: Simplify dialog/peer references, improve REF_DEBUG output.Corey Farrell
2015-03-19chan_sip: Fix dialog reference leaked to scheduler for reinvite_timeout.Corey Farrell
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2015-03-06chan_sip: Fix realtime locking inversion when poking a just built peer.Richard Mudgett
2015-02-26channels/chan_sip: Don't send a BYE after final response when PBX thread failsMatthew Jordan
2015-02-25channels/chan_sip: Clarify WARNING message in mismatched SRTP scenarioMatthew Jordan
2015-02-24channels/chan_sip: Fix crash when transmitting packet after thread shutdownMatthew Jordan
2015-02-11HTTP: Stop accepting requests on final system shutdown.Richard Mudgett
2015-02-11channels/chan_sip: Fix RealTime error during SIP unregistration with MariaDBMatthew Jordan
2015-01-29Use SIPS URIs in Contact headers when appropriate.Mark Michelson
2015-01-27chan_sip: stale nonce causes failureKevin Harwell
2015-01-23Fix typo's (retrieve, specified, address).Walter Doekes
2015-01-23chan_sip: Case insensitive comparison of "defaultuser" parameter.Walter Doekes
2015-01-21channels/chan_sip: Fix registration leak during reloadMatthew Jordan
2015-01-12Revert -r430452 It needs to be redone for the next major AMI version change i...Richard Mudgett
2015-01-09AMI: Remove no longer used parameter from astman_send_listack().Richard Mudgett
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2014-12-22chan_sip: Send CANCEL via original INVITE destination even after UPDATE requestMatthew Jordan
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-12-16chan_sip: Allow T.38 switch-over when SRTP is in use.Joshua Colp
2014-12-10res_http_websocket: Fix crash due to double freeing memory when receiving a p...Joshua Colp
2014-12-09Direct Media calls within private network sometimes get one way audioKevin Harwell
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-11-19ast_str: Fix improper member access to struct ast_str members.Richard Mudgett
2014-11-17chan_sip: Fix theoretical leak of p->refer.Corey Farrell
2014-11-16chan_sip: Fix bug where DTLS configuration from general would copy dtlsenable.Joshua Colp
2014-11-15chan_sip: Add support for setting DTLS configuration in the general section.Joshua Colp
2014-10-30channels/chan_sip: Add improved support for 4xx error codesMatthew Jordan
2014-10-30channels/chan_sip: Support mutltiple Supported and Required headersMatthew Jordan
2014-10-17channels/chan_sip: Respect outboundproxy setting when sending qualify requestsMatthew Jordan
2014-10-12chan_sip: Fix so asterisk won't send reINVITE after a BYE.Walter Doekes
2014-10-10chan_sip: Fix dialog leak resulting from missing ACK to re-INVITE.Walter Doekes
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2014-10-01chan_sip: Simplify some unref code by removing unlink_peer_from_tables.Walter Doekes
2014-10-01chan_sip: Remove excess ref of realtime peer before sip_poke_peer.Walter Doekes
2014-09-24chan_sip: Unref outbound proxy structure on dialog/pvt destruction.Walter Doekes
2014-09-22chan_sip: On INVITE retransmission, don't add an extra 503 response.Walter Doekes
2014-08-29The assertion that peer was not found on final eventScott Griepentrog
2014-08-28chan_sip.c: Add 'rtpbindaddr' settingPaul Belanger
2014-08-27CallerID: Fix parsing of malformed calleridKinsey Moore
2014-08-24chan_sip: Use the server reflexive ICE candidate RTCP port as provided.Joshua Colp
2014-08-21chan_sip: Don't use port derived from fromdomain if it isn't setMatthew Jordan
2014-08-12chan_sip: Fix type mismatch when the format is changed.Richard Mudgett
2014-08-08chan_sip: Mark chan_sip and its files as extended supportMatthew Jordan
2014-08-07chan_sip: Replace sip_tls_read() and resolve the large SDP poll issue.Richard Mudgett