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...
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