Re: [OpenSIPS-Users] RTPengine Unknown flag encountered: 'codec-mask-PCMA'

2020-05-02 Thread Mario San Vicente
Thank you Giovanni, That maked the trick. localhost rtpengine[2358]: INFO: [f17a2e414a14166a]: Enabling transcoding engine On Sat, May 2, 2020 at 2:39 AM Giovanni Maruzzelli wrote: > Those flag are only valid in "offer" > > > > On Sat, May 2, 2020 at 8:48 AM Mario San Vicente > wrote: > >> H

Re: [OpenSIPS-Users] RTPengine Unknown flag encountered: 'codec-mask-PCMA'

2020-05-02 Thread Giovanni Maruzzelli
Those flag are only valid in "offer" On Sat, May 2, 2020 at 8:48 AM Mario San Vicente wrote: > Hello everyone, > > I have been testing transcoding and so far i can bridge the audio using > rtpengine and it works fine. But when i try to transcode with the > following lines a get a warning: > >

Re: [OpenSIPS-Users] RTPengine Unknown flag encountered: 'codec-mask-PCMA'

2020-05-02 Thread Mario San Vicente
Mu intention is to change the incoming codec PCMA to outgoing PCMU . I have changed the flags to the following: $var(reflags) = "strip=PCMA transcode=PCMU replace-session-connection replace-origin"; Now i get not error / warning logs, but it is not changing the codec offer. Thanks On Sat, May

[OpenSIPS-Users] RTPengine Unknown flag encountered: 'codec-mask-PCMA'

2020-05-01 Thread Mario San Vicente
Hello everyone, I have been testing transcoding and so far i can bridge the audio using rtpengine and it works fine. But when i try to transcode with the following lines a get a warning: route[rtp_answer] { $var(reflags) = "codec-mask-PCMA transcode-PCMU replace-session-connection replace-or