Please pastebin the code that performs the uuid_deflect so that we can see what you are doing to produce this symptom.<div>-MC<br><br><div class="gmail_quote">On Wed, Dec 22, 2010 at 8:35 AM, George Niculae <span dir="ltr">&lt;<a href="mailto:george@ezuce.com">george@ezuce.com</a>&gt;</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 am working on an IVR application based on FS (running FreeSWITCH<br>
Version 1.0.head (git-43393f2 2010-12-15 20-59-42 -0600) where the<br>
following scenario fails:<br>
user 201 calls to 100 (autoattendant), hears menu then press # to<br>
transfer to voicemail (101), but the call is dropped (transfer is made<br>
using uuid_deflect api command)<br>
Dialplan extension configured like:<br>
<br>
  &lt;extension name=&quot;IVR&quot;&gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^IVR${dollar}&quot;&gt;<br>
      &lt;action application=&quot;socket&quot; data=&quot;<a href="http://192.168.0.114:8084" target="_blank">192.168.0.114:8084</a> async full&quot;/&gt;<br>
    &lt;/condition&gt;<br>
  &lt;/extension&gt;<br>
<br>
Actions taken are:<br>
- when call arrives to extension 100 call is bridged (hangup_after_bridge=true)<br>
- answer the call, autoattendant menu is played and DTMF collected<br>
- when # pressed, call is transfered to 101 using uuid_deflect<br>
- call arrives to voicemail extension and is again bridged<br>
- call is answered - at this point in time the initial bridge hangs up<br>
and the whole call is dropped<br>
Please see console output <a href="http://pastebin.freeswitch.org/14855" target="_blank">http://pastebin.freeswitch.org/14855</a><br>
<br>
When debugging the application, If I keep the first channel connected<br>
transfer works just fine without dropping the call.<br>
Pretty sure I&#39;m missing something here, any suggestion highly appreciated<br>
<br>
Thanks,<br>
George<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></div>