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