Hi,<div><br></div><div>I have looked at the source code for the mod_h323 and mod_opal endpoints. Both only support a subset of the full list of codecs supported by FS, all of which are for audio. Video does not appear to be supported under H.323 at this time.</div>

<div><br></div><div>I would suggest you raise a Wishlist Jira ticket for this feature, and if it is essential for you consider raising a bounty.</div><div><br></div><div>If anyone reading this knows if I&#39;m mistaken, please let me know.</div>

<div><br></div><div>-Steve</div><div><br></div><div><br><br><div class="gmail_quote">On 30 April 2013 10:20, Navnath Sonavne <span dir="ltr">&lt;<a href="mailto:navnath.sonavne@yahoo.com" target="_blank">navnath.sonavne@yahoo.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div><div style="font-size:12pt">Hi <span style="font-size:12pt"><b style="font-family:&#39;Times New Roman&#39;;font-size:16px">Nikolay Kondratyev</b>,</span><br>

</div><div style="font-size:12pt"><span style="font-size:12pt"><br></span></div><div style="font-size:12pt"><span style="font-size:12pt">I read your reply to </span><span style="font-family:&#39;Times New Roman&#39;;font-size:12pt"><span style="font-weight:bold">opal to sip problem</span> issue at </span></div>

<div style="font-size:12pt"><a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2010-December/066082.html" style="font-size:12pt" target="_blank">http://lists.freeswitch.org/pipermail/freeswitch-users/2010-December/066082.html</a></div>

<div style="font-size:12pt"><span style="font-family:&#39;Times New Roman&#39;;font-size:12pt">You said
 you </span><span style="font-size:12pt">use FS with mod_h323 ad sip&lt;-&gt;h.323 </span><span style="font-size:12pt">gateway successfully.</span></div><div style="font-size:12pt"><span style="font-size:12pt">This what I want and I am hoping your help.</span><br>

</div><div style="font-size:12pt"><br></div><div style="font-size:12pt"><span style="font-size:12pt"><span style="font-weight:bold">Here is my issue</span>: </span></div><div style="font-size:12pt"><br></div><div style="background-color:transparent">

My video call is failing from X-Lite softphone(SIP protocol) to Ekiga softphone(h323 protocol).</div><div style="background-color:transparent">Ekiga softphone is answering the call but there is NO VIDEO transfer only audio transfer.</div>

<div style="background-color:transparent"><br></div><div style="background-color:transparent">My X-Lite softphone is at 192.168.9.165 and Ekiga softphone is at
 192.168.8.27.</div><div style="background-color:transparent">Freeswitch server ip : 192.168.8.41</div><div style="background-color:transparent"><br></div><div style="background-color:transparent">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.</div>

<div style="background-color:transparent"><br></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">&lt;extension name=&quot;Local_Extension&quot;&gt;</font></div><div style="background-color:transparent">

<font face="times new roman, new york, times, serif">     </font><span style="background-color:transparent"> &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d{4})$&quot;&gt;</span></div><div style="background-color:transparent">

<font face="times new roman, new york, times, serif">      &lt;action
 application=&quot;export&quot; data=&quot;dialed_extension=$1&quot;/&gt;</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=${dialed_extension}&quot;/&gt;</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot; data=&quot;PEER_IP=192.168.8.103&quot;/&gt;</font></div><div style="background-color:transparent">

<font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot; data=&quot;call_timeout=30&quot;/&gt;</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">      &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif"> 
     &lt;action application=&quot;set&quot; data=&quot;proxy_media=true&quot;/&gt;</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">      &lt;action application=&quot;bridge&quot; data=&quot;h323/$1@${PEER_IP}&quot;/&gt;</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">      &lt;/condition&gt;     </font></div><div style="background-color:transparent"><span style="background-color:transparent">    &lt;/extension&gt;</span><font face="times new roman, new york, times, serif">.</font></div>

<div style="background-color:transparent"><br></div><div style="background-color:transparent">Here is my freeswitch console log for video call from X-Lite softphone(SIP protocol) to Ekiga softphone(h323 protocol)<span style="background-color:transparent">: </span></div>

<div style="background-color:transparent"><br></div><div style="background-color:transparent"><div style="background-color:transparent"><font face="times new roman, new york, times, serif"> 2013-04-29 02:34:00.220733 [NOTICE] switch_channel.c:978 New Channel sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a> [c7188b62-81ca-4225-9c8e-ccdb32e97af2]</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:00.260553 [INFO] mod_dialplan_xml.c:557 Processing navnath &lt;1100&gt;-&gt;1101 in context default</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:00.479931 [NOTICE] switch_channel.c:978 New Channel h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a> [cf6f458c-c443-40ea-ab5a-6660853b5df8]</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:00.479931 [WARNING] switch_core_session.c:635
 h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a> does not support the proxy feature, disabling.</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:00.479931 [WARNING] switch_core_session.c:648 h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a> does not support the proxy feature, disabling.</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability &#39;G.711-ALaw-64k&#39; format &#39;PCMA&#39; 8</font></div>
<div style="background-color:transparent">
<font face="times new roman, new york, times, serif">2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability &#39;G.711-uLaw-64k&#39; format &#39;PCMU&#39; 0</font></div><div style="background-color:transparent">
<font face="times new roman, new york, times, serif">2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability &#39;GSM-06.10&#39; format &#39;GSM&#39; 3</font></div>
<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability &#39;G.729A/B&#39; format &#39;G729&#39; 18</font></div><div style="background-color:transparent">

<font face="times new roman, new york, times, serif">2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability &#39;G.729A&#39; format &#39;G729&#39; 18</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability &#39;G.729B&#39; format &#39;G729b&#39; 18</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:00.479931 [NOTICE] mod_h323.cpp:856 capability &#39;G.729&#39; format &#39;G729&#39; 18</font></div><div style="background-color:transparent">

<font face="times new roman, new york, times, serif">(.navn</font></div><div style="background-color:transparent"><font face="times new roman, new york,
 times, serif">  61 74 68 00 6c 05 81 31  31 30 31 70 05 81 31 31   ath.l..1101p..11</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">  30 31 7e 03 06 05 20 b8  06 00 08 91 4a 00 06 01   01~... .....J...</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">  01 80 44 34 28 c0 09 00  00 3d 14 46 72 65 65 53   ..D4(....=.FreeS</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">  57 49 54 4</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:00.600359 [NOTICE] mod_h323.cpp:1147 Ring-Ready h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a>!</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:00.600359 [INFO]
 h323ep.cxx:3048 Received alerting PDU.</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">(..</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:00.620246 [NOTICE] mod_sofia.c:2035 Ring-Ready sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a>!</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:00.620246 [NOTICE] switch_ivr_originate.c:521 Ring Ready sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a>!</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:12.819989 [NOTICE] mod_h323.cpp:1012 Hangup h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a> [CS_CONSUME_MEDIA] [CALL_REJECTED]</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:12.839928 [INFO] mod_dptools.c:3088
 Originate Failed.  Cause: CALL_REJECTED</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:12.839928 [NOTICE] mod_dptools.c:3208 Hangup sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a> [CS_EXECUTE] [CALL_REJECTED]</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:12.839928 [INFO] h323.cxx:1273 Connection ip$localhost/18648 terminated.</font></div><div style="background-color:transparent">

<font face="times new roman, new york, times, serif">2013-04-29 02:34:12.839928 [NOTICE] switch_core_session.c:1566 Session 1 (sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a>) Ended</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:12.839928 [NOTICE] switch_core_session.c:1570 Close Channel sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a> [CS_DESTROY]</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:13.819657 [NOTICE] switch_core_session.c:1566 Session 2 (h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a>) Ended</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:34:13.819657 [NOTICE] switch_core_session.c:1570 Close Channel h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a> [CS_DESTROY]</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:35:51.759989 [NOTICE] switch_channel.c:978 New Channel sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a> [23720e51-1818-4a08-aa36-958ebc19cf45]</font></div>

<div style="background-color:transparent"><font face="times new roman, new
 york, times, serif">2013-04-29 02:35:51.799989 [INFO] mod_dialplan_xml.c:557 Processing navnath &lt;1100&gt;-&gt;1101 in context default</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:35:52.019984 [NOTICE] switch_channel.c:978 New Channel h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a> [09ee14e2-dffe-435d-b58f-6db0b8ac1314]</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:35:52.019984 [WARNING] switch_core_session.c:635 h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a> does not support the proxy feature, disabling.</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:35:52.019984 [WARNING] switch_core_session.c:648 h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a> does not support the proxy feature, disabling.</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times,
 serif">2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability &#39;G.711-ALaw-64k&#39; format &#39;PCMA&#39; 8</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability &#39;G.711-uLaw-64k&#39; format &#39;PCMU&#39; 0</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability &#39;GSM-06.10&#39; format &#39;GSM&#39; 3</font></div><div style="background-color:transparent">

<font face="times new roman, new york, times, serif">2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability &#39;G.729A/B&#39; format &#39;G729&#39; 18</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability &#39;G.729A&#39; format &#39;G729&#39; 18</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability &#39;G.729B&#39; format &#39;G729b&#39; 18</font></div><div style="background-color:transparent">

<font face="times new roman, new york, times, serif">2013-04-29 02:35:52.019984 [NOTICE] mod_h323.cpp:856 capability &#39;G.729&#39; format &#39;G729&#39; 18</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">(.navn</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">  61 74 68 00 6c 05 81 31  31 30 31 70 05 81 31 31   ath.l..1101p..11</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">  30 31 7e 03 06 05 20 b8  06 00 08 91 4a 00 06 01   01~... .....J...</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times,
 serif">  01 80 44 34 28 c0 09 00  00 3d 14 46 72 65 65 53   ..D4(....=.FreeS</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">  57 49 54 4</font></div><div style="background-color:transparent">

<font face="times new roman, new york, times, serif">2013-04-29 02:35:52.799941 [NOTICE] mod_h323.cpp:1147 Ring-Ready h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a>!</font></div><div style="background-color:transparent">

<font face="times new roman, new york, times, serif">2013-04-29 02:35:52.799941 [INFO] h323ep.cxx:3048 Received alerting PDU.</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">(..</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:35:52.819889 [NOTICE] mod_sofia.c:2035 Ring-Ready sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a>!</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:35:52.819889 [NOTICE] switch_ivr_originate.c:521 Ring Ready sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a>!</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:36:06.719989 [INFO] h323ep.cxx:3115 Received connect PDU.</font></div><div style="background-color:transparent">

<font face="times new roman, new york, times, serif">2013-04-29 02:36:06.719989 [NOTICE] mod_h323.cpp:1258 Channel [h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a>] has been answered</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:36:06.739922 [NOTICE] sofia_media.c:92 Pre-Answer sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a>!</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:36:06.739922 [NOTICE] switch_ivr_originate.c:3411 Channel
 [sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a>] has been answered</font></div><div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:36:12.959989 [NOTICE] mod_h323.cpp:1012 Hangup h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a> [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING]</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:36:12.959989 [INFO] h323.cxx:1273 Connection ip$localhost/18649 terminated.</font></div><div style="background-color:transparent">

<font face="times new roman, new york, times, serif">2013-04-29 02:36:12.979942 [NOTICE] switch_ivr_bridge.c:1516 Hangup sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a> [CS_EXECUTE] [NORMAL_CLEARING]</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:36:12.979942 [NOTICE] switch_core_session.c:1566 Session 3 (sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a>) Ended</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:36:12.979942 [NOTICE] switch_core_session.c:1570 Close Channel sofia/internal/<a href="mailto:1100@192.168.8.41" target="_blank">1100@192.168.8.41</a> [CS_DESTROY]</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:36:13.979874 [NOTICE] switch_core_session.c:1566 Session 4 (h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a>) Ended</font></div>

<div style="background-color:transparent"><font face="times new roman, new york, times, serif">2013-04-29 02:36:13.979874 [NOTICE] switch_core_session.c:1570 Close Channel h323/<a href="mailto:1101@192.168.8.27" target="_blank">1101@192.168.8.27</a> [CS_DESTROY]</font></div>

<span class="HOEnZb"><font color="#888888"><div style="background-color:transparent"><font face="times new roman, new york, times, serif"><br></font></div><div style="background-color:transparent">-Navnath.</div></font></span></div>

</div></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">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" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>