Re: [sr-dev] [kamailio/kamailio] assign CSeq header for REGISTER generation (#1768)

2018-12-16 Thread Joel Serrano
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

Re: [sr-dev] [kamailio/kamailio] [Feature Request] Fix Python 2 & 3 build warnings (#1748)

2018-12-16 Thread Henning Westerholt
> 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

Re: [sr-dev] Radio dispatcher development

2018-12-16 Thread Henning Westerholt
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

Re: [sr-dev] [kamailio/kamailio] assign CSeq header for REGISTER generation (#1768)

2018-12-16 Thread maryamb99
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