Update {$mac}.xml (#3480)

Added missing "grandstream_voicemail_id" variable
This commit is contained in:
Trick Solutions 2018-09-17 14:44:43 -04:00 committed by FusionPBX
parent 635ce0fcab
commit a652b43342
1 changed files with 4 additions and 0 deletions

View File

@ -66,7 +66,11 @@
<!-- Voice Mail UserID -->
<!-- String -->
{if isset($grandstream_voicemail_id) }
<P33>{$grandstream_voicemail_id}</P33>
{else}
<P33>*97</P33>
{/if}
<!-- ############################################################## -->
<!-- Account 1/Network Settings -->