[Asterisk-Users] Re: makering.pl

2004-06-08 Thread Tony Mountifield
In article [EMAIL PROTECTED], Simon [EMAIL PROTECTED] wrote: Anyone used this ? I am having a bit of trouble got the right perms on makering.pl . Should that file be somewhere in particular ? use the reccommended command sox inputfile -r 8000 -c 1 -t ul - rate | makering.pl ring1.bin

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
:[EMAIL PROTECTED] Behalf Of Tony Mountifield Sent: 08 June 2004 09:53 To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Re: makering.pl In article [EMAIL PROTECTED], Simon [EMAIL PROTECTED] wrote: Anyone used this ? I am having a bit of trouble got the right perms on makering.pl . Should that file

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
PROTECTED] Behalf Of Tony Mountifield Sent: 08 June 2004 09:53 To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Re: makering.pl In article [EMAIL PROTECTED], Simon [EMAIL PROTECTED] wrote: Anyone used this ? I am having a bit of trouble got the right perms on makering.pl . Should that file

[Asterisk-Users] Re: makering.pl

2004-06-08 Thread Tony Mountifield
In article [EMAIL PROTECTED], Simon [EMAIL PROTECTED] wrote: 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 ? Not to make it

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

2004-06-08 Thread Simon
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tony Mountifield Sent: 08 June 2004 12:14 To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Re: makering.pl In article [EMAIL PROTECTED], Simon [EMAIL PROTECTED] wrote: Tony Ok got it to work now , thanks. I have put ring1.bin

[Asterisk-Users] Re: makering.pl

2004-06-08 Thread Tony Mountifield
In article [EMAIL PROTECTED], Simon [EMAIL PROTECTED] wrote: 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

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