Hi, Anyone know how can I send a username or account id (h.323) and a password to register on a remote Gatekeeper. I am using the Nuphone channel with the h323.conf. I tryed everything but Asterisk always send "root" as account id and the Gatekeeper rejected me. Thank you very much... Nahuel Ramos
Hi, Anyone know how can I send a username or account id (h.323) and a password to register on a remote Gatekeeper. I am using the Nuphone channel with the h323.conf. I tryed everything but Asterisk always send "root" as account id and the Gatekeeper rejected me. Thank you very much... Nahuel Ramos.
If you are using GnuGK, i think this should do, in your h323.conf file, configure an asterisk endpoint as follow for instance [time] <-------- Username type=h323 e164=99 context=test K. ----- Original Message ----- From: "Nahuel Alejandro Ramos" <nahuelon@gmail.com> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Sunday, November 28, 2004 5:52 PM Subject: [Asterisk-Users] Registering on Gatekeeper> Hi, > Anyone know how can I send a username or account id (h.323) and a > password to register on a remote Gatekeeper. I am using the Nuphone > channel with the h323.conf. I tryed everything but Asterisk always > send "root" as account id and the Gatekeeper rejected me. > Thank you very much... > > Nahuel Ramos. > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@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
I have already tryed this but asterisk always send "root" as h323_id On Sun, 28 Nov 2004 21:31:52 -0000, kido noagbodji <kido@cafe.tg> wrote:> If you are using GnuGK, i think this should do, > in your h323.conf file, configure an asterisk endpoint as follow for > instance > > [time] <-------- Username > type=h323 > e164=99 > context=test > > K. > > > > ----- Original Message ----- > From: "Nahuel Alejandro Ramos" <nahuelon@gmail.com> > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > <asterisk-users@lists.digium.com> > Sent: Sunday, November 28, 2004 5:52 PM > Subject: [Asterisk-Users] Registering on Gatekeeper > > > Hi, > > Anyone know how can I send a username or account id (h.323) and a > > password to register on a remote Gatekeeper. I am using the Nuphone > > channel with the h323.conf. I tryed everything but Asterisk always > > send "root" as account id and the Gatekeeper rejected me. > > Thank you very much... > > > > Nahuel Ramos. > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@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 > >
Thanks in advance kido. Please someone could help me. I am so closed to the solution :) My provider sent me this log from his gnuGK: RCF|200.68.216.107:1720|root:h323_ID|terminal|7000_endp; URQ|200.68.216.107:32877|7000_endp|maintenance; SoftPBX: Endpoint 200.68.216.107:1720 unregistered! My Asterisk keep sending "root" as h323_id. My h323.conf is this: ; h323.conf [general] listenAddress=0.0.0.0 listenPort=1720 tcpStart=10000 tcpEnd=20000 udpStart=10000 udpEnd=20000 fastStart=yes h245tunnelling=yes h245inSetup=yes gatekeeper=###.###.###.### gatekeeperTTL=600 AllowGKRouted = yes userInputMode=Q931 amaFlags=default accountCode=4571025814 disallow=all allow=all wrapLibTraceLevel=1 libTraceLevel=9 libTraceFile=/root/pruebalogasterisk [##########] ; Mi h323_id type=h323 prefix=99,0343 context=casanahuel I have already done a log watch, a h.323 debug and a h.323 trace 10, and Asterisk send "root" as h323_id. The h.323 trace 1 give me millons of this lines: 0:23.901 Transactor:81395c8 h323trans.cxx(709) Trans registrationRequest rejected: fullRegistrationRequired 0:24.922 Transactor:81395c8 h323trans.cxx(709) Trans registrationRequest rejected: fullRegistrationRequired 0:25.359 Transactor:81395c8 h323trans.cxx(709) Trans registrationRequest rejected: fullRegistrationRequired 0:26.003 Transactor:81395c8 h323trans.cxx(709) Trans registrationRequest rejected: fullRegistrationRequired On Sun, 28 Nov 2004 20:41:17 -0300, Nahuel Alejandro Ramos <nahuelon@gmail.com> wrote:> I have already tryed this but asterisk always send "root" as h323_id > > > > > On Sun, 28 Nov 2004 21:31:52 -0000, kido noagbodji <kido@cafe.tg> wrote: > > If you are using GnuGK, i think this should do, > > in your h323.conf file, configure an asterisk endpoint as follow for > > instance > > > > [time] <-------- Username > > type=h323 > > e164=99 > > context=test > > > > K. > > > > > > > > ----- Original Message ----- > > From: "Nahuel Alejandro Ramos" <nahuelon@gmail.com> > > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > > <asterisk-users@lists.digium.com> > > Sent: Sunday, November 28, 2004 5:52 PM > > Subject: [Asterisk-Users] Registering on Gatekeeper > > > > > Hi, > > > Anyone know how can I send a username or account id (h.323) and a > > > password to register on a remote Gatekeeper. I am using the Nuphone > > > channel with the h323.conf. I tryed everything but Asterisk always > > > send "root" as account id and the Gatekeeper rejected me. > > > Thank you very much... > > > > > > Nahuel Ramos. > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@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 > > > > >