[Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware)

2004-06-02 Thread Tony Mountifield
In article <[EMAIL PROTECTED]>, vv <[EMAIL PROTECTED]> wrote: > I'm running on Linux box (redhat 9). > > After some tests, it's the script when filling the header wich cause > some trouble. > When the checksum is ok, I've 1 extra byte. > By example the Ringtone filename start at offset 0x11, and t

RE : [Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware)

2004-06-02 Thread vv
credi 2 juin 2004 16:33 À : [EMAIL PROTECTED] Objet : [Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware) In article <[EMAIL PROTECTED]>, vv <[EMAIL PROTECTED]> wrote: > It seem there are trouble with some sound file about checksum > calculation >

[Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware)

2004-06-02 Thread Tony Mountifield
In article <[EMAIL PROTECTED]>, vv <[EMAIL PROTECTED]> wrote: > It seem there are trouble with some sound file about checksum > calculation > > By example I have a wav file = 99kb after converted in ul = 39 kb , but > makering give me checksum error !! > I trying a wav file recorded with voice rec

RE: [Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware)

2004-06-02 Thread Shaun Ewing
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Stephen R. Besch > Sent: Wednesday, 2 June 2004 11:05 PM > To: [EMAIL PROTECTED] > Subject: [Asterisk-Users] Re: Grandstream ringtone maker (was > Re: Grandstream v1.0

[Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware)

2004-06-02 Thread Stephen R. Besch
Tony Mountifield wrote: Make sure the ring tone files are no bigger than 65536 bytes. Earlier versions of my program didn't check for this, but the latest one does. That's potentially important information, but even still, the tftp log would show the phone requesting the file, even if it rejects

[Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware)

2004-06-02 Thread Stephen R. Besch
Stig Hess wrote: Now if I could only get my GS phones to load the ring tone files. The TFTP log shows all the requests for the usual boot files and the cfg files but NO requests for the ring tones, not even file not found responses. I can't believe that this is the tftp server. I have tried it

[Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware)

2004-06-02 Thread vv
Re: Grandstream v1.0.4.68 firmware) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Stephen R. Besch > Sent: Wednesday, 2 June 2004 5:24 AM > To: [EMAIL PROTECTED] > Subject: [Asterisk-Users] Re: Grandstream ringtone maker (was

RE: [Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware)

2004-06-01 Thread Shaun Ewing
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Stephen R. Besch > Sent: Wednesday, 2 June 2004 5:24 AM > To: [EMAIL PROTECTED] > Subject: [Asterisk-Users] Re: Grandstream ringtone maker (was > Re: Grandstream v1.0.4.

[Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware)

2004-06-01 Thread Tony Mountifield
In article <[EMAIL PROTECTED]>, Stig Hess <[EMAIL PROTECTED]> wrote: > >Now if I could only get my GS phones to load the ring tone files. The > >TFTP log shows all the requests for the usual boot files and the cfg > >files but NO requests for the ring tones, not even file not found > >responses.

Re: [Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware)

2004-06-01 Thread Tomas Prybil
Stephen R. Besch wrote: See near the bottom for the interesting bit :-) OK, while composing this post I decided to write a perl program to read a uLaw stream on standard input and create a suitable header, writing the result to an output file. It can be found at http://www.softins.co.uk/makering.pl

RE: [Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware)

2004-06-01 Thread Stig Hess
>Now if I could only get my GS phones to load the ring tone files. The >TFTP log shows all the requests for the usual boot files and the cfg >files but NO requests for the ring tones, not even file not found >responses. I can't believe that this is the tftp server. I have tried it >on at least

[Asterisk-Users] Re: Grandstream ringtone maker (was Re: Grandstream v1.0.4.68 firmware)

2004-06-01 Thread Stephen R. Besch
Philipp von Klitzing wrote: Hi! Excellent!! Philipp See near the bottom for the interesting bit :-) OK, while composing this post I decided to write a perl program to read a uLaw stream on standard input and create a suitable header, writing the result to an output file. It can be found at http://