summaryrefslogtreecommitdiff
path: root/res/res_pjsip.c
AgeCommit message (Expand)Author
2017-10-11Merge "res_pjsip_registrar.c: Update remove_existing AOR contact handling." i...Jenkins2
2017-10-09res_pjsip_registrar.c: Update remove_existing AOR contact handling.Richard Mudgett
2017-10-09res_pjsip: Fix issues that prevented shutdown of modules.Corey Farrell
2017-09-14res_pjsip: Filter out non SIP(S) requestsGeorge Joseph
2017-09-13res_pjsip: Add handling for incoming unsolicited MWI NOTIFYGeorge Joseph
2017-08-10res_pjsip: Remove ephemeral registered contacts on transport shutdown.Richard Mudgett
2017-08-10res_pjsip: PJSIP Transport state monitor refactor.Richard Mudgett
2017-08-01chan_pjsip: add a new function PJSIP_DTMF_MODETorrey Searle
2017-07-10res_pjsip: Fix crash with from_user containing invalid characters.Benjamin Keith Ford
2017-07-05Merge "chan_pjsip: Fix ability to send UPDATE on COLP" into 14George Joseph
2017-06-29chan_pjsip: Fix ability to send UPDATE on COLPGeorge Joseph
2017-06-26res_pjsip: Add DTMF INFO Failback modeTorrey Searle
2017-06-16res_pjsip: New endpoint option "notify_early_inuse_ringing"Alexei Gradinari
2017-06-06res_pjsip: Add support for returning only reachable contacts and use it.Joshua Colp
2017-05-11res_pjsip: New endpoint option "refer_blind_progress"Alexei Gradinari
2017-04-26res_pjsip/res_pjsip_callerid: NULL check on caller id name stringKevin Harwell
2017-03-22res_pjsip_session: Enable RFC3578 overlap dialing support.Richard Begg
2017-03-16res_pjsip: Symmetric transportsGeorge Joseph
2017-03-15Add rtcp-mux supportMark Michelson
2017-03-08res_pjsip_transport_websocket: Add support for IPv6.Joshua Colp
2017-02-24config: Improve documentation and behavior of outbound_proxy option.Joshua Colp
2017-02-23pjproject_bundled: Update for pjproject 2.6George Joseph
2017-02-20res_pjsip: Update authentication realm documentation.Richard Mudgett
2017-02-12res_pjsip.c: Fix inconsistency between warning and action.Richard Mudgett
2017-02-08Revert "Update qualifies when AOR configuration changes."Mark Michelson
2017-02-06res_pjsip: Fix some off nominal tdata leaks.Richard Mudgett
2017-02-03Merge "Update qualifies when AOR configuration changes." into 14Joshua Colp
2017-02-01Update qualifies when AOR configuration changes.Mark Michelson
2017-02-01res_pjsip: Handle invocation of callback on outgoing request when error occurs.Joshua Colp
2016-12-31res_pjsip: Fix known compact header issuesJoshua Elson
2016-12-14res_pjsip: Add/update ERROR msg if invalid URI.Richard Mudgett
2016-12-07res_pjsip_registrar: AMI Add RegistrationInboundContactStatuses commandGeorge Joseph
2016-11-28res/res_pjsip: Fix documentation whitespace issuesMatt Jordan
2016-11-14Merge "res_pjsip.c: Rework endpt_send_request() req_wrapper code." into 14zuul
2016-11-10res_pjsip.c: Rework endpt_send_request() req_wrapper code.Richard Mudgett
2016-11-10res_pjsip: Fix tdata leaks in off nominal paths.Richard Mudgett
2016-10-26pjsip: Fix a few media bugs with reinvites and asymmetric payloads.Joshua Colp
2016-10-23pjsip: Support dual stack automatically.Joshua Colp
2016-09-14Merge "res_pjsip: Add ignore_uri_user_options option." into 14zuul
2016-09-13res_pjsip: Don't assume a request will have any addresses.Joshua Colp
2016-09-09res_pjsip: Add ignore_uri_user_options option.Richard Mudgett
2016-08-17res_pjsip: Add contact_user to endpointGeorge Joseph
2016-08-08res_pjsip_mwi: fix unsolicited mwi blocks PJSIP stackAlexei Gradinari
2016-08-02res_pjsip: SIP/SDP origin (o=) contained square brackets on IP6 transports.Alexander Traud
2016-07-22Merge "res_pjsip: Whitespace and comment cleanup." into 14zuul
2016-07-21res_pjsip: Whitespace and comment cleanup.Richard Mudgett
2016-07-21res_pjsip: Add fax_detect_timeout endpoint option.Richard Mudgett
2016-07-18Unit tests: Use AST_TEST_DEFINE in conditional code only.Corey Farrell
2016-07-06res_pjsip: Added "subscribe_context" to endpointAlexei Gradinari
2016-07-01Merge "res_pjsip.c: Register PJMEDIA error code decoder."Joshua Colp