Re: [SR-Users] How to detect miss call and accomplished call

2019-09-04 Thread Anuran Barman
So I need to enable WITH_ACCDB so that it can alter the database table as it seems. I enabled this and restarted kamailio but it is not logging the misscall in the "acc" or "missed_calls" tables. In the config file there is something like this, $avp(oexten) = $rU; if (!lookup("location"))

Re: [SR-Users] Kamailio stops processing requests over UDP

2019-09-04 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > The mysql client library is stuck, waiting for a poll event to happen. > It is the insert done for accounting on SIP response. > > It is hard to say what is the reason, maybe you can install the debug > symbols for lib mysql client library and the the backtrace

Re: [SR-Users] Kamalio & Asterisk integration erroneous behavior, setup issue

2019-09-04 Thread David Villasmil
The call is never successful in your asterisk. There is a REGISTER from kamailio to asterisk that fails, and so the INVITE will not work either. Try verifying all the authentication info, such as user/passwords, domains, etc. The you should try registering straight on asterisk. If (when) that

Re: [SR-Users] [sr-dev] Planning the next major release - v5.3.0

2019-09-04 Thread Henning Westerholt
Hello, I have created a new page for this release in the wiki, and will add as well the additions of the last weeks. https://www.kamailio.org/wiki/features/new-in-5.3.x Cheers, Henning Am 04.09.19 um 07:30 schrieb Daniel-Constantin Mierla: > Hello, > > quick reminder that at the end of today

Re: [SR-Users] How to detect miss call and accomplished call

2019-09-04 Thread Henning Westerholt
Hello Anuran, first you can also try it with simple acc logging to the kamailio log file. This is maybe easier for a start to see how its working. So there is no need to enable WITH_ACCDB. So bascially it works like this that you set the appropriate flags and then the acc module will account

Re: [SR-Users] How to detect miss call and accomplished call

2019-09-04 Thread Anuran Barman
Yes i was following that path only. So i have noticed that if A calls B and cancels it while ringing Kamailio logs it as misscall. The log says its 486 status code with Reason being "Request Cancellation". So in the request_route I am hooking to CANCEL method but I am not able to get the status

[SR-Users] Development for v5.3.x is frozen

2019-09-04 Thread Daniel-Constantin Mierla
Hello, the formal notification that the development for the next major version 5.3.0 is now frozen. The focus has to be on testing the master branch. Also, the master branch should not get commits with new features till the branch 5.3 is created, expected to happen in 2-4 weeks, a matter of how