[Asterisk-Users] Problem with SIP 407

Olle E. Johansson oej at edvina.net
Wed Feb 25 13:50:03 MST 2004


Seems like republica registers ok, but not republica2. Republica2 failes to authenticate.

You have a normal registration sequense here:

-Client sends a REGISTER without authentication
-Server sends "trying..."
-Server sends 407 Proxy auth (should be WWW auth) with challenge
-Clients ACK
-Client sends a new REGISTER with authentication
-Server tries auth
-If auth fails (propably wrong secret/password) a 401 unauthorized is issued
-If auth succeeds a 200 OK is issued

Apart from that, the Asterisk server after authentication wants to tell
the client that it has voicemail, and the client responds that it has no
clue of what the server is trying to say. Take away the mailbox= parameter
in sip.conf to avoid this.

You client seems to send a lot of REGISTERs without waiting for response.

Other than that, check the passwords for republica2.
Republica1 should be able to receive calls from asterisk.
/O



More information about the asterisk-users mailing list