Re: [SR-Users] How to reduce re-INVITE time in Kamailio

2019-12-17 Thread Anuran Barman
$var(elapsed) duration"); }}* but still I am getting the INVITE after 57-59 seconds later. How do I do this? On Wed, Dec 18, 2019 at 9:40 AM Anuran Barman wrote: > Thank you all for the detailed information. Let me try both changing the > transmission time and also suspending the in

Re: [SR-Users] How to reduce re-INVITE time in Kamailio

2019-12-17 Thread Anuran Barman
lio.org/docs/modules/stable/modules/sst.html >> >> Cheers, >> >> Henning >> >> >> Am 17.12.19 um 19:51 schrieb Anuran Barman: >> >> Thanks for the reply. Sharing doc links of Session timer settings related >> to Kamailio specifically will be

Re: [SR-Users] How to reduce re-INVITE time in Kamailio

2019-12-17 Thread Anuran Barman
een reInvite ir whatever message you will use as >> keepalive >> >> On Tue, 17 Dec 2019, 19:34 Anuran Barman, wrote: >> >>> Hi, I am using Kamailio for my SIP Phone app. My main SIP client is the >>> iOS app. Till now everything is working fine regarding the c

[SR-Users] How to reduce re-INVITE time in Kamailio

2019-12-17 Thread Anuran Barman
Hi, I am using Kamailio for my SIP Phone app. My main SIP client is the iOS app. Till now everything is working fine regarding the calling. But the problem is when the app is killed I am not able to pick up incoming call. The thing is, when app is killed I am sending PushKit VOIP message to my ios

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

2019-09-05 Thread Anuran Barman
Got it. Thanks :) On Thu, 5 Sep 2019 at 7:24 PM, David Villasmil < david.villasmil.w...@gmail.com> wrote: > A CONNECTED call is: > > $rs=200 & is_method(“INVITE”) > > Anything $rs>200 is a not connected call. > > This is only valid when $rs is set. > > On

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

2019-09-05 Thread Anuran Barman
ing in the acc >> module cfg, then it will log them (if available) during the normal >> accounting log. >> >> Cheers, >> >> Henning >> Am 05.09.19 um 03:06 schrieb Anuran Barman: >> >> Yes i was following that path only. So i have noticed that

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

2019-09-04 Thread Anuran Barman
module after you placed a test call. > > Cheers, > > Henning > Am 04.09.19 um 08:57 schrieb 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 t

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

2019-09-04 Thread Anuran Barman
ly want to look into the "acc" accounting module. The > default cfg already has some code for this. It can account e.g. succesful > and failed calls. > > Cheers, > > Henning > Am 03.09.19 um 06:36 schrieb Anuran Barman: > > Hi, > I want to show call logs in my SIP ap

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

2019-09-02 Thread Anuran Barman
Hi, I want to show call logs in my SIP app. How can I do this with Kamailio? I want to do it from the *kamailio.cfg *file. Is it possible to do it from where? I guess Dialog module should be used for this, but can not figure out how to do it. I want minimalist feature like who call whom with

Re: [SR-Users] How to hook to Register And Unregister event in Kamailio

2019-07-23 Thread Anuran Barman
(params 2) On Wed, Jul 24, 2019 at 10:47 AM Anuran Barman wrote: > This method looks promising. In the doc its saying last one parameter is > the some params which you wanna pass to the callback, how can I pass the > expired username to the callback? > > On Tue, Jul 2

Re: [SR-Users] How to hook to Register And Unregister event in Kamailio

2019-07-23 Thread Anuran Barman
ameter to be passed to the callback each time >>when it is called. >> >> >> Regards, >> >> David Villasmil >> email: david.villasmil.w...@gmail.com >> phone: +34669448337 >> >> >> On Tue, Jul 23, 2019 at 3:23 PM Anuran Barman >

Re: [SR-Users] How to hook to Register And Unregister event in Kamailio

2019-07-23 Thread Anuran Barman
t; > Regards, > > David Villasmil > email: david.villasmil.w...@gmail.com > phone: +34669448337 > > > On Tue, Jul 23, 2019 at 10:07 AM Anuran Barman > wrote: > >> db_mode is already set to 2. There is one parameter I saw which is saying >> about cleaning ex

Re: [SR-Users] How to hook to Register And Unregister event in Kamailio

2019-07-23 Thread Anuran Barman
Hello, > > have a look to the db_mode parameter in the usrloc module. You can operate > the module in different database modes. > > Cheers, > > Henning > Am 23.07.19 um 09:48 schrieb Anuran Barman: > > So I tried the the Expires header for UNREGISTER and it is working fine.

Re: [SR-Users] How to hook to Register And Unregister event in Kamailio

2019-07-23 Thread Anuran Barman
the timeout of this,say to 2mins, meaning that after 2mins if there is no response from the client ,Kamailio will mark it as offline. Where to change that parameter? On Mon, Jul 22, 2019 at 11:20 PM Anuran Barman wrote: > Thanks, I will try these out and get back to you. > > On Mon, Jul 22, 2019

Re: [SR-Users] How to hook to Register And Unregister event in Kamailio

2019-07-22 Thread Anuran Barman
tml#usrloc.r.lookup > > This can be called over HTTP, JSON HTTP and others. > > Cheers, > > Henning > Am 22.07.19 um 14:34 schrieb Anuran Barman: > > evapi seems to be complicated and more than necessary for I want to do. > Can't I get the successful register and unregiste

Re: [SR-Users] How to hook to Register And Unregister event in Kamailio

2019-07-22 Thread Anuran Barman
evapi seems to be complicated and more than necessary for I want to do. Can't I get the successful register and unregister event from config file just like got INVITE event without using it? On Mon, Jul 22, 2019 at 6:02 PM Anuran Barman wrote: > # IP authorization and user authenticat

Re: [SR-Users] How to hook to Register And Unregister event in Kamailio

2019-07-22 Thread Anuran Barman
ailio: >> >> http://kb.asipto.com/kamailio:k43-async-sip-routing-nodejs#evapi_processing >> >> here is a good example of how you can implement it with a go app: >> https://github.com/cgrates/kamevapi >> >> >> >> >> On Mon, Jul 22, 2019 at 7:18 AM

Re: [SR-Users] How to hook to Register And Unregister event in Kamailio

2019-07-22 Thread Anuran Barman
It seems like this module is useful for making the connection/message flow. But that I need when I have the events of Register and unregister. How to get the events from this module? On Mon, Jul 22, 2019 at 3:51 PM Anuran Barman wrote: > Though I have already a NodeJS server running, I will

Re: [SR-Users] How to hook to Register And Unregister event in Kamailio

2019-07-22 Thread Anuran Barman
t; You could build a small go app that connects via evapi and send/receive > events to/from kamailio. > > > On Mon, Jul 22, 2019 at 3:07 AM Anuran Barman > wrote: > >> Hi, >> I am integrating Kamailio into my application. I want to hook to the >> successful R

[SR-Users] How to hook to Register And Unregister event in Kamailio

2019-07-22 Thread Anuran Barman
Hi, I am integrating Kamailio into my application. I want to hook to the successful REGISTER and unregister event into Kamailio into my application. For now, I am able to hook into INVITE event and can hit my server to send a email to the callee user that user X is calling you. The way I am doing