Add polycom_digitmap variable for Polycom variable for provisioning.
This commit is contained in:
parent
3fdee27e3a
commit
099aad8c98
|
|
@ -49,7 +49,7 @@
|
|||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||
/>
|
||||
<DIALPLAN
|
||||
dialplan.digitmap="[*]xxxx|[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[1-9]xxT|**x.T"
|
||||
{if isset($polycom_digitmap)}dialplan.digitmap="{$polycom_digitmap}"{else}dialplan.digitmap=""{/if}
|
||||
/>
|
||||
<DEVICE_KEYS
|
||||
attendant.uri=""
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
|
||||
/>
|
||||
<DIALPLAN
|
||||
dialplan.digitmap="[*]xxxx|[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[1-9]xxT|**x.T"
|
||||
{if isset($polycom_digitmap)}dialplan.digitmap="{$polycom_digitmap}"{else}dialplan.digitmap=""{/if}
|
||||
/>
|
||||
<DEVICE_KEYS
|
||||
attendant.uri=""
|
||||
|
|
|
|||
Loading…
Reference in New Issue