]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_fax/t38_gateway: Peer V.21 session is created on wrong channel 44/2744/2
authorAlexei Gradinari <alex2grad@gmail.com>
Mon, 2 May 2016 21:52:16 +0000 (17:52 -0400)
committerAlexei Gradinari <alex2grad@gmail.com>
Tue, 3 May 2016 20:43:09 +0000 (16:43 -0400)
commit2d17fe06c55eedb2c0429af5f13d0589cf1866d0
tree828299aef3a1d0efb6b337f19d94de76b2a33645
parent69ced86c6c1847e5c4b683e35ccd407f3eff594a
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