Displaying 1 result from an estimated 1 matches for "mysnom".
Did you mean:
mydom
2007 Sep 03
3
Manager Originate without phone off hook?
...e gui
host is on a different network to asterisk and can't see the Snom's
across the network).
All's working fine in my Dialplan; when someone dials the code for
DND-on or DND-off I can do:
....
exten => *08,n,System(wget -qb -O /dev/null -o /dev/null
"http://admin:secret@${MYSNOM}/dummy.htm?settings=save&dnd_mode=off")
exten => *08,n,Set(DB(DND/SIP/${MYSNOM})=0)
....
which turns the DND indicator on the phone off or on in line with the
database record. That's Great.
However, I'm completely flummoxed on getting a GUI DND button to work
sensibly via t...