Hi Denys, Am not much user of Kamilio, but am from Telecom background. The reason for your case is, in side A you have OPUS and in side B already OPUS is available and since both has the same codec as first priority it will negotiate itself with same codec and then it will look for other priority. Remove OPUS from side A and it will automatically go into transcoding mode.
On Tue, 20 Feb 2018 at 16:17 Denys Pozniak <[email protected]> wrote: > Hello! > > Please explain how to achive next: > > Side A supports: > OPUS > PCMA > > Side B supports: > OPUS > PCMA > PCMU > > I need to transcode in direction A->B from PCMA to OPUS? > So should be like this: > A(PCMA) -> (PCMA)Rtpengine(OPUS)->B(OPUS) > > I configured like this: > rtpengine_offer("codec-mask-PCMA codec-transcode-opus"); > rtpengine_answer("codec-mask-opus codec-transcode-PCMA"); > > But leg from Rtpengine to A has wrong codec (OPUS): > https://drive.google.com/file/d/14GAIt8lL7Igj9S95b_RS6CXtmGVhjLa1/view > > > > > On 19 February 2018 at 13:56, Richard Fuchs <[email protected]> wrote: > >> On 2018-02-19 05:48 AM, Denys Pozniak wrote: >> >>> Hello! >>> >>> Small note. >>> In case of opus use: codec-transcode-opus (opus is lowercase). >>> >> >> As explained in the readme, the format generally follows the SDP format, >> including specifying sample rate and number of channels. As an additional >> parameter, the bitrate can be specified for codecs that support it. >> >> Examples: >> >> transcode-speex/32000 >> >> transcode-opus/48000/2/64000 >> >> >> Cheers >> >> _______________________________________________ >> Kamailio (SER) - Users Mailing List >> [email protected] >> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >> > > > > -- > > BR > Denys Pozniak > _______________________________________________ > Kamailio (SER) - Users Mailing List > [email protected] > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >
_______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
