Difference between revisions of "Freeside:1.9:Documentation:Developer/FS/part export/sqlradius"
From Freeside
(import from POD) |
(import from POD) |
||
Line 1: | Line 1: | ||
; usage_sessions TIMESTAMP_START TIMESTAMP_END [ SVC_ACCT [ IP [ PREFIX [ SQL_SELECT ] ] ] ] | ; usage_sessions TIMESTAMP_START TIMESTAMP_END [ SVC_ACCT [ IP [ PREFIX [ SQL_SELECT ] ] ] ] | ||
− | :TIMESTAMP_START and TIMESTAMP_END are specified as UNIX timestamps; see [[ | + | :TIMESTAMP_START and TIMESTAMP_END are specified as UNIX timestamps; see [[perlfunc#time|"time" in perlfunc]]. Also see [[Freeside:1.9:Documentation:Developer/Time/Local|Time::Local]] and [[Freeside:1.9:Documentation:Developer/Date/Parse|Date::Parse]] for conversion functions. |
:SVC_ACCT, if specified, limits the results to the specified account. | :SVC_ACCT, if specified, limits the results to the specified account. |
Revision as of 19:16, 3 October 2007
- usage_sessions TIMESTAMP_START TIMESTAMP_END [ SVC_ACCT [ IP [ PREFIX [ SQL_SELECT ] ] ] ]
- TIMESTAMP_START and TIMESTAMP_END are specified as UNIX timestamps; see "time" in perlfunc. Also see Time::Local and Date::Parse for conversion functions.
- SVC_ACCT, if specified, limits the results to the specified account.
- IP, if specified, limits the results to the specified IP address.
- PREFIX, if specified, limits the results to records with a matching Called-Station-ID.
- SQL_SELECT defaults to * if unspecified. It can be useful to set it to #SUM(acctsessiontime) or SUM(AcctInputOctets), etc.
- Returns an arrayref of hashrefs with the following fields:
- username
- ; framedipaddress:; acctstarttime:; acctstoptime:; acctsessiontime:; acctinputoctets:; acctoutputoctets:; calledstationid; update_svc_acct
POD ERRORS
Hey! The above document had some coding errors, which are explained below:
- Around line 506:
- '=item' outside of any '=over'