Re: [SR-Users] Kamailio + KEMI + topos + change_reply_status

2022-03-08 Thread Marrold
Hi Karsten, That was originally an issue, and when I spotted it I thought I'd solved the problem but apparently not. In this instance KSR.pv.get("$rs") returns an int. I see the log line, and even the message being updated in the debug logs, but then topos does it's thing and the change is overwr

Re: [SR-Users] Kamailio + KEMI + topos + change_reply_status

2022-03-08 Thread Karsten Horsmann
Hi Marrold, not tested but could it be that you check an string with an int? Kind regards Karsten Horsmann Marrold schrieb am Di., 8. März 2022, 23:46: > Hi, > > I'm using Kamailio 5.5.3 with a KEMI / Python based configuration on > Debian 11. > > In my reply route I am trying to convert a 183

[SR-Users] Kamailio + KEMI + topos + change_reply_status

2022-03-08 Thread Marrold
Hi, I'm using Kamailio 5.5.3 with a KEMI / Python based configuration on Debian 11. In my reply route I am trying to convert a 183 to a 180 with: KSR.textopsx.change_reply_status(180, "Ringing") I've noticed with TOPOS enabled, it doesn't work and I still see a 183 go out. But with it disabled,