summaryrefslogtreecommitdiff
path: root/res/res_pjsip.c
AgeCommit message (Expand)Author
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
2015-07-24pjsip: Add rtp_timeout and rtp_timeout_hold endpoint options.Joshua Colp
2015-07-20res_pjsip: Add rtp_keepalive endpoint option.Mark Michelson
2015-07-06res_pjsip: Need to use the same serializer for a pjproject SIP transaction.Richard Mudgett
2015-06-26Merge "threadpool, res_pjsip: Add serializer group shutdown API calls." into 13Matt Jordan
2015-06-26res_pjsip_nat: Rewrite route set when required.Mark Michelson
2015-06-25threadpool, res_pjsip: Add serializer group shutdown API calls.Richard Mudgett
2015-06-15res_pjsip: Add option to force G.726 to be treated as AAL2 packed.Kevin Harwell
2015-05-22res_pjsip: Refactor endpt_send_transaction (qualify_timeout)George Joseph
2015-04-28res_pjsip_outbound_registration: Don't fail on delayed processing: 13.Mark Michelson
2015-04-23res_pjsip: Validate that contact uris start with sip: or sips:George Joseph
2015-04-17pjsip_options: Add qualify_timeout processing and eventingGeorge Joseph
2015-04-17Merge "res_pjsip: Refactor endpt_send_request to include transaction timeout"...Matt Jordan
2015-04-16res_pjsip: Refactor endpt_send_request to include transaction timeoutGeorge Joseph
2015-04-16res_pjsip: Add global option to limit the maximum time for initial qualifiesGeorge Joseph
2015-04-10res_pjsip: Add an 'auto' option for DTMF ModeMatthew Jordan
2015-04-09res_pjsip: add CLI command to show global and system configurationKevin Harwell
2015-04-06res_pjsip: config option 'timers' can't be set to 'no'Kevin Harwell
2015-03-27Add stateful PJSIP response API call, and use it for out-of-dialog responses.Mark Michelson
2015-03-26res_pjsip: Enable unload of all modules at shutdown.Corey Farrell
2015-03-24chan_pjsip: Add "rpid_immediate" option to prevent unnecessary "180 Ringing" ...Richard Mudgett
2015-03-20Audit ast_pjsip_rdata_get_endpoint() usage for ref leaks.Richard Mudgett
2015-03-17res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-03-17res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-03-17res_pjsip: Add reason comment.Richard Mudgett
2015-03-13Revert - res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
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