I’m trying to create a MusicOnHold group in Asterisk 1.8 where all of its members use SLIN16 codec.
I don’t know why, the MOH group works, but in Asterisk, when I check the channel (core show channel XXXXXXX) I realize that asterisk is doing transcoding (slin --> G722 --> slin16) either in read and write operations.
Though there’s a version of app_confbridge, that can be compiled with 16kHz support (by editing the file and uncommenting that support) in Asterisk 1.8, it’s not a full-featured conferencing application. That didn’t happen for app_confbridge until Asterisk 10, when app_confbridge was completely rewritten.
See the Asterisk wiki - wiki.asterisk.org for info on app_confbridge
I’ve seen that in Asterisk 11 not only app_confbrige was already rewritten (since Asterisk 10) also app_page was rewritten to use Confbridge instead Meetme. This is what I need.