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

Brian Foster bdfoster at davri.com
Mon May 6 19:35:57 MSD 2013


Need a console showing where the call fails. Please use pastebin:
http://pastebin.freeswitch.org
On May 6, 2013 3:42 AM, "Navnath Sonavne" <navnath.sonavne at yahoo.com> wrote:

> 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.
>
>
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130506/43dc6e89/attachment.html 


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