summaryrefslogtreecommitdiff
path: root/res/res_pjsip/location.c
AgeCommit message (Expand)Author
2016-03-07res_pjsip: Strip spaces from items parsed from comma-separated listsGeorge Joseph
2016-01-09Revert "pjsip_location: Delete contact_status object when contact is deleted"George Joseph
2015-12-24res/res_pjsip_location: Delete contact_status object when contact is deletedMatt Jordan
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-04res_pjsip/location: Destroy contact_status objects on contact deletionMatt 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-09Merge "res_pjsip: Use hash for contact object identity instead of Contact URI...Joshua 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-06-23res_pjsip_mwi: Set up unsolicited MWI upon registration.Joshua Colp
2015-06-03res_pjsip/location: Fix ref leak in contact_apply_handlerGeorge Joseph
2015-05-29res_pjsip/location: Fix memory leak in permanent_uri_handlerGeorge Joseph
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-19pjsip_options: Fix non-qualified contacts showing as unavailableGeorge Joseph
2015-04-17pjsip_options: Add qualify_timeout processing and eventingGeorge Joseph
2015-01-27res_pjsip: make it unloadable (take 2)Kevin Harwell
2015-01-17REVERTING res_pjsip: make it unloadableKevin Harwell
2015-01-14res_pjsip: make it unloadableKevin Harwell
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-10-01PJSIP: Handle defaults properlyKinsey Moore
2014-09-18res_pjsip: ami: Fix error in AMI output when an endpoint has no transportGeorge Joseph
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-18Allow for multiple contacts to be configured in a single contact= line.Mark Michelson
2014-04-17res_pjsip: Handle reloading when permanent contacts exist and qualify is conf...Joshua Colp
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-03-08pjsip_cli: Create pjsip show channel and contact, and general cli code cleanup.George Joseph
2014-03-06sorcery: Create AST_SORCERY dialplan function.George Joseph
2014-02-20pjsip_cli: Add pjsip commands 'show registrations' and 'show contacts'.George Joseph
2014-02-17Store SIP User-Agent information in contacts.Mark Michelson
2014-02-13Fix crash in AMI PJSIPShowEndpoint action.Mark Michelson
2014-02-06res_pjsip: Updates and adds more PJSIP CLI commands.Richard Mudgett
2014-01-15PJSIP: Add Path header supportKinsey Moore
2014-01-03res_pjsip: Ensure more URI validation happens in pj threads.Joshua Colp
2013-12-20res_pjsip: Add PJSIP CLI commandsMatthew Jordan
2013-12-20ao2_iterator: Mini-audit of the ao2_iterator loops in the new code files.Richard Mudgett
2013-12-14res_pjsip: Apply outbound proxy to all SIP requests.Joshua Colp
2013-12-01res_pjsip_transport_websocket: Fix security events and simplify implementation.Joshua Colp
2013-11-23res_pjsip: AMI commands and events.Kevin Harwell
2013-10-10Perform validation of permanent contacts on AORs in res_pjsip.Joshua Colp
2013-07-30The large GULP->PJSIP renaming effort.Mark Michelson