Hi
qop is indeed supported in the sipXtackLib but it seems  there is an issue
related to the nounce count management
I am trying to register sipXtapi in the freeswitch platform
When sipxtapi sends its first Nonce Count (based on cseq) as  0x00000033
(51)  , it is not able to get registered.
When sending Nonce Count: 00000001 , it gets registered in the FreeSwitch
SipLineMgr::buildAuthenticatedRequest
...
// :TBD: cheat and use the cseq instead of a real nonce-count
  request->getCSeqField(&nonceCount, &method);
  nonceCount = (nonceCount + 1) / 2

So, should nounce count start at 1?
Regards
Paulo

On Thu, Nov 26, 2009 at 6:32 PM, Paulo Vicentini
<vicentini.pa...@gmail.com>wrote:

> Hi
> Do you know if sipxtapi (sipXtackLib) is compatible (workable) with qop
> (Quality of Protection)?
> It seems that HttpMessage::buildMd5Digest is considering qop parameter..but
> I need  to check what is happening.
> Regards
> Paulo
>
_______________________________________________
sipxtapi-dev mailing list
sipxtapi-dev@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to