~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

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
 *