[Freeswitch-users] make ekiga to flex call
Navnath Sonavne
navnath.sonavne at yahoo.com
Thu May 2 16:58:59 MSD 2013
Hi All,
I am using flex client(at 192.168.9.165) given in freeswitch source
to make call to Ekiga(h323 protocol) softphone(at 192.168.8.27) via freeswitch server(at 192.168.8.41).
I have two users registered on freeswitch with extension as 1100 and 1101 in default context.
I loged in using one of extension in flex client,then I dail another extension.
After I dail,call goes to Ekiga softphone at 192.168.8.27 because I have made changes
in default.xml accordingly to forward calls to this ip.
Here is My default.xml part :
<extension name="Local_Extension">
<condition field="destination_number" expression="^(\d{4})$">
<action application="export" data="dialed_extension=$1"/>
<action application="set" data="effective_caller_id_number=${dialed_extension}"/>
<action application="set" data="PEER_IP=192.168.8.27"/>
<action application="set" data="call_timeout=30"/>
<action application="set" data="hangup_after_bridge=true"/>
<action application="set" data="proxy_media=true"/>
<action application="bridge" data="h323/$1@${PEER_IP}"/>
</condition>
</extension>
Ekiga phone can answer the call and there is audio transmission from both end successfully.
But this is one way calling i.e. from flex to ekiga.
Now I want to call from Ekiga softphone to flex client.
How to call flex client from ekiga softphone?
Anybody please me on this issue.
-Navnath.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130502/8b30ca51/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list