diff options
author | ivan <ivan> | 2008-10-24 02:54:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-10-24 02:54:07 +0000 |
commit | e9a16054f80c25ba75e5d1b3aba64052e3192d00 (patch) | |
tree | b00600acb860bee37943e379b560f476a725ac90 /FS/bin | |
parent | 8032977c915b42634c70feee045b4ec42c3db98f (diff) |
untested code to suck in CDRs in from VoIP RADIUS exports, RT#4100
Diffstat (limited to 'FS/bin')
-rw-r--r-- | FS/bin/freeside-sqlradius-radacctd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/bin/freeside-sqlradius-radacctd b/FS/bin/freeside-sqlradius-radacctd index 4c5c11a2d..7b2d04dc7 100644 --- a/FS/bin/freeside-sqlradius-radacctd +++ b/FS/bin/freeside-sqlradius-radacctd @@ -32,8 +32,8 @@ daemonize2(); my @part_export = FS::part_export::sqlradius->all_sqlradius_withaccounting(); -die "no sqlradius, sqlradius_withdomain or radiator exports without". - " ignore_accounting" +die "no sqlradius, sqlradius_withdomain, radiator or phone_sqlradius exports". + " without ignore_accounting" unless @part_export; while (1) { @@ -55,7 +55,7 @@ while (1) { adminsuidsetup($user); #get our own db handle until ( sigint || sigterm ) { - $part_export->update_svc_acct(); + $part_export->update_svc(); sleep 1; } |