Re: [Asterisk-Users] Re: makering.pl

2004-06-08 Thread Adam Goryachev
Also check the first line of the file points to your location of perl. Usually /usr/bin/perl or /usr/local/bin/perl PS, chmod 755 makering.pl to make it executable. Regards, Adam On Tue, 2004-06-08 at 18:52, Tony Mountifield wrote: In article [EMAIL PROTECTED], Simon [EMAIL PROTECTED] wrote:

RE: [Asterisk-Users] Re: makering.pl

2004-06-08 Thread Simon
Tony That was a quick reply ( it came in before the copy of my message ) This is what i just did sox file.wav -r 8000 -c 1 -t ul - rate | ./makering.pl ring1.bin Then got : bad interpreter: No such file or directory Ta Simon -Original Message- From: [EMAIL PROTECTED]

Re: [Asterisk-Users] Re: makering.pl

2004-06-08 Thread Holger Schurig
: bad interpreter: No such file or directory Install perl. Then call the program like this: perl makering.pl ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options

RE: [Asterisk-Users] Re: makering.pl

2004-06-08 Thread Simon
-Users] Re: makering.pl Also check the first line of the file points to your location of perl. Usually /usr/bin/perl or /usr/local/bin/perl PS, chmod 755 makering.pl to make it executable. Regards, Adam On Tue, 2004-06-08 at 18:52, Tony Mountifield wrote: In article [EMAIL PROTECTED], Simon

RE: [Asterisk-Users] Re: makering.pl

2004-06-08 Thread Simon
Schurig Sent: 08 June 2004 10:37 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Re: makering.pl : bad interpreter: No such file or directory Install perl. Then call the program like this: perl makering.pl ___ Asterisk-Users mailing list [EMAIL

RE: [Asterisk-Users] Re: makering.pl

2004-06-08 Thread Simon
Tony Ok got it to work now , thanks. I have put ring1.bin in the tftpboot folder on my tftp server and rebooted the phone but it has not taken the file. Do i need to do anything special with the phone etc ? Thanks Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Asterisk-Users] Re: makering.pl

2004-06-08 Thread Simon
Tony Have searched for the new fimware , can't find it no links on grandstream . I am using Software Version:Program--1.0.4.30Bootloader--1.0.0.13 HTML--1.0.0.20 No option to set ring tone in there. Sorry for being a plank but i am just learning this stuff Simon -Original

RE: [Asterisk-Users] Re: makering.pl

2004-06-08 Thread Dave Weis
:[EMAIL PROTECTED] Behalf Of Adam Goryachev Sent: 08 June 2004 09:59 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Re: makering.pl Also check the first line of the file points to your location of perl. Usually /usr/bin/perl or /usr/local/bin/perl PS, chmod 755 makering.pl to make it executable