I'm having some trouble with nonce expiring I believe.  The problem is that
every other one of my endpoint registrations is doing an auth challenge
w/401.

>From my config:
modparam("registrar", "default_expires", 60)
modparam("registrar", "min_expires", 60)
modparam("registrar", "max_expires", 60

modparam("auth", "nonce_expire", 3600)

>From this I would expect the devices to try to register every 60 seconds,
and get challenged every hour with a new nonce.

Comments on why OpenSIPS is challenging every other registration?

Thanks

-dg
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to