Hello,
I am trying to create a simple IVR for testing..
What i did is to create a voice file from asterisk-gui.
And i saw it created that under /var/lib/asterisk/sounds/record/ as
deneme.gsm

Then i tried to make a IVR menu and play that file.
I tried
exten=s,4,Playback(/record/deneme.gsm)
exten=s,4,Playback(record/deneme.gsm)
exten=s,4,Playback(deneme.gsm)
exten=s,4,Playback(/var/lib/asterisk/sounds/record/deneme.gsm)
but everytime i got the error msg
file.c:635 ast_openstream_full: File /record/deneme.gsm does not exist in
any format etc...

It is a bug or am i making a mistake for the path of sound files???



_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to