Hello,
On 9/30/2003 12:26 PM, marky wrote:
Hello !
Thanks for help with mod acc compiling with mysql. Now its starting with no errors.
When i looked in acc table of ser database i saw that only CANCELs are stored...
was there any call established and clearly terminated (with a BYE)? The CANCEL is sent before the call is answered (before a 200OK response is sent by the destination and received by origin). Are these calls reported to system log?
Best regards, Daniel
Here is a part of config :
modparam("acc", "log_flag", 1 ) modparam("acc","log_fmt","cdfimorstup") modparam("acc", "log_missed_flag", 3 ) modparam("acc", "report_cancels", 1 ) modparam("acc", "db_flag", 1 )
route{
rewritehostport("sipauth.deltathree.com:5060"); setflag(1); if (loose_route()) { t_relay(); break; }; if (method=="INVITE" || method=="BYE" ){ record_route(); setflag(1); }; if (!t_relay()) { sl_reply_error(); break; };
}
There are no errors simply only cancels are written in acc table.
Could you help ?
Best regards, Mark
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers