Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread Daniel-Constantin Mierla
Closed #918. -- 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/918#event-921454638___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread Daniel-Constantin Mierla
OK, I am closing this item. Thanks for troubleshooting assistance and testing. -- 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/918#issuecomment-272297778

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread greggcz
Works for me now! Thanks guys, you are the best ;) -- 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/918#issuecomment-272296852___ sr-dev m

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread Daniel-Constantin Mierla
I pushed another patch in master. Can you try again with latest version? -- 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/918#issuecomment-272211980__

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread Daniel-Constantin Mierla
I may have a lead to troubleshoot this further. Hopefully I will get the time for it later today, if not, tomorrow. -- 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/918#issuecomment

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-11 Thread Daniel-Constantin Mierla
Attach also thekamailio log messages from syslog file with debug=3 in kamailio.cfg. -- 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/918#issuecomment-272013110_

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-11 Thread greggcz
Would it be because the operator sends 487 before 200 (shouldn't it be 200 OK for CANCEL first then 487 as last message). https://github.com/kamailio/kamailio/issues/870 seems to have similar call flow. -- You are receiving this because you are subscribed to this thread. Reply to this email dir

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-11 Thread greggcz
Now the CSeq is correct, however I do see repeated CANCELs and 487s from the peer just as in https://github.com/kamailio/kamailio/issues/870 This means that it does cancel the call and these extra messages back and forth do not cause any end-user side effects: # U x.x.x.50:5060 -> 85.14.79.130:

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-11 Thread Daniel-Constantin Mierla
A new patch was pushed. Try again with latest master branch. -- 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/918#issuecomment-271881295__

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-11 Thread greggcz
After installing from package, it works better but there are some issues still: # U x.x.x.50:5060 -> 85.14.79.130:6050 INVITE sip:48732406...@ctmx.3s.pl:6050 SIP/2.0. Record-Route: . Via: SIP/2.0/UDP x.x.x.50;branch=z9hG4bKf853.a86fa1ded7f4197c5ea1a1625d652c6f.0. Via: SIP/2.0/UDP x.x.x.167:52163;

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-10 Thread Daniel-Constantin Mierla
Can you test with laster master branch? -- 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/918#issuecomment-271575864___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-09 Thread greggcz
I have default settings from for tm: # - tm params - # auto-discard branches from previous serial forking leg modparam("tm", "failure_reply_mode", 3) # default retransmission timeout: 30sec modparam("tm", "fr_timer", 3) # default invite retransmission timeout after 1xx: 120sec modparam

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-09 Thread Daniel-Constantin Mierla
Can you paste here the parameters you set for **tm** module? -- 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/918#issuecomment-271379646__

[sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-07 Thread greggcz
Hi, I have a provider that requires proxy auth for all outgoing calls so I create the following config: ``` loadmodule "uac.so" loadmodule "dialog.so" modparam("dialog", "dlg_flag", 4) modparam("dialog", "track_cseq_updates", 1) modparam("dialog", "send_bye", 1) modparam("dialog", "timeout_nores