Dear friends, I have compiled and installed h.323 in my asterisk. And I have a service from a H.323 VoIP provider who give me user, password and gatekeeper IP address. All configured. But when I start my asterisk i receive the following error and h.323 calls can not be making and/or receiving. [chan_h323.so]=> (The NuFone Network's Open H.323 Channel Driver) == Parsing '/etc/asterisk/h323.conf': Found == Creating H.323 Endpoint == Registered channel type 'H323' (The NuFone Network's Open H.323 Channel Driver) == H.323 listener started *** Error registering with gatekeeper "200.69.192.252". Sep 29 00:07:32 ERROR[-151090528]: chan_h323.c:1987 load_module: Gatekeeper registration failed. my h323.conf is: [general] listenAddress=0.0.0.0 listenPort=1720 connectPort=1720 tcpStart=10000 tcpEnd=20000 udpStart=10000 udpEnd=20000 fastStart=no h245Tunnelling=no h245inSetup=no inBandDTMF=no silenceSuppression=no jitterMin=20 jitterMax=100 ipTos=none outboundMax=10 inboundMax=10 simultaneousMax=10 wrapLibTraceLevel=1 libTraceLevel=0 libTraceFile=stdout gatekeeper=200.69.192.252 gatekeeperPassword = secret name=xxxxxxxxxx secret=xxxxxxxxxx AllowGKRouted = yes gatekeeperTTL=100 userInputMode=TONE amaFlags=omit alias=50312049 allow=all prefcodec=G729A [50312049] type=friend context=50312049 gatekeeper=200.69.192.252 gatekeeperPassword = secret gwprefix=4 name=xxxxxxxx secret= xxxxxxxx alias=50312049 Please, may you help me?
administrator tootai
2004-Sep-29 02:23 UTC
[Asterisk-Users] Gatekeeper registration failed
Juanjo Portela a ?crit :>Dear friends, > >I have compiled and installed h.323 in my asterisk. And I have a >service from a H.323 VoIP provider who give me user, password and >gatekeeper IP address. >All configured. > >But when I start my asterisk i receive the following error and h.323 >calls can not be making and/or receiving. > >[chan_h323.so]=> (The NuFone Network's Open H.323 Channel Driver) > == Parsing '/etc/asterisk/h323.conf': Found > == Creating H.323 Endpoint > == Registered channel type 'H323' (The NuFone Network's Open H.323 >Channel Driver) > == H.323 listener started > *** Error registering with gatekeeper "200.69.192.252". >Sep 29 00:07:32 ERROR[-151090528]: chan_h323.c:1987 load_module: >Gatekeeper registration failed. > >my h323.conf is: > >[general] >listenAddress=0.0.0.0 >listenPort=1720 >connectPort=1720 > >are you sure about this port?>tcpStart=10000 >tcpEnd=20000 >udpStart=10000 >udpEnd=20000 >fastStart=no > >perhaps nofaststart=1>h245Tunnelling=no > >perhaps noh245tunneling=0>h245inSetup=no >inBandDTMF=no >silenceSuppression=no >jitterMin=20 >jitterMax=100 >ipTos=none >outboundMax=10 >inboundMax=10 >simultaneousMax=10 >wrapLibTraceLevel=1 >libTraceLevel=0 >libTraceFile=stdout > >gatekeeper=200.69.192.252 >gatekeeperPassword = secret >name=xxxxxxxxxx >secret=xxxxxxxxxx >AllowGKRouted = yes >gatekeeperTTL=100 >userInputMode=TONE >amaFlags=omit >alias=50312049 >allow=all >prefcodec=G729A > > >[50312049] >type=friend >context=50312049 >gatekeeper=200.69.192.252 >gatekeeperPassword = secret >gwprefix=4 >name=xxxxxxxx >secret= xxxxxxxx >alias=50312049 > >Please, may you help me? > >Try with h.323 debug -- Daniel
Juanjo Portela
2004-Sep-29 17:08 UTC
[Asterisk-Users] RE:Re: Gatekeeper registration failed
Daniel, I made your corrections, but unfortunatelly, it is still no logged. I talk with my provider and he said me he receive challenge to be connected by user root and not by the user i defined in h323.conf. It seems I am declaring wrong the user/password within the conf file. Any idea? Regards, Juanjo
Juanjo Portela
2004-Sep-30 11:16 UTC
[Asterisk-Users] RE:Re: Gatekeeper registration failed
>You shouldn't register but more use it as a Gateway. Try with >[UserFromYourProvider] as section in H323.conf I register to a GK >like >this, no user & password. I know that some ISPs put user and >password in >E164 for identification. Perhaps could be a solution if you can't get >further. > >-- >DanielDaniel, May you send my your h323.conf? to check this sentences you suggest. Thank you in advance, Juanjo
Juanjo Portela
2004-Oct-02 07:08 UTC
[Asterisk-Users] RE:Re: Gatekeeper registration failed
Daniel,>; >A; H.323 Alias definitions >; >; All traffic except 44 will go to asterisk >; >[UserFromYourProvider] >type=h323 >E164=44 >prefix=44 >context=fromh323 ;for *Things are going better, my provider receive my alias = Username correct, but we can not validate the password. How can i send the password? Thank you in advance, Juanjo