<p dir="ltr">Need a console showing where the call fails. Please use pastebin: <a href="http://pastebin.freeswitch.org">http://pastebin.freeswitch.org</a></p>
<div class="gmail_quote">On May 6, 2013 3:42 AM, &quot;Navnath Sonavne&quot; &lt;<a href="mailto:navnath.sonavne@yahoo.com">navnath.sonavne@yahoo.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div><div><font face="times new roman, new york, times, serif">Hi All,</font></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">
<font face="times new roman, new york, times, serif"><br></font></div><div><font face="times new roman, new york, times, serif">1.Flex client to Ekiga : </font></div><div><font face="times new roman, new york, times, serif">I can make call from flex client given in freeswitch souce to ekiga(h323 protocol) softphone successfully.</font></div>
<div><font face="times new roman, new york, times, serif">Flex client is registered on freeswitch as 1103.xml extension and ekiga phone is registered as 1104.xml extension.</font></div><div><font face="times new roman, new york, times,
 serif"><br></font></div><div><font face="times new roman, new york, times, serif">Here is dialplan for flex to ekiga call : </font></div><div><font face="times new roman, new york, times, serif">(These actions are written for testing purpose only not a permanent solution.)</font></div>
<div><font face="times new roman, new york, times, serif">  &lt;extension name=&quot;Local_Extension&quot; continue=&quot;true&quot;&gt;</font></div><div><font face="times new roman, new york, times, serif">      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(1104)$&quot;&gt;</font></div>
<div><font face="times new roman, new york, times, serif">      &lt;action application=&quot;export&quot; data=&quot;dialed_extension=$1&quot;/&gt;</font></div><div><font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=${dialed_extension}&quot;/&gt;</font></div>
<div><font face="times new roman, new york, times,
 serif">      &lt;action application=&quot;set&quot; data=&quot;PEER_IP=192.168.8.27&quot;/&gt;</font></div><div><font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot; data=&quot;call_timeout=30&quot;/&gt;</font></div>
<div><font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</font></div><div><font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot;/&gt;</font></div>
<div><font face="times new roman, new york, times, serif">      &lt;action application=&quot;bridge&quot; data=&quot;h323/$1@${PEER_IP}&quot;/&gt;</font></div><div><font face="times new roman, new york, times, serif">       &lt;/condition&gt;</font></div>
<div><font face="times new roman, new york, times, serif">     </font></div><div><font face="times new roman, new york,
 times, serif">  &lt;/extension&gt;</font></div><div><font face="times new roman, new york, times, serif"><br></font></div><div><font face="times new roman, new york, times, serif">  </font></div><div><font face="times new roman, new york, times, serif">2.Ekiga to Flex client : </font></div>
<div><font face="times new roman, new york, times, serif">Now I am trying to make call from my Ekiga(h323 protocol) softphone to flex client given in freeswitch souce but</font></div><div><font face="times new roman, new york, times, serif">it is failing every time.</font></div>
<div><font face="times new roman, new york, times, serif"><br></font></div><div><font face="times new roman, new york, times, serif">Flex client html page don&#39;t show any dialog box for incoming call but its </font></div>
<div><font face="times new roman, new york, times, serif">javascript code contains code for dialog for incoming call.</font></div><div><font face="times
 new roman, new york, times, serif">Does that flex client is made only to make outging call?It can make outgoing call to ekiga phone.</font></div><div><font face="times new roman, new york, times, serif">Isn&#39;t it made for incoming call?</font></div>
<div><font face="times new roman, new york, times, serif">If that flex client is also made for incoming call too then please tell how to make call from ekiga to flex client.</font></div><div><font face="times new roman, new york, times, serif"><br>
</font></div><div><font face="times new roman, new york, times, serif"><br></font></div><div><font face="times new roman, new york, times, serif">Here is dialplan for ekiga to flex call:</font></div><div><font face="times new roman, new york, times, serif">(These actions are written for testing purpose only not a permanent solution.)</font></div>
<div><font face="times new roman, new york, times, serif">&lt;extension name=&quot;Local_Extension&quot;
 continue=&quot;true&quot;&gt;</font></div><div><font face="times new roman, new york, times, serif">      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(1103)$&quot;&gt;</font></div><div><font face="times new roman, new york, times, serif">      &lt;action application=&quot;export&quot; data=&quot;dialed_extension=$1&quot;/&gt;</font></div>
<div><font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=${dialed_extension}&quot;/&gt;</font></div><div><font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot; data=&quot;PEER_IP=192.168.9.165&quot;/&gt;</font></div>
<div><font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot; data=&quot;call_timeout=30&quot;/&gt;</font></div><div><font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot;
 data=&quot;hangup_after_bridge=true&quot;/&gt;</font></div><div><font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot;/&gt;</font></div><div>
<font face="times new roman, new york, times, serif">      &lt;action application=&quot;bridge&quot; data=&quot;${rtmp_contact($${rtmp_profile}/${dialed_extension}@$${domain_name})}&quot;/&gt;</font></div><div><font face="times new roman, new york, times, serif">      &lt;/condition&gt;</font></div>
<div><font face="times new roman, new york, times, serif">     </font></div><div><font face="times new roman, new york, times, serif">  &lt;/extension&gt;</font></div><div><font face="times new roman, new york, times, serif"><br>
</font></div><div><font face="times new roman, new york, times, serif"><br></font></div><div><font face="times new roman, new york, times, serif">-Navnath.</font></div><div><font face="times new roman,
 new york, times, serif"><br></font></div><div><font face="times new roman, new york, times, serif"><br></font></div><div><font face="times new roman, new york, times, serif"><br></font></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">
<br></div></div></div></div><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>