[Asterisk-Users] h323

krishna sumanth munna82 at yahoo.com
Thu Aug 4 10:11:19 MST 2005


I am using asterisk-oh323-0.7.2-pre and CVS Head of Asterisk.

Oh323 Module compiled without errors. But When I try to stary Asterisk
with the Oh323.so file in the modules folder, Asterisk is dying with the
following error.


 [chan_oh323.so]Aug  2 14:08:14 NOTICE[18873]: res_musiconhold.c:490
monmp3thread: Request to schedule in the past?!?!
 => (InAccess Networks OpenH323 Channel Driver)
  == Parsing '/etc/asterisk/rtp.conf': Found
  == Parsing '/etc/asterisk/oh323.conf': Found Aug  2 14:08:15
NOTICE[18873]: chan_oh323.c:4855 reload_config: Ignoring unknown H.323
[general] keyword 'connectPort', line 25.
Aug  2 14:08:15 NOTICE[18873]: chan_oh323.c:4855 reload_config: Ignoring
unknown H.323 [general] keyword 'silenceSuppression', line 58.
Aug  2 14:08:15 NOTICE[18873]: res_musiconhold.c:490 monmp3thread:
Request to schedule in the past?!?!
[1]WrapH323EndPoint::WrapH323EndPoint: Compile-time libraries OpenH323
v1.13.5, PWlib v1.6.6
[1]WrapGatekeeperServer::WrapGatekeeperServer: Creating new gatekeeper.
Aug  2 14:08:15 ERROR[18873]: chan_oh323.c:5378 load_module: H.323
listener creation failed.
  == Unregistered channel type 'Modem'
Aug  2 14:08:15 WARNING[18873]: loader.c:403 __load_resource:
chan_oh323.so: load_module failed, returning -1
  == Cleaning up OpenH323 channel driver.
Aug  2 14:08:15 NOTICE[18873]: res_musiconhold.c:490 monmp3thread:
Request to schedule in the past?!?!
[1]WrapGatekeeperServer::WrapGatekeeperServer: Destroying gatekeeper.
Aug  2 14:08:15 WARNING[18873]: loader.c:543 load_modules: Loading
module chan_oh323.so failed!



I would appreciate if somebody can give a clue to fix this error.


Daniel Varella de Oliveira <dvarella at tecnologiaip.com.br> wrote:
Thanks Juan for the information.

Altus, about the gatekeeper... It acts like a "DNS" on the h.323 world. 

Defining the gatekeeper:
1. Component of an H.323 conferencing system that performs call address 
resolution, admission control, and subnet bandwidth management. 2. 
Telecommunications: H.323 entity on a LAN that provides address translation 
and control access to the LAN for H.323 terminals and gateways. The 
gatekeeper can provide other services to the H.323 terminals and gateways, 
such as bandwidth management and locating gateways. A gatekeeper maintains a 
registry of devices in the multimedia network. The devices register with the 
gatekeeper at startup and request admission to a call from the gatekeeper.

What I am trying to make is to change traffic communication between the two 
protocols (SIP and H.323). And I heard that is possible using a h.323 
component on the Asterisk. I'm using oh.323 component from Innaccessnetwork 
and until now I'm on the right way.

When it will finish I will post on the list the experience.
-- 

[ ]'s

Daniel Varella de Oliveira
Tecnologia IP Ltda
Tel.: +55 (21)2495-0936 / r. 108
www.tecnologiaip.com.br





On Thursday 04 August 2005 12:39, altus wrote:
> What is the difference?
> Is it like register and registrar ?
> If I make asterisk like a server and clients connect to it,is it a
> gatekway?
> And if I call another gateway its a gatekeeper ?
>
> On Thu, 2005-08-04 at 11:14 -0400, Juan Salas wrote:
> > >From wiki...
> >
> > (http://www.voip-info.org/tiki-index.php?page=Asterisk+oh323+channels)
> >
> > "The second option is valid only in the case where a gatekeeper is used.
> > OH323 supports only one gatekeeper (or none, but not multiple
> > gatekeepers). OH323 itself only acts as H.323 Gateway. "
> >
> > As I look, asterisk didn't act like gatekeeper.
> >
> > JS.
> >
> > >Yes, it worked here.
> > >
> > >part of oh323.conf example:
> > >
> > >.
> > >.
> > >.
> > >;-----------------------------------------
> > >; Configure H.323 aliases, prefixes and
> > >; related ASTERISK's contexts
> > >;-----------------------------------------
> > >[register]
> > >;
> > >; Aliases/prefixes associated with the default context
> > >; defined in section [general].
> > >;
> > >;alias=asterisk
> > >;alias=123
> > >;
> > >; Aliases/prefixes routed in "all-aliases" context.
> > >;
> > >context=all-aliases
> > >alias=asterisk
> > >alias=99001701
> > >alias=99001702
> > >.
> > >.
> > >.
> > >
> > > This defines h.323 id and the aliases for each channel.
> > >
> > > So, now I would like to know if asterisk can support h.323 gateway
> > >registration, like SIP. Can a h.323 gateway register on asterisk ?
> > >Thanks
> > >
> > >--
> > >
> > >[ ]'s
> > >
> > >Daniel Varella de Oliveira
> > >Tecnologia IP Ltda
> > >Tel.: +55 (21)2495-0936 / r. 108
> > >www.tecnologiaip.com.br
> > >
> > >On Thursday 04 August 2005 10:54, Juan Salas wrote:
> > >> Yes you can.
> > >> Try with oh323 module:
> > >>
> > >> http://lists.digium.com/pipermail/asterisk-users/2005-January/081881.h
> > >>tml
> > >>
> > >> With this module you can register your asterisk with a gatekeeper.
> > >>
> > >> Regards.
> > >>
> > >> JSalas.
> > >>
> > >>> -----Mensaje original-----
> > >>> De: altus [mailto:altus at stormcorp.co.za]
> > >>> Enviado el: Thursday, August 04, 2005 5:30 AM
> > >>> Para: asterisk
> > >>> Asunto: [Asterisk-Users] h323
> > >>>
> > >>>
> > >>> Good day all
> > >>> Can I register asterisk as a h323 client,like in sip where you have
> > >>> register =>
> > >>>
> > >>>-----Mensaje original-----
> > >>>De: Daniel Varella de Oliveira [mailto:dvarella at tecnologiaip.com.br]
> > >>>Enviado el: Thursday, August 04, 2005 10:42 AM
> > >>>Para: Asterisk Users Mailing List - Non-Commercial Discussion
> > >>>Asunto: Re: [Asterisk-Users] h323
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> > http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


--
MR Chava, Krishna Sumanth
Graduate Student, MEng in Internetworking
Dalhousie University
5562 Sackville Street
Halifax, NS, Canada
B3J 1L1
email:kschava at dal.ca
phone number: 1-902-440-7272
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050804/ba26a157/attachment.htm


More information about the asterisk-users mailing list