<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Monaco;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-AU" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">I will give that a go and see how it goes.  <o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org>
<b>On Behalf Of </b>Vallimamod Abdullah<br>
<b>Sent:</b> Monday, 9 April 2018 7:05 PM<br>
<b>To:</b> FreeSWITCH Users Help <freeswitch-users@lists.freeswitch.org><br>
<b>Subject:</b> Re: [Freeswitch-users] Controlling an inbound call remotely over ESL - dialplan question<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi,<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">You can use the park application to place an incoming call in a waiting state. Then  you can listen and react to channel_park event through esl.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">You can also look at mod_fifo if you want some moh and announcement.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="color:black">Best Regards,<br>
-- <br>
Vallimamod Abdullah<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">SIP Solutions<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black"><a href="http://github.com/vma/esl">github.com/vma/esl</a><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black"><a href="http://linkedin.com/in/vallimamod">linkedin.com/in/vallimamod</a><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal">.<o:p></o:p></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<p class="MsoNormal"><br>
<br>
<o:p></o:p></p>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class="MsoNormal">On 9 Apr 2018, at 09:48, Andrew Keil <<a href="mailto:andrew.keil@visytel.com">andrew.keil@visytel.com</a>> wrote:<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div id="divtagdefaultwrapper">
<div>
<p class="MsoNormal"><span style="font-size:12.0pt">To FreeSWITCH users,<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt">I would like to control an inbound call to FreeSWITCH via "inbound ESL to FreeSWITCH" and I need to know how I can write a simple diaplan which basically does nothing (just sits there and does not even answer
 the caller and does not hangup on the caller).  Then I should be able to control the entire call remotely over ESL (even call answer).  Maybe I do not even need a dialplan?<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt">Please note that I am wishing to use "inbound ESL to FreeSWITCH" to control the call, not outbound ESL, and I fully understand how to send API commands over ESL.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt">Andrew<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
</div>
<p class="MsoNormal"><span style="font-size:12.0pt"> <o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
</div>
</div>
<p class="MsoNormal"><span style="font-size:9.0pt;font-family:"Monaco",serif">_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
</span><a href="mailto:consulting@freeswitch.org"><span style="font-size:9.0pt;font-family:"Monaco",serif">consulting@freeswitch.org</span></a><span style="font-size:9.0pt;font-family:"Monaco",serif"><br>
</span><a href="http://www.freeswitchsolutions.com/"><span style="font-size:9.0pt;font-family:"Monaco",serif">http://www.freeswitchsolutions.com</span></a><span style="font-size:9.0pt;font-family:"Monaco",serif"><br>
<br>
Official FreeSWITCH Sites<br>
</span><a href="http://www.freeswitch.org/"><span style="font-size:9.0pt;font-family:"Monaco",serif">http://www.freeswitch.org</span></a><span style="font-size:9.0pt;font-family:"Monaco",serif"><br>
</span><a href="http://confluence.freeswitch.org/"><span style="font-size:9.0pt;font-family:"Monaco",serif">http://confluence.freeswitch.org</span></a><span style="font-size:9.0pt;font-family:"Monaco",serif"><br>
</span><a href="http://www.cluecon.com/"><span style="font-size:9.0pt;font-family:"Monaco",serif">http://www.cluecon.com</span></a><span style="font-size:9.0pt;font-family:"Monaco",serif"><br>
<br>
FreeSWITCH-users mailing list<br>
</span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org"><span style="font-size:9.0pt;font-family:"Monaco",serif">FreeSWITCH-users@lists.freeswitch.org</span></a><span style="font-size:9.0pt;font-family:"Monaco",serif"><br>
</span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"><span style="font-size:9.0pt;font-family:"Monaco",serif">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</span></a><span style="font-size:9.0pt;font-family:"Monaco",serif"><br>
UNSUBSCRIBE:</span><a href="http://lists.freeswitch.org/mailman/options/freeswitch-users"><span style="font-size:9.0pt;font-family:"Monaco",serif">http://lists.freeswitch.org/mailman/options/freeswitch-users</span></a><span style="font-size:9.0pt;font-family:"Monaco",serif"><br>
</span><a href="http://www.freeswitch.org/"><span style="font-size:9.0pt;font-family:"Monaco",serif">http://www.freeswitch.org</span></a><o:p></o:p></p>
</div>
</blockquote>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</body>
</html>