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 "FreeSWITCH Log" 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"><<a href="mailto:trever.adams@gmail.com">trever.adams@gmail.com</a>></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>
<extension name="setup bind_digit_action_transfer"><br>
<condition field="destination_number"<br>
expression="^SETUP_TRANSFER$"><br>
<action application="log" data="INFO Configuring<br>
bind_digit_action to do recording on this session..."/><br>
<action application="bind_digit_action"<br>
data="do_transfer,*0#,exec:execute_extension,DO_TRANSFER XML Incoming-FXO"/><br>
<action application="digit_action_set_realm"<br>
data="do_transfer"/><br>
</condition><br>
</extension><br>
<br>
<br>
<extension name="setup transfer" continue="true"><br>
<condition field="chan_name" expression="^FreeTDM/3:1/"><br>
<action application="set"<br>
data="bridge_pre_execute_bleg_app=execute_extension"/><br>
<action application="set"<br>
data="bridge_pre_execute_bleg_data=SETUP_TRANSFER XML Incoming-FXO"/><br>
</condition><br>
</extension><br>
<br>
<extension name="bind_digit_action Do Transfer"><br>
<condition field="destination_number"<br>
expression="^DO_TRANSFER$"><br>
<action application="log" data="INFO Transferring<br>
external call to another internal location..."/><br>
<action application="read" data="0 10 NULL<br>
int_extension 10000 #"/><br>
<action application="transfer" data="-bleg<br>
${int_extension}"/><br>
</condition><br>
</extension><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't a dog. It'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>