Hi Gabriel,<br>Thanks for your answer<br><br>so to summarize, I should (I did tome tries)<br><br>1) kind of park if failure - kind of replace the voicemail<br><br>       &lt;action application=&quot;bridge&quot; data=&quot;user/${user_data(${destination_number}@${domain_name} attr id)}@${domain_name}&quot; /&gt;<br>
       &lt;action application=&quot;answer&quot; /&gt;<br>       &lt;action application=&quot;park&quot;/&gt;<br>       &lt;!--&lt;action application=&quot;sleep&quot; data=&quot;1000&quot; /&gt;<br>       &lt;action application=&quot;voicemail&quot; data=&quot;default ${domain_name} ${dialed_extension}&quot; /&gt;--&gt;<br>
<br>2) subscribe to &quot;event xml CHANNEL_PARK&quot;<br><br>Then I can get <br>&lt;Core-UUID&gt;7e4fd02a-b260-11e1-9687-c13084909128&lt;/Core-UUID&gt;<br>&lt;variable_dialed_user&gt;1234&lt;/variable_dialed_user&gt; (there the extension my dialplan initially transfered the call to)<br>
&lt;Unique-ID&gt;43cca2b4-b311-11e1-a4d1-c13084909128&lt;/Unique-ID&gt;<br>&lt;Channel-Call-UUID&gt;43cca2b4-b311-11e1-a4d1-c13084909128&lt;/Channel-Call-UUID&gt;<br><br>==&gt; which UDID is the one I should watch to be able to unpark the call ?<br>
<br>==&gt; which command from mod_command should I then use to &quot;resume&quot; the call ? or transfer/bridge again to extension 1234<br><br>Regards,<br><br>John<br><br><br><div class="gmail_quote">On Sat, Jun 9, 2012 at 3:16 AM, Gabriel Gunderson <span dir="ltr">&lt;<a href="mailto:gabe@gundy.org" target="_blank">gabe@gundy.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, Jun 8, 2012 at 2:31 AM, John Gathm &lt;<a href="mailto:john.gathm@gmail.com">john.gathm@gmail.com</a>&gt; wrote:<br>

&gt; I am wondering if this implementation would be acceptable regarding<br>
&gt; freeswitch design, or if diaplan/freeswitch offer cleaner ways to implement<br>
&gt; it.<br>
<br>
</div>What if you used your dialplan to try to call the phone and if you do<br>
NOT find it, park the call. Then you might use the event socket to<br>
watch for the parking of the call so you can send your notification.<br>
Next, use the event socket to watch for sofia registrations to know<br>
when the app has received the notification, launched and is ready to<br>
take calls. Once you get that event, unpark the call and send it on<br>
its way.<br>
<br>
<br>
Best,<br>
Gabe<br>
<br>
P.S. go python!<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>
Join Us At ClueCon - Aug 7-9, 2012<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>