go ahead and get a debug log of a call coming in, being answered, and the recipient dialing *0#xxx# to send the call elsewhere. Drop it into <a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a> and use &quot;FreeSWITCH Log&quot; as the syntax highlighting.<br>
<br>-MC<br><br><div class="gmail_quote">On Mon, Mar 26, 2012 at 11:27 AM, Trever L. Adams <span dir="ltr">&lt;<a href="mailto:trever.adams@gmail.com">trever.adams@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">
Hello everyone,<br>
<br>
I hope someone can help me. I am using my home as a setup to test<br>
FreeSWITCH.<br>
<br>
I am using FXO for my incoming and FXS to phones around the home. I am<br>
trying to do blind transfers when *0# is dialed on the internal phones<br>
for calls coming from outside the home. I currently have:<br>
<br>
                &lt;extension name=&quot;setup bind_digit_action_transfer&quot;&gt;<br>
                  &lt;condition field=&quot;destination_number&quot;<br>
expression=&quot;^SETUP_TRANSFER$&quot;&gt;<br>
                     &lt;action application=&quot;log&quot; data=&quot;INFO Configuring<br>
bind_digit_action to do recording on this session...&quot;/&gt;<br>
                     &lt;action application=&quot;bind_digit_action&quot;<br>
data=&quot;do_transfer,*0#,exec:execute_extension,DO_TRANSFER XML Incoming-FXO&quot;/&gt;<br>
                     &lt;action application=&quot;digit_action_set_realm&quot;<br>
data=&quot;do_transfer&quot;/&gt;<br>
                  &lt;/condition&gt;<br>
                &lt;/extension&gt;<br>
<br>
<br>
                &lt;extension name=&quot;setup transfer&quot; continue=&quot;true&quot;&gt;<br>
                  &lt;condition field=&quot;chan_name&quot; expression=&quot;^FreeTDM/3:1/&quot;&gt;<br>
                     &lt;action application=&quot;set&quot;<br>
data=&quot;bridge_pre_execute_bleg_app=execute_extension&quot;/&gt;<br>
                     &lt;action application=&quot;set&quot;<br>
data=&quot;bridge_pre_execute_bleg_data=SETUP_TRANSFER XML Incoming-FXO&quot;/&gt;<br>
                  &lt;/condition&gt;<br>
                &lt;/extension&gt;<br>
<br>
               &lt;extension name=&quot;bind_digit_action Do Transfer&quot;&gt;<br>
                  &lt;condition field=&quot;destination_number&quot;<br>
expression=&quot;^DO_TRANSFER$&quot;&gt;<br>
                    &lt;action application=&quot;log&quot; data=&quot;INFO Transferring<br>
external call to another internal location...&quot;/&gt;<br>
                    &lt;action application=&quot;read&quot; data=&quot;0 10 NULL<br>
int_extension 10000 #&quot;/&gt;<br>
                    &lt;action application=&quot;transfer&quot; data=&quot;-bleg<br>
${int_extension}&quot;/&gt;<br>
                  &lt;/condition&gt;<br>
                &lt;/extension&gt;<br>
<br>
The transfer immediately starts ringing the entire house (1000).  This<br>
is true even when I am trying to get it to transfer to 1003.<br>
<br>
Also, <a href="http://jira.freeswitch.org/browse/OPENZAP-173" target="_blank">http://jira.freeswitch.org/browse/OPENZAP-173</a> seems to be back in<br>
that when the incoming phone hangs up, it seems to continue to ring.<br>
Maybe I have this setup all wrong.<br>
<br>
I do not want anyone outside (the call originator) to be able to<br>
initiate the transfer. I want the transferring party to be cut out of<br>
the call. I want the outside and the *0#INTERNAL_EXT# to be connected.<br>
<br>
As for voicemail, I all FXS, no SIP for now. How do I set the password?<br>
How would I setup a common voicemail box that every thing goes to except<br>
one extension? That should have a separate box and password.<br>
<br>
Thank you for any help.<br>
<span class="HOEnZb"><font color="#888888">Trever<br>
--<br>
I love dogs, but I hate Chihuahuas. A Chihuahua isn&#39;t a dog. It&#39;s a rat<br>
with a thyroid problem. -- Unknown<br>
<br>
</font></span><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>
<br></blockquote></div><br>