10-04-2023 01:07 PM
Customer is running a 4331 router and has T38 up and working both inbound and out. However, there are a few places they attempt to send a fax to that fail every time.
We pulled a SIP trace on the call, and found that the CUBE is getting a 488 no acceptable media when it passes through the T38 re invite. We saw the fax server hanging up at this point, and we are unclear why this is not failing back to G711.
The vendor for the fax server pulled a wireshark fromt he server, and they see the CUBE sending RTP packets trying to disable echo cancellation immediately following the 488 not acceptable ACK is received. The fax server doesn't know what to do with this and is terminating the call.
My question is about what we need to do to make this fallback work. I've been digging through documentation, and the documentation on this is pretty thin at best. Is there some additional command or commands required ino order to make this work? We have the command fax protocol t38 ls-redundancy 0 hs-redundancy 0 pass-through g711ulaw command in place globally.
10-04-2023 11:05 PM
Maybe try the keyword "fallback" in your fax command:
fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback pass-through g711ulaw
10-05-2023 12:00 PM
You must use fallback as @b.winter mentioned.
fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback pass-through g711ulaw
10-16-2023 06:23 PM
It actually has the fallback key word in the command on the router. I simply didn't type it out when I made the original post (my bad). But I'm still not understanding why the fax server is disconnecting when it receives the ECM Disable from the gateway instead of continuing.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide