Re: [SR-Users] How to do replace_body_all with Kemi python version kamailio 5.0.x

2017-10-06 Thread Muhammad Zaka
ng List mailto:sr-users@lists.kamailio.org>>; Muhammad Zaka mailto:muhammad.z...@cloudcall.com>> Subject: Re: [SR-Users] How to do replace_body_all with Kemi python version kamailio 5.0.x Hello, the version 5.0 doesn't have too many exports to kemi. In master branch there is al

Re: [SR-Users] How to do replace_body_all with Kemi python version kamailio 5.0.x

2017-09-28 Thread Muhammad Zaka
ling List ; Muhammad Zaka Subject: Re: [SR-Users] How to do replace_body_all with Kemi python version kamailio 5.0.x Hello, the version 5.0 doesn't have too many exports to kemi. In master branch there is already subst_body(): - https://github.com/kamailio/kamailio/blob/master/src/modules

Re: [SR-Users] How to do replace_body_all with Kemi python version kamailio 5.0.x

2017-09-27 Thread Daniel-Constantin Mierla
Hello, the version 5.0 doesn't have too many exports to kemi. In master branch there is already subst_body():   - https://github.com/kamailio/kamailio/blob/master/src/modules/textops/textops.c#L3541 I will add more as I get time before 5.1 release. Anyhow, even in 5.0 is a generic kemi function

Re: [SR-Users] How to do replace_body_all with Kemi python version kamailio 5.0.x

2017-09-26 Thread Muhammad Zaka
Hi We are experiencing issue with python script KSR. textops.replace_body_all using branch 5.0.2: - Example Code: KSR.textops.replace_body_all("a=sendonly", "a=sendrecv") It looks like that the module textops and textopsx are not available. Using $rb or $msg(body) pseudo variables isn't workin

[SR-Users] How to do replace_body_all with Kemi python version kamailio 5.0.x

2017-09-22 Thread Muhammad Zaka
Hi We are experiencing issue with python script KSR. textops.replace_body_all using branch 5.0.2: - Example Code: KSR.textops.replace_body_all("a=sendonly", "a=sendrecv") It looks like that the module textops and textopsx are not available. Using $rb or $msg(body) pseudo variables isn't workin