Add a few additional params to the Polycom/5.x template.
This commit is contained in:
parent
5546858298
commit
b2e729dcf2
|
|
@ -1,4 +1,4 @@
|
||||||
<phone1>
|
<phone>
|
||||||
<!-- Enable Remote Pcap -->
|
<!-- Enable Remote Pcap -->
|
||||||
<capture
|
<capture
|
||||||
diags.pcap.enabled="1"
|
diags.pcap.enabled="1"
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
<!-- Enable Polycom Paging -->
|
<!-- Enable Polycom Paging -->
|
||||||
<ptt
|
<ptt
|
||||||
ptt.pageMode.enable="1"
|
ptt.pageMode.enable="1"
|
||||||
|
ptt.pageMode.displayName="INTERCOM"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Enable Features -->
|
<!-- Enable Features -->
|
||||||
|
|
@ -84,12 +85,12 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Dialplan -->
|
<!-- Dialplan -->
|
||||||
<dialplan
|
<map
|
||||||
dialplan.digitmap="[*]xxxx|[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[1-9]xxT|**x.T"
|
dialplan.digitmap="[*]xxxx|[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[1-9]xxT|**x.T"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Enable Phone to reboot upon SIP NOTIFY from Fusion -->
|
<!-- Enable Phone to reboot upon SIP NOTIFY from Fusion -->
|
||||||
<specialEvent
|
<special
|
||||||
voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"
|
voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
@ -126,4 +127,4 @@
|
||||||
device.dns.altSrvAddress.set="1"
|
device.dns.altSrvAddress.set="1"
|
||||||
device.dns.altSrvAddress="8.8.8.8"
|
device.dns.altSrvAddress="8.8.8.8"
|
||||||
/>
|
/>
|
||||||
</phone1>
|
</phone>
|
||||||
Loading…
Reference in New Issue