Update {$mac}.cfg

This commit is contained in:
FusionPBX 2018-10-19 13:17:13 -06:00 committed by GitHub
parent 55fc1d2c77
commit 72d52da6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -3,19 +3,19 @@
<config version="1">
<!--Account1/Basic-->
<P271 para="Account1.Active">1</P271>
<P47 para="Account1.Sipserver">{$server_address_1}</P47>
<P47 para="Account1.Sipserver">{$account.1.server_address}</P47>
<P967 para="Account1.FailoverSipserver" />
<P8851 para="Account1.SecondFailoverSipserver" />
<P4567 para="Account1.PreferPrimaryServer">0</P4567>
<P48 para="Account1.OutboundProxy">{$outbound_proxy_primary_1}</P48>
<P20047 para="Account1.BackUpOutboundProxy">{$outbound_proxy_secondary_1}</P20047>
<P48 para="Account1.OutboundProxy">{$account.1.outbound_proxy_primary}</P48>
<P20047 para="Account1.BackUpOutboundProxy">{$account.1.outbound_proxy_secondary}</P20047>
<P130 para="Account1.SipTransport">{$htek_transport}</P130>
<P52 para="Account1.NatTraversal">2</P52>
<P20000 para="Account1.Lable">{$display_name_1}</P20000>
<P35 para="Account1.SipUserId">{$user_id_1}</P35>
<P36 para="Account1.AuthenticateID">{$auth_id_1}</P36>
<P34 para="Account1.AuthenticatePassword">{$user_password_1}</P34>
<P3 para="Account1.DispalyName">{$display_name_1}</P3>
<P20000 para="Account1.Lable">{$account.1.display_name}</P20000>
<P35 para="Account1.SipUserId">{$account.1.user_id}</P35>
<P36 para="Account1.AuthenticateID">{$account.1.auth_id}</P36>
<P34 para="Account1.AuthenticatePassword">{$account.1.user_password}</P34>
<P3 para="Account1.DispalyName">{$account.1.display_name}</P3>
<P103 para="Account1.DnsMode">{$htek_dns_mode}</P103>
<P63 para="Account1.UserIdIsPhoneNumber">0</P63>
<P31 para="Account1.SipRegistration">1</P31>