Try this instead

[recordings]
exten =>_4XX,1,answer
exten =>_4XX,2,Record(/tmp/prompt${EXTEN:1}:gsm)
exten =>_4XX,3,wait(1)
exten =>_4XX,4,Playback(/tmp/prompt${EXTEN:1}
exten =>_4XX,5,wait(2)
exten =>_4XX,6,Hangup()

then move the files at need.

Eran Levy wrote:
> Thanks, It works perfect, for instance:
> sox Unavailable.MP3 -r 8000 -c 1 Unavailable.gsm
>
> Eran
>
> On 10/30/07, *ik* < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>
>     On 10/30/07, Eran Levy < [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> wrote:
>     > Hi,
>     > Any idea how to convert .MP3 to .GSM? I could not find a good
>     application.
>
>     Try sox, but I think that it's better to use wav then mp3 files.
>
>
>     >
>     > Thanks
>     > Eran
>     >
>
>     Ido
>     --
>     http://ik.homelinux.org/
>
>
>
>
> -- 
> Thanks,
> Eran 


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to