Bart,<div><br></div><div>Welcome to FreeSWITCH, the future of telephony! ;)</div><div><br></div><div>Okay, I want you to try something in your js. Everywhere that you see "execute_extension" I want you to replace those with "transfer". Without seeing call traces I can't know for sure, but I'm guessing that you are "stuck in js" because of the execute_extension. Check the wiki for an explanation of the difference between execute_extension and transfer. I'm 99% sure that your IVR actions need to be transfers.</div>
<div><br></div><div>NOTE: a "transfer" in the dialplan is different than someone pressing the transfer key on their phone. I know it can be confusing, but you'll see the nuances if you stick with it long enough. Welcome to the wonderful world of telephony! </div>
<div><br></div><div>-MC</div><div><br><div class="gmail_quote">On Thu, Apr 28, 2011 at 8:08 AM, <span dir="ltr"><<a href="mailto:bogusmaster@o2.pl">bogusmaster@o2.pl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi all !<br>
<br>
I'm a freeswitch newbie taking care of installation that I've recently<br>
taken over from a colleague who left our company.<br>
Currently I'm having a problem with transferring calls that went thru ivr<br>
menu.<br>
<br>
The call scenario looks like this: external number A calls our external<br>
number E. Then, in ivr menu it selects some option. After that A is<br>
connected with internal number I.<br>
When internal number I tries to transfer call from A to another internal<br>
number I2, call hangs up.<br>
<br>
If I turn the ivr off, as it is commented in the excerpt from<br>
/conf/dialplan/public/01_freephone_inbound.xml below, transferring calls<br>
works fine.<br>
<br>
<extension name="general_inbound"><br>
<condition field="destination_number"<br>
expression="^(freephone_XXXX_in)$"><br>
<action application="info"/><br>
<action application="transfer" data="100 XML default"/><br>
<!--action application="javascript" data="simpleivr.js"/--><br>
</condition><br>
</extension><br>
<br>
I attach my ivr script.<br>
<br>
Any hints would be very appreciated.<br>
<br>
Regards,<br>
Bart<br><font color="#888888">
<br>
<br>
-- <br>
Using Opera's revolutionary email client: <a href="http://www.opera.com/mail/" target="_blank">http://www.opera.com/mail/</a></font><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></div>