Hello,

 

A newbie to SIP, I have just put together a prototype and am trying to get it REGISTER with SIP center server. I am receiving a 401 Unauthorized from the server. Could someone help me with making the Authentication header?

 

Thanks,

Snehal

 

ßSIP Request à

 

               REGISTER sip:sip.sipcenter.com:5060 SIP/2.0

               To: < sip:[EMAIL PROTECTED] >

               From: < sip: [EMAIL PROTECTED] >

               Call-ID: [EMAIL PROTECTED]

               CSeq: 2 REGISTER

               Via: SIP/2.0/UDP 4.20.168.45:5060

               Contact: < sip:[EMAIL PROTECTED] >

               Expires: 3600

               Content-Length: 0

               WWW-Authenticate: Digest username="sipcenter2902", realm="Sip Center",

               nonce="f88a3261954f9d07bb49b7306ebf1271240aa06872",

               opaque="1234567890abcedef\", stale=false, algorithm=MD5

               response="c63e791ca07da9bc8ce276f6aa9331fe"

 

 

_______________________________________________
Sip-implementors mailing list
[EMAIL PROTECTED]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to