summaryrefslogtreecommitdiff
path: root/res/res_pjsip
AgeCommit message (Expand)Author
2016-01-14Merge "pjsip: Add option global/regcontext" 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-09Revert "pjsip_location: Delete contact_status object when contact is deleted"George Joseph
2016-01-07PJSIP: Prevent deadlock due to dialog/transaction lock inversion.Mark Michelson
2015-12-24res/res_pjsip_location: Delete contact_status object when contact is deletedMatt Jordan
2015-12-12pjsip/config_transport: Check pjproject version at runtime for async opsGeorge Joseph
2015-12-08res_pjsip: Add existence and readablity checks for tls related filesGeorge Joseph
2015-12-08res_pjsip/config_transport: Prevent async_operations > 1 when protocol = tlsGeorge Joseph
2015-12-04res_pjsip/contacts/statsd: Make contact lifecycle events more consistentGeorge Joseph
2015-12-03res_pjsip: Use a MD5 hash for static Contact IDsGeorge Joseph
2015-12-02res_pjsip: Update logging to show contact->uri in messagesGeorge Joseph
2015-11-24Fixed some typosDavid M. Lee
2015-11-19res_pjsip/pjsip_options: Add StatsD statistics for PJSIP contactsMatt Jordan
2015-11-13Taskprocessors: Increase high-water markMark Michelson
2015-11-12res_pjsip distributor: Don't send 503 response to responses.Mark Michelson
2015-11-12res_pjsip: Deny requests when threadpool queue is backed up.Mark Michelson
2015-11-04res_pjsip/location: Destroy contact_status objects on contact deletionMatt Jordan
2015-11-04Merge "pjsip_configuration: On delete, remove the persistent version of an en...Matt Jordan
2015-11-03pjsip_configuration: On delete, remove the persistent version of an endpointMatt Jordan
2015-11-02res_pjsip: Set threadpool max size default to 50.Mark Michelson
2015-11-02pjsip_options: Schedule/unschedule qualifies on AoR creation/destructionMatt Jordan
2015-10-24res_pjsip: Add "like" processing to pjsip list and show commandsGeorge Joseph
2015-10-21res_pjsip: Move URI validation to use time.Joshua Colp
2015-09-10res_pjsip/location.c: Use the builtin ao2_callback() match function instead.Richard Mudgett
2015-09-10res_pjsip: Copy default_from_user to avoid crash.Mark Michelson
2015-09-09Merge "res_pjsip: Use hash for contact object identity instead of Contact URI...Joshua Colp
2015-09-08Merge "res/res_pjsip: Purge contacts when an AoR is deleted" into 13Joshua Colp
2015-09-08res_pjsip: Use hash for contact object identity instead of Contact URI.Joshua Colp
2015-09-07res/res_pjsip: Purge contacts when an AoR is deletedMatt Jordan
2015-09-04res_pjsip: Change default from user value.Mark Michelson
2015-08-23res_pjsip/pjsip_configuration: Disregard empty auth valuesMatt Jordan
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-14res_pjsip/configuration: Fix a variety of default value problemsMatt Jordan
2015-07-06res_pjsip: Need to use the same serializer for a pjproject SIP transaction.Richard Mudgett
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-05Merge "Fixes for OS X" into 13Joshua Colp
2015-06-03res_pjsip/location: Fix ref leak in contact_apply_handlerGeorge Joseph
2015-06-02Fixes for OS XDavid M. Lee
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-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" int...Joshua Colp