I need to do t.38 transcoding on the b-leg (internal leg) of an incoming call and I am wondering the best way to edit the dialplan (or other config) to make this work. I have it working on outbound calls but inbound calls pose a problem since the inbound route does a 'transfer' instead of a 'bridge'. The code I am trying to add is:
Any guidance would be appreciated.
XML:
<action application="bridge" data="{sip_execute_on_image='t38_gateway self nocng'}sofia/internal/ext@host"/>
Any guidance would be appreciated.