]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_publish: Fix processing 412 response 73/2273/2
authorAlexei Gradinari <alex2grad@gmail.com>
Thu, 18 Feb 2016 16:55:39 +0000 (11:55 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 18 Feb 2016 18:04:23 +0000 (12:04 -0600)
commitf295088764ba25f1234b874337bd9363cc7d1ed1
tree07b5ab45353c2fd0ff87956ab9742dfa5b7e52e2
parent87ab65c557eccfe91c8aea6eba0568aa96de6412
res_pjsip_outbound_publish: Fix processing 412 response

When Asterisk receives a 412 (Conditional Request Failed) response
it has to recreate publish session.
There is bug in res_pjsip_outbound_publish.c
The function sip_outbound_publish_client_alloc is called with wrong object
while processing 412 (Conditional Request Failed) response.
This patch fixes it.

ASTERISK-25229 #close

Change-Id: I3b62f2debf6bb1e5817cde7b13ea39ef2bf14359
res/res_pjsip_outbound_publish.c