[Asterisk-Users] H323

Dan dtoma at fx.ro
Wed May 21 05:28:29 MST 2003


Yup, no other errors.. just exit...

> How do you run asterisk (-vvvc ? )
I run from a remote computer through a SSH2 connection

    asterisk
    asterisk -vvvr

as usual till now.

> What is the configuration of OH323 (oh323.conf)?

This is the oh323.conf file, without the comments:


;
; Configuration file of OpenH323 channel driver
;
[general]
;
listenAddress=193.231.214.32
listenPort=1720
connectPort=1720
fastStart=no
h245inSetup=yes
inBandDTMF=yes
silenceSuppression=no
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=5
inboundMax=5
libTraceLevel=3
libTraceFile=stdout
gatekeeper=DISABLE
gatekeeperPassword=12345678
userInputMode=TONE
amaFlags=default
accountCode=H323
context=sip

[register]
alias=asterisk
alias=123
context=all-aliases
alias=ASTERISK
alias=666
context=more-aliases
alias=665
context=all-prefixes
gwprefix=00
gwprefix=01
context=more-stuff
alias=664
gwprefix=02

[codecs]
codec=G711A
frames=20
codec=GSM0610
frames=4


This is all.

Thanks,
Dan

----- Original Message -----
From: "Michael Manousos" <manousos at inaccessnetworks.com>
To: <asterisk-users at lists.digium.com>
Sent: Wednesday, May 21, 2003 2:18 PM
Subject: Re: [Asterisk-Users] H323


> Dan wrote:
> > Hi,
> >
> > Ok now... Everything is compiled without any error (pwlib, openh323,
> > asterisk-oh323).
> > ...but now when I try to start Asterisk daemon, when it tries to load
> > chan_oh323.so Asterisk exit by himself. (see below)
> >
> > ......
> > [app_flash.so] [app_flash.so] => (Flash zap trunk application)
> >   == Registered application 'Flash'
> >  [app_zapbarge.so] [app_zapbarge.so] => (Barge in on Zap channel
> > application)
> >   == Registered application 'ZapBarge'
> >  [codec_ilbc.so] [codec_ilbc.so] => (iLBC/PCM16 (signed linear) Codec
> > Translator)
> >   == Registered translator 'ilbctolin' from format 10 to 6, cost 39
> >   == Registered translator 'lintoilbc' from format 6 to 10, cost 128
> >  [chan_oh323.so]
> > Disconnected from Asterisk server
> >
>
> That's it? No errors?
> How do you run asterisk (-vvvc ? )
> What is the configuration of OH323 (oh323.conf)?
>
> Regards,
> Michael.
>
>
> >
> > Something else to do?
> >
> > Thanks and best regards,
> > Dan
> >
> > ----- Original Message -----
> > From: "Michael Manousos" <manousos at inaccessnetworks.com>
> > To: <asterisk-users at lists.digium.com>
> > Sent: Tuesday, May 20, 2003 3:43 PM
> > Subject: Re: [Asterisk-Users] H323
> >
> >
> >
> >>Dan wrote:
> >>
> >>>Hi,
> >>>
> >>>I have tried to do it like in your doc, but when I try to compile
pwlib,
> >
> > at
> >
> >>>the end of the operation I get those error messages:
> >>>
> >>
> >>Compiling the pwlib/openh323 libraries is not described in detail
> >>in the README file. Instructions for this can be found
> >>on www.openh323.org.
> >>
> >>The errors below is related to the openssl installation.
> >>Something is missing (krb5.h) and this causes the failure.
> >>
> >>Michael.
> >>
> >>
> >>
> >>>In file included from /usr/include/openssl/ssl.h:179,
> >>>                 from ../../ptclib/pssl.cxx:195:
> >>>/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
> >>>In file included from /usr/include/openssl/ssl.h:179,
> >>>                 from ../../ptclib/pssl.cxx:195:
> >>>/usr/include/openssl/kssl.h:132: 'krb5_enctype' is used as a type, but
> >
> > is
> >
> >>>not
> >>>   defined as a type.
> >>>/usr/include/openssl/kssl.h:134: parse error before `*' token
> >>>/usr/include/openssl/kssl.h:147: parse error before `*' token
> >>>/usr/include/openssl/kssl.h:151: parse error before `*' token
> >>>/usr/include/openssl/kssl.h:153: parse error before `*' token
> >>>/usr/include/openssl/kssl.h:155: parse error before `*' token
> >>>/usr/include/openssl/kssl.h:157: parse error before `*' token
> >>>/usr/include/openssl/kssl.h:159: `krb5_context' was not declared in
this
> >>>scope
> >>>/usr/include/openssl/kssl.h:159: parse error before `,' token
> >>>/usr/include/openssl/kssl.h:160: `krb5_context' was not declared in
this
> >>>scope
> >>>/usr/include/openssl/kssl.h:160: parse error before `,' token
> >>>/usr/include/openssl/kssl.h:163: `krb5_timestamp' was not declared in
> >
> > this
> >
> >>>   scope
> >>>/usr/include/openssl/kssl.h:163: parse error before `,' token
> >>>/usr/include/openssl/kssl.h:165: parse error before `*' token
> >>>/usr/include/openssl/kssl.h:167: `krb5_enctype' was not declared in
this
> >>>scope
> >>>/usr/include/openssl/kssl.h:167: parse error before `,' token
> >>>make[1]: *** [/usr/src/pwlib/lib/obj_linux_x86_r/pssl.o] Error 1
> >>>make[1]: Leaving directory `/usr/src/pwlib/src/ptlib/unix'
> >>>make: *** [opt] Error 2
> >>>
> >>>The pwlib source directory is /usr/src/pwlib
> >>>the environment variables:
> >>>PWLIBDIR=/usr/src/pwlib
> >>>and
> >>>LD_LIBRARY_PATH=$PWLIBDIR
> >>>
> >>>Any hints?
> >>>
> >>>Thanks,
> >>>Dan
> >>>
> >>>----- Original Message -----
> >>>From: "Michael Manousos" <manousos at inaccessnetworks.com>
> >>>To: <asterisk-users at lists.digium.com>
> >>>Sent: Tuesday, May 20, 2003 12:42 PM
> >>>Subject: Re: [Asterisk-Users] H323
> >>>
> >>>
> >>>
> >>>
> >>>>María de Ory wrote:
> >>>>
> >>>>
> >>>>>I want to use Asterisk with H323. What must I do exactly? I need help
> >>>>>because I'm not sure of having understood everything about the H323
> >>>>>channel, the OpenH323 , the libraries and all those things I have
read.
> >>>>>Thanks a lot.
> >>>>
> >>>>You may download the code of the original H.323 support
> >>>>for Asterisk from:
> >>>>
> >>>>http://www.inaccessnetworks.com/projects/asterisk-oh323
> >>>>
> >>>>The README file will provide all the information needed
> >>>>to make it work.
> >>>>
> >>>>
> >>>>
> >>>>>Maria deory
> >>>>
> >>>>Michael.
> >>>>
> >>>>_______________________________________________
> >>>>Asterisk-Users mailing list
> >>>>Asterisk-Users at lists.digium.com
> >>>>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
> >>
> >>
> >>_______________________________________________
> >>Asterisk-Users mailing list
> >>Asterisk-Users at lists.digium.com
> >>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
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>





More information about the asterisk-users mailing list