From Mungo Water Vole, 10 Years ago, written in Plain Text.
Embed
  1. root@box:~# cat /etc/asterisk/sip_notify.conf
  2. ; rfc3842
  3. ; put empty "Content=>" at the end to have CRLF after last body line
  4.  
  5. [clear-mwi]
  6. Event=>message-summary
  7. Content-type=>application/simple-message-summary
  8. Content=>Messages-Waiting: no
  9. Content=>Message-Account: sip:asterisk@127.0.0.1
  10. Content=>Voice-Message: 0/0 (0/0)
  11. Content=>
  12.  
  13. ; Aastra
  14.  
  15. [aastra-check-cfg]
  16. Event=>check-sync
  17.  
  18. [aastra-xml]
  19. Event=>aastra-xml
  20.  
  21. ; Digium
  22.  
  23. [digium-check-cfg]
  24. Event=>check-sync
  25.  
  26. ; Linksys
  27.  
  28. [linksys-cold-restart]
  29. Event=>reboot_now
  30.  
  31. [linksys-warm-restart]
  32. Event=>restart_now
  33.  
  34. ; Polycom
  35.  
  36. [polycom-check-cfg]
  37. Event=>check-sync
  38.  
  39. ; Sipura
  40.  
  41. [sipura-check-cfg]
  42. Event=>resync
  43.  
  44. [sipura-get-report]
  45. Event=>report
  46.  
  47. ; snom
  48.  
  49. [snom-check-cfg]
  50. Event=>check-sync\;reboot=false
  51.  
  52. [snom-reboot]
  53. Event=>check-sync\;reboot=true
  54.  
  55. ; Cisco
  56.  
  57. [cisco-check-cfg]
  58. Event=>check-sync
  59.  
  60. ; Grandstream
  61. [gsreboot]
  62. Event=>check-sync
  63.  
  64. root@box:~# asterisk -rx 'sip notify gsreboot 100'
  65. Sending NOTIFY of type 'gsreboot' to '100'
  66.  

Replies to grandstream reboot rss

Title Name Language When
Re: grandstream reboot Funky Duck text 10 Years ago.