osip-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[osip-dev] How Send 401 response with WWW-Authenticate option


From: yikaikai
Subject: [osip-dev] How Send 401 response with WWW-Authenticate option
Date: Mon, 20 May 2013 09:33:18 +0800

 


Hello all,
 
     I want use exosip send 401 to client with WWW-Authenticate option, but I do not know how to do it?
 
 
I try this butfailed:
 
    eXosip_add_authentication_info(context_eXosip,"103", "103", "103", "md5", NULL);
     eXosip_message_build_answer (context_eXosip,event->tid, 401,&answer); 
      eXosip_message_send_answer (context_eXosip,event->tid, 401,answer);

reply via email to

[Prev in Thread] Current Thread [Next in Thread]