]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_fax/t38_gateway: Peer V.21 session is created on wrong channel 98/2798/1
authorAlexei Gradinari <alex2grad@gmail.com>
Tue, 10 May 2016 14:20:54 +0000 (10:20 -0400)
committerAlexei Gradinari <alex2grad@gmail.com>
Tue, 10 May 2016 14:20:54 +0000 (10:20 -0400)
commit987ec8568169c9bfe741ee12c0b0ecff8c6eb0bd
treebc3d636ca5026707ce282bfc11b8562348cdc92e
parent42ab8d8ef3c656de44881bfdce3ad81d819f165b
res_fax/t38_gateway: Peer V.21 session is created on wrong channel

The channel and peer V.21 sessions are created on the same channel now.
The peer V.21 session should be created only on peer channel
when one of channel can handle T.38.

Also this patch enable debug for T.38 gateway session
if global fax debug enabled.

ASTERISK-25982

Change-Id: I78387156ea521a77eb0faf170179ddd37a50430e
res/res_fax.c