summaryrefslogtreecommitdiff
path: root/res/res_pjsip_messaging.c
AgeCommit message (Expand)Author
2018-01-24Remove redundant module checks and references.Corey Farrell
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-09-22res_pjsip: Use ast_sip_is_content_type() where appropriateSean Bright
2017-08-10res_pjsip_messaging: IPv6 receive address needs bracketsScott Griepentrog
2017-03-21res_pjsip_messaging: Check URI type before dereferencingSean Bright
2016-09-14Merge "res_pjsip: Add ignore_uri_user_options option."zuul
2016-09-09res_pjsip: Add ignore_uri_user_options option.Richard Mudgett
2016-09-07res_pjsip_messaging.c: Misc cleanups and fixes.Richard Mudgett
2016-08-16Refactor usage pattern of xmldoc info tag.Corey Farrell
2016-06-21PJSIP: provide transport type with received messagesScott Griepentrog
2016-03-02Merge "CHAOS: cleanup possible null vars on msg alloc failure"zuul
2016-03-02CHAOS: cleanup possible null vars on msg alloc failureScott Griepentrog
2016-03-02CHAOS: prevent crash on failed strdupScott Griepentrog
2016-01-08res_pjsip: Create human friendly serializer names.Richard Mudgett
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-07Do not queue message requests that we do not respond to.Mark Michelson
2015-04-03res_pjsip_messaging: Serialize outbound SIP MESSAGEsMark Michelson
2015-03-27Add stateful PJSIP response API call, and use it for out-of-dialog responses.Mark Michelson
2015-03-20Audit ast_pjsip_rdata_get_endpoint() usage for ref leaks.Richard Mudgett
2015-02-17res_pjsip_refer: Fix crash from a REFER and BYE collision.Richard Mudgett
2014-10-16PJSIP: Enforce module load dependenciesKinsey Moore
2014-08-05Multiple revisions 420089-420090,420097Matthew Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-04-30chan_sip.c: Fixed off-nominal message iterator ref count and alloc fail issues.Richard Mudgett
2014-03-25Add a "message_context" option for PJSIP endpoints.Mark Michelson
2014-01-15PJSIP: Add Path header supportKinsey Moore
2014-01-09res_pjsip_messaging: potential for field values in from/to headers to be missingKevin Harwell
2013-12-13documentation: Add PJSIP technology to messaging documentationJonathan Rose
2013-12-11res_pjsip_messaging: send message to a default outbound endpointKevin Harwell
2013-11-12pjsip_messaging, pjsip_header_funcs: Crashes due to NULL pointer dereferencesKevin Harwell
2013-10-30pjsip_messaging: Added debug for in dialog messagingKevin Harwell
2013-09-18res_pjsip_messaging: Register message technology as pjsipKevin Harwell
2013-08-06Fix crash in res_pjsip_outbound_registration when the remote server can not b...Joshua Colp
2013-07-30The large GULP->PJSIP renaming effort.Mark Michelson