JOB OFFER

2007-10-30 Thread Meir Michanie
Hi List, I am looking for LAMP programmers to work on opensource projects I developed and I would like to fund. I am looking for freelancers to work on these projects. Before I start getting the usual replies I would like to state out that as I am a private funding I wont be paying per hour but

Re: JOB OFFER

2007-10-30 Thread Meir Michanie
I would like to thank the interest of ppl that responded to my call so far. The projects I would like to get some immediate work done are: 1. Asterisk AGI /Billing 2. freeswitch Besides them, there are a bunch of projects I published at www.riunx.com/portal Why freelancer? It could be a

convert mp3 to GSM audio

2007-10-30 Thread Eran Levy
Hi, Any idea how to convert .MP3 to .GSM? I could not find a good application. Thanks Eran

Re: convert mp3 to GSM audio

2007-10-30 Thread ik
On 10/30/07, Eran Levy [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/

Re: convert mp3 to GSM audio

2007-10-30 Thread Eran Levy
Thanks, It works perfect, for instance: sox Unavailable.MP3 -r 8000 -c 1 Unavailable.gsm Eran On 10/30/07, ik [EMAIL PROTECTED] wrote: On 10/30/07, Eran Levy [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

Re: convert mp3 to GSM audio

2007-10-30 Thread Meir Michanie
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

Re: convert mp3 to GSM audio

2007-10-30 Thread ik
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

Indirect reward

2007-10-30 Thread Meir Michanie
How do you get your IP, netmask, default gateway, nameserver in linux in one command from the cli? I wrote ipconfig.pl (wget http://www.riunx.com/public/ipconfig.pl ) I would donate 50 shekels to hamakor for a ipconfig.c and another 50 shekels for ipconfig.c Note: The new programs should use

Re: convert mp3 to GSM audio

2007-10-30 Thread Meir Michanie
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

Re: Indirect reward

2007-10-30 Thread Meir Michanie
Meir Michanie wrote: How do you get your IP, netmask, default gateway, nameserver in linux in one command from the cli? I wrote ipconfig.pl (wget http://www.riunx.com/public/ipconfig.pl ) I would donate 50 shekels to hamakor for a ipconfig.c and another 50 shekels for ipconfig.c Note: The

Re: convert mp3 to GSM audio

2007-10-30 Thread Eran Levy
Wonderful! Good idea Meir. Eran On 10/30/07, Meir Michanie [EMAIL PROTECTED] wrote: 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

Re: convert mp3 to GSM audio

2007-10-30 Thread Meir Michanie
Eran Levy wrote: Wonderful! Good idea Meir. Eran On 10/30/07, *Meir Michanie* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: 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

Re: Indirect reward

2007-10-30 Thread Shlomi Fish
On Tuesday 30 October 2007, Meir Michanie wrote: How do you get your IP, netmask, default gateway, nameserver in linux in one command from the cli? I wrote ipconfig.pl (wget http://www.riunx.com/public/ipconfig.pl ) I would donate 50 shekels to hamakor for a ipconfig.c and another 50

Re: convert mp3 to GSM audio

2007-10-30 Thread Tzafrir Cohen
On Tue, Oct 30, 2007 at 06:54:45PM +0200, Eran Levy wrote: Hi, Any idea how to convert .MP3 to .GSM? I could not find a good application. I figure you want this for Asterisk. Almost all audio codecs on Asterisk (except g722) use a phone quality audio: 8000Hz, 16bit samples, mono. MP#s you'll