[Freeswitch-users] ekiga to flex client call not happening

Navnath Sonavne navnath.sonavne at yahoo.com
Mon May 6 11:35:56 MSD 2013


Hi All,

1.Flex client to Ekiga : 
I can make call from flex client given in freeswitch souce to ekiga(h323 protocol) softphone successfully.
Flex client is registered on freeswitch as 1103.xml extension and ekiga phone is registered as 1104.xml extension.

Here is dialplan for flex to ekiga call : 
(These actions are written for testing purpose only not a permanent solution.)
  <extension name="Local_Extension" continue="true">
      <condition field="destination_number" expression="^(1104)$">
      <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="bypass_media=true"/>
      <action application="bridge" data="h323/$1@${PEER_IP}"/>
       </condition>
     
  </extension>

  
2.Ekiga to Flex client : 
Now I am trying to make call from my Ekiga(h323 protocol) softphone to flex client given in freeswitch souce but
it is failing every time.

Flex client html page don't show any dialog box for incoming call but its 
javascript code contains code for dialog for incoming call.
Does that flex client is made only to make outging call?It can make outgoing call to ekiga phone.
Isn't it made for incoming call?
If that flex client is also made for incoming call too then please tell how to make call from ekiga to flex client.


Here is dialplan for ekiga to flex call:
(These actions are written for testing purpose only not a permanent solution.)
<extension name="Local_Extension" continue="true">
      <condition field="destination_number" expression="^(1103)$">
      <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.9.165"/>
      <action application="set" data="call_timeout=30"/>
      <action application="set" data="hangup_after_bridge=true"/>
      <action application="set" data="bypass_media=true"/>
      <action application="bridge" data="${rtmp_contact($${rtmp_profile}/${dialed_extension}@$${domain_name})}"/>
      </condition>
     
  </extension>


-Navnath.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130506/0076dffb/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list