Here's a small patch that will point the people to something to start when they don't know what's the client.conf parameter for.
--- INSTALL.txt 2009-01-27 15:19:14.000000000 +0100 +++ cdrtool/doc/INSTALL.txt 2009-01-27 15:30:49.000000000 +0100 @@ -306,9 +306,12 @@ For SIP tracing you need to configure the OpenSIPS to enable the siptrace module. +You will also need a valid client.conf, you can copy the one in +/etc/radiusclient-ng/radiusclient.conf and adapt it to suit your needs + To enable quota you must add one extra column in the subscriber table: -alter table opensips.subscriber add column quota int not null; +ALTER TABLE opensips.subscriber ADD COLUMN quota int NOT NULL; Entries required in opensips.cfg:
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
