[OpenSIPS-Users] opensips-cp cdrviewer
Andrew Yager
andrew at rwts.com.au
Wed Nov 26 12:33:00 CET 2008
Hi,
I'm working with opensips-cp and trying to get the cdrviewer to work.
The acc table has the following structure:
CREATE TABLE acc (
id INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL,
method VARCHAR(16) DEFAULT '' NOT NULL,
from_tag VARCHAR(64) DEFAULT '' NOT NULL,
to_tag VARCHAR(64) DEFAULT '' NOT NULL,
callid VARCHAR(64) DEFAULT '' NOT NULL,
sip_code VARCHAR(3) DEFAULT '' NOT NULL,
sip_reason VARCHAR(32) DEFAULT '' NOT NULL,
time DATETIME NOT NULL
) ENGINE=MyISAM;
but the stored procedure seems to require a whole lot of extra fields.
What is the table structure/standard db extra fields that should be
passed to get this to work?
Thanks,
Andrew
--
Andrew Yager, Managing Director (MACS BCompSc MCP)
Real World Technology Solutions Pty Ltd
ph: 1300 798 718 or (02) 9037 0500
fax: (02) 9037 0591 mob: 0405 152 568
http://www.rwts.com.au/ or http://www.stonebridgecomputing.com.au/
More information about the Users
mailing list