summaryrefslogtreecommitdiff
path: root/res/res_pjsip
AgeCommit message (Expand)Author
2015-04-27res_pjsip: Fix SEGV on pending-qualify contactsGeorge Joseph
2015-04-23res_pjsip: Validate that contact uris start with sip: or sips:George Joseph
2015-04-20Merge "pjsip_options: Fix non-qualified contacts showing as unavailable"Joshua Colp
2015-04-20pjsip_options: Fix format specifier for int64_t rtt.George Joseph
2015-04-19pjsip_options: Fix non-qualified contacts showing as unavailableGeorge Joseph
2015-04-17Merge topic 'ASTERISK-24863'Matt Jordan
2015-04-16res_pjsip: Add global option to limit the maximum time for initial qualifiesGeorge Joseph
2015-04-16pjsip_options: Add qualify_timeout processing and eventingGeorge Joseph
2015-04-15res_pjsip: Add external PJSIP resolver implementation using core DNS API.Joshua Colp
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
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-28clang compiler warnings: Fix -Winitializer-overridesMatthew Jordan
2015-03-27Add stateful PJSIP response API call, and use it for out-of-dialog responses.Mark Michelson
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-13chan_pjsip: AMI action PJSIPShowEndpoint closes AMI connection on error.Richard Mudgett
2015-03-13Revert - res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-03-11res_pjsip: Move internal init/destroy prototypes to private header file.Richard Mudgett
2015-03-11res_pjsip: Fix pjsip.conf type=global object default value handling.Richard Mudgett
2015-03-11res_pjsip: Fixed invalid empty Server and User-Agent SIP headers.Richard Mudgett
2015-03-09res_pjsip: allow configuration of endpoint identifier query orderKevin Harwell
2015-02-15res_pjsip: Add "pjsip show version" CLI command.Joshua Colp
2015-02-11res_pjsip: dtls_handler causes Asterisk to crashKevin Harwell
2015-02-11HTTP: Stop accepting requests on final system shutdown.Richard Mudgett
2015-01-29Allow disabling of 100rel support on PJSIP endpoints.Mark Michelson
2015-01-27res_pjsip: make it unloadable (take 2)Kevin Harwell
2015-01-23Investigate and fix memory leaks in AsteriskKevin Harwell
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-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
2015-01-07Fix dev-mode build on recent gccKinsey Moore
2015-01-06pjsip cli: Fix sorting of contacts for 'pjsip list contacts'George Joseph
2015-01-05pjsip: Add 'PJSIP_AOR' and 'PJSIP_CONTACT' dialplan functions.Joshua Colp
2014-12-23pjsip_options: Fix continued qualifies after endpoint/aor deletionGeorge Joseph
2014-12-10PJSIP: Fix assert on initial mass qualifyKinsey Moore
2014-12-09PJSIP: Stagger outbound qualifiesKinsey Moore
2014-12-02res_pjsip_endpoint_identifier_ip: Add 'show identify(ies)' cli commandsGeorge Joseph
2014-11-19res_pjsip_sdp_rtp: Add support for optimistic SRTP.Joshua Colp
2014-11-15res_pjsip: Enforce requirements for session timer minimum expiration period a...Joshua Colp
2014-11-06res_pjsip: Ensure in-dialog responses have an endpoint associated.Joshua Colp
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-11-03chan_pjsip: Add support for passing hold and unhold requests through.Joshua Colp
2014-10-30res_pjsip: incorrect qualify statistics after disabling for contactKevin Harwell