asterisk/res/res_pjsip
Joshua Colp 47074f4bfd res_pjsip: Ensure in-dialog responses have an endpoint associated.
When handling incoming messages we determine if it is associated with
a dialog. If so we use that to determine what serializer and endpoint
to use for the message. Previously this would pass the endpoint to the
endpoint lookup module to actually place the endpoint completely on the
message. For in-dialog responses, however, this did not occur as
dialog processing took over and the endpoint lookup did not occur.

This change just places the endpoint in the expected spot immediately
instead of relying on the endpoint lookup module. In-dialog responses
thus have the expected endpoint.

AST-1459 #close

Review: https://reviewboard.asterisk.org/r/4146/
........

Merged revisions 427490 from http://svn.asterisk.org/svn/asterisk/branches/12
........

Merged revisions 427491 from http://svn.asterisk.org/svn/asterisk/branches/13


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@427492 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2014-11-06 18:21:12 +00:00
..
include res_pjsip: Enable PJSIP DNS client support. 2014-03-17 22:54:32 +00:00
config_auth.c res_pjsip: Don't require a password when doing userpass authentication. 2014-09-18 19:31:03 +00:00
config_domain_aliases.c res_pjsip: Updates and adds more PJSIP CLI commands. 2014-02-06 17:55:45 +00:00
config_global.c res_pjsip_keepalive: Add runtime configurable keepalive module for connection-oriented transports. 2014-10-17 13:17:58 +00:00
config_system.c Make the disable_tcp_switch PJSIP system object enabled by default. 2014-11-05 19:53:29 +00:00
config_transport.c res_pjsip: Make transport cipher option accept a comma separated list of cipher names. 2014-10-02 21:55:37 +00:00
location.c PJSIP: Handle defaults properly 2014-10-01 12:28:05 +00:00
pjsip_cli.c pjsip_cli: Suppress header print on error or no objects 2014-09-29 22:00:38 +00:00
pjsip_configuration.c chan_pjsip: Add support for passing hold and unhold requests through. 2014-11-03 14:45:01 +00:00
pjsip_distributor.c res_pjsip: Ensure in-dialog responses have an endpoint associated. 2014-11-06 18:21:12 +00:00
pjsip_global_headers.c The large GULP->PJSIP renaming effort. 2013-07-30 18:14:50 +00:00
pjsip_options.c res_pjsip: incorrect qualify statistics after disabling for contact 2014-10-30 17:18:47 +00:00
pjsip_outbound_auth.c res_pjsip: Ignore 401/407 responses for transactions and dialogs we don't know about. 2013-12-19 18:00:33 +00:00
presence_xml.c res_pjsip_dialog_info_body_generator: Add dialog-info+xml support for presence. 2014-07-07 16:08:47 +00:00
security_events.c Remove unused RAII_VAR() declarations. 2014-04-15 18:01:47 +00:00