substr
msg_apply_changes()
rtpengine_manage()

This will not work because msg_apply_changes is working only in request route.
I do substr in reply routes also.

That was working without apply_changes with rtpproxy. Is it expected ?


-----Message d'origine-----
De : sr-users <[email protected]> De la part de Daniel Tryba
Envoyé : mardi 14 août 2018 10:19
À : Kamailio (SER) - Users Mailing List <[email protected]>
Objet : Re: [SR-Users] Migrate from RtpProxy to Rtpengine

On Tue, Aug 14, 2018 at 06:41:32AM +0000, Nicolas Breuer wrote:
> No. Using RTPengine on Kamailio. No asterisk behind. I think subst_body is 
> not supported.
> 
> Someone can confirm ?

Sounds like you are making changes to the body before the rtpengine mangling is 
commit. See 
https://kamailio.org/docs/modules/stable/modules/textopsx.html#textopsx.f.msg_apply_changes

Try:
substr
msg_apply_changes()
rtpengine_manage()

of

rtpengine_manage()
msg_apply_changes()
substr

_______________________________________________
Kamailio (SER) - Users Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to