FXS analog devices need a DTMF string to communicate with the PBX and the PBX could process the call (bridge) ...at least you need a &quot;batman phone&quot; with auto-dialing (inmmediate). <br><br><br><div class="gmail_quote">
2010/11/29 Jeroen C. van Gelderen <span dir="ltr">&lt;<a href="mailto:slim@thegreek.com">slim@thegreek.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Guys,<br>
<br>
I need to bridge an FXS port (when taken off-hook) to an FXO port without<br>
dialing any digits like so:<br>
<br>
&lt;action application=&quot;bridge&quot; data=&quot;freetdm/span_fxo_csd/1&quot;/&gt;<br>
<br>
This results in the following error:<br>
<br>
ftmod/ftmod_analog/ftmod_analog.c:<br>
<br>
if (ftdm_strlen_zero(ftdmchan-&gt;caller_data.dnis.digits)) {<br>
  ftdm_log_chan_msg(ftdmchan, FTDM_LOG_ERROR, &quot;No Digits to send!\n&quot;);<br>
<br>
For now I have worked around this by using<br>
<br>
&lt;action application=&quot;bridge&quot; data=&quot;freetdm/span_fxo_csd/1/w&quot;/&gt;<br>
or<br>
&lt;action application=&quot;bridge&quot; data=&quot;freetdm/span_fxo_csd/1/F&quot;/&gt;<br>
<br>
I would like to avoid the unnecessary delay this incurs.<br>
<br>
Any suggestions? Under what circumstances is it bad to send zero digits? Can<br>
I simply take out the check for zero-length dnis.digits?<br>
<br>
Cheers,<br>
-Slim<br>
--<br>
Jeroen C. &quot;Slim&quot; van Gelderen<br>
<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>