[asterisk-users] asterisk playback ogg files

Doug Lytle support at drdos.info
Wed Dec 22 08:14:13 CST 2021


>>> exten => _[*+#0-9].,n,Playback(/var/lib/asterisk/sounds/output-ogg)

If the actual filename is output.ogg then the code should be

exten => _[*+#0-9].,n,Playback(/var/lib/asterisk/sounds/output)

You'll also need to confirm that you compiled Asterisk with Vorbis support.

Doug



More information about the asterisk-users mailing list