Koozali.org: home of the SME Server

[Solved] Snom M9 MWI settings

Offline compsos

  • *
  • 472
  • +0/-0
[Solved] Snom M9 MWI settings
« on: January 15, 2012, 03:09:05 AM »
Hi
We found a way to get the MWI working on Snom M9 phones.

Create a new SIP template called "Snom M9" description your choice. After saving, in the provisioning tab enter
Code: [Select]
["snom-m9-$MAC.xml"
<?xml version="1.0" encoding="utf-8"?>
<settings>
 <phone-settings>
  <advertisement_url perm="RW">http://www.google.com/</advertisement_url>
  <allow_check_sync perm="RW">false</allow_check_sync>
  <asset_id perm="RW" />
  <base_name perm="RW">$desc</base_name>
  <base_pin perm="RW">0000</base_pin>
  <cert_policy perm="RW" />
  <codec1_name perm="RW" idx="1">3</codec1_name>
  <codec1_name perm="RW" idx="2">2</codec1_name>
  <codec1_name perm="RW" idx="3">1</codec1_name>
  <codec2_name perm="RW" idx="1">3</codec2_name>
  <codec2_name perm="RW" idx="2">2</codec2_name>
  <codec2_name perm="RW" idx="3">1</codec2_name>
  <dhcp perm="RW">true</dhcp>
  <dns_domain perm="RW" >$localip</dns_domain perm>
  <dns_server1 perm="RW">$localip</dns_server1 perm>
  <gmt_offset perm="RW">3600</gmt_offset>
  <http_client_password perm="RW">password</http_client_password>
  <http_client_user perm="RW" />
  <http_password perm="RW">password</http_password>
  <http_password2 perm="RW">**********</http_password2>
  <http_port perm="RW">80</http_port>
  <http_proxy_password perm="RW">**********</http_proxy_password>
  <http_proxy_user perm="RW" />
  <http_username perm="RW">admin</http_username>
  <http_username2 perm="RW" />
  <https_port perm="RW">443</https_port>
  <ieee802_1x_password perm="RW">**********</ieee802_1x_password>
  <ieee802_1x_username perm="RW" />
  <ip_adr perm="RW" />
  <language perm="RW">en</language>
  <netmask perm="RW" />
  <ntp_server perm="RW">$localip</ntp_server>
  <outbound_method perm="RW" />
  <outbound_tcp perm="RW">100</outbound_tcp>
  <outbound_udp perm="RW">20</outbound_udp>
  <propose_length perm="RW" idx="1">true</propose_length>
  <qos_publish_uri perm="RW" />
  <setting_server perm="RW">$localip</setting_server>
  <settings_refresh_timer perm="RW">0</settings_refresh_timer>
  <short_form perm="RW">false</short_form>
  <sip_port perm="RW">0</sip_port>
  <stun_interval perm="RW">5</stun_interval>
  <stun_server perm="RW" />
  <tftp_secret perm="RW" />
  <tones perm="RW">2</tones>
  <tos_rtp perm="RW">160</tos_rtp>
  <tos_sip perm="RW">160</tos_sip>
  <user_active perm="RW" idx="1">true</user_active>
  <user_add_incoming1_ipuis perm="RW" idx="1"></user_add_incoming1_ipuis>
  <user_add_incoming1_ipuis perm="RW" idx="2"></user_add_incoming1_ipuis>
  <user_allow_call_waiting perm="RW" idx="1">true</user_allow_call_waiting>
  <user_allow_call_waiting perm="RW" idx="2">true</user_allow_call_waiting>
  <user_authname perm="RW" idx="1">$ext</user_authname>
  <user_authname perm="RW" idx="2">$ext</user_authname>
  <user_host perm="RW" idx="1">$localip</user_host>
  <user_host perm="RW" idx="2">$localip</user_host>
  <user_ipui perm="RW" idx="1"></user_ipui>
  <user_ipui perm="RW" idx="2"></user_ipui>
  <user_mailbox perm="RW" idx="1"></user_mailbox>
  <user_mailbox perm="RW" idx="2" />
  <user_name perm="RW" idx="1">$ext</user_name>
  <user_name perm="RW" idx="2">$ext</user_name>
  <user_pass perm="RW" idx="1">$password</user_pass>
  <user_pass perm="RW" idx="2">$password</user_pass>
  <user_realname perm="RW" idx="1">$desc</user_realname>
  <user_realname perm="RW" idx="2">$desc</user_realname>
  <zone_desc perm="RW">GMT +10</zone_desc>
  <zone_id perm="RW">405</zone_id>
 </phone-settings>
</settings>
]
Modify the base_pin,  gmt_offset, http_client_password, zone_id and zone_desc to your settings. Save
When you have adopted a new M9 to the system add to the Asterisk tab in the definition of the extension
Code: [Select]
vmexten=*50*The messages should now be indicated by RSS changing to VM and the envelope icon in the top bar. Pressing the VM button will take you to the password prompt.
It is advisable to edit in the provisioning tab the ID for each handset to be used within an account
Code: [Select]
<user_add_incoming1_ipuis perm="RW" idx="1">00FEA81234</user_add_incoming1_ipuis>
Regards

Gordon............

Offline SARK devs

  • ****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: [Solved] Snom M9 MWI settings
« Reply #1 on: January 15, 2012, 09:08:50 PM »
Cool

I'll let the UK Snom guys know.

Kind Regards

S

Offline compsos

  • *
  • 472
  • +0/-0
Re: [Solved] Snom M9 MWI settings
« Reply #2 on: January 15, 2012, 11:05:35 PM »
Thanks Jeff
On some of the official instructions it should be vmexten=$ext and another entry fromdomain=xxx.xxx.xxx.xxx but they did not work so the *50* maybe only applicable to Sail.
Regards

Gordon............