- Mon 3rd Nov 2014, 14:46
#800
- Appreciate my support? Feel free to buy me a coffee.
- Voipfone are offering you the chance to trial their VoIP service for free for 30 days. Sign me up!
- Sign up for a Dropbox account using my referral link and get an extra 500 MB of bonus space. Sign me up!
Can't get DND working with FreePBX or Asterisk on your Snom?
Enter the following into your browsers URL:
Alternatively you can use the following in your XML:
Enter the following into your browsers URL:
Code: Select all
Notes: Replace (user) with the administrators username, replace (password) with the password for the administrators account and finally replace (snom_ip) with the actual IP address of the phone.http://(user):(password)@(snom_ip)/dummy.htm?settings=save&dnd_on_code=*78
http://(user):(password)@(snom_ip)/dummy.htm?settings=save&dnd_off_code=*79
http://(user):(password)@(snom_ip)/dummy.htm?settings=save&dfks=off
http://(user):(password)@(snom_ip)/dummy.htm?settings=save&dkey_dnd=keyevent%20F_DND
http://(user):(password)@(snom_ip)/dummy.htm?settings=save&using_server_managed_dnd=off
Alternatively you can use the following in your XML:
Code: Select all
<dnd_on_code perm="RW">*78</dnd_on_code>
<dnd_off_code perm="RW">*79</dnd_off_code>
<dfks perm="">off</dfks>
<dkey_dnd perm="">keyevent F_DND</dkey_dnd>
<using_server_managed_dnd idx="1" perm="RW">off</using_server_managed_dnd>
- Appreciate my support? Feel free to buy me a coffee.
- Voipfone are offering you the chance to trial their VoIP service for free for 30 days. Sign me up!
- Sign up for a Dropbox account using my referral link and get an extra 500 MB of bonus space. Sign me up!
How did this post make you feel?