mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update {$mac}.cfg (#3651)
This commit is contained in:
committed by
FusionPBX
parent
2b4a8e7173
commit
69d5edb66e
@@ -80,24 +80,24 @@
|
||||
<CSTAEnable>0</CSTAEnable>
|
||||
<NotifyReboot>1</NotifyReboot>
|
||||
<line index="1">
|
||||
<PhoneNumber>{$user_id_1}</PhoneNumber>
|
||||
<DisplayName>{$display_name_1}</DisplayName>
|
||||
<PhoneNumber>{$line.1.user_id}</PhoneNumber>
|
||||
<DisplayName>{$line.1.display_name}</DisplayName>
|
||||
<SipName></SipName>
|
||||
<RegisterAddr>{$server_address_1}</RegisterAddr>
|
||||
<RegisterPort>{$sip_port_1}</RegisterPort>
|
||||
<RegisterUser>{$auth_id_1}</RegisterUser>
|
||||
<RegisterPswd>{$user_password_1}</RegisterPswd>
|
||||
<RegisterTTL>{$register_expires_1}</RegisterTTL>
|
||||
<RegisterAddr>{$line.1.server_address}</RegisterAddr>
|
||||
<RegisterPort>{$line.1.sip_port}</RegisterPort>
|
||||
<RegisterUser>{$line.1.auth_id}</RegisterUser>
|
||||
<RegisterPswd>{$line.1.user_password}</RegisterPswd>
|
||||
<RegisterTTL>{$line.1.register_expires}</RegisterTTL>
|
||||
|
||||
<EnableReg>{if isset($user_password_1)}1{else}0{/if}</EnableReg>
|
||||
<EnableReg>{if isset($line.1.user_password)}1{else}0{/if}</EnableReg>
|
||||
|
||||
<ProxyAddr>{$outbound_proxy_primary_1}</ProxyAddr>
|
||||
<ProxyPort>{$sip_port_1}</ProxyPort>
|
||||
<ProxyUser>{$auth_id_1}</ProxyUser>
|
||||
<ProxyPswd>{$user_password_1}</ProxyPswd>
|
||||
<BakProxyAddr>{$outbound_proxy_secondary_1}</BakProxyAddr>
|
||||
<BakProxyPort>{$sip_port_1}</BakProxyPort>
|
||||
<EnableFailback>{if isset($outbound_proxy_secondary_1)}1{else}0{/if}</EnableFailback>
|
||||
<ProxyAddr>{$line.1.outbound_proxy_primary}</ProxyAddr>
|
||||
<ProxyPort>{$line.1.sip_port}</ProxyPort>
|
||||
<ProxyUser>{$line.1.auth_id}</ProxyUser>
|
||||
<ProxyPswd>{$line.1.user_password}</ProxyPswd>
|
||||
<BakProxyAddr>{$line.1.outbound_proxy_secondary}</BakProxyAddr>
|
||||
<BakProxyPort>{$line.1.sip_port}</BakProxyPort>
|
||||
<EnableFailback>{if isset($line.1.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
|
||||
<SignalCrypto>0</SignalCrypto>
|
||||
<SigCryptoKey></SigCryptoKey>
|
||||
<MediaCrypto>0</MediaCrypto>
|
||||
@@ -132,7 +132,7 @@
|
||||
<NATType>0</NATType>
|
||||
<EnableRport>1</EnableRport>
|
||||
<Subscribe>0</Subscribe>
|
||||
<SubExpire>{$register_expires_1}</SubExpire>
|
||||
<SubExpire>{$line.1.register_expires}</SubExpire>
|
||||
<SingleCodec>0</SingleCodec>
|
||||
<CLIR>0</CLIR>
|
||||
<StrictProxy>1</StrictProxy>
|
||||
@@ -150,11 +150,11 @@
|
||||
<SignalPort>5060</SignalPort>
|
||||
|
||||
|
||||
{if $sip_transport_1 == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $sip_transport_1 == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $sip_transport_1 == 'tls'}<Transport>2</Transport>{/if}
|
||||
{if $sip_transport_1 == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
|
||||
{if $sip_transport_1 == 'dns srv'}<DNSMode>1</DNSMode>{/if}
|
||||
{if $line.1.sip_transport == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $line.1.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $line.1.sip_transport == 'tls'}<Transport>2</Transport>{/if}
|
||||
{if $line.1.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
|
||||
{if $line.1.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
|
||||
|
||||
<UseSRVMixer>0</UseSRVMixer>
|
||||
<SRVMixerUri></SRVMixerUri>
|
||||
@@ -223,24 +223,24 @@
|
||||
<RecordStop>Record:off</RecordStop>
|
||||
</line>
|
||||
<line index="2">
|
||||
<PhoneNumber>{$user_id_2}</PhoneNumber>
|
||||
<DisplayName>{$display_name_2}</DisplayName>
|
||||
<PhoneNumber>{$line.2.user_id}</PhoneNumber>
|
||||
<DisplayName>{$line.2.display_name}</DisplayName>
|
||||
<SipName></SipName>
|
||||
<RegisterAddr>{$server_address_2}</RegisterAddr>
|
||||
<RegisterPort>{$sip_port_2}</RegisterPort>
|
||||
<RegisterUser>{$auth_id_2}</RegisterUser>
|
||||
<RegisterPswd>{$user_password_2}</RegisterPswd>
|
||||
<RegisterTTL>{$register_expires_2}</RegisterTTL>
|
||||
<RegisterAddr>{$line.2.server_address}</RegisterAddr>
|
||||
<RegisterPort>{$line.2.sip_port}</RegisterPort>
|
||||
<RegisterUser>{$line.2.auth_id}</RegisterUser>
|
||||
<RegisterPswd>{$line.2.user_password}</RegisterPswd>
|
||||
<RegisterTTL>{$line.2.register_expires}</RegisterTTL>
|
||||
|
||||
<EnableReg>{if isset($user_password_2)}1{else}0{/if}</EnableReg>
|
||||
<EnableReg>{if isset($line.2.user_password)}1{else}0{/if}</EnableReg>
|
||||
|
||||
<ProxyAddr>{$outbound_proxy_primary_2}</ProxyAddr>
|
||||
<ProxyPort>{$sip_port_2}</ProxyPort>
|
||||
<ProxyUser>{$auth_id_2}</ProxyUser>
|
||||
<ProxyPswd>{$user_password_2}</ProxyPswd>
|
||||
<BakProxyAddr>{$outbound_proxy_secondary_2}</BakProxyAddr>
|
||||
<BakProxyPort>{$sip_port_1}</BakProxyPort>
|
||||
<EnableFailback>{if isset($outbound_proxy_secondary_2)}1{else}0{/if}</EnableFailback>
|
||||
<ProxyAddr>{$line.2.outbound_proxy_primary}</ProxyAddr>
|
||||
<ProxyPort>{$line.2.sip_port}</ProxyPort>
|
||||
<ProxyUser>{$line.2.auth_id}</ProxyUser>
|
||||
<ProxyPswd>{$line.2.user_password}</ProxyPswd>
|
||||
<BakProxyAddr>{$line.2.outbound_proxy_secondary}</BakProxyAddr>
|
||||
<BakProxyPort>{$line.1.sip_port}</BakProxyPort>
|
||||
<EnableFailback>{if isset($line.2.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
|
||||
<SignalCrypto>0</SignalCrypto>
|
||||
<SigCryptoKey></SigCryptoKey>
|
||||
<MediaCrypto>0</MediaCrypto>
|
||||
@@ -275,7 +275,7 @@
|
||||
<NATType>0</NATType>
|
||||
<EnableRport>1</EnableRport>
|
||||
<Subscribe>0</Subscribe>
|
||||
<SubExpire>{$register_expires_2}</SubExpire>
|
||||
<SubExpire>{$line.2.register_expires}</SubExpire>
|
||||
<SingleCodec>0</SingleCodec>
|
||||
<CLIR>0</CLIR>
|
||||
<StrictProxy>1</StrictProxy>
|
||||
@@ -292,11 +292,11 @@
|
||||
<SignalPort>5060</SignalPort>
|
||||
|
||||
|
||||
{if $sip_transport_2 == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $sip_transport_2 == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $sip_transport_2 == 'tls'}<Transport>2</Transport>{/if}
|
||||
{if $sip_transport_2 == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
|
||||
{if $sip_transport_2 == 'dns srv'}<DNSMode>1</DNSMode>{/if}
|
||||
{if $line.2.sip_transport == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $line.2.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $line.2.sip_transport == 'tls'}<Transport>2</Transport>{/if}
|
||||
{if $line.2.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
|
||||
{if $line.2.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
|
||||
|
||||
<UseSRVMixer>0</UseSRVMixer>
|
||||
<SRVMixerUri></SRVMixerUri>
|
||||
@@ -365,24 +365,24 @@
|
||||
<RecordStop>Record:off</RecordStop>
|
||||
</line>
|
||||
<line index="3">
|
||||
<PhoneNumber>{$user_id_3}</PhoneNumber>
|
||||
<DisplayName>{$display_name_3}</DisplayName>
|
||||
<PhoneNumber>{$line.3.user_id}</PhoneNumber>
|
||||
<DisplayName>{$line.3.display_name}</DisplayName>
|
||||
<SipName></SipName>
|
||||
<RegisterAddr>{$server_address_3}</RegisterAddr>
|
||||
<RegisterPort>{$sip_port_3}</RegisterPort>
|
||||
<RegisterUser>{$auth_id_3}</RegisterUser>
|
||||
<RegisterPswd>{$user_password_3}</RegisterPswd>
|
||||
<RegisterTTL>{$register_expires_3}</RegisterTTL>
|
||||
<RegisterAddr>{$line.3.server_address}</RegisterAddr>
|
||||
<RegisterPort>{$line.3.sip_port}</RegisterPort>
|
||||
<RegisterUser>{$line.3.auth_id}</RegisterUser>
|
||||
<RegisterPswd>{$line.3.user_password}</RegisterPswd>
|
||||
<RegisterTTL>{$line.3.register_expires}</RegisterTTL>
|
||||
|
||||
<EnableReg>{if isset($user_password_3)}1{else}0{/if}</EnableReg>
|
||||
<EnableReg>{if isset($line.3.user_password)}1{else}0{/if}</EnableReg>
|
||||
|
||||
<ProxyAddr>{$outbound_proxy_primary_3}</ProxyAddr>
|
||||
<ProxyPort>{$sip_port_3}</ProxyPort>
|
||||
<ProxyUser>{$auth_id_3}</ProxyUser>
|
||||
<ProxyPswd>{$user_password_3}</ProxyPswd>
|
||||
<BakProxyAddr>{$outbound_proxy_secondary_3}</BakProxyAddr>
|
||||
<BakProxyPort>{$sip_port_3}</BakProxyPort>
|
||||
<EnableFailback>{if isset($outbound_proxy_secondary_3)}1{else}0{/if}</EnableFailback>
|
||||
<ProxyAddr>{$line.3.outbound_proxy_primary}</ProxyAddr>
|
||||
<ProxyPort>{$line.3.sip_port}</ProxyPort>
|
||||
<ProxyUser>{$line.3.auth_id}</ProxyUser>
|
||||
<ProxyPswd>{$line.3.user_password}</ProxyPswd>
|
||||
<BakProxyAddr>{$line.3.outbound_proxy_secondary}</BakProxyAddr>
|
||||
<BakProxyPort>{$line.3.sip_port}</BakProxyPort>
|
||||
<EnableFailback>{if isset($line.3.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
|
||||
<SignalCrypto>0</SignalCrypto>
|
||||
<SigCryptoKey></SigCryptoKey>
|
||||
<MediaCrypto>0</MediaCrypto>
|
||||
@@ -417,7 +417,7 @@
|
||||
<NATType>0</NATType>
|
||||
<EnableRport>1</EnableRport>
|
||||
<Subscribe>0</Subscribe>
|
||||
<SubExpire>{$register_expires_3}</SubExpire>
|
||||
<SubExpire>{$line.3.register_expires}</SubExpire>
|
||||
<SingleCodec>0</SingleCodec>
|
||||
<CLIR>0</CLIR>
|
||||
<StrictProxy>1</StrictProxy>
|
||||
@@ -434,11 +434,11 @@
|
||||
<SignalPort>5060</SignalPort>
|
||||
|
||||
|
||||
{if $sip_transport_3 == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $sip_transport_3 == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $sip_transport_3 == 'tls'}<Transport>2</Transport>{/if}
|
||||
{if $sip_transport_1 == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
|
||||
{if $sip_transport_1 == 'dns srv'}<DNSMode>1</DNSMode>{/if}
|
||||
{if $line.3.sip_transport == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $line.3.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $line.3.sip_transport == 'tls'}<Transport>2</Transport>{/if}
|
||||
{if $line.1.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
|
||||
{if $line.1.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
|
||||
|
||||
<UseSRVMixer>0</UseSRVMixer>
|
||||
<SRVMixerUri></SRVMixerUri>
|
||||
@@ -509,24 +509,24 @@
|
||||
<RecordStop>Record:off</RecordStop>
|
||||
</line>
|
||||
<line index="4">
|
||||
<PhoneNumber>{$user_id_4}</PhoneNumber>
|
||||
<DisplayName>{$display_name_4}</DisplayName>
|
||||
<PhoneNumber>{$line.4.user_id}</PhoneNumber>
|
||||
<DisplayName>{$line.4.display_name}</DisplayName>
|
||||
<SipName></SipName>
|
||||
<RegisterAddr>{$server_address_4}</RegisterAddr>
|
||||
<RegisterPort>{$sip_port_4}</RegisterPort>
|
||||
<RegisterUser>{$auth_id_4}</RegisterUser>
|
||||
<RegisterPswd>{$user_password_4}</RegisterPswd>
|
||||
<RegisterTTL>{$register_expires_1}</RegisterTTL>
|
||||
<RegisterAddr>{$line.4.server_address}</RegisterAddr>
|
||||
<RegisterPort>{$line.4.sip_port}</RegisterPort>
|
||||
<RegisterUser>{$line.4.auth_id}</RegisterUser>
|
||||
<RegisterPswd>{$line.4.user_password}</RegisterPswd>
|
||||
<RegisterTTL>{$line.1.register_expires}</RegisterTTL>
|
||||
|
||||
<EnableReg>{if isset($user_password_4)}1{else}0{/if}</EnableReg>
|
||||
<EnableReg>{if isset($line.4.user_password)}1{else}0{/if}</EnableReg>
|
||||
|
||||
<ProxyAddr>{$outbound_proxy_primary_4}</ProxyAddr>
|
||||
<ProxyPort>{$sip_port_4}</ProxyPort>
|
||||
<ProxyUser>{$auth_id_4}</ProxyUser>
|
||||
<ProxyPswd>{$user_password_4}</ProxyPswd>
|
||||
<BakProxyAddr>{$outbound_proxy_secondary_4}</BakProxyAddr>
|
||||
<BakProxyPort>{$sip_port_4}</BakProxyPort>
|
||||
<EnableFailback>{if isset($outbound_proxy_secondary_4)}1{else}0{/if}</EnableFailback>
|
||||
<ProxyAddr>{$line.4.outbound_proxy_primary}</ProxyAddr>
|
||||
<ProxyPort>{$line.4.sip_port}</ProxyPort>
|
||||
<ProxyUser>{$line.4.auth_id}</ProxyUser>
|
||||
<ProxyPswd>{$line.4.user_password}</ProxyPswd>
|
||||
<BakProxyAddr>{$line.4.outbound_proxy_secondary}</BakProxyAddr>
|
||||
<BakProxyPort>{$line.4.sip_port}</BakProxyPort>
|
||||
<EnableFailback>{if isset($line.4.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
|
||||
<SignalCrypto>0</SignalCrypto>
|
||||
<SigCryptoKey></SigCryptoKey>
|
||||
<MediaCrypto>0</MediaCrypto>
|
||||
@@ -561,7 +561,7 @@
|
||||
<NATType>0</NATType>
|
||||
<EnableRport>1</EnableRport>
|
||||
<Subscribe>0</Subscribe>
|
||||
<SubExpire>{$register_expires_4}</SubExpire>
|
||||
<SubExpire>{$line.4.register_expires}</SubExpire>
|
||||
<SingleCodec>0</SingleCodec>
|
||||
<CLIR>0</CLIR>
|
||||
<StrictProxy>1</StrictProxy>
|
||||
@@ -577,10 +577,10 @@
|
||||
<PhonePort>0</PhonePort>
|
||||
<SignalPort>5060</SignalPort>
|
||||
|
||||
{if $sip_transport_4 == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $sip_transport_4 == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $sip_transport_4 == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
|
||||
{if $sip_transport_4 == 'dns srv'}<DNSMode>1</DNSMode>{/if}
|
||||
{if $line.4.sip_transport == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $line.4.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $line.4.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
|
||||
{if $line.4.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
|
||||
|
||||
<UseSRVMixer>0</UseSRVMixer>
|
||||
<SRVMixerUri></SRVMixerUri>
|
||||
@@ -649,24 +649,24 @@
|
||||
<RecordStop>Record:off</RecordStop>
|
||||
</line>
|
||||
<line index="5">
|
||||
<PhoneNumber>{$user_id_5}</PhoneNumber>
|
||||
<DisplayName>{$display_name_5}</DisplayName>
|
||||
<PhoneNumber>{$line.5.user_id}</PhoneNumber>
|
||||
<DisplayName>{$line.5.display_name}</DisplayName>
|
||||
<SipName></SipName>
|
||||
<RegisterAddr>{$server_address_5}</RegisterAddr>
|
||||
<RegisterPort>{$sip_port_5}</RegisterPort>
|
||||
<RegisterUser>{$auth_id_5}</RegisterUser>
|
||||
<RegisterPswd>{$user_password_5}</RegisterPswd>
|
||||
<RegisterTTL>{$register_expires_5}</RegisterTTL>
|
||||
<RegisterAddr>{$line.5.server_address}</RegisterAddr>
|
||||
<RegisterPort>{$line.5.sip_port}</RegisterPort>
|
||||
<RegisterUser>{$line.5.auth_id}</RegisterUser>
|
||||
<RegisterPswd>{$line.5.user_password}</RegisterPswd>
|
||||
<RegisterTTL>{$line.5.register_expires}</RegisterTTL>
|
||||
|
||||
<EnableReg>{if isset($user_password_5)}1{else}0{/if}</EnableReg>
|
||||
<EnableReg>{if isset($line.5.user_password)}1{else}0{/if}</EnableReg>
|
||||
|
||||
<ProxyAddr>{$outbound_proxy_primary_5}</ProxyAddr>
|
||||
<ProxyPort>{$sip_port_5}</ProxyPort>
|
||||
<ProxyUser>{$auth_id_5}</ProxyUser>
|
||||
<ProxyPswd>{$user_password_5}</ProxyPswd>
|
||||
<BakProxyAddr>{$outbound_proxy_secondary_5}</BakProxyAddr>
|
||||
<BakProxyPort>{$sip_port_5}</BakProxyPort>
|
||||
<EnableFailback>{if isset($outbound_proxy_secondary_5)}1{else}0{/if}</EnableFailback>
|
||||
<ProxyAddr>{$line.5.outbound_proxy_primary}</ProxyAddr>
|
||||
<ProxyPort>{$line.5.sip_port}</ProxyPort>
|
||||
<ProxyUser>{$line.5.auth_id}</ProxyUser>
|
||||
<ProxyPswd>{$line.5.user_password}</ProxyPswd>
|
||||
<BakProxyAddr>{$line.5.outbound_proxy_secondary}</BakProxyAddr>
|
||||
<BakProxyPort>{$line.5.sip_port}</BakProxyPort>
|
||||
<EnableFailback>{if isset($line.5.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
|
||||
<SignalCrypto>0</SignalCrypto>
|
||||
<SigCryptoKey></SigCryptoKey>
|
||||
<MediaCrypto>0</MediaCrypto>
|
||||
@@ -701,7 +701,7 @@
|
||||
<NATType>0</NATType>
|
||||
<EnableRport>1</EnableRport>
|
||||
<Subscribe>0</Subscribe>
|
||||
<SubExpire>{$register_expires_5}</SubExpire>
|
||||
<SubExpire>{$line.5.register_expires}</SubExpire>
|
||||
<SingleCodec>0</SingleCodec>
|
||||
<CLIR>0</CLIR>
|
||||
<StrictProxy>1</StrictProxy>
|
||||
@@ -718,11 +718,11 @@
|
||||
<SignalPort>5060</SignalPort>
|
||||
|
||||
|
||||
{if $sip_transport_5 == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $sip_transport_5 == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $sip_transport_5 == 'tls'}<Transport>2</Transport>{/if}
|
||||
{if $sip_transport_5 == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
|
||||
{if $sip_transport_5 == 'dns srv'}<DNSMode>1</DNSMode>{/if}
|
||||
{if $line.5.sip_transport == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $line.5.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $line.5.sip_transport == 'tls'}<Transport>2</Transport>{/if}
|
||||
{if $line.5.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
|
||||
{if $line.5.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
|
||||
|
||||
<UseSRVMixer>0</UseSRVMixer>
|
||||
<SRVMixerUri></SRVMixerUri>
|
||||
@@ -791,24 +791,24 @@
|
||||
<RecordStop>Record:off</RecordStop>
|
||||
</line>
|
||||
<line index="6">
|
||||
<PhoneNumber>{$user_id_6}</PhoneNumber>
|
||||
<DisplayName>{$display_name_6}</DisplayName>
|
||||
<PhoneNumber>{$line.6.user_id}</PhoneNumber>
|
||||
<DisplayName>{$line.6.display_name}</DisplayName>
|
||||
<SipName></SipName>
|
||||
<RegisterAddr>{$server_address_6}</RegisterAddr>
|
||||
<RegisterPort>{$sip_port_6}</RegisterPort>
|
||||
<RegisterUser>{$auth_id_6}</RegisterUser>
|
||||
<RegisterPswd>{$user_password_6}</RegisterPswd>
|
||||
<RegisterTTL>{$register_expires_6}</RegisterTTL>
|
||||
<RegisterAddr>{$line.6.server_address}</RegisterAddr>
|
||||
<RegisterPort>{$line.6.sip_port}</RegisterPort>
|
||||
<RegisterUser>{$aline.6.uth_id}</RegisterUser>
|
||||
<RegisterPswd>{$line.6.user_password}</RegisterPswd>
|
||||
<RegisterTTL>{$line.6.register_expires}</RegisterTTL>
|
||||
|
||||
<EnableReg>{if isset($user_password_6)}1{else}0{/if}</EnableReg>
|
||||
<EnableReg>{if isset($line.6.user_password)}1{else}0{/if}</EnableReg>
|
||||
|
||||
<ProxyAddr>{$outbound_proxy_primary_6}</ProxyAddr>
|
||||
<ProxyPort>{$sip_port_6}</ProxyPort>
|
||||
<ProxyUser>{$auth_id_6}</ProxyUser>
|
||||
<ProxyPswd>{$user_password_6}</ProxyPswd>
|
||||
<BakProxyAddr>{$outbound_proxy_secondary_6}</BakProxyAddr>
|
||||
<BakProxyPort>{$sip_port_6}</BakProxyPort>
|
||||
<EnableFailback>{if isset($outbound_proxy_secondary_6)}1{else}0{/if}</EnableFailback>
|
||||
<ProxyAddr>{$line.6.outbound_proxy_primary}</ProxyAddr>
|
||||
<ProxyPort>{$line.6.sip_port}</ProxyPort>
|
||||
<ProxyUser>{$line.6.auth_id}</ProxyUser>
|
||||
<ProxyPswd>{$line.6.ser_password}</ProxyPswd>
|
||||
<BakProxyAddr>{$line.6.outbound_proxy_secondary}</BakProxyAddr>
|
||||
<BakProxyPort>{$line.6.sip_port}</BakProxyPort>
|
||||
<EnableFailback>{if isset($line.6.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
|
||||
<SignalCrypto>0</SignalCrypto>
|
||||
<SigCryptoKey></SigCryptoKey>
|
||||
<MediaCrypto>0</MediaCrypto>
|
||||
@@ -843,7 +843,7 @@
|
||||
<NATType>0</NATType>
|
||||
<EnableRport>1</EnableRport>
|
||||
<Subscribe>0</Subscribe>
|
||||
<SubExpire>{$register_expires_6}</SubExpire>
|
||||
<SubExpire>{$line.6.register_expires}</SubExpire>
|
||||
<SingleCodec>0</SingleCodec>
|
||||
<CLIR>0</CLIR>
|
||||
<StrictProxy>1</StrictProxy>
|
||||
@@ -860,11 +860,11 @@
|
||||
<SignalPort>5060</SignalPort>
|
||||
|
||||
|
||||
{if $sip_transport_6 == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $sip_transport_6 == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $sip_transport_6 == 'tls'}<Transport>2</Transport>{/if}
|
||||
{if $sip_transport_6 == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
|
||||
{if $sip_transport_6 == 'dns srv'}<DNSMode>1</DNSMode>{/if}
|
||||
{if $line.6.sip_transport == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $line.6.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $line.6.sip_transport == 'tls'}<Transport>2</Transport>{/if}
|
||||
{if $line.6.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
|
||||
{if $line.6.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
|
||||
|
||||
<UseSRVMixer>0</UseSRVMixer>
|
||||
<SRVMixerUri></SRVMixerUri>
|
||||
|
||||
Reference in New Issue
Block a user