mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Completing the SM-OpenSIPS component based on E_ACC_EVENT and E_ACC_MISSED_EVENT with automatic CDR generation
This commit is contained in:
@@ -222,8 +222,8 @@ route{
|
||||
send_reply("500","Internal Server Error");
|
||||
exit;
|
||||
}
|
||||
$avp(cgr_reqtype)="*pseudoprepaid";
|
||||
#$avp(cgr_account)=$fU;
|
||||
$avp(cgr_reqtype)="*prepaid";
|
||||
$avp(cgr_account)=$fU;
|
||||
$avp(cgr_destination)=$rU;
|
||||
$avp(cgr_supplier)="supplier1";
|
||||
setflag(CDR);
|
||||
|
||||
Reference in New Issue
Block a user