summaryrefslogtreecommitdiff
path: root/res/res_pjsip.c
AgeCommit message (Expand)Author
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-21res_pjsip: Whitespace and comment cleanup.Richard Mudgett
2016-07-21Merge "res_pjsip: Add fax_detect_timeout endpoint option." into 13Joshua Colp
2016-07-19res_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-05res_pjsip: Added "subscribe_context" to endpointAlexei Gradinari
2016-07-01Merge "res_pjsip.c: Register PJMEDIA error code decoder." into 13Joshua Colp
2016-06-30Merge "res_pjsip: improve realtime performance #2" into 13Joshua Colp
2016-06-30res_pjsip.c: Register PJMEDIA error code decoder.Richard Mudgett
2016-06-22res_pjsip: improve realtime performance #2Alexei Gradinari
2016-06-14res_pjsip.c: Add check that timer actually got scheduled.Richard Mudgett
2016-05-25res_pjsip: add "via_addr", "via_port", "call_id" to contactAlexei Gradinari
2016-05-13res_pjsip: Endpoint IP Access ControlsAlexei Gradinari
2016-05-11Merge "res_pjsip: improve realtime performance" into 13zuul
2016-05-05res_pjsip: improve realtime performanceAlexei Gradinari
2016-05-02pjsip: Added "reg_server" to contacts.Alexei Gradinari
2016-04-27res_pjsip: Add ability to identify by Authorization usernameGeorge Joseph
2016-04-27Merge "res_pjsip: disable multi domain to improve realtime performace" into 13Joshua Colp
2016-04-27res_pjsip: disable multi domain to improve realtime performaceAlexei Gradinari
2016-04-14res_pjsip: Add serialized scheduler (res_pjsip/pjsip_scheduler.c)George Joseph
2016-04-11res_pjsip: Add headers to AMI Event ContactStatusDetailAlexei Gradinari
2016-03-30res_pjsip_mwi: Add voicemail extension and mwi_subscribe_replaces_unsolicitedGeorge Joseph
2016-03-29res_pjsip/pjsip_options: Fix From generation on outgoing OPTIONSGeorge Joseph
2016-03-25sorcery/res_pjsip: Refactor for realtime performanceGeorge Joseph
2016-03-03res_pjsip_caller_id: Anonymize 'From' when caller id presentation is prohibitedGeorge Joseph
2016-02-19res_pjsip/config_transport: Allow reloading transports.George Joseph
2016-02-12Merge "res_pjsip: Refactor load_module/unload_module" into 13Joshua Colp
2016-02-12Merge "res_pjsip: Handle pjsip_dlg_create_uas deprecation" into 13zuul
2016-02-11res_pjsip: Refactor load_module/unload_moduleGeorge Joseph
2016-02-10res_pjsip: Handle pjsip_dlg_create_uas deprecationGeorge Joseph
2016-02-08res_pjsip: Fix infinite recursion when loading transports from realtimeGeorge Joseph
2016-01-21res_pjsip: Add CLI "pjsip dump endpt [details]"Richard Mudgett
2016-01-14Merge "pjsip: Add option global/regcontext" into 13Joshua Colp
2016-01-12Merge "pjsip_sdp_rtp: Add option endpoint/bind_rtp_to_media_address" into 13Joshua Colp
2016-01-11pjsip_sdp_rtp: Add option endpoint/bind_rtp_to_media_addressGeorge Joseph
2016-01-11pjsip: Add option global/regcontextDaniel Journo
2016-01-08res_pjsip: Create human friendly serializer names.Richard Mudgett
2015-11-16res/res_pjsip: Fix off nominal crash with requests that fail and have a timerMatt Jordan
2015-11-12res_pjsip: Deny requests when threadpool queue is backed up.Mark Michelson
2015-10-21res_pjsip: Move URI validation to use time.Joshua Colp
2015-10-07res_pjsip: Fix deadlock when sending out-of-dialog requests.Richard Mudgett
2015-09-10res_pjsip: Copy default_from_user to avoid crash.Mark Michelson
2015-09-04res_pjsip: Change default from user value.Mark Michelson
2015-09-02res_pjsip: Fix contact refleak on stateful responses.Mark Michelson
2015-08-25res_pjsip: Add common ast_sip_get_host_ip API.Joshua Colp
2015-08-11res_pjsip.c: Fix crash from corrupt saved SUBSCRIBE message.Richard Mudgett
2015-08-06res_pjsip: Ensure sanitized XML is NULL terminated.Joshua Colp