<DIV>I am using asterisk-oh323-0.7.2-pre and CVS Head of Asterisk.<BR><BR>Oh323 Module compiled without errors. But When I try to stary Asterisk<BR>with the Oh323.so file in the modules folder, Asterisk is dying with the<BR>following error.<BR><BR><BR> [chan_oh323.so]Aug&nbsp; 2 14:08:14 NOTICE[18873]: res_musiconhold.c:490<BR>monmp3thread: Request to schedule in the past?!?!<BR> =&gt; (InAccess Networks OpenH323 Channel Driver)<BR>&nbsp; == Parsing '/etc/asterisk/rtp.conf': Found<BR>&nbsp; == Parsing '/etc/asterisk/oh323.conf': Found Aug&nbsp; 2 14:08:15<BR>NOTICE[18873]: chan_oh323.c:4855 reload_config: Ignoring unknown H.323<BR>[general] keyword 'connectPort', line 25.<BR>Aug&nbsp; 2 14:08:15 NOTICE[18873]: chan_oh323.c:4855 reload_config: Ignoring<BR>unknown H.323 [general] keyword 'silenceSuppression', line 58.<BR>Aug&nbsp; 2 14:08:15 NOTICE[18873]: res_musiconhold.c:490 monmp3thread:<BR>Request to schedule in the past?!?!<BR>[1]WrapH323EndPoint::WrapH323EndPoint: Compile-time
 libraries OpenH323<BR>v1.13.5, PWlib v1.6.6<BR>[1]WrapGatekeeperServer::WrapGatekeeperServer: Creating new gatekeeper.<BR>Aug&nbsp; 2 14:08:15 ERROR[18873]: chan_oh323.c:5378 load_module: H.323<BR>listener creation failed.<BR>&nbsp; == Unregistered channel type 'Modem'<BR>Aug&nbsp; 2 14:08:15 WARNING[18873]: loader.c:403 __load_resource:<BR>chan_oh323.so: load_module failed, returning -1<BR>&nbsp; == Cleaning up OpenH323 channel driver.<BR>Aug&nbsp; 2 14:08:15 NOTICE[18873]: res_musiconhold.c:490 monmp3thread:<BR>Request to schedule in the past?!?!<BR>[1]WrapGatekeeperServer::WrapGatekeeperServer: Destroying gatekeeper.<BR>Aug&nbsp; 2 14:08:15 WARNING[18873]: loader.c:543 load_modules: Loading<BR>module chan_oh323.so failed!<BR><BR><BR><BR>I would appreciate if somebody can give a clue to fix this error.<BR><BR><BR><B><I>Daniel Varella de Oliveira &lt;dvarella@tecnologiaip.com.br&gt;</I></B> wrote:
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid"><BR>Thanks Juan for the information.<BR><BR>Altus, about the gatekeeper... It acts like a "DNS" on the h.323 world. <BR><BR>Defining the gatekeeper:<BR>1. Component of an H.323 conferencing system that performs call address <BR>resolution, admission control, and subnet bandwidth management. 2. <BR>Telecommunications: H.323 entity on a LAN that provides address translation <BR>and control access to the LAN for H.323 terminals and gateways. The <BR>gatekeeper can provide other services to the H.323 terminals and gateways, <BR>such as bandwidth management and locating gateways. A gatekeeper maintains a <BR>registry of devices in the multimedia network. The devices register with the <BR>gatekeeper at startup and request admission to a call from the gatekeeper.<BR><BR>What I am trying to make is to change traffic communication between the two <BR>protocols (SIP and H.323). And I heard that
 is possible using a h.323 <BR>component on the Asterisk. I'm using oh.323 component from Innaccessnetwork <BR>and until now I'm on the right way.<BR><BR>When it will finish I will post on the list the experience.<BR>-- <BR><BR>[ ]'s<BR><BR>Daniel Varella de Oliveira<BR>Tecnologia IP Ltda<BR>Tel.: +55 (21)2495-0936 / r. 108<BR>www.tecnologiaip.com.br<BR><BR><BR><BR><BR><BR>On Thursday 04 August 2005 12:39, altus wrote:<BR>&gt; What is the difference?<BR>&gt; Is it like register and registrar ?<BR>&gt; If I make asterisk like a server and clients connect to it,is it a<BR>&gt; gatekway?<BR>&gt; And if I call another gateway its a gatekeeper ?<BR>&gt;<BR>&gt; On Thu, 2005-08-04 at 11:14 -0400, Juan Salas wrote:<BR>&gt; &gt; &gt;From wiki...<BR>&gt; &gt;<BR>&gt; &gt; (http://www.voip-info.org/tiki-index.php?page=Asterisk+oh323+channels)<BR>&gt; &gt;<BR>&gt; &gt; "The second option is valid only in the case where a gatekeeper is used.<BR>&gt; &gt; OH323 supports only one gatekeeper (or
 none, but not multiple<BR>&gt; &gt; gatekeepers). OH323 itself only acts as H.323 Gateway. "<BR>&gt; &gt;<BR>&gt; &gt; As I look, asterisk didn't act like gatekeeper.<BR>&gt; &gt;<BR>&gt; &gt; JS.<BR>&gt; &gt;<BR>&gt; &gt; &gt;Yes, it worked here.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;part of oh323.conf example:<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;.<BR>&gt; &gt; &gt;.<BR>&gt; &gt; &gt;.<BR>&gt; &gt; &gt;;-----------------------------------------<BR>&gt; &gt; &gt;; Configure H.323 aliases, prefixes and<BR>&gt; &gt; &gt;; related ASTERISK's contexts<BR>&gt; &gt; &gt;;-----------------------------------------<BR>&gt; &gt; &gt;[register]<BR>&gt; &gt; &gt;;<BR>&gt; &gt; &gt;; Aliases/prefixes associated with the default context<BR>&gt; &gt; &gt;; defined in section [general].<BR>&gt; &gt; &gt;;<BR>&gt; &gt; &gt;;alias=asterisk<BR>&gt; &gt; &gt;;alias=123<BR>&gt; &gt; &gt;;<BR>&gt; &gt; &gt;; Aliases/prefixes routed in "all-aliases" context.<BR>&gt; &gt; &gt;;<BR>&gt; &gt;
 &gt;context=all-aliases<BR>&gt; &gt; &gt;alias=asterisk<BR>&gt; &gt; &gt;alias=99001701<BR>&gt; &gt; &gt;alias=99001702<BR>&gt; &gt; &gt;.<BR>&gt; &gt; &gt;.<BR>&gt; &gt; &gt;.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; This defines h.323 id and the aliases for each channel.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; So, now I would like to know if asterisk can support h.323 gateway<BR>&gt; &gt; &gt;registration, like SIP. Can a h.323 gateway register on asterisk ?<BR>&gt; &gt; &gt;Thanks<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;--<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;[ ]'s<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;Daniel Varella de Oliveira<BR>&gt; &gt; &gt;Tecnologia IP Ltda<BR>&gt; &gt; &gt;Tel.: +55 (21)2495-0936 / r. 108<BR>&gt; &gt; &gt;www.tecnologiaip.com.br<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;On Thursday 04 August 2005 10:54, Juan Salas wrote:<BR>&gt; &gt; &gt;&gt; Yes you can.<BR>&gt; &gt; &gt;&gt; Try with oh323 module:<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt;
 http://lists.digium.com/pipermail/asterisk-users/2005-January/081881.h<BR>&gt; &gt; &gt;&gt;tml<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; With this module you can register your asterisk with a gatekeeper.<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Regards.<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; JSalas.<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; -----Mensaje original-----<BR>&gt; &gt; &gt;&gt;&gt; De: altus [mailto:altus@stormcorp.co.za]<BR>&gt; &gt; &gt;&gt;&gt; Enviado el: Thursday, August 04, 2005 5:30 AM<BR>&gt; &gt; &gt;&gt;&gt; Para: asterisk<BR>&gt; &gt; &gt;&gt;&gt; Asunto: [Asterisk-Users] h323<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Good day all<BR>&gt; &gt; &gt;&gt;&gt; Can I register asterisk as a h323 client,like in sip where you have<BR>&gt; &gt; &gt;&gt;&gt; register =&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;-----Mensaje original-----<BR>&gt; &gt; &gt;&gt;&gt;De: Daniel Varella de Oliveira
 [mailto:dvarella@tecnologiaip.com.br]<BR>&gt; &gt; &gt;&gt;&gt;Enviado el: Thursday, August 04, 2005 10:42 AM<BR>&gt; &gt; &gt;&gt;&gt;Para: Asterisk Users Mailing List - Non-Commercial Discussion<BR>&gt; &gt; &gt;&gt;&gt;Asunto: Re: [Asterisk-Users] h323<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Asterisk-Users mailing list<BR>&gt; &gt; Asterisk-Users@lists.digium.com<BR>&gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-users<BR>&gt; &gt; To UNSUBSCRIBE or update options visit:<BR>&gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-users<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Asterisk-Users mailing list<BR>&gt; &gt; Asterisk-Users@lists.digium.com<BR>&gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-users<BR>&gt; &gt; To UNSUBSCRIBE or update options visit:<BR>&gt; &gt;
 http://lists.digium.com/mailman/listinfo/asterisk-users<BR><BR>_______________________________________________<BR>Asterisk-Users mailing list<BR>Asterisk-Users@lists.digium.com<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR>To UNSUBSCRIBE or update options visit:<BR>http://lists.digium.com/mailman/listinfo/asterisk-users</BLOCKQUOTE></DIV><BR><BR>--<br>MR Chava, Krishna Sumanth<br>Graduate Student, MEng in Internetworking<br>Dalhousie University<br>5562 Sackville Street<br>Halifax, NS, Canada<br>B3J 1L1<br>email:kschava@dal.ca<br>phone number: 1-902-440-7272<p>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com