[Freeswitch-users] video call from X-lite(sip protocol) to Ekiga(h323 protocol) fails

Navnath Sonavne navnath.sonavne at yahoo.com
Tue Apr 30 13:20:52 MSD 2013


Hi Nikolay Kondratyev,


I read your reply to opal to sip problem issue at 
http://lists.freeswitch.org/pipermail/freeswitch-users/2010-December/066082.html
You said you use FS with mod_h323 ad sip<->h.323 gateway successfully.
This what I want and I am hoping your help.


Here is my issue: 

My video call is failing from X-Lite softphone(SIP protocol) to Ekiga softphone(h323 protocol).
Ekiga softphone is answering the call but there is NO VIDEO transfer only audio transfer.

My X-Lite softphone is at 192.168.9.165 and Ekiga softphone is at 192.168.8.27.
Freeswitch server ip : 192.168.8.41

I have made changes in Local_Extension of default.xml such that if any registered extension has been dialed ,call will be forwarded to softphones at 192.168.8.27.

<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.103"/>
      <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>.

Here is my freeswitch console log for video call from X-Lite softphone(SIP protocol) to Ekiga softphone(h323 protocol): 

 2013-04-29 02:34:00.220733 [NOTICE] switch_channel.c:978 New Channel sofia/internal/1100 at 192.168.8.41 [c7188b62-81ca-4225-9c8e-ccdb32e97af2]
2013-04-29 02:34:00.260553 [INFO] mod_dialplan_xml.c:557 Processing navnath <1100>->1101 in context default
2013-04-29 02:34:00.479931 [NOTICE] switch_channel.c:978 New Channel h323/1101 at 192.168.8.27 [cf6f458c-c443-40ea-ab5a-6660853b5df8]
2013-04-29 02:34:00.479931 [WARNING] switch_core_session.c:635 h323/1101 at 192.168.8.27 does not support the proxy feature, disabling.
2013-04-29 02:34:00.479931 [WARNING] switch_core_session.c:648 h323/1101 at 192.168.8.27 does not support the proxy feature, disabling.
2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability 'G.711-ALaw-64k' format 'PCMA' 8
2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability 'G.711-uLaw-64k' format 'PCMU' 0
2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability 'GSM-06.10' format 'GSM' 3
2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability 'G.729A/B' format 'G729' 18
2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability 'G.729A' format 'G729' 18
2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability 'G.729B' format 'G729b' 18
2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability 'G.729' format 'G729' 18
(.navn
  61 74 68 00 6c 05 81 31  31 30 31 70 05 81 31 31   ath.l..1101p..11
  30 31 7e 03 06 05 20 b8  06 00 08 91 4a 00 06 01   01~... .....J...
  01 80 44 34 28 c0 09 00  00 3d 14 46 72 65 65 53   ..D4(....=.FreeS
  57 49 54 4
2013-04-29 02:34:00.600359 [NOTICE] mod_h323.cpp:1147 Ring-Ready h323/1101 at 192.168.8.27!
2013-04-29 02:34:00.600359 [INFO] h323ep.cxx:3048 Received alerting PDU.
(..
2013-04-29 02:34:00.620246 [NOTICE] mod_sofia.c:2035 Ring-Ready sofia/internal/1100 at 192.168.8.41!
2013-04-29 02:34:00.620246 [NOTICE] switch_ivr_originate.c:521 Ring Ready sofia/internal/1100 at 192.168.8.41!
2013-04-29 02:34:12.819989 [NOTICE] mod_h323.cpp:1012 Hangup h323/1101 at 192.168.8.27 [CS_CONSUME_MEDIA] [CALL_REJECTED]
2013-04-29 02:34:12.839928 [INFO] mod_dptools.c:3088 Originate Failed.  Cause: CALL_REJECTED
2013-04-29 02:34:12.839928 [NOTICE] mod_dptools.c:3208 Hangup sofia/internal/1100 at 192.168.8.41 [CS_EXECUTE] [CALL_REJECTED]
2013-04-29 02:34:12.839928 [INFO] h323.cxx:1273 Connection ip$localhost/18648 terminated.
2013-04-29 02:34:12.839928 [NOTICE] switch_core_session.c:1566 Session 1 (sofia/internal/1100 at 192.168.8.41) Ended
2013-04-29 02:34:12.839928 [NOTICE] switch_core_session.c:1570 Close Channel sofia/internal/1100 at 192.168.8.41 [CS_DESTROY]
2013-04-29 02:34:13.819657 [NOTICE] switch_core_session.c:1566 Session 2 (h323/1101 at 192.168.8.27) Ended
2013-04-29 02:34:13.819657 [NOTICE] switch_core_session.c:1570 Close Channel h323/1101 at 192.168.8.27 [CS_DESTROY]
2013-04-29 02:35:51.759989 [NOTICE] switch_channel.c:978 New Channel sofia/internal/1100 at 192.168.8.41 [23720e51-1818-4a08-aa36-958ebc19cf45]
2013-04-29 02:35:51.799989 [INFO] mod_dialplan_xml.c:557 Processing navnath <1100>->1101 in context default
2013-04-29 02:35:52.019984 [NOTICE] switch_channel.c:978 New Channel h323/1101 at 192.168.8.27 [09ee14e2-dffe-435d-b58f-6db0b8ac1314]
2013-04-29 02:35:52.019984 [WARNING] switch_core_session.c:635 h323/1101 at 192.168.8.27 does not support the proxy feature, disabling.
2013-04-29 02:35:52.019984 [WARNING] switch_core_session.c:648 h323/1101 at 192.168.8.27 does not support the proxy feature, disabling.
2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability 'G.711-ALaw-64k' format 'PCMA' 8
2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability 'G.711-uLaw-64k' format 'PCMU' 0
2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability 'GSM-06.10' format 'GSM' 3
2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability 'G.729A/B' format 'G729' 18
2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability 'G.729A' format 'G729' 18
2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability 'G.729B' format 'G729b' 18
2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability 'G.729' format 'G729' 18
(.navn
  61 74 68 00 6c 05 81 31  31 30 31 70 05 81 31 31   ath.l..1101p..11
  30 31 7e 03 06 05 20 b8  06 00 08 91 4a 00 06 01   01~... .....J...
  01 80 44 34 28 c0 09 00  00 3d 14 46 72 65 65 53   ..D4(....=.FreeS
  57 49 54 4
2013-04-29 02:35:52.799941 [NOTICE] mod_h323.cpp:1147 Ring-Ready h323/1101 at 192.168.8.27!
2013-04-29 02:35:52.799941 [INFO] h323ep.cxx:3048 Received alerting PDU.
(..
2013-04-29 02:35:52.819889 [NOTICE] mod_sofia.c:2035 Ring-Ready sofia/internal/1100 at 192.168.8.41!
2013-04-29 02:35:52.819889 [NOTICE] switch_ivr_originate.c:521 Ring Ready sofia/internal/1100 at 192.168.8.41!
2013-04-29 02:36:06.719989 [INFO] h323ep.cxx:3115 Received connect PDU.
2013-04-29 02:36:06.719989 [NOTICE] mod_h323.cpp:1258 Channel [h323/1101 at 192.168.8.27] has been answered
2013-04-29 02:36:06.739922 [NOTICE] sofia_media.c:92 Pre-Answer sofia/internal/1100 at 192.168.8.41!
2013-04-29 02:36:06.739922 [NOTICE] switch_ivr_originate.c:3411 Channel [sofia/internal/1100 at 192.168.8.41] has been answered
2013-04-29 02:36:12.959989 [NOTICE] mod_h323.cpp:1012 Hangup h323/1101 at 192.168.8.27 [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING]
2013-04-29 02:36:12.959989 [INFO] h323.cxx:1273 Connection ip$localhost/18649 terminated.
2013-04-29 02:36:12.979942 [NOTICE] switch_ivr_bridge.c:1516 Hangup sofia/internal/1100 at 192.168.8.41 [CS_EXECUTE] [NORMAL_CLEARING]
2013-04-29 02:36:12.979942 [NOTICE] switch_core_session.c:1566 Session 3 (sofia/internal/1100 at 192.168.8.41) Ended
2013-04-29 02:36:12.979942 [NOTICE] switch_core_session.c:1570 Close Channel sofia/internal/1100 at 192.168.8.41 [CS_DESTROY]
2013-04-29 02:36:13.979874 [NOTICE] switch_core_session.c:1566 Session 4 (h323/1101 at 192.168.8.27) Ended
2013-04-29 02:36:13.979874 [NOTICE] switch_core_session.c:1570 Close Channel h323/1101 at 192.168.8.27 [CS_DESTROY]

-Navnath.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130430/583c68c8/attachment-0001.html 


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