Hello,
On 15/08/14 00:24, Yuriy Gorlichenko wrote:
Hello I use UAC module to register trunks to my providers. I've try to call to my provider. I send INVITE to my porvider and then It recieve me 407 reply "proxy authentication required". Offcourse I can handle this reply manualy (by adding headers throuch header_add) and add md5 summ, but I think it`s not write and harder for Kamailio. I find module or function at some module that helps me send write INVITE with auth parameters as a reply ar 407 response of provider.
look at uac_auth() from same uac module -- read the readme, because there are limitations regarding the compliance with CSeq requirements in C.
Cheers, Daniel