summaryrefslogtreecommitdiff
path: root/res/res_pjsip
AgeCommit message (Expand)Author
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-20Merge "res_pjsip: Add rtp_keepalive endpoint option."Joshua Colp
2015-07-20res_pjsip: Add rtp_keepalive endpoint option.Mark Michelson
2015-07-11res_pjsip/configuration: Fix a variety of default value problemsMatt Jordan
2015-06-23res_pjsip_mwi: Set up unsolicited MWI upon registration.Joshua Colp
2015-06-15res_pjsip: Add option to force G.726 to be treated as AAL2 packed.Kevin Harwell
2015-06-10DNS: Need to use the same serializer for a pjproject SIP transaction.Richard Mudgett
2015-06-10DNS: Fix some corner cases.Richard Mudgett
2015-06-10pjsip_resolver.c: Fix debug code to only execute at acceptable debug level.Richard Mudgett
2015-06-05Fixes for OS XDavid M. Lee
2015-06-03res_pjsip/location: Fix ref leak in contact_apply_handlerGeorge Joseph
2015-06-02res_pjsip: Remove outgoing authentication code no longer needed.Richard Mudgett
2015-06-01pjsip_configuration: Fix leak in persistent_endpoint_update_state.Corey Farrell
2015-05-29res_pjsip/location: Fix memory leak in permanent_uri_handlerGeorge Joseph
2015-05-26res_pjsip: Add AMI events for chan_pjsip contact lifecycle changesGeorge Joseph
2015-05-22res_pjsip: Refactor endpt_send_transaction (qualify_timeout)George Joseph
2015-05-04Modules: Make ast_module_info->self available to auxiliary sources.Corey Farrell
2015-04-29res_pjsip_outbound_registration: Don't fail on delayed processing.Mark Michelson
2015-04-29res_pjsip: Remove incorrect MODULEINFO from presence_xml.c.Corey Farrell
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