summaryrefslogtreecommitdiff
path: root/res/res_pjsip.c
AgeCommit message (Expand)Author
2015-03-09res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-02-21res_pjsip: Add a log message when creating a UAC dialog to a target URI that ...Joshua Colp
2015-02-06various: cleanup issues found during leak huntScott Griepentrog
2015-01-29Use SIPS URIs in Contact headers when appropriate.Mark Michelson
2015-01-28res_pjsip_outbound_registration: Fix reload race condition.Richard Mudgett
2015-01-27res_pjsip: make it unloadable (take 2)Kevin Harwell
2015-01-19res_pjsip / res_pjsip_multihomed: Use the correct transport and addressing in...Joshua Colp
2015-01-17REVERTING res_pjsip: make it unloadableKevin Harwell
2015-01-16Add support for the ca_list_path option for PJSIP transports.Mark Michelson
2015-01-14res_pjsip: make it unloadableKevin Harwell
2015-01-07Fix dev-mode build on recent gccKinsey Moore
2014-12-29PJSIP: Update transport method documentationKinsey Moore
2014-12-24res_pjsip: Backport missing commits for user_eq_phoneMatthew Jordan
2014-12-24res_pjsip_keepalive: Add runtime configurable keepalive module for connection...Matthew Jordan
2014-12-24res_pjsip: Add 'user_eq_phone' option to add a 'user=phone' parameter when ap...Matthew Jordan
2014-11-19res_pjsip_sdp_rtp: Add support for optimistic SRTP.Joshua Colp
2014-11-14Fix race condition where duplicated requests may be handled by multiple threads.Mark Michelson
2014-11-05Make the disable_tcp_switch PJSIP system object enabled by default.Mark Michelson
2014-11-03res_pjsip: Add disable_tcp_switch option.Richard Mudgett
2014-10-31pjsip: clarify tls cert and key file usageScott Griepentrog
2014-10-17res_pjsip_session/res_pjsip_sdp_rtp: Be more tolerant of offersMatthew Jordan
2014-10-03res_pjsip: Fix XML typo and update CHANGES.Richard Mudgett
2014-10-02res_pjsip: Make transport cipher option accept a comma separated list of ciph...Richard Mudgett
2014-10-01res_pjsip: Add 'dtls_fingerprint' option to configure DTLS fingerprint hash.Joshua Colp
2014-09-29Simplify UUID generation in several places.Richard Mudgett
2014-09-25res_pjsip.c: Add missing off nominal cleanup in ast_sip_push_task_synchronous().Richard Mudgett
2014-09-24pjsip_options.c: Fix race condition stopping periodic out of dialog OPTIONS r...Richard Mudgett
2014-08-19Alter documentation for callerid_privacy to use correct values.Mark Michelson
2014-08-13PJSIP: Prevent crash no-URI contactsKinsey Moore
2014-08-02Manager: Add PJSIPShowEndpoint[s] documentationKinsey Moore
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-16res_pjsip: Support setting a default accountcode on endpointsMatthew Jordan
2014-06-30Recorded merge of revisions 417677 from http://svn.asterisk.org/svn/asterisk/...Joshua Colp
2014-06-26res_http_websocket: Close websocket correctly and use careful fwriteMatthew Jordan
2014-06-12Fix potential deadlock situation in res_pjsip.Mark Michelson
2014-06-12res_pjsip_pubsub: Persist subscriptions in sorcery so they are recreated on s...Joshua Colp
2014-04-17res_pjsip: Handle reloading when permanent contacts exist and qualify is conf...Joshua Colp
2014-04-08res_pjsip: Ignore explicit transport configuration if a WebSocket transport i...Joshua Colp
2014-03-25Add a "message_context" option for PJSIP endpoints.Mark Michelson
2014-03-25res_pjsip: Fix contact authenticate_qualify endpoint lookup when qualifing a ...Richard Mudgett
2014-03-17res_pjsip: Enable PJSIP DNS client support.Joshua Colp
2014-03-10AST-2014-003: res_pjsip: When handling 401/407 responses don't assume a reque...Joshua Colp
2014-03-07res_pjsip: Fix documentation for one touch recording see-also linksMatthew Jordan
2014-02-20sorcery: Create sorcery instance registry.George Joseph
2014-02-20res_pjsip: Update documentation for 'use_avpf' optionMatthew Jordan
2014-02-17Store SIP User-Agent information in contacts.Mark Michelson
2014-01-31res_pjsip: Config option to enable PJSIP logger at load time.Kevin Harwell
2014-01-21res_pjsip: Documentation improvement for Endpoint and AOR mailbox options.Rusty Newton
2014-01-21PJSIP: Handle headers in a list appropriatelyKinsey Moore
2014-01-17Fixing some XML syntax issues with my previous commit at r405777 for ASTERISK...Rusty Newton