So true, yet so irrelevant for my purposes.

I needed to convert existing IVR sound files to gsm, in order to demonstrate
asterisk's functionality to my bosses (the ones who'll pay for the hardware,
eventually...)

Besides, even if I didn't have the files ready, I wouldn't use my lovely
voice for it - I'll go to a recording studio with a professional (talking
about a production environment) so it's good to know how to do this
yourself, in case the studio doesn't know how to record them in this format.

Thanks for the suggestion anyway.

For you even more lazy ones - just leave yourself a message in asterisk's
voice mail and go look for the file, it's there somewhere.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian West
Sent: Sunday, November 02, 2003 8:44 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] recording files for menues

Why do things the hard way?

; used to record prompts
exten => 205,1,Wait(2)
exten => 205,2,Record(/tmp/asterisk-recording:gsm)
exten => 205,3,Wait(2)
exten => 205,4,Playback(/tmp/asterisk-recording)
exten => 205,5,Wait(2)
exten => 205,6,Hangup


bkw

On Sun, 2 Nov 2003, Shoval Tomer wrote:

> How do you suggest doing that?
>
> How can I convert wav files to gsm files?
>
>
>
> thanks
>
>
>
>
>
> Shoval Tomer, MCSE
>
> IT Manager
>
> Softov Advanced System Ltd.
>
> Email: [EMAIL PROTECTED]
>
> Mobile: 972-55-229220
>
>
>
>
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to