<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.5">
</HEAD>
<BODY>
exten=s,4,Playback(/record/deneme.gsm)<BR>
<BR>
 should be<BR>
<BR>
exten=s,4,Playback(/record/deneme)<BR>
<BR>
so without a format.<BR>
<BR>
<BR>
On Tue, 2009-06-23 at 11:31 +0300, Oguzhan Kayhan wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
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 <A HREF="http://www.api-digital.com">http://www.api-digital.com</A> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <A HREF="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A>

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>