mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 02:56:24 +05:00
Small fixup sample opensips.cfg
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user