summaryrefslogtreecommitdiff
path: root/res/res_pjsip_registrar.c
AgeCommit message (Expand)Author
2016-09-09res_pjsip: Add ignore_uri_user_options option.Richard Mudgett
2016-09-02res_pjsip_registrar.c: Reduce stack usage in find_aor_name().Richard Mudgett
2016-08-11res_pjsip: Make aor named lock a mutex.Richard Mudgett
2016-06-07res_pjsip_registrar.c: Eliminate rx REGISTER request race condition.Richard Mudgett
2016-05-25res_pjsip: add "via_addr", "via_port", "call_id" to contactAlexei Gradinari
2016-05-06res_pjsip: module load priorityAlexei Gradinari
2016-05-02pjsip: Added "reg_server" to contacts.Alexei Gradinari
2016-04-27res_pjsip: Add ability to identify by Authorization usernameGeorge Joseph
2016-04-19res_pjsip_registrar: Fix bad memory-ness with user_agent.Mark Michelson
2016-04-14AST-2016-004: Fix crash on REGISTER with long URI.Mark Michelson
2016-04-11res_pjsip contact: Lock expiration/addition of contactsGeorge Joseph
2016-03-07res_pjsip: Strip spaces from items parsed from comma-separated listsGeorge Joseph
2016-01-08res_pjsip: Create human friendly serializer names.Richard Mudgett
2015-06-23res_pjsip_mwi: Set up unsolicited MWI upon registration.Joshua Colp
2015-03-27Add stateful PJSIP response API call, and use it for out-of-dialog responses.Mark Michelson
2015-02-21res_pjsip_registrar: Add Expires header to 200 OK if present in REGISTER.Joshua Colp
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2014-10-16PJSIP: Enforce module load dependenciesKinsey Moore
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-06-27res_pjsip: Add ActionID to events created as a result of PJSIP AMI actionsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-05-06Check for an act on failures to update contacts during registration.Mark Michelson
2014-04-17res_pjsip: Handle reloading when permanent contacts exist and qualify is conf...Joshua Colp
2014-03-21res_pjsip_registrar.c: Miscellaneous cleanup in rx_task().Richard Mudgett
2014-02-17Store SIP User-Agent information in contacts.Mark Michelson
2014-01-15PJSIP: Add Path header supportKinsey Moore
2013-12-20res_pjsip: Add PJSIP CLI commandsMatthew Jordan
2013-12-04res_pjsip_registrar: undefined function pointer symbolKevin Harwell
2013-11-23res_pjsip: AMI commands and events.Kevin Harwell
2013-09-26pjsip: race condition in registrarKevin Harwell
2013-08-20Add warning messages for registration failure paths.Mark Michelson
2013-08-12Add test suite events for when contacts are added or removed from an AORJohn Bigelow
2013-08-01Fix a crash due to performing full URI validation on a contact which only con...Joshua Colp
2013-07-30The large GULP->PJSIP renaming effort.Mark Michelson