[SR-Users] cSeq increasing

2014-10-30 Thread Yuriy Gorlichenko
Does it possible increase cSeq manually (for example remove and then append headers?) for UAC module when send INVITE messages with Auth, or kamailio have pseudovar for this header? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing

Re: [SR-Users] cSeq increasing

2014-10-30 Thread Ovidiu Sas
Yes, you can. But this will break subsequent CSeq numbers in all requests within the dialog. Also, you will need to restore proper CSeq for replies to the INVITE for which the CSeq was altered. -ovidiu On Oct 30, 2014 9:59 AM, Yuriy Gorlichenko ovoshl...@gmail.com wrote: Does it possible

Re: [SR-Users] cSeq increasing

2014-10-30 Thread Pavel Eremin
No way. Use sems or b2b. 30.10.2014 19:59 пользователь Yuriy Gorlichenko ovoshl...@gmail.com написал: Does it possible increase cSeq manually (for example remove and then append headers?) for UAC module when send INVITE messages with Auth, or kamailio have pseudovar for this header?

Re: [SR-Users] cSeq increasing

2014-10-30 Thread Yuriy Gorlichenko
As I understand UAC module can not be used at production as module foroutgoing calls from kamailio to provider with this limitations? 2014-10-30 18:24 GMT+04:00 Pavel Eremin eremina@gmail.com: No way. Use sems or b2b. 30.10.2014 19:59 пользователь Yuriy Gorlichenko ovoshl...@gmail.com

Re: [SR-Users] cSeq increasing

2014-10-30 Thread Daniel-Constantin Mierla
This feature (increasing/decreasing cseq for calls authenticated to the next hop by kamailio) is available with 4.2.0, by using dialog and uac modules. See more details at: - http://by-miconda.blogspot.de/2014/10/kamailio-42-tips-7-increment-cseq-for.html Let me know if works ok for you, as I

Re: [SR-Users] cSeq increasing

2014-10-30 Thread Yuriy Gorlichenko
Thanks for answer. Now will insttall it for tests. 2014-10-30 20:01 GMT+04:00 Daniel-Constantin Mierla mico...@gmail.com: This feature (increasing/decreasing cseq for calls authenticated to the next hop by kamailio) is available with 4.2.0, by using dialog and uac modules. See more details

Re: [SR-Users] cSeq increasing

2014-10-30 Thread Yuriy Gorlichenko
Daniel. I installed new Kamailio 4.2. I set dialog module params like this: modparam(dialog, dlg_flag, 4) modparam(dialog, track_cseq_updates, 1) Call still unsuccessfull. CSeq still the same IP 10.0.1.12.5068 21.47.2.3.5060: UDP, length E..sH3..@.=. _.aINVITE

Re: [SR-Users] cSeq increasing

2014-10-30 Thread Yuriy Gorlichenko
Does I need to use $dlg_var(cseq_diff) before UAC_AUTH()? If yes - How. Documentation say only that this var stores Difference between CSeq... 2014-10-31 1:58 GMT+04:00 Yuriy Gorlichenko ovoshl...@gmail.com: Daniel. I installed new Kamailio 4.2. I set dialog module params like this:

Re: [SR-Users] cSeq increasing

2014-10-30 Thread Daniel-Constantin Mierla
Do you call dlg_manage() for the initial INVITE? Cheers, Daniel On 30/10/14 23:25, Yuriy Gorlichenko wrote: Does I need to use $dlg_var(cseq_diff) before UAC_AUTH()? If yes - How. Documentation say only that this var stores Difference between CSeq... 2014-10-31 1:58 GMT+04:00 Yuriy