Re: [sr-dev] [kamailio/kamailio] Problem with CANCEL handling (#1841)

2019-02-12 Thread alkorik
Thank you ! It work for me. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1841#issuecomment-462674339___ Kamailio (SER) - Development M

Re: [sr-dev] [kamailio/kamailio] Problem with CANCEL handling (#1841)

2019-02-12 Thread Daniel-Constantin Mierla
As guessed before, you are using forward() in your config, which does stateless forwarding, next is the part of the config showing it: ``` ... request_route { # per request initial checks route(REQINIT); # NAT detection route(NATDETECT); t_check_trans();

Re: [sr-dev] [kamailio/kamailio] Problem with CANCEL handling (#1841)

2019-02-12 Thread Daniel-Constantin Mierla
Closed #1841. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1841#event-2133007891___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] Problem with CANCEL handling (#1841)

2019-02-11 Thread alkorik
[kamailio.txt](https://github.com/kamailio/kamailio/files/2854168/kamailio.txt) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1841#issuecomment-462616154_

Re: [sr-dev] [kamailio/kamailio] Problem with CANCEL handling (#1841)

2019-02-11 Thread alkorik
This is my config. #!KAMAILIO #!define WITH_MYSQL #!define WITH_AUTH #!define WITH_USRLOCDB #!define WITH_PRESENCE #!define WITH_ACCDB # # Kamailio (OpenSER) SIP Server v5.2 - default configuration script # - web: https://www.kamailio.org # - git: https://github.com/kamailio/kamailio # # D

Re: [sr-dev] [kamailio/kamailio] Problem with CANCEL handling (#1841)

2019-02-11 Thread Daniel-Constantin Mierla
Are you using t_relay() to send out the INVITE? Not using forward(), right? If using t_relay(), I need all log messages printed by Kamailio with debug=3 in kamailio.cfg from the moment of receiving the first INVITE till processing the CANCEL. Attributes in CANCEL match the INVITE, so the other p

Re: [sr-dev] [kamailio/kamailio] Problem with CANCEL handling (#1841)

2019-02-11 Thread alkorik
[root@kamailio log]# ngrep -d any -qt -W byline "sip" port 5060 interface: any filter: ( port 5060 ) and (ip || ip6) match: sip U 2019/02/11 10:04:27.082271 214.22.198.51:5060 -> 38.149.172.163:5060 #1 INVITE sip:100@38.149.172.163:5060 SIP/2.0. Via: SIP/2.0/UDP 214.22.198.51:5060;branch=z9hG4bK36

Re: [sr-dev] [kamailio/kamailio] Problem with CANCEL handling (#1841)

2019-02-10 Thread Daniel-Constantin Mierla
Can you get the incoming and outgoing SIP traffic for such case on kamailio server? Either pcap or ngrep output, e.g.: ``` ngrep -d any -qt -W byline "sip" port 5060 ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https

[sr-dev] [kamailio/kamailio] Problem with CANCEL handling (#1841)

2019-02-07 Thread alkorik
Hello, I'm trying to set up kamailio as a simple load balancer proxy between VOIP Providers and a cluster of asterisk servers. I have started with the default kamailio.cfg. At the end, i got this up and running, but with one exception: if incoming call is not answered by the asterisk end (i.e.