[Live-devel] playSIP (proxy authentification and registration)
and other things
Timo Steuerwald
timo.steuerwald at gmx.de
Fri Jul 29 16:28:47 PDT 2005
>>/I have a question to the playSIP application or rather the
>/>/underlying SIP stack.
>/>/I have an account for testing purposes that needs previous
>/>/registration and after this also an authentification at the proxy server.
>/>/As far as I can see via Ethereal playSIP don't do this. At the end
>/>/I'll get failure 407 Proxy Authentification Required.
>/>/Am I right, that these functions are currently not part of the
>/>/LIVE.COM SIP stack?
>/
>No, "SIPClient" is supposed to support incoming "Proxy-Authenticate"
>header, but currently doesn't parse it very well. Note the code at
>line 493 of "liveMedia/SIPClient.cpp". You may be able to update it
>to handle the particular "Proxy-Authenticate" header that you're seeing.
>
Hmmh, I debugged the library and have seen that it steps into the block
after the if clause (lineStart points then to "Proxy-Authenticate:
Digest realm=\"sip.monduno.com\", nonce=\"18a450bf\"") at line 500...
May be I misunderstood something with the command line arguments. I
currently use these:
./playSIP -u myusername mypassword sip.monduno.com 5060
sip:otherusername at sip.monduno.com
BTW: Sorry for my mail where I annotated that nobody replies. I simple
lost your answer, don't know why??? Fortunately there's an archive... :-)
Cheers,
Timo
More information about the live-devel
mailing list