Have you tried setting `track_cseq_updates` from dialog module?
https://kamailio.org/docs/modules/5.2.x/modules/dialog.html#dialog.p.track_cseq_updates
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kama
> I don't know how the project overall likes to handle things like this. I'm
> guessing that true devs would
> prefer to NOT litter code with #if #endif statements, but that's for you guys
> to decide.
There is no general policy against #if pre-processor statements in the code.
Sure, we try to
Am Samstag, 15. Dezember 2018, 11:36:58 CET schrieb Andrés Cabezas:
> We are searching for a dispatcher solution connected to a radio network
> based on Tait products.
> Tait is using AIS, a sip protocole with additional
> functionalities like a push to talk. Do you think possible to add this
> fun
Hello,
I wanted to generate "Authorized REGISTER" after receiving "401
unauthorized" response from upstream server by my kamailio core . I could
assign new values for many headers like this($uac_req(ruri)="sip:" +
$var(uri); ) but it was impossible to assign new value for Common Sequence
header .it