[SR-Users] Kamailio 5.0 doesn't forward Authorization (Digest username) to Asterisk

gh gh at heissa.de
Sun Apr 16 18:47:08 CEST 2017


Hi Marko,

i work on the same scenario. It should work with:

if(uac_reg_request_to("$fU", 0))
     {
         xlog("L_NOTICE", "Found remote user [$rU] on [$rd] via [$du]");
         t_on_failure("REMOTE_AUTH");

         t_relay();
     }


But in my case xlog() currently does not print out the variables, so i 
am not able to debug:-(

Can you try this code and tell me if xlog() works for you?

Best regards

Georg




More information about the sr-users mailing list