<p dir="ltr">According to your dialplan you&#39;re forcing all calls that hit Local_Extension (any call with a destination number of 4 digits) to call your ekiga softphone. Your other problem lies in the fact that you should have different dialplans for different methods of calling unlike endpoints one for h232 one for flex.</p>

<p dir="ltr">See below:</p>
<p dir="ltr">-BDF<br>
On May 2, 2013 9:05 AM, &quot;Navnath Sonavne&quot; &lt;<a href="mailto:navnath.sonavne@yahoo.com">navnath.sonavne@yahoo.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi All,<br>
&gt;<br>
&gt; I am using flex client(at 192.168.9.165) given in freeswitch source <br>
&gt; to make call to Ekiga(h323 protocol) softphone(at 192.168.8.27) via freeswitch server(at 192.168.8.41).<br>
&gt; I have two users registered on freeswitch with extension as 1100 and 1101 in default context.<br>
&gt; I loged in using one of extension in flex client,then I dail another extension. <br>
&gt; After I dail,call goes to Ekiga softphone at 192.168.8.27 because I have made changes <br>
&gt; in default.xml accordingly to forward calls to this ip.<br>
&gt; Here is My default.xml part :<br>
&gt;<br>
&gt; &lt;extension name=&quot;Local_Extension&quot;&gt;<br>
&gt;       &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d{4})$&quot;&gt;<br>
&gt;       &lt;action application=&quot;export&quot; data=&quot;dialed_extension=$1&quot;/&gt;<br>
&gt;       &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=${dialed_extension}&quot;/&gt;<br>
&gt;       &lt;action application=&quot;set&quot; data=&quot;PEER_IP=192.168.8.27&quot;/&gt; &lt;&lt;Bad: you should never hardcode a specific endpoint IP if this dialplan should be dialing others as well<br>
&gt;       &lt;action application=&quot;set&quot; data=&quot;call_timeout=30&quot;/&gt;<br>
&gt;       &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
&gt;       &lt;action application=&quot;set&quot; data=&quot;proxy_media=true&quot;/&gt;<br>
&gt;       &lt;action application=&quot;bridge&quot; data=&quot;h323/$1@${PEER_IP}&quot;/&gt; &lt;&lt;Bad: you set your dialplan to bridge the call to your softphone<br>
&gt;       &lt;/condition&gt;     <br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt; Ekiga phone can answer the call and there is audio transmission from both end successfully.<br>
&gt;<br>
&gt; But this is one way calling i.e. from flex to ekiga.<br>
&gt; Now I want to call from Ekiga softphone to flex client.<br>
&gt; How to call flex client from ekiga softphone?<br>
&gt;<br>
&gt; Anybody please me on this issue.<br>
&gt;<br>
&gt; -Navnath.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;<br>
</p>