Hello,
since there is no standard fallback mechanism for T38, we finally encountered a problem with a SIP Provider. Our PBX doesn’t provide T38 yet, so the fallback is inevitable.
Scenario that works without issues:
- Sender sends INVITE with G711 in SDP
- Authprocess
- Receiver is connected
- Fax sound
- Re-INVITE from Provider with T38 in SDP
- Sender sends 488 Not Acceptable here
- Provider sends Re-INVITE with G711 in SDP
With the provider we have the following problem:
The provider excepts a Re-INVITE from the sender (PBX) in step 7. Since Asterisk 11 expects the Re-INVITE from the provider the PBX won’t send an INVITE to the provider and the connections times out.
Is there a way to tell Asterisk 11 to send the Re-INVITE instead of waiting for it?
Thanks
Best regards
Norman