mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update {$mac}.xml (#3682)
This commit is contained in:
committed by
FusionPBX
parent
be5449feb4
commit
3cd4e0d39c
@@ -18,11 +18,11 @@
|
|||||||
|
|
||||||
<!--# Account Name-->
|
<!--# Account Name-->
|
||||||
<!--# String-->
|
<!--# String-->
|
||||||
<P270>{$display_name_1}</P270>
|
<P270>{$account.1.display_name}</P270>
|
||||||
|
|
||||||
<!--# SIP Server-->
|
<!--# SIP Server-->
|
||||||
<!--# String-->
|
<!--# String-->
|
||||||
<P47>{$server_address_1}</P47>
|
<P47>{$server_address}</P47>
|
||||||
|
|
||||||
<!--# Secondary SIP Server-->
|
<!--# Secondary SIP Server-->
|
||||||
<!--# String-->
|
<!--# String-->
|
||||||
@@ -38,19 +38,19 @@
|
|||||||
|
|
||||||
<!--# SIP User ID-->
|
<!--# SIP User ID-->
|
||||||
<!--# String-->
|
<!--# String-->
|
||||||
<P35>{$display_name_1}</P35>
|
<P35>{$account.1.display_name}</P35>
|
||||||
|
|
||||||
<!--# Authenticate ID-->
|
<!--# Authenticate ID-->
|
||||||
<!--# String-->
|
<!--# String-->
|
||||||
<P36>{$auth_id_1}</P36>
|
<P36>{$account.1.auth_id}</P36>
|
||||||
|
|
||||||
<!--# Authenticate Password-->
|
<!--# Authenticate Password-->
|
||||||
<!--# String-->
|
<!--# String-->
|
||||||
<P34>{$user_password_1}</P34>
|
<P34>{$account.1.password}</P34>
|
||||||
|
|
||||||
<!--# Display Name-->
|
<!--# Display Name-->
|
||||||
<!--# String-->
|
<!--# String-->
|
||||||
<P3>{$display_name_1}</P3>
|
<P3>{$account.1.display_name}</P3>
|
||||||
|
|
||||||
<!--# Voice Mail UserID-->
|
<!--# Voice Mail UserID-->
|
||||||
<!--# String-->
|
<!--# String-->
|
||||||
@@ -788,10 +788,10 @@
|
|||||||
<!--# Number: 0, 1, 2-->
|
<!--# Number: 0, 1, 2-->
|
||||||
<!--# Mandatory-->
|
<!--# Mandatory-->
|
||||||
<!--# P448 = 0-->
|
<!--# P448 = 0-->
|
||||||
{if $sip_transport_1 == 'udp'}P448 = 0{/if}
|
{if $account.1.sip_transport == 'udp'}P448 = 0{/if}
|
||||||
{if $sip_transport_1 == 'tcp'}P448 = 1{/if}
|
{if $account.1.sip_transport == 'tcp'}P448 = 1{/if}
|
||||||
{if $sip_transport_1 == 'tls'}P448 = 2{/if}
|
{if $account.1.sip_transport == 'tls'}P448 = 2{/if}
|
||||||
{if $sip_transport_1 == 'dns srv'}P448 = 1{/if}
|
{if $account.1.sip_transport == 'dns srv'}P448 = 1{/if}
|
||||||
|
|
||||||
<!--# SIP URI Scheme when using TLS. 0 - sip, 1 - sips. Default is 1-->
|
<!--# SIP URI Scheme when using TLS. 0 - sip, 1 - sips. Default is 1-->
|
||||||
<!--# Number: 0, 1-->
|
<!--# Number: 0, 1-->
|
||||||
|
|||||||
Reference in New Issue
Block a user