On Fri, Mar 6, 2009 at 1:51 AM, mayamatakeshi <mayamatakeshi at gmail.com> wrote: > Hello, > I am testing making calls with pjsip to an authenticating proxy and > everything goes fine as I'm calling pjsip_auth_clt_set_credentials. > But if I need to send a REINVITE, when I call > pjsip_inv_reinvite/pjsip_inv_send_msg, pjsip is ?not sending > authentication headers when the proxy replies with '407 Proxy > Authentication Required'. Correction: pjsip doesn't send authentication header in the REINVITE and doesn't reissue the REINVITE with it after 407 is received. > I even tried to call pjsip_auth_clt_set_credentials again, before > calling pjsip_inv_send_msg but it doesn't work. > Is there anything else I should do? > > regards, > takeshi >