Re: [SR-Users] [SIP Transaction] Handle Cancel message

2017-03-09 Thread Hai Bui Duc Ha
Hi Daniel, I send you 2 files pcap, capture on server side. + Server: 192.168.1.77 + Client: 192.168.1.134 + Scenario: User 102 call to ring group 777 - has user 100 (192.168.1.134) and user 101 (192.168.1.164). User 100 is offline but it's configured push notification from Apple to wake up,

[SR-Users] Multiple parallel branches, one invalid

2017-03-09 Thread Nathan Ward
Hi, I have a scenario I’m not sure of the best way to solve. I use alias_db and have multiple destinations for a single number, and have append_branches set to 1. I then use lookup_branches to get details from the location table for each branch. I then do t_load_contacts and t_next_contacts, th

Re: [SR-Users] Bounty for topos fix

2017-03-09 Thread Trevor Peirce
On 08/03/2017 10:32 AM, Trevor Peirce wrote: I would like to offer a $100 USD bounty if a developer is able to provide a fix for the two topos problems I have experienced. I will add another $50 if this can be solved within 48 hours of the time stamp of this message. The bug report is at: ht

Re: [SR-Users] Dispatcher Module - Hava limit?

2017-03-09 Thread Daniel-Constantin Mierla
Hello, do you write log messages from config file when processing sip messages? Cheers, Daniel On 09/03/2017 19:22, Rodrigo Moreira wrote: > Thank you Alex Balashov! > > I read the link that suggested, very good the issue of child processes > fit as described. I have a machine with the carrierr

Re: [SR-Users] Dispatcher Module - Hava limit?

2017-03-09 Thread Rodrigo Moreira
Thank you Alex Balashov! I read the link that suggested, very good the issue of child processes fit as described. I have a machine with the carrierroute module, it can handle 150 CPS without fail, when I increase this number for eg 175, there are countless losses. I have increased the shared memor

Re: [SR-Users] Changes in LCR Target List doesn't takes place immediately

2017-03-09 Thread Victor Seva
2017-03-09 11:39 GMT+01:00 Nitesh Lohchab : > I believe LCR Target list is stored in the database and any changes made > here should affect the behaviour of the calls imedialtely. If you're changing the db directly, you need to do lcr.reload https://www.kamailio.org/docs/modules/4.4.x/modules/lcr

[SR-Users] Changes in LCR Target List doesn't takes place immediately

2017-03-09 Thread Nitesh Lohchab
Hello, I believe LCR Target list is stored in the database and any changes made here should affect the behaviour of the calls imedialtely. I have changed one of my Target List Rule , where I changed my gateway Id to another gateway. But the calls are still being routed via previous gateway. Is t

Re: [SR-Users] rtpengine sending rtp to wrong endpoint after reinvite

2017-03-09 Thread Daniel-Constantin Mierla
Hello, good to know -- useful information to have in mind. Cheers, Daniel On 08/03/2017 09:49, Grant Bagdasarian wrote: > > Hi Daniel, > > > > Thank you for the answer. > > I’ve also asked the same question on the rtpengine github page and > they suggested to try the asymmetric flag and that

Re: [SR-Users] [SIP Transaction] Handle Cancel message

2017-03-09 Thread Daniel-Constantin Mierla
Hello, can you provide pcap (or full ngrep output) for all messages of such a call, from initial invite, including all responses and the other requests? The sip trace has to be taken on kamailio server. Kamailio doesn't send 481 from the C code in the case of call, it either receives it or it is

Re: [SR-Users] Access avp between sip transactions

2017-03-09 Thread Daniel-Constantin Mierla
Hello, On 09/03/2017 11:57, Grant Bagdasarian wrote: > > Hi, > > > > Is it possible to access an avp variable from a different sip transaction? > > On an INVITE is set an avp, but on ReINVITE I would like to access > this avp again and get the value. Currently the value is null, which > makes s

[SR-Users] Access avp between sip transactions

2017-03-09 Thread Grant Bagdasarian
Hi, Is it possible to access an avp variable from a different sip transaction? On an INVITE is set an avp, but on ReINVITE I would like to access this avp again and get the value. Currently the value is null, which makes sense. Not sure if this is possible and if it violates any rules inside the