2009/3/3 Stuart Whelan :
> I have a registrar that is embedded in my application, and I would
> like to add authentication to it.
>
> Would anyone be willing to throw up a quick sample or example that
> shows what steps to go through to validate a register request using
> internally validation?
>
I have a registrar that is embedded in my application, and I would
like to add authentication to it.
Would anyone be willing to throw up a quick sample or example that
shows what steps to go through to validate a register request using
internally validation?
I basically want to verify the realm/
2009/2/3 Andrew Rechenberg Lists :
> My Sofia-based application is talking to a Microsoft OCS 2007 server and
> I believe, in true MS fashion, that certain headers are not quite in
> adherence to the RFCs. Could it be that Sofia is not parsing those
> headers as a result of them not being standard
>
> Good day,
>
> My Sofia-based application is talking to a Microsoft OCS 2007 server
and
> I believe, in true MS fashion, that certain headers are not quite in
> adherence to the RFCs. Could it be that Sofia is not parsing those
> headers as a result of them not being standard?
>
> Here is an
Good day,
My Sofia-based application is talking to a Microsoft OCS 2007 server and
I believe, in true MS fashion, that certain headers are not quite in
adherence to the RFCs. Could it be that Sofia is not parsing those
headers as a result of them not being standard?
Here is an example of a 200 O
Hi,
>-Original Message-
>From: ext Pekka Pessi [mailto:[EMAIL PROTECTED]
>Sent: Monday, March 19, 2007 2:09 PM
>To: Zabaluev Mikhail (Nokia-M/Helsinki)
>Cc: [email protected]
>Subject: Re: [Sofia-sip-devel] Authentication state machinery
&
2007/3/14, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> There is another discovery: a call does not get terminated cleanly if a
> 401/407 response to INVITE is not handled with nua_authenticate(), e.g. due
> to absence of credentials to submit. Instead, after the final ACK is sent as
> per the call
ation responses?
BR,
Mikhail
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]
>Sent: Wednesday, March 14, 2007 2:28 PM
>To: [email protected]
>Subject: [Sofia-sip-devel] Authentication state machinery
>
>Hi,
>
>
Hi,
I have an issue handling 401 or 407 authentication challenges for which I
haven't found an answer in the documentation.
It is allowed for the server to repeat the challenge if the preceding
authentication fails; the client must not reattempt the authentication that has
just been rejected.
I