Hi Tony,<br><br>Thanks a lot for the tips. I have turned on the logging and saw them in the console. However, this applies only for startup, when I try to register a user, which I cannot succeed, there is no logging done. <br>
<br>Do you think you can give me an idea why my user cannot register? All I want to do is, send the register to a GK which has the IWF functionality. Attached I am sending my extensions.conf and ooh323.conf files. <br><br>
Sema is the end user and I believe mypeer is the GK definition, right?<br><br>[mypeer1]<br>type=peer<br>;context=context2<br>ip=<a href="http://10.192.192.6">10.192.192.6</a>&nbsp;&nbsp; ; UPDATE with appropriate ip address<br>port=1720&nbsp;&nbsp;&nbsp; ; UPDATE with appropriate port<br>
allow=all<br>;e164=101<br><br>[Sema]<br>type=friend<br>context=default<br>ip=<a href="http://10.192.192.36">10.192.192.36</a>&nbsp;&nbsp; ; UPDATE with appropriate ip address<br>port=1820&nbsp;&nbsp;&nbsp; ; UPDATE with appropriate port<br>;disallow=all<br>
allow=all<br>e164=05336887755<br>rtptimeout=60<br>dtmfmode=rfc2833<br><br>I would really appreciate if you can take a look. <br><br>Kr,<br>Sema<br><br><div class="gmail_quote">On Wed, Jun 11, 2008 at 1:25 PM, Tony Mountifield &lt;<a href="mailto:tony@softins.clara.co.uk">tony@softins.clara.co.uk</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">In article &lt;<a href="mailto:20080611082011.GB23243@xorcom.com">20080611082011.GB23243@xorcom.com</a>&gt;,<br>

<div class="Ih2E3d">Tzafrir Cohen &lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt; wrote:<br>
</div><div class="Ih2E3d">&gt; On Wed, Jun 11, 2008 at 10:40:41AM +0300, Sema Arca wrote:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; Does anybody know how I can turn on the logging for H323 in Asterisk? I have<br>
&gt; &gt; set the logging path and the file name in the ooh323.conf file however it<br>
&gt; &gt; did not help. The file is created but is empty. I want to, if possible, turn<br>
&gt; &gt; on the logging in DEBUG level.<br>
<br>
</div>ooh323 does not have debug-to-file. You enable debugging with &quot;ooh323 debug&quot;,<br>
and then the debug information is sent to the &quot;verbose&quot; channel, which<br>
normally goes to the console and may go to one of the general log files,<br>
according to the settings in logger.conf. ooh323 debugging is stopped by<br>
giving &quot;ooh323 no debug&quot;.<br>
<div class="Ih2E3d"><br>
&gt; The file name is ooh323c.conf (note the extra &#39;c&#39;).<br>
<br>
</div>No, ooh323.conf is correct. The &#39;c&#39; is used in the name of the stack,<br>
but not in the name of the Asterisk channel or the conf file.<br>
<div class="Ih2E3d"><br>
&gt; It is used by chan_ooh323c, rather than chan_h323. chan_ooh323c is<br>
&gt; unmaintained and not recommended for new installations.<br>
<br>
</div>This was because until recently, the most up-to-date chan_ooh323 driver<br>
and stack were the ones in the 1.2 branch of asterisk-addons.<br>
<br>
However, I recently ported the 1.2 version forward to 1.4, trunk and<br>
1.6.0, and added a couple of bug fixes. Those changes were accepted into<br>
SVN, so that all those variants are now up to date. It should therefore<br>
now be easy to keep them maintained as far as Asterisk API changes are<br>
concerned.<br>
<br>
Having tried chan_h323, chan_oh323 and chan_ooh323, I *would* strongly<br>
recommend chan_ooh323 over the first two. It is clean and lightweight,<br>
uses the Asterisk RTP stack (and can therefore bridge properly), and<br>
doesn&#39;t creak under the bloat of OpenH323 like the first two do.<br>
<br>
I don&#39;t know whether Objective Systems have abandoned chan_ooh323 and<br>
the ooh323c stack, but it would be great to see them moved from -addons<br>
into the main Asterisk tree.<br>
<br>
Cheers<br>
Tony<br>
<font color="#888888">--<br>
Tony Mountifield<br>
Work: <a href="mailto:tony@softins.co.uk">tony@softins.co.uk</a> - <a href="http://www.softins.co.uk" target="_blank">http://www.softins.co.uk</a><br>
Play: <a href="mailto:tony@mountifield.org">tony@mountifield.org</a> - <a href="http://tony.mountifield.org" target="_blank">http://tony.mountifield.org</a><br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>