>>> 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