Federico Arriola
2005-Mar-20 16:02 UTC
[Asterisk-Users] H323 Gatekeeper Registering Question
Hello, I'm trying to register with a gatekeeper using chan_h323, I have a Login, Password and a user (telephone) number, This is my h323.conf [general] port=1720 bindaddr=x.x.x.x (my fixed IP) gatekeeper=x.x.x.x (gk ip) allowgkrouted=yes allow=all [xx] (my login) type=h323 e164=111 (my assigned phone number) secret=1111 (my password) context=incoming I'm getting this error when trying to make a call (h.323 trace 1) 2:37.884 Transactor:814d8d0 h323trans.cxx(678) Trans admissionRequest rejected: callerNotRegistered 2:56.764 Transactor:814d8d0 h323trans.cxx(678) Trans registrationRequest rejected: fullRegistrationRequired 4:06.543 Transactor:814d8d0 h323trans.cxx(678) Trans registrationRequest rejected: fullRegistrationRequired It seems that * isn't sending the login information. Any ideas? Thanks in advance. Regards, Federico.