~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to src/billing/cisco_h323_db_schema-postgres.sql

  • Committer: Bazaar Package Importer
  • Author(s): Jeremie Corbier
  • Date: 2006-07-08 19:41:05 UTC
  • mto: (3.1.8 edgy) (4.1.3 sid) (1.1.14 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060708194105-bxbr4e6m4dfw2x4x
Tags: upstream-1.1.2
ImportĀ upstreamĀ versionĀ 1.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
3
3
 *
4
4
 * --- Peter Nixon [ codemonkey@peternixon.net ]
5
 
 * This is a custom SQL schema for doing H323 VoIP accounting with FreeRadius and
6
 
 * Cisco gateways (I am using 5300 and 5350 series).
 
5
 * This is a custom SQL schema for doing H323 and SIP VoIP accounting with FreeRadius
 
6
 * and Cisco equipment. It is currently known to work with 3640, 5300 and 5350 series
 
7
 * as well as CSPS (Cisco SIP Proxy Server).
7
8
 * It will scale ALOT better than the default radius schema which is designed for
8
9
 * simple dialup installations of FreeRadius.
9
10
 *
181
182
 *  and the gateway has not synchronized with an NTP server yet. A dot (.) means the gateway
182
183
 *  NTP has lost synchronization with an NTP server."
183
184
 *
 
185
 * We therefore do not bother to strip asterisks (*) from timestamps, as you NEED ntp setup
 
186
 * unless you don't care about billing at all!
 
187
 *
184
188
 *  * Example useage:
185
189
 *      insert into mytable values (strip_dot('.16:46:02.356 EET Wed Dec 11 2002'));
186
190
 *