Re: [ATLSIP] Proxy Authentication User is empty
Brought to you by:
joegenbaclor
From: tom s. <tom...@gm...> - 2007-10-09 23:41:10
|
hello Joegen, thank you for taking the time to reply. i am using ATLSIP in my own program but i am using it as an activeX component. i do set the AuthenticationUser property but i can't fin REGISTER method (i assume that is handled by the DoLogin method ?). my question was about how i find out what the ProxyAuthenticationUser should be. where can i find this ? when i use a sip client like x-lite i never specify what the ProxyAuthenticationUser is and it finds out by looking at the response from the server when it returns a "407 Proxy Authentication Required" i can see in a network trace that in this "407" sip message it has a +Proxy-Authenticate: Digest realm="asterisk", nonce="453baf90"+ section that x-lite must copy to send the next INVITE.. this is all what i assume happens, please let me know if this is not the case. so in short i would like to know where i can find what the Proxy-Authenticate should be... |