Hi,
i'm sorry but i'm not sure what you meant by logging, but i have these on my ser.cfg
if (method=="BYE" || method=="CANCEL") { unforce_rtp_proxy(); setflag(9); setflag(7); };
flag 9 is acc to log file and flag 7 is acc to database
SIP wrote:
Nhadie wrote:
Hi,
I'm recently added voip on our services using ser.
i bill my users using the time of INVITE and BYE. but got a complain from one of my users, why even if the call was not answered they still get billed,
what can i use on ser to check whether a call has been answered or not, then i will bill only base on the answered call.
Thanks in advanced.
Regards,
Ron _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
That sounds like a logging issue. If the call is not answered, there shouldn't be a BYE, there should only be a CANCEL.
What's your logging setup like?
N.