If the parties are not registered then you will have to use SQLAliasAuth SetupUnreg option. This will have no effect on your registered endpoints. Make sure you set AcceptUnregisteredCalls =1.
In v2.2.4 these unregistered callers have NAT support if you set SupportNATedEndpoints = 1.
If you use PacPhone www.pacphone.com you can also place unregistered calls with GnuGK using user/pass (same logic as RRQ) and you need to use the SQLPasswordAuth SetupUnreg option.
Simon
At 09:34 AM 31/05/2006, you wrote:
I have gnugk 2.2.3 setup, that is in routed mode. Most of my endpoints are clients that register with the gatekeeper. My authentication is sql based for both RRQ and ARQ. I was also doing my routing at ARQ time using redirect-ip/number from sql.
Now I wanted to setup some endpoints that does not do registration but only direct setup signalling. to accomodate both endpoints I wanted to move authentication/routing to SETUP but registered endpoints are failing at ARQ time because GNUGK is tyring to do routing automatically and when it can not find any routing that match it will return ARJ with 'User not registered' reason.
Can anybody think of a way to skip the routing at ARQ?
Thank you!