I proposed it as it is a fast hack to generate recordings to be use
during development. Once you have the application working, then you can
consider paying a pro to do the recording.


ik wrote:
> On 10/30/07, Meir Michanie <[EMAIL PROTECTED]> wrote:
>   
>> 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()
>>     
>
> This dialplan records a user with an extention that starts with 4 and
> two other numbers, and then play it back and stop end the call...
>
> Why will that convert mp3 file into gsm ?! Another issue, is that if
> you have bandwidth issue for example at the sip/iax2/zap... trunk,
> then the recording will not sound really well, specially on 8khz .
>
>   
>> 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
>>>       
>
>
> Ido
>   


=================================================================
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