On Sat, Jan 24, 2009 at 11:28 AM, Sanjay Nayak <sanjay.nayak.bdk at gmail.com>wrote: > Hi All > > I want to use the Digest AKAv1 and AKAv2 Authentication API to > generate response for the different algorithms like MD5, AKAv1-MD5 and > AKAv2-MD5. > URL: ( > http://www.pjsip.org/pjsip/docs/html/group__PJSIP__AUTH__AKA__API.htm). > > Can anyone suggest me a suitable my own c code so that i can just use > that respective API in my C code > and pass the argument values needed for creating the response in the > respective function and get the result. Everything should have been explain by the doc above actually. You can see a sample here: http://trac.pjsip.org/repos/browser/pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c#L886, and that's all you need to make pjsip respond to AKA challenge. cheers Benny -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090126/69acafa0/attachment-0001.html>