[SR-Users] Pseudo-Variable {$au} is NULL

Daniel Meyer-Wendt dmeyer at ygomi.com
Wed Mar 20 12:39:57 CET 2019


Hi All,

I am updating our Kamailio from 4.0.6 to the latest 5.2.2, we use kamailio as LB in front of two asterisk server.
My problem is that during registration forward to the asterisk servers {$au} is NULL

This is the code we have, which is the one you find in most documentations
$uac_req(furi)="sip:" + $au + "@" + $var(rip);


I logged some Pseudo-Variable to see their contents:

{$au}     NULL
{$aU}    NULL
{$Au}     username at domain.com
{$fU}     username
{$oU}    NULL
{$ru}      rU: {sip:domain.com;transport=UDP

and ended up doing this which works

$uac_req(furi)="sip:" + $fU + "@" + $var(rip);

Any idea what could be wrong?

Thanks,
Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20190320/0317df75/attachment.html>


More information about the sr-users mailing list