Update {$mac}.xml (#3668)

This commit is contained in:
AlexanderDCrane 2018-10-20 16:18:01 -06:00 committed by FusionPBX
parent e720f77a64
commit ff75ea55d8
1 changed files with 6 additions and 6 deletions

View File

@ -46,19 +46,19 @@
<!-- Account Active. 0 - No, 1 - Yes --> <!-- Account Active. 0 - No, 1 - Yes -->
<P271>1</P271> <P271>1</P271>
<!-- Account Name, MaxLength 64 characters --> <!-- Account Name, MaxLength 64 characters -->
<P270>{$display_name_1}</P270> <P270>{$account.1.display_name}</P270>
<!-- SIP Server, MaxLength 64 characters --> <!-- SIP Server, MaxLength 64 characters -->
<P47>{$server_address_1}</P47> <P47>{$account.1.server_address}</P47>
<!-- SIP User ID, MaxLength 64 characters --> <!-- SIP User ID, MaxLength 64 characters -->
<P35>{$user_id_1}</P35> <P35>{$account.1.user_id}</P35>
<!-- Authenticate ID, MaxLength 64 characters --> <!-- Authenticate ID, MaxLength 64 characters -->
<P36>{$user_id_1}</P36> <P36>{$account.1.user_id}</P36>
<!-- Authenticate Password, MaxLength unlimited --> <!-- Authenticate Password, MaxLength unlimited -->
<P34>{$user_password_1}</P34> <P34>{$account.1.password}</P34>
<!-- Voicemail UserID (User ID/extension for 3rd Party voice mail system), MaxLength 64 characters --> <!-- Voicemail UserID (User ID/extension for 3rd Party voice mail system), MaxLength 64 characters -->
<P33>*97</P33> <P33>*97</P33>
<!-- Name (DisPlay name :John Doe), MaxLength 64 characters --> <!-- Name (DisPlay name :John Doe), MaxLength 64 characters -->
<P3>{$display_name_1}</P3> <P3>{$account.1.display_name}</P3>
<!-- Tel URI suPPort. 0 - disabled, 1 - User is Phone, 2 - Tel URI. Default value is 0 --> <!-- Tel URI suPPort. 0 - disabled, 1 - User is Phone, 2 - Tel URI. Default value is 0 -->
<P63>0</P63> <P63>0</P63>
<!-- Account1 Network Settings --> <!-- Account1 Network Settings -->