Re: [SR-Users] remove_record_route - bug?

2019-04-27 Thread Alex Balashov
What if you do: remove_hf(“Record-Route”); ? — Sent from mobile, with due apologies for brevity and errors. > On Apr 27, 2019, at 7:00 PM, Sergiu Pojoga wrote: > > Hi ppl, > > After a branch route fails, I need to re-evaluate the next destination and > adjust RR parameters, if need be, like

[SR-Users] remove_record_route - bug?

2019-04-27 Thread Sergiu Pojoga
Hi ppl, After a branch route fails, I need to re-evaluate the next destination and adjust RR parameters, if need be, like for example adjust the nat=yes|priv. failure_route[MANAGE_PSTN_FAILURE] { ... remove_record_route(); record_route(); route(NATMANAGE); ... route(RELAY); } The result is that

Re: [SR-Users] CSeq not incrementing - app_ruby

2019-04-27 Thread Karsten Horsmann
Hi, AFAIK the uac module don't support cseq autoupdate. CSeq is not increased automatically by uac_auth() during authentication - the follow up request may be rejected. CSeq can be increased when authenticating INVITE requests - dialog module has to be used, with CSeq tracking feature enabled (se