]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_t38: Fix FAX failures when using PJSIP with authentication
authorJonathan Rose <jrose@digium.com>
Wed, 8 Apr 2015 18:19:26 +0000 (18:19 +0000)
committerJonathan Rose <jrose@digium.com>
Wed, 8 Apr 2015 18:19:26 +0000 (18:19 +0000)
commit918ca7dd366cdb7e8c34e6bce995bb12b420a4af
tree47963b1096497cba6c50e7670bb35b661d60617d
parent08945a5c77f99a0b63f95bace8ed213c391faa18
res_pjsip_t38: Fix FAX failures when using PJSIP with authentication

Without this patch, if a PJSIP endpoint with udptl enabled and authentication
set attempted to use sendFax, the FAX session would fail during setup. This
was because the invite issued in response to being auth challenged would cause
the PJSIP channel performing the FAX to receive a second T38 framehook and
this would cause frames to be consumed in an inappropriate manner.

ASTERISK-24933 #close
Reported by: Jonathan Rose
Review: https://reviewboard.asterisk.org/r/4577/
........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/13.1@434428 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_t38.c