Hi,
Finally I have my full media service build, with Mobicents JAIN SLEE and Android (with Mobicents sip api).
Now I’m passing this service to a real IMS system, bus this requires full authentication according to the IMS specification:
SIP REGISTER -> 401 ->SIP RESPONSE with (Authentication Headers) ->200 OK
So I need some resource that allows me to build this header, and I check SIPDigestAuthenticate (http://docs.jboss.org/mobicents/jain-slee/2.4.0.CR1/resources/diameter-cx-dx/javadoc/net/java/slee/resource/diameter/cxdx/events/avp/class-use/SIPDigestAuthenticate.html).
My question, is there an example with this library?
Is there other ways to add secure authentication header (MD5) in sip packages?
Thanks in advance,
ziza