Re: [SR-Users] Kamailio and CDR

2019-04-04 Thread Yu Boot
Anyone? I can't believe that nobody of Kami users don't have these problems with CDR. 03.04.2019 16:03, Yu Boot пишет: You didn't catch my idea. Here's what Kami writes to syslog:  NOTICE: acc [acc_cdr.c:352]: log_write_cdr(): start_time=1554295999.014; end_time=1554296092.164;

[SR-Users] Kamailio & asterisk integration

2019-04-04 Thread ayoub krari
Good morning, I want to Loadbalance calls equally to asterisk servers, i have already tried with opensips but didnt work for me, i want to try kamailio now, i have tried with the tutorial of " Kamailio 4.0.x and Asterisk 11.3.0 Realtime Integration using Asterisk Database" but i got some errors

Re: [SR-Users] Kamailio & asterisk integration

2019-04-04 Thread Daniel-Constantin Mierla
Hello, kamailio - asterisk integration tutorial is more complex than what you need to do load balancing of calls to asterisk. For load balancing, start from the config in the dispatcher module docs:   - https://www.kamailio.org/docs/modules/stable/modules/dispatcher.html#dispatcher.ex.config

Re: [SR-Users] WebRTC ACK Protocol [solved]

2019-04-04 Thread Ilie Soltanici
Adding Contact alias in 200 OK, fixed the issue: if (nat_uac_test(64)) { add_contact_alias(); } Thank You. În mie., 3 apr. 2019 la 23:58, Ilie Soltanici a scris: > Hello, > > Config is more or less like the standard one: > > route[WITHINDLG] { > if (!has_totag()) return; > if

Re: [SR-Users] Releasing Kamailio v5.0.8

2019-04-04 Thread Daniel-Constantin Mierla
Hello, short note to say that packaging for v5.0.8 will start soon, therefore any commit to branch 5.0 has to be announced on irc or via sr-dev list to avoid conflicts with release build process. Cheers, Daniel On 02.04.19 09:16, Daniel-Constantin Mierla wrote: > Hello, > > I am considering to

Re: [SR-Users] Kamailio and CDR

2019-04-04 Thread Fred Posner
Hi, As Daniel said, you may want to look to the Dialog module here. You can use an xlog statement, database call, api, or whatever you would like to customize this for your needs. This list isn’t to do the work for you, but to steer you in the right direction. It may be helpful to tell the

[SR-Users] Kamailio v5.0.8 Released

2019-04-04 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v5.0.8 stable release is out. This is a maintenance release of the old stable branch 5.0, that includes fixes since the release of v5.0.7. There is no change to database schema or configuration language structure that you have to do on previous installations of v5.0.x.

[SR-Users] Statistics of received replies

2019-04-04 Thread Duarte Rocha
Greetings, Does Kamailio have statistics like the sl.stats but for received replies instead of locally generated ones? I want to be able to look at how many "491" replies i'm receiving, for example. Best Regards, Duarte Rocha ___ Kamailio (SER) -

Re: [SR-Users] Statistics of received replies

2019-04-04 Thread Sergiu Pojoga
kamcmd stats.get_statistics all On Thu, Apr 4, 2019 at 12:35 PM Duarte Rocha wrote: > Greetings, > > Does Kamailio have statistics like the sl.stats but for received replies > instead of locally generated ones? > > I want to be able to look at how many "491" replies i'm receiving, for >

[SR-Users] UAC authentication challenge response using KEMI/app_ruby

2019-04-04 Thread Andrew White
Hi all, I’m continuing on my quest to use app_ruby for my logic - it’s working very well so far! The last major hurdle I’ve come across is UAC response to WWW challenge. On my outbound path, the correct URIs for From and To are set based on provider requirements, and the INVITE is sent using

Re: [SR-Users] UAC authentication challenge response using KEMI/app_ruby

2019-04-04 Thread Andrew White
Hi all, I’ve gotten a little closer. After setting my $avp(arealm) to an empty string, I’ve been able to get a Authorization response sent. It appears that my trunk in this case regularly responds from different realms, which is an issue I’ll have to deal with another time. Since then, I’m