Hi,<br><br>I moved forward, module is successfully loaded but,<br><br>when i send call from my xlite and try to bridge it with another FS using h323 (also running with mod_h323) and 2nd FS plays the MOH. but that doesn&#39;t work<br>

<br>i also tried to bridge it from 2nd FS to a H323 gate keeper but no success.<br><br>when i make a first call then there is alot of deug output and then it doesn&#39;t take next calls and continue to produce some debug infos.<div>

<br></div><div>maybe something is wrong with my h323.conf<br><br>here it is:<br><br><div>&lt;configuration name=&quot;h323.conf&quot; description=&quot;H323 Endpoints&quot;&gt;</div><div>š&lt;settings&gt;</div><div>šš &lt;param name=&quot;trace-level&quot; value=&quot;10&quot;/&gt;</div>

<div>šš &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;</div><div>šš &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;</div><div>šš &lt;param name=&quot;codec-prefs&quot; value=&quot;PCMA,PCMU,GSM,G729&quot;/&gt;</div>

<div>šš &lt;param name=&quot;gk-address&quot; value=&quot;&quot;/&gt; š š&lt;!-- empty to disable, &quot;*&quot; to search LAN --&gt;</div><div>šš &lt;param name=&quot;gk-identifer&quot; value=&quot;&quot;/&gt; š&lt;!-- optional name of gk --&gt;</div>

<div>šš &lt;param name=&quot;gk-interface&quot; value=&quot;&quot;/&gt; š&lt;!-- mandatory listener interface name --&gt;</div><div>šš &lt;param name=&quot;gk-retry&quot; value=&quot;30&quot;/&gt; š&lt;!-- optional GK register retry timer --&gt;</div>

<div>šš &lt;param name=&quot;faststart&quot; value=&quot;true&quot;/&gt; š&lt;!-- optional --&gt;</div><div>šš &lt;param name=&quot;h245tunneling&quot; value=&quot;true&quot;/&gt; š&lt;!-- optional --&gt;</div><div>šš &lt;param name=&quot;h245insetup&quot; value=&quot;true&quot;/&gt; š&lt;!-- optional --&gt;</div>

<div>šš &lt;param name=&quot;jitter-size&quot; value=&quot;60&quot;/&gt; š&lt;!-- optional --&gt;</div><div>šš &lt;param name=&quot;progress-indication&quot; value=&quot;8&quot;/&gt; &lt;!-- optional - PI value in progress message--&gt;</div>

<div>šš &lt;param name=&quot;alerting-indication&quot; value=&quot;8&quot;/&gt; &lt;!-- optional - PI value in alerting message--&gt;</div><div>šš &lt;param name=&quot;endpoint-name&quot; value=&quot;fs&quot;/&gt;</div><div>

š&lt;/settings&gt;</div><div>š&lt;listeners&gt;</div><div>šš &lt;listener name=&quot;default&quot;&gt;</div><div>šš š &lt;param name=&quot;h323-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;</div><div>šš š &lt;param name=&quot;h323-port&quot; value=&quot;1720&quot;/&gt;</div>

<div>šš &lt;/listener&gt;</div><div>š&lt;/listeners&gt;</div><div>&lt;/configuration&gt;</div><div><br></div><div>PS: i also tried to register with Eikga, it got register but doesn&#39;t originate the calls, do you guys know any other h323 softphone?</div>

<div><br></div><div>many thanks.</div><div><div class="gmail_quote">2010/7/7 Saeed Ahmed <span dir="ltr">&lt;<a href="mailto:saeedahmad1981@gmail.com">saeedahmad1981@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Thanksš<span style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse;color:rgb(91, 16, 148);font-weight:bold;white-space:nowrap">Georgiewskiy,</span><div>
<font color="#5B1094" face="arial, sans-serif"><span style="border-collapse:collapse;white-space:nowrap"><b><br>
</b></span></font></div><div><font color="#5B1094" face="arial, sans-serif"><span style="border-collapse:collapse;white-space:nowrap"><b>I&#39;ll test it and will also update it on Wiki.<br>
</b></span></font><br><div class="gmail_quote">2010/7/7 Georgiewskiy Yuriy <span dir="ltr">&lt;<a href="mailto:bottleman@icf.org.ru" target="_blank">bottleman@icf.org.ru</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div></div><div class="h5">
On 2010-07-07 16:02 +0200, Saeed Ahmed wrote freeswitch-users@lists.freeswi...:<br>
<br>
SA&gt;Dear All,<br>
SA&gt;<br>
SA&gt;I am trying to configure mod_h323 with freeswitch, while loading module i<br>
SA&gt;receive that error:<br>
SA&gt;<br>
SA&gt;<br>
SA&gt;2010-07-07 16:01:02.027642 [CONSOLE] switch_loadable_module.c:944<br>
SA&gt;Successfully Loaded [mod_h26x]<br>
SA&gt;2010-07-07 16:01:02.304187 [CONSOLE] mod_h323.cpp:74 Starting loading<br>
SA&gt;mod_h323<br>
SA&gt;Assertion fail: Must have non-empty string in AliasAddress!, file<br>
SA&gt;h323ep.cxx, line 3586<br>
SA&gt;<br>
SA&gt;&lt;A&gt;bort, &lt;C&gt;ore dump?<br>
<br>
wiki is outdated, add &lt;param name=&quot;endpoint-name&quot; value=&quot;blabla&quot;/&gt; ิฯ h323.conf.xml<br>
<br>
SA&gt;<br>
SA&gt;I am following that wiki :<br>
SA&gt;<br>
SA&gt;<a href="http://wiki.freeswitch.org/wiki/Mod_h323" target="_blank">http://wiki.freeswitch.org/wiki/Mod_h323</a><br>
SA&gt;<br>
SA&gt;my h323.conf.xml is:<br>
SA&gt;<br>
SA&gt;<br>
SA&gt;&lt;configuration name=&quot;h323.conf&quot; description=&quot;H323 Endpoints&quot;&gt;<br>
SA&gt; š&lt;settings&gt;<br>
SA&gt; š š&lt;param name=&quot;trace-level&quot; value=&quot;4&quot;/&gt;<br>
SA&gt; š š&lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>
SA&gt; š š&lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
SA&gt; š š&lt;param name=&quot;codec-prefs&quot; value=&quot;PCMU&quot;/&gt;<br>
SA&gt; š š&lt;param name=&quot;gk-address&quot; value=&quot;&quot;/&gt; š š&lt;!-- empty to disable, &quot;*&quot; to<br>
SA&gt;search LAN --&gt;<br>
SA&gt; š š&lt;param name=&quot;gk-identifer&quot; value=&quot;&quot;/&gt; š&lt;!-- optional name of gk --&gt;<br>
SA&gt; š š&lt;param name=&quot;gk-interface&quot; value=&quot;&quot;/&gt; š&lt;!-- optional listener interface<br>
SA&gt;name --&gt;<br>
SA&gt; š&lt;/settings&gt;<br>
SA&gt; š&lt;listeners&gt;<br>
SA&gt; š š&lt;listener name=&quot;default&quot;&gt;<br>
SA&gt; š š š&lt;param name=&quot;h323-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>
SA&gt; š š š&lt;param name=&quot;h323-port&quot; value=&quot;1720&quot;/&gt;<br>
SA&gt; š š&lt;/listener&gt;<br>
SA&gt; š&lt;/listeners&gt;<br>
SA&gt;&lt;/configuration&gt;<br>
SA&gt;<br>
SA&gt;I would appreciate any help.<br>
SA&gt;<br>
SA&gt;Thanks<br>
SA&gt;<br>
<br>
C ีืมึลฮษลอ š š š š š š š š š š š With Best Regards<br>
็ลฯาวษลืำหษส เาษส. š š š š š š š šGeorgiewskiy Yuriy<br>
+7 4872 711666 š š š š š š š š š š+7 4872 711666<br>
ฦมหำ +7 4872 711143 š š š š š š š fax +7 4872 711143<br>
๋ฯอะมฮษั ๏๏๏ &quot;แส ๔ษ ๓ลาืษำ&quot; š š š IT Service Ltd<br>
<a href="http://nkoort.ru" target="_blank">http://nkoort.ru</a> š š š š š š š š š<a href="http://nkoort.ru" target="_blank">http://nkoort.ru</a><br>
JID: <a href="mailto:GHhost@jabber.tula-ix.net.ru" target="_blank">GHhost@jabber.tula-ix.net.ru</a> JID: <a href="mailto:GHhost@jabber.tula-ix.net.ru" target="_blank">GHhost@jabber.tula-ix.net.ru</a><br>
YG129-RIPE š š š š š š š š š š š šYG129-RIPE<br></div></div><div class="im">_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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></div></blockquote></div><br></div>
</blockquote></div><br></div></div>