mirror of https://github.com/asterisk/asterisk
A previous patch: Gerrit Change-Id: I73bb24799bfe1a48adae9c034a2edbae54cc2a39 made it so a T.38 Gateway tries to negotiate with both sides by sending T.38 negotiation request to both endpoints supported T.38 versus the previous behavior of forwarding negotiation to the "other" channel once a preamble was detected. This had the unfortunate side effect of breaking some setups. Specifically ones that set the max datagram option on an endpoint configuration (configured max datagram was not propagated since Asterisk now initiates negotiations). This patch adds a configuration option, "negotiate_both", that when enabled makes it so Asterisk initiates the negotiation requests to both endpoints vs. the previous behavior of waiting, and forwarding the request. The default is disabled keeping with the old behavior. ASTERISK-28660 Change-Id: I5deb875f3485e20bc75119ec743090655d864a1apull/18/head
parent
91cdb9537e
commit
b6f5607359
@ -0,0 +1,7 @@
|
||||
Subject: res_fax
|
||||
|
||||
Added configuration option "negotiate_both". This option is only used
|
||||
when a gateway is enabled, and a v21 preamble is detected. If this option
|
||||
is enabled, once a preamble is detected Asterisk will initiate negotiation
|
||||
requests to both T.38 enabled endpoint versus waiting, and forwarding a
|
||||
request from an initiating endpoint. Defaults to disabled.
|
Loading…
Reference in new issue