]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core_unreal: Fix T.38 faxing when using local channels.
authorBen Ford <bford@digium.com>
Mon, 11 Jan 2021 20:20:34 +0000 (14:20 -0600)
committerKevin Harwell <kharwell@digium.com>
Wed, 17 Feb 2021 00:11:07 +0000 (18:11 -0600)
commit215550ed4ba31225a79414bcbaf9da431f4e1260
tree609dd8326d44ad89fd08adae65fc14b6785c8751
parentf996c7a48fd73b0ef326fe65019f4a95b210b194
core_unreal: Fix T.38 faxing when using local channels.

After some changes to streams and topologies, receiving fax through
local channels stopped working. This change adds a stream topology with
a stream of type IMAGE to the local channel pair and allows fax to be
received.

ASTERISK-29035 #close

Change-Id: Id103cc5c9295295d8e68d5628e76220f8f17e9fb
include/asterisk/core_unreal.h
main/core_unreal.c