]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_session: Restore calls to ast_sip_message_apply_transport()
authorNick French <nickfrench@gmail.com>
Tue, 13 Oct 2020 17:15:28 +0000 (12:15 -0500)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Wed, 28 Oct 2020 12:55:16 +0000 (07:55 -0500)
commitbd98e153d13b9e07bd15995c9cc92cd1d93198a5
treeaae21bab59fd1e162a4c693dd90be9e78a5758b1
parent8f33e23dfb2b6764e7d7003745ec37b7f5a89d0b
res_pjsip_session: Restore calls to ast_sip_message_apply_transport()

Commit 44bb0858cb3ea6a8db8b8d1c7fedcfec341ddf66 ("debugging: Add enough
to choke a mule") accidentally removed calls to
ast_sip_message_apply_transport when it was attempting to just add
debugging code.

The kiss of death was saying that there were no functional changes in
the commit comment.

This makes outbound calls that use the 'flow' transport mechanism fail,
since this call is used to relay headers into the outbound INVITE
requests.

ASTERISK-29124 #close

Change-Id: I0f3e32c2e8ac415e30b1d29966d75a1546f0526a
res/res_pjsip_session.c