Happy for you to laugh at yourself, I&#39;m just happy you are finding some time to take some interest in my problem.  Much appreciated.<br><br>I think some clarity is required here.  I am simply trying to do an attended transfer as per the wiki (except I set the bind_meta_app to both legs)<br>
<a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_att_xfer">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_att_xfer</a><br><br>It works  fine for SIP to SIP.  For SIP to Freetdm it only works if the SIP is trying to do the transfer.  If the FreeTDM is trying to do it ie. push *3 on the phone keypad, then the bind_meta_app works fine and detects the *3 and executes the appropriate extension ie. att_xfer, however the read() in the extension att_xfer does not see the subsequent DTMF pressed on the phone ie. the destination extension number.<br>
<br>Cheers<br>Shane<br><br><div class="gmail_quote">On Thu, May 10, 2012 at 2:44 PM, curriegrad2004 <span dir="ltr">&lt;<a href="mailto:curriegrad2004@gmail.com" target="_blank">curriegrad2004@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I just had to laugh at my self for mixing up the 2 again...<br>
bind_meta_app is only applicable to that extension that the inbound<br>
call was made to. Since you&#39;ve transferred to another extension, the<br>
bind_meta_app won&#39;t work anymore because it&#39;s not defined in the<br>
extension you&#39;re transferring to.<br>
<br>
If you want this to happen, you&#39;d have to manually define that<br>
bind_meta_app to those target extensions too. Remember, do this at<br>
your own peril - obvious misuse of bind_meta_app can open a huge<br>
security hole if you don&#39;t know what you&#39;re doing :)<br>
<br>
On Wed, May 9, 2012 at 7:27 PM, Shane Harrison<br>
<div class="HOEnZb"><div class="h5">&lt;<a href="mailto:shane.harrison@paragon.co.nz">shane.harrison@paragon.co.nz</a>&gt; wrote:<br>
&gt; Thanks for the thoughts.  As I said, I am already setting it to both legs -<br>
&gt; I will try simply trying one leg but am sceptical :-)<br>
&gt;<br>
&gt; I also mentioned that I called the start_dtmf just before calling the read<br>
&gt; so unless I am doing something wrong here.....  I&#39;ll try and post the XML<br>
&gt; tonight when I get home.  Oh and it is an FXS card not an FXO of course<br>
&gt; since it has a phone plugged into it.<br>
&gt;<br>
&gt; The question still remains though, why is the in-band DTMF detection working<br>
&gt; for the bind_meta_app digit detection but not after that?<br>
&gt;<br>
&gt; Cheers<br>
&gt; Shane<br>
&gt;<br>
&gt;<br>
&gt; On Thu, May 10, 2012 at 12:28 PM, curriegrad2004 &lt;<a href="mailto:curriegrad2004@gmail.com">curriegrad2004@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; and crap, since I wasn&#39;t even reading anything here, on the subsequent<br>
&gt;&gt; transfers from your FXO card, enable the in-band DTMF detector that FS<br>
&gt;&gt; has. The details on the in-band DTMF detector is here:<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_start_dtmf" target="_blank">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_start_dtmf</a><br>
&gt;&gt;<br>
&gt;&gt; But use this with caution, if there is a DTMF detector on the FXO card<br>
&gt;&gt; itself, make sure you disable it before using it.<br>
&gt;&gt;<br>
&gt;&gt; On Wed, May 9, 2012 at 5:26 PM, curriegrad2004 &lt;<a href="mailto:curriegrad2004@gmail.com">curriegrad2004@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; apologies for telling you the wrong thing. I was replying you from my<br>
&gt;&gt; &gt; phone btw :P<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Yeah, bind_meta_app is the app you would use, but try changing it to<br>
&gt;&gt; &gt; point to the b-leg, not the a-leg<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Wed, May 9, 2012 at 4:12 PM, Shane Harrison<br>
&gt;&gt; &gt; &lt;<a href="mailto:shane.harrison@paragon.co.nz">shane.harrison@paragon.co.nz</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; Thanks.  I am currently using bind_meta_app (set to both legs) already<br>
&gt;&gt; &gt;&gt; rather than bind_digits.  I&#39;ll give bind_digits a shot and see if it<br>
&gt;&gt; &gt;&gt; behaves<br>
&gt;&gt; &gt;&gt; differently.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Note that I do detect the initial *3 digits and because bind_meta_app<br>
&gt;&gt; &gt;&gt; is<br>
&gt;&gt; &gt;&gt; both legs, this is successful no matter which direction the call is<br>
&gt;&gt; &gt;&gt; setup<br>
&gt;&gt; &gt;&gt; from.  However once the dialplan moves to the extension the *3 is bound<br>
&gt;&gt; &gt;&gt; to,<br>
&gt;&gt; &gt;&gt; digits are no longer received.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; The worrying thing for me is that ftdm_io.c doesn&#39;t even write to the<br>
&gt;&gt; &gt;&gt; log<br>
&gt;&gt; &gt;&gt; that it has received them (nor freetdm above that of course which is<br>
&gt;&gt; &gt;&gt; understandable) and I am surprised that the read() influences that<br>
&gt;&gt; &gt;&gt; since it<br>
&gt;&gt; &gt;&gt; works prior on the *3 digits.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Cheers<br>
&gt;&gt; &gt;&gt; Shane<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Thu, May 10, 2012 at 10:22 AM, curriegrad2004<br>
&gt;&gt; &gt;&gt; &lt;<a href="mailto:curriegrad2004@gmail.com">curriegrad2004@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; I&#39;m guessing the bind digits in your analog card was set to listen for<br>
&gt;&gt; &gt;&gt;&gt; this sequence on the a-leg given if the call was being routed from the<br>
&gt;&gt; &gt;&gt;&gt; IP side to the analog side.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Try changing that to listen on the b-leg.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On 5/9/12, Shane Harrison &lt;<a href="mailto:shane@longwhitecloud.com">shane@longwhitecloud.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt; Hi All,<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Have a situation where I have a call between a SIP phone and a<br>
&gt;&gt; &gt;&gt;&gt; &gt; FreeTDM<br>
&gt;&gt; &gt;&gt;&gt; &gt; channel.   Pushing *3 on the analog FreeTDM phone is detected and<br>
&gt;&gt; &gt;&gt;&gt; &gt; this<br>
&gt;&gt; &gt;&gt;&gt; &gt; is<br>
&gt;&gt; &gt;&gt;&gt; &gt; bound to a dialplan extension (attended transfer) that does a<br>
&gt;&gt; &gt;&gt;&gt; &gt; read():<br>
&gt;&gt; &gt;&gt;&gt; &gt; &lt;action application=&quot;read&quot; data=&quot;3 3<br>
&gt;&gt; &gt;&gt;&gt; &gt; &#39;tone_stream://%(10000,0,350,440)&#39;<br>
&gt;&gt; &gt;&gt;&gt; &gt; digits 30000 #&quot;/&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; However pushing further digits on the analog phone ie. extension<br>
&gt;&gt; &gt;&gt;&gt; &gt; number<br>
&gt;&gt; &gt;&gt;&gt; &gt; of<br>
&gt;&gt; &gt;&gt;&gt; &gt; phone we wish to do an attended transfer to , doesn&#39;t result in the<br>
&gt;&gt; &gt;&gt;&gt; &gt; DTMF<br>
&gt;&gt; &gt;&gt;&gt; &gt; being detected.  Note that this all works the other way around ie.<br>
&gt;&gt; &gt;&gt;&gt; &gt; using<br>
&gt;&gt; &gt;&gt;&gt; &gt; the SIP phone.<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; When the *3 digits are pushed on the analog phone I see the logs<br>
&gt;&gt; &gt;&gt;&gt; &gt; report:<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;  ftdm_io.c:3463 [s2c1][1:4] Queuing DTMF * (debug = 0)<br>
&gt;&gt; &gt;&gt;&gt; &gt; mod_freetdm.c:702 Queuing DTMF [*] in channel FreeTDM/2:1/<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; ftdm_io.c:3463 [s2c1][1:4] Queuing DTMF 4 (debug = 0)<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; mod_freetdm.c:702 Queuing DTMF [4] in channel FreeTDM/2:1/<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; When the further keys are pushed ftdm_io reports nothing.<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; I have tried inserting a start_dtmf before the read() but it had no<br>
&gt;&gt; &gt;&gt;&gt; &gt; effect.<br>
&gt;&gt; &gt;&gt;&gt; &gt; Any thoughts as to why DTMF isn&#39;t being seen from the analog phone<br>
&gt;&gt; &gt;&gt;&gt; &gt; after<br>
&gt;&gt; &gt;&gt;&gt; &gt; the read()?<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Cheers<br>
&gt;&gt; &gt;&gt;&gt; &gt; Shane<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; &gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; &gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Paragon Electronic Design Ltd<br>
&gt;&gt; &gt;&gt; L6 Crest House<br>
&gt;&gt; &gt;&gt; 92 Queens Drive<br>
&gt;&gt; &gt;&gt; P0 Box 30449<br>
&gt;&gt; &gt;&gt; Lower Hutt 5040<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; <a href="tel:%2B64%204%205703870%20Extn%20875" value="+6445703870">+64 4 5703870 Extn 875</a><br>
&gt;&gt; &gt;&gt; <a href="tel:%2B64%2021%20608919" value="+6421608919">+64 21 608919</a>  (mobile)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &quot;Solving your problems with the right technology&quot;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _________________________________________________________________________<br>
&gt;&gt; &gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; &gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; &gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Paragon Electronic Design Ltd<br>
&gt; L6 Crest House<br>
&gt; 92 Queens Drive<br>
&gt; P0 Box 30449<br>
&gt; Lower Hutt 5040<br>
&gt;<br>
&gt; <a href="tel:%2B64%204%205703870%20Extn%20875" value="+6445703870">+64 4 5703870 Extn 875</a><br>
&gt; <a href="tel:%2B64%2021%20608919" value="+6421608919">+64 21 608919</a>  (mobile)<br>
&gt;<br>
&gt; &quot;Solving your problems with the right technology&quot;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Paragon Electronic Design Ltd<br>L6 Crest House<br>92 Queens Drive<br>P0 Box 30449<br>Lower Hutt 5040<br><br>+64 4 5703870 Extn 875<br>+64 21 608919  (mobile)<br>
<br>&quot;Solving your problems with the right technology&quot;<br>