RE: [Asterisk-Users] cron job to reboot GS101

2004-04-04 Thread Barton Hodges
[EMAIL PROTECTED] wrote: I know that you can reboot the GS phones by hitting the rs.htm URL on the phone. But, you have to log in to the web interface before doing this. I've attached a php script (quick and dirty hack) that resets the specified Grandstream devices. It requires the Snoopy

Re: [Asterisk-Users] cron job to reboot GS101

2004-04-03 Thread Bartosz Jozwiak
Hi, I would love to see your code. We have the same problems with GS phones. Bart - Original Message - From: Brancaleoni Matteo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 03, 2004 4:35 AM Subject: Re: [Asterisk-Users] cron job to reboot GS101 sure, we do

Re: [Asterisk-Users] cron job to reboot GS101

2004-04-03 Thread Duane
Bartosz Jozwiak wrote: Hi, I would love to see your code. We have the same problems with GS phones. I don't have a GS phone yet so I don't know exactly, however I assume you could do it with a simple call using lynx from cron... -- Best regards, Duane http://www.cacert.org - Free Security

Re: [Asterisk-Users] cron job to reboot GS101

2004-04-03 Thread Walker Haddock
I know that you can reboot the GS phones by hitting the rs.htm URL on the phone. But, you have to log in to the web interface before doing this. If I were motivated to develop this for a cron job I would look at using the `wget` program and the --spider option. Walker --

Re: [Asterisk-Users] cron job to reboot GS101

2004-04-03 Thread Duane
Walker Haddock wrote: I know that you can reboot the GS phones by hitting the rs.htm URL on the phone. But, you have to log in to the web interface before doing this. lynx has username/password options, well unless they used sessions... -- Best regards, Duane http://www.cacert.org - Free

Re: [Asterisk-Users] cron job to reboot GS101

2004-04-03 Thread William Suffill
curl could also be used. Since people asked I'm going to write it up tonight since I use a GS as well until my Cisco shows up. On Sat, 2004-04-03 at 09:52, Duane wrote: Walker Haddock wrote: I know that you can reboot the GS phones by hitting the rs.htm URL on the phone. But, you have to

[Asterisk-Users] cron job to reboot GS101

2004-04-02 Thread dkwok
Does any one regularly reboot GS101? It sometimes lost registration with * and needs to be reboot. What is the best way to do it by cron? David Kwok ___ Asterisk-Users mailing list [EMAIL PROTECTED]

Re: [Asterisk-Users] cron job to reboot GS101

2004-04-02 Thread Brancaleoni Matteo
sure, we do that with a cron job that fires up a script that connects to the GS web interface and reboots is. the job is launched every 4 hours. Also the GS web interface is down during a call, so there's no risk to hangup undergoing calls. (and the scripts also tries several times, before going