aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordbailey <dbailey@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-14 14:18:46 +0000
committerdbailey <dbailey@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-14 14:18:46 +0000
commit3baf1b8eb16e56905a3da969a88bd9d4316c9a4e (patch)
tree3efea36a7f47b5d9757bee8065a561f8d9ca7f01
parentfa6386a333d02dad8d8f166c28ad29cc26b86620 (diff)
Allow MWI registration for all configured lines.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@148825 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--phoneprov/polycom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/phoneprov/polycom.xml b/phoneprov/polycom.xml
index 3dc8026c1..27f654259 100644
--- a/phoneprov/polycom.xml
+++ b/phoneprov/polycom.xml
@@ -26,7 +26,7 @@
<mwi msg.mwi.1.callBackMode="contact" msg.mwi.1.callBack="${VOICEMAIL_EXTEN}" />
</msg>
<nat nat.ip="" nat.signalPort="" nat.mediaPortStart=""/>
- <user_preferences up.oneTouchVoiceMail="1" up.welcomeSoundEnabled="0" />
+ <user_preferences up.oneTouchVoiceMail="1" up.welcomeSoundEnabled="0" up.mwiVisible="1" />
<volume voice.volume.persist.handset="1" voice.volume.persist.headset="1" />
<SNTP tcpIpApp.sntp.address="time" tcpIpApp.sntp.gmtOffset="${TZOFFSET}" tcpIpApp.sntp.daylightSavings.enable="${DST_ENABLE}" tcpIpApp.sntp.daylightSavings.fixedDayEnable="0" tcpIpApp.sntp.daylightSavings.start.month="${DST_START_MONTH}" tcpIpApp.sntp.daylightSavings.start.date="${DST_START_MDAY}" tcpIpApp.sntp.daylightSavings.start.hour="${DST_START_HOUR}" tcpIpApp.sntp.daylightSavings.stop.month="${DST_END_MONTH}" tcpIpApp.sntp.daylightSavings.stop.date="${DST_END_MDAY}" tcpIpApp.sntp.daylightSavings.stop.hour="${DST_END_HOUR}" />
<HTTPD httpd.enabled="1" />