Re: [asterisk-users] rebooting snoms in 1.6

2008-10-02 Thread Dr. Michael J. Chudobiak
 With Asterisk 1.4 I could use commands like:
 
 /usr/sbin/asterisk -rx sip notify reboot-snom mjc_home
 
 to reboot a snom phone. Now, with 1.6, when I try that, I get:
 
 Unable to find notify type 'reboot-snom'
 Command 'sip notify reboot-snom mjc_home' failed.
 
 Do I need to add some magic to sip_notify.conf? I haven't quite figured 
 out how to make it work.

Found it. I needed:

; Untested - from Snom docs
[reboot-snom]
Event=reboot
Content-Length=0

- Mike

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] rebooting snoms in 1.6

2008-10-02 Thread Benny Amorsen
Dr. Michael J. Chudobiak [EMAIL PROTECTED] writes:

 With Asterisk 1.4 I could use commands like:

 /usr/sbin/asterisk -rx sip notify reboot-snom mjc_home

 to reboot a snom phone. Now, with 1.6, when I try that, I get:

 Unable to find notify type 'reboot-snom'
 Command 'sip notify reboot-snom mjc_home' failed.

 Do I need to add some magic to sip_notify.conf? I haven't quite figured 
 out how to make it work.

I believe it works the same as in 1.4. You can add something like this
to sip_notify.conf:

[reboot-snom]
Event=check-sync\;reboot=true
Content-Length=0

[snom-check-cfg]
Event=check-sync\;reboot=false
Content-Length=0


/Benny


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] rebooting snoms in 1.6

2008-10-01 Thread Dr. Michael J. Chudobiak
With Asterisk 1.4 I could use commands like:

/usr/sbin/asterisk -rx sip notify reboot-snom mjc_home

to reboot a snom phone. Now, with 1.6, when I try that, I get:

Unable to find notify type 'reboot-snom'
Command 'sip notify reboot-snom mjc_home' failed.

Do I need to add some magic to sip_notify.conf? I haven't quite figured 
out how to make it work.

- Mike



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users