Hi Asterisk Developers,<br><br>I would like to continue with my T38 gateway patch. (<a href="https://issues.asterisk.org/view.php?id=13405">https://issues.asterisk.org/view.php?id=13405</a>)<br>Currently the T38 gateway patch offers just explicit gatewaying. User should exec faxgateway application for particular extension.<br>
<br>There were requests for transparent gatewaying.<br>The case:<br>1. at some point Asterisk bridges channels A and B<br>
2. Later asterisk receives T38 request on channel A (for example by reinvite)<br>
3. Asterisk determines it can not pass this request to channel B because B reports it does not support T38 at all.<br>
4. At this point Asterisk decides to start T38 gateway for A-B communication<br><br>I got couple of ideas how to implement this request.<br>Since I&#39;m not the best knewledgable asterisk developer I would like to discuss possible solutions with you.<br>
Mybe there is better solution I was not able to find.<br><br>1. add T38 gatewaying to app_dial <br>(I think this would be feasible)<br>2. add T38 gatewaying as a new bridge or update current bridging<br>(yet I don&#39;t discover any way how to implement T38 gatewaying inside bridge but maybe you can provide me by hints how to do it in this way)<br>
3. add T38 as codec <br>(this is probably not feasible at all)<br><br>Can you please comment those possibilities and provide me by hints?<br>Or can you come up with any other possibility?<br><br>Thank you in advance.<br><br>
Best regards<br>Daniel.<br><br><br>