Small fixup sample opensips.cfg

This commit is contained in:
DanB
2014-07-30 17:34:24 +02:00
parent 7abf8cb12c
commit 7bff0db7d2

View File

@@ -225,7 +225,7 @@ route{
$avp(cgr_reqtype)="pseudoprepaid";
$avp(cgr_account)=$fU;
$avp(cgr_subject)=$fU;
$avp(cgr_destination)="+4986517174963";
$avp(cgr_destination)=$rU;
if $avp(cgr_reqtype)=="pseudoprepaid" || $avp(cgr_reqtype)=="prepaid" { #Make sure we got enough balance for the call
$avp(auth_keys) = "cgr_reqtype";
$avp(auth_vals) = $avp(cgr_reqtype);