1. Brekeke Product Name and version:
2. Java version:
3. OS type and the version:
4. UA (phone), gateway or other hardware/software involved:
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :
6. Your problem:
Dear Sirs,
We have written a plug-in program for billing,
derived from the AccountingBase class in brekeke SIP.
Using the SIP Server management web tool, in Dial Plan tab,
again in New Rule page, we have set as following;
Rule name :Accounting
Matching Patterns:
$request = ^INVITE
Deploy Patterns:
$session = [the class we have made]
$continue = true
but we see no evidence that our programm is working.
We mean, in log files (= catalina.out, WEB-INF/work/sv/log/2007/08
and WEB-INF/work/logs) we see no lines from our plug-in.
Nor we get any message from intentional exception in
our plug-in programm.
Would you kind enough to respond our following questions:
1. Where should we place our class file?
2. To where logs are output?
3. Where do go the messages directed tod System.out?
Best regards
Session plug-in for accounting purposes
Moderator: Brekeke Support Team
If you made a class a.b.C (a.b is a package name),1. Where should we place our class file?
2. To where logs are output?
3. Where do go the messages directed tod System.out?
you can put the C.class under WEB-INF/classes/a/b .
I think your log goes under WEB-INF/work/sv/log/2007/08/.
I don't think it is a good idea to use system.out.
If you use Linux, you get in trouble.