Re: [Asterisk-Users] SIP protocol bug ???

2003-11-09 Thread James Sizemore
Does this have a bug number so I can track it? Jan Janak wrote: On 07-11 13:17, John Todd wrote: From what I can understand of the issue you describe, it sounds like the problem resides on the remote side, and not Asterisk's side. You are sending an invalid request in your first query, and

Re: [Asterisk-Users] SIP protocol bug ???

2003-11-09 Thread Mark Spencer
Please confirm this is fixed now in CVS. Mark ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] SIP protocol bug ???

2003-11-07 Thread mtm spm
Hello, I have a problem with asterisk when dial out to a SIP provider. Asterisk send a INVITE with no credentials, the provider reply with a 401 Unauthorized. However, Asterisk DOES NOT resend the invite again with credentials. But it hangs there (maybe waiting for a ok) It is this a bug in

Re: [Asterisk-Users] SIP protocol bug ???

2003-11-07 Thread Olle E. Johansson
mtm spm wrote: Hello, I have a problem with asterisk when dial out to a SIP provider. Asterisk send a INVITE with no credentials, the provider reply with a 401 Unauthorized. However, Asterisk DOES NOT resend the invite again with credentials. But it hangs there (maybe waiting for a ok) It is

Re: [Asterisk-Users] SIP protocol bug ???

2003-11-07 Thread mtm spm
Hi Olle, --- Olle E. Johansson [EMAIL PROTECTED] wrote: The first Invite is without credentials, since digest authentication needs input from the server to create credentials. This is also what I understood too from rfc. I was just confused becouse in the Asterisk code there was something

Re: [Asterisk-Users] SIP protocol bug ???

2003-11-07 Thread John Todd
Hi Olle, --- Olle E. Johansson [EMAIL PROTECTED] wrote: The first Invite is without credentials, since digest authentication needs input from the server to create credentials. This is also what I understood too from rfc. I was just confused becouse in the Asterisk code there was something like

Re: [Asterisk-Users] SIP protocol bug ???

2003-11-07 Thread Olle E. Johansson
mtm spm wrote: Hi Olle, --- Olle E. Johansson [EMAIL PROTECTED] wrote: The first Invite is without credentials, since digest authentication needs input from the server to create credentials. This is also what I understood too from rfc. I was just confused becouse in the Asterisk code there was

Re: [Asterisk-Users] SIP protocol bug ???

2003-11-07 Thread Jan Janak
Asterisk was wrong. Every SIP message can be challenged with 401 or 407, depending on who is challenging. If you send a REGISTER message then you can get 407 Proxy Authentication Required from any proxy along the path of the message. You can also get 401 Unauthorized from registrar. The same for

Re: [Asterisk-Users] SIP protocol bug ???

2003-11-07 Thread Jan Janak
On 07-11 13:17, John Todd wrote: From what I can understand of the issue you describe, it sounds like the problem resides on the remote side, and not Asterisk's side. You are sending an invalid request in your first query, and the remote side is sending Unauthorized, meaning that it

Re: [Asterisk-Users] SIP protocol bug ???

2003-11-07 Thread John Todd
On 07-11 13:17, John Todd wrote: From what I can understand of the issue you describe, it sounds like the problem resides on the remote side, and not Asterisk's side. You are sending an invalid request in your first query, and the remote side is sending Unauthorized, meaning that it believes