[asterisk-users] error in playback of voiceprompt????

Oguzhan Kayhan oguzhank at bilkent.edu.tr
Tue Jun 23 04:21:53 CDT 2009


> exten=s,4,Playback(/record/deneme.gsm)
>
>  should be
>
> exten=s,4,Playback(/record/deneme)
>
> so without a format.
>


Thank you.
That worked :)


>
> On Tue, 2009-06-23 at 11:31 +0300, Oguzhan Kayhan wrote:
>
>> 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
>>
> _______________________________________________
> -- 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





More information about the asterisk-users mailing list