Merge branch 'master' into master

This commit is contained in:
FusionPBX
2021-03-09 09:44:47 -07:00
committed by GitHub
189 changed files with 7702 additions and 2444 deletions
+6 -6
View File
@@ -662,8 +662,8 @@ $text['button-clear']['de-de'] = "Zurücksetzen";
$text['button-clear']['el-gr'] = "Εκκαθάριση";
$text['button-clear']['es-cl'] = "Limpiar";
$text['button-clear']['es-mx'] = "Limpiar"; //copied from es-cl
$text['button-clear']['fr-ca'] = "Nettoyer"; //copied from fr-fr
$text['button-clear']['fr-fr'] = "Nettoyer";
$text['button-clear']['fr-ca'] = "Effacer"; //copied from fr-fr
$text['button-clear']['fr-fr'] = "Effacer";
$text['button-clear']['he-il'] = "נקה";
$text['button-clear']['it-it'] = "Pulisci";
$text['button-clear']['nl-nl'] = "";
@@ -754,8 +754,8 @@ $text['button-search']['de-de'] = "Suchen";
$text['button-search']['el-gr'] = "Αναζήτηση";
$text['button-search']['es-cl'] = "Buscar";
$text['button-search']['es-mx'] = "Buscar"; //copied from es-cl
$text['button-search']['fr-ca'] = "Chercher"; //copied from fr-fr
$text['button-search']['fr-fr'] = "Chercher";
$text['button-search']['fr-ca'] = "Rechercher"; //copied from fr-fr
$text['button-search']['fr-fr'] = "Rechercher";
$text['button-search']['he-il'] = "חפש";
$text['button-search']['it-it'] = "Ricerca";
$text['button-search']['nl-nl'] = "";
@@ -4226,8 +4226,8 @@ $text['label-uploaded']['de-ch'] = "Hochgeladen"; //copied from de-de
$text['label-uploaded']['de-de'] = "Hochgeladen";
$text['label-uploaded']['es-cl'] = "Subir";
$text['label-uploaded']['es-mx'] = "Subir"; //copied from es-cl
$text['label-uploaded']['fr-ca'] = "Envoyé"; //copied from fr-fr
$text['label-uploaded']['fr-fr'] = "Envoyé";
$text['label-uploaded']['fr-ca'] = "Envoyés"; //copied from fr-fr
$text['label-uploaded']['fr-fr'] = "Envoyés";
$text['label-uploaded']['he-il'] = "הוטען";
$text['label-uploaded']['it-it'] = "Caricato";
$text['label-uploaded']['nl-nl'] = "Opgestuurd";
+1
View File
@@ -147,6 +147,7 @@
if (is_array($sql_where_or) && @sizeof($sql_where_or) != 0) {
$sql .= "and (".implode(' or ', $sql_where_or).") ";
}
$sql .= "and permission_assigned = 'true' ";
$parameters['domain_uuid'] = $_SESSION["domain_uuid"];
$database = new database;
$result = $database->select($sql, $parameters, 'all');
@@ -84,7 +84,7 @@
<!-- Optionally set the passphrase password used by openSSL to encrypt/decrypt TLS private key files -->
<param name="tls-passphrase" value=""/>
<!-- Verify the date on TLS certificates -->
<param name="tls-verify-date" value="true"/>
<param name="tls-verify-date" value="false"/>
<!-- TLS verify policy, when registering/inviting gateways with other servers (outbound) or handling inbound registration/invite requests how should we verify their certificate -->
<!-- set to 'in' to only verify incoming connections, 'out' to only verify outgoing connections, 'all' to verify all connections, also 'in_subjects', 'out_subjects' and 'all_subjects' for subject validation. Multiple policies can be split with a '|' pipe -->
<param name="tls-verify-policy" value="all|subjects_all" enabled="false"/>
@@ -89,7 +89,7 @@
<!-- Optionally set the passphrase password used by openSSL to encrypt/decrypt TLS private key files -->
<param name="tls-passphrase" value=""/>
<!-- Verify the date on TLS certificates -->
<param name="tls-verify-date" value="true"/>
<param name="tls-verify-date" value="false"/>
<!-- TLS verify policy, when registering/inviting gateways with other servers (outbound) or handling inbound registration/invite requests how should we verify their certificate -->
<!-- set to 'in' to only verify incoming connections, 'out' to only verify outgoing connections, 'all' to verify all connections, also 'in_subjects', 'out_subjects' and 'all_subjects' for subject validation. Multiple policies can be split with a '|' pipe -->
<param name="tls-verify-policy" value="all|subjects_all" enabled="false"/>
@@ -60,7 +60,7 @@
<!-- Optionally set the passphrase password used by openSSL to encrypt/decrypt TLS private key files -->
<param name="tls-passphrase" value=""/>
<!-- Verify the date on TLS certificates -->
<param name="tls-verify-date" value="true"/>
<param name="tls-verify-date" value="false"/>
<!-- TLS verify policy, when registering/inviting gateways with other servers (outbound) or handling inbound registration/invite requests how should we verify their certificate -->
<!-- set to 'in' to only verify incoming connections, 'out' to only verify outgoing connections, 'all' to verify all connections, also 'in_subjects', 'out_subjects' and 'all_subjects' for subject validation. Multiple policies can be split with a '|' pipe -->
<param name="tls-verify-policy" value="all|subjects_all" enabled="false"/>
@@ -181,7 +181,7 @@
<!-- Optionally set the passphrase password used by openSSL to encrypt/decrypt TLS private key files -->
<param name="tls-passphrase" value=""/>
<!-- Verify the date on TLS certificates -->
<param name="tls-verify-date" value="true"/>
<param name="tls-verify-date" value="false"/>
<!-- TLS verify policy, when registering/inviting gateways with other servers (outbound) or handling inbound registration/invite requests how should we verify their certificate -->
<!-- set to 'in' to only verify incoming connections, 'out' to only verify outgoing connections, 'all' to verify all connections, also 'in_subjects', 'out_subjects' and 'all_subjects' for subject validation. Multiple policies can be split with a '|' pipe -->
<param name="tls-verify-policy" value="all|subjects_all" enabled="false"/>
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Template is optimized for firmware ver 2.2.10 and newer. Older firmware has incorrect tag names.-->
<sysConf>
<Version>2.0000000000</Version>
<net>
@@ -11,7 +12,7 @@
<SecondaryDNS>{if isset($dns_server_secondary)}{$dns_server_secondary}{else}208.67.222.222{/if}</SecondaryDNS>
<EnableDHCP>1</EnableDHCP>
<DHCPAutoDNS>1</DHCPAutoDNS>
<DHCPAutoTime>1</DHCPAutoTime>
<DHCPOption100-101>1</DHCPOption100-101>
<UseVendorClassID>0</UseVendorClassID>
<VendorClassID>Fanvil X3U</VendorClassID>
@@ -43,11 +44,11 @@
<OpusPayloadType></OpusPayloadType>
<OpusSampleRate></OpusSampleRate>
<VAD></VAD>
<H264PayloadType></H264PayloadType>
<ResvAudioBand></ResvAudioBand>
<RTPInitialPort></RTPInitialPort>
<RTPPortQuantity></RTPPortQuantity>
<RTPKeepAlive></RTPKeepAlive>
<RTPRelay></RTPRelay>
<RTCPCNAMEUser></RTCPCNAMEUser>
<RTCPCNAMEHost></RTCPCNAMEHost>
<SelectYourTone>{if isset($fanvil_country_toneset)}{$fanvil_country_toneset}{else}11{/if}</SelectYourTone>
@@ -98,22 +99,25 @@
<RegisterUser>{$account.1.auth_id}</RegisterUser>
<RegisterPswd>{$account.1.password}</RegisterPswd>
<RegisterTTL>{$account.1.register_expires}</RegisterTTL>
<NeedRegOn>0</NeedRegOn>
<BackupAddr></BackupAddr>
<BackupPort>5060</BackupPort>
<BackupTransport>0</BackupTransport>
<BackupTTL>3600</BackupTTL>
<BackupNeedRegOn>0</BackupNeedRegOn>
<EnableReg>{if isset($account.1.password)}1{else}0{/if}</EnableReg>
<ProxyAddr>{$account.1.outbound_proxy_primary}</ProxyAddr>
<ProxyPort>{$account.1.sip_port}</ProxyPort>
<ProxyUser>{$account.1.auth_id}</ProxyUser>
<ProxyPswd>{$account.1.password}</ProxyPswd>
<ProxyNeedRegOn>0</ProxyNeedRegOn>
<BakProxyAddr>{$account.1.outbound_proxy_secondary}</BakProxyAddr>
<BakProxyPort>{$account.1.sip_port}</BakProxyPort>
<BakProxyNeedRegOn>0</BakProxyNeedRegOn>
<EnableFailback>{if isset($account.1.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
<FailbackInterval>1800</FailbackInterval>
<SignalFailback>0</SignalFailback>
<SignalRetryCounts>3</SignalRetryCounts>
<SignalCrypto>0</SignalCrypto>
<SigCryptoKey></SigCryptoKey>
<MediaCrypto>0</MediaCrypto>
<MedCryptoKey></MedCryptoKey>
@@ -147,7 +151,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.1.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.1.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -166,7 +170,7 @@
<SignalPort>5060</SignalPort>
{if $account.1.sip_transport == 'udp'}<Transport>0</Transport>{/if}
{if $account.1.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
{if $account.1.sip_transport == 'tls'}<Transport>2</Transport>{/if}
{if $account.1.sip_transport == 'tls'}<Transport>3</Transport>{/if}
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
@@ -174,10 +178,11 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.1.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
<RetrieveType>0</RetrieveType>
<HelpNo></HelpNo>
<MSRPHelpNum></MSRPHelpNum>
<UserIsPhone>0</UserIsPhone>
@@ -200,13 +205,14 @@
<SendANOffCode></SendANOffCode>
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>OPUS,PCMU,PCMA,G726-32,G729,iLBC,G722</VoiceCodecMap>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,iLBC,G722</VoiceCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
<EnableBLFList>0</EnableBLFList>
<CallerIdType>4</CallerIdType>
<KeepHigherCallerID>0</KeepHigherCallerID>
<SynClockTime>0</SynClockTime>
<MohServer></MohServer>
<UseVPN>1</UseVPN>
@@ -223,7 +229,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -245,6 +251,8 @@
<SessionTimerT1>500</SessionTimerT1>
<SessionTimerT2>4000</SessionTimerT2>
<SessionTimerT4>5000</SessionTimerT4>
<UnavailableMode>0</UnavailableMode>
<TCPUseRetryTimer>0</TCPUseRetryTimer>
</line>
<line index="2">
<PhoneNumber>{$account.2.user_id}</PhoneNumber>
@@ -255,22 +263,25 @@
<RegisterUser>{$account.2.auth_id}</RegisterUser>
<RegisterPswd>{$account.2.password}</RegisterPswd>
<RegisterTTL>{$account.2.register_expires}</RegisterTTL>
<NeedRegOn>0</NeedRegOn>
<BackupAddr></BackupAddr>
<BackupPort>5060</BackupPort>
<BackupTransport>0</BackupTransport>
<BackupTTL>3600</BackupTTL>
<BackupNeedRegOn>0</BackupNeedRegOn>
<EnableReg>{if isset($account.2.password)}1{else}0{/if}</EnableReg>
<ProxyAddr>{$account.2.outbound_proxy_primary}</ProxyAddr>
<ProxyPort>{$account.2.sip_port}</ProxyPort>
<ProxyUser>{$account.2.auth_id}</ProxyUser>
<ProxyPswd>{$account.2.password}</ProxyPswd>
<ProxyNeedRegOn>0</ProxyNeedRegOn>
<BakProxyAddr>{$account.2.outbound_proxy_secondary}</BakProxyAddr>
<BakProxyPort>{$account.2.sip_port}</BakProxyPort>
<BakProxyNeedRegOn>0</BakProxyNeedRegOn>
<EnableFailback>{if isset($account.2.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
<FailbackInterval>1800</FailbackInterval>
<SignalFailback>0</SignalFailback>
<SignalRetryCounts>3</SignalRetryCounts>
<SignalCrypto>0</SignalCrypto>
<SigCryptoKey></SigCryptoKey>
<MediaCrypto>0</MediaCrypto>
<MedCryptoKey></MedCryptoKey>
@@ -304,7 +315,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.2.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.2.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -323,7 +334,7 @@
<SignalPort>5060</SignalPort>
{if $account.2.sip_transport == 'udp'}<Transport>0</Transport>{/if}
{if $account.2.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
{if $account.2.sip_transport == 'tls'}<Transport>2</Transport>{/if}
{if $account.2.sip_transport == 'tls'}<Transport>3</Transport>{/if}
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
@@ -331,10 +342,11 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.2.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
<RetrieveType>0</RetrieveType>
<HelpNo></HelpNo>
<MSRPHelpNum></MSRPHelpNum>
<UserIsPhone>0</UserIsPhone>
@@ -357,13 +369,14 @@
<SendANOffCode></SendANOffCode>
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>OPUS,PCMU,PCMA,G726-32,G729,iLBC,G722</VoiceCodecMap>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,iLBC,G722</VoiceCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
<EnableBLFList>0</EnableBLFList>
<CallerIdType>4</CallerIdType>
<KeepHigherCallerID>0</KeepHigherCallerID>
<SynClockTime>0</SynClockTime>
<MohServer></MohServer>
<UseVPN>1</UseVPN>
@@ -380,7 +393,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -402,6 +415,8 @@
<SessionTimerT1>500</SessionTimerT1>
<SessionTimerT2>4000</SessionTimerT2>
<SessionTimerT4>5000</SessionTimerT4>
<UnavailableMode>0</UnavailableMode>
<TCPUseRetryTimer>0</TCPUseRetryTimer>
</line>
<line index="3">
<PhoneNumber>{$account.3.user_id}</PhoneNumber>
@@ -412,22 +427,25 @@
<RegisterUser>{$account.3.auth_id}</RegisterUser>
<RegisterPswd>{$account.3.password}</RegisterPswd>
<RegisterTTL>{$account.3.register_expires}</RegisterTTL>
<NeedRegOn>0</NeedRegOn>
<BackupAddr></BackupAddr>
<BackupPort>5060</BackupPort>
<BackupTransport>0</BackupTransport>
<BackupTTL>3600</BackupTTL>
<BackupNeedRegOn>0</BackupNeedRegOn>
<EnableReg>{if isset($account.3.password)}1{else}0{/if}</EnableReg>
<ProxyAddr>{$account.3.outbound_proxy_primary}</ProxyAddr>
<ProxyPort>{$account.3.sip_port}</ProxyPort>
<ProxyUser>{$account.3.auth_id}</ProxyUser>
<ProxyPswd>{$account.3.password}</ProxyPswd>
<ProxyNeedRegOn>0</ProxyNeedRegOn>
<BakProxyAddr>{$account.3.outbound_proxy_secondary}</BakProxyAddr>
<BakProxyPort>{$account.3.sip_port}</BakProxyPort>
<BakProxyNeedRegOn>0</BakProxyNeedRegOn>
<EnableFailback>{if isset($account.3.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
<FailbackInterval>1800</FailbackInterval>
<SignalFailback>0</SignalFailback>
<SignalRetryCounts>3</SignalRetryCounts>
<SignalCrypto>0</SignalCrypto>
<SigCryptoKey></SigCryptoKey>
<MediaCrypto>0</MediaCrypto>
<MedCryptoKey></MedCryptoKey>
@@ -461,7 +479,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.3.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.3.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -480,7 +498,7 @@
<SignalPort>5060</SignalPort>
{if $account.3.sip_transport == 'udp'}<Transport>0</Transport>{/if}
{if $account.3.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
{if $account.3.sip_transport == 'tls'}<Transport>2</Transport>{/if}
{if $account.3.sip_transport == 'tls'}<Transport>3</Transport>{/if}
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
@@ -488,10 +506,11 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.3.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
<RetrieveType>0</RetrieveType>
<HelpNo></HelpNo>
<MSRPHelpNum></MSRPHelpNum>
<UserIsPhone>0</UserIsPhone>
@@ -514,13 +533,14 @@
<SendANOffCode></SendANOffCode>
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>OPUS,PCMU,PCMA,G726-32,G729,iLBC,G722</VoiceCodecMap>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,iLBC,G722</VoiceCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
<EnableBLFList>0</EnableBLFList>
<CallerIdType>4</CallerIdType>
<KeepHigherCallerID>0</KeepHigherCallerID>
<SynClockTime>0</SynClockTime>
<MohServer></MohServer>
<UseVPN>1</UseVPN>
@@ -537,7 +557,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -559,6 +579,8 @@
<SessionTimerT1>500</SessionTimerT1>
<SessionTimerT2>4000</SessionTimerT2>
<SessionTimerT4>5000</SessionTimerT4>
<UnavailableMode>0</UnavailableMode>
<TCPUseRetryTimer>0</TCPUseRetryTimer>
</line>
<line index="4">
<PhoneNumber>{$account.4.user_id}</PhoneNumber>
@@ -569,22 +591,25 @@
<RegisterUser>{$account.4.auth_id}</RegisterUser>
<RegisterPswd>{$account.4.password}</RegisterPswd>
<RegisterTTL>{$account.4.register_expires}</RegisterTTL>
<NeedRegOn>0</NeedRegOn>
<BackupAddr></BackupAddr>
<BackupPort>5060</BackupPort>
<BackupTransport>0</BackupTransport>
<BackupTTL>3600</BackupTTL>
<BackupNeedRegOn>0</BackupNeedRegOn>
<EnableReg>{if isset($account.4.password)}1{else}0{/if}</EnableReg>
<ProxyAddr>{$account.4.outbound_proxy_primary}</ProxyAddr>
<ProxyPort>{$account.4.sip_port}</ProxyPort>
<ProxyUser>{$account.4.auth_id}</ProxyUser>
<ProxyPswd>{$account.4.password}</ProxyPswd>
<ProxyNeedRegOn>0</ProxyNeedRegOn>
<BakProxyAddr>{$account.4.outbound_proxy_secondary}</BakProxyAddr>
<BakProxyPort>{$account.4.sip_port}</BakProxyPort>
<BakProxyNeedRegOn>0</BakProxyNeedRegOn>
<EnableFailback>{if isset($account.4.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
<FailbackInterval>1800</FailbackInterval>
<SignalFailback>0</SignalFailback>
<SignalRetryCounts>3</SignalRetryCounts>
<SignalCrypto>0</SignalCrypto>
<SigCryptoKey></SigCryptoKey>
<MediaCrypto>0</MediaCrypto>
<MedCryptoKey></MedCryptoKey>
@@ -618,7 +643,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.4.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.4.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -637,7 +662,7 @@
<SignalPort>5060</SignalPort>
{if $account.4.sip_transport == 'udp'}<Transport>0</Transport>{/if}
{if $account.4.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
{if $account.4.sip_transport == 'tls'}<Transport>2</Transport>{/if}
{if $account.4.sip_transport == 'tls'}<Transport>3</Transport>{/if}
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
@@ -645,10 +670,11 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.4.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
<RetrieveType>0</RetrieveType>
<HelpNo></HelpNo>
<MSRPHelpNum></MSRPHelpNum>
<UserIsPhone>0</UserIsPhone>
@@ -671,13 +697,14 @@
<SendANOffCode></SendANOffCode>
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>OPUS,PCMU,PCMA,G726-32,G729,iLBC,G722</VoiceCodecMap>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,iLBC,G722</VoiceCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
<EnableBLFList>0</EnableBLFList>
<CallerIdType>4</CallerIdType>
<KeepHigherCallerID>0</KeepHigherCallerID>
<SynClockTime>0</SynClockTime>
<MohServer></MohServer>
<UseVPN>1</UseVPN>
@@ -694,7 +721,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -716,6 +743,8 @@
<SessionTimerT1>500</SessionTimerT1>
<SessionTimerT2>4000</SessionTimerT2>
<SessionTimerT4>5000</SessionTimerT4>
<UnavailableMode>0</UnavailableMode>
<TCPUseRetryTimer>0</TCPUseRetryTimer>
</line>
<line index="5">
<PhoneNumber>{$account.5.user_id}</PhoneNumber>
@@ -726,22 +755,25 @@
<RegisterUser>{$account.5.auth_id}</RegisterUser>
<RegisterPswd>{$account.5.password}</RegisterPswd>
<RegisterTTL>{$account.5.register_expires}</RegisterTTL>
<NeedRegOn>0</NeedRegOn>
<BackupAddr></BackupAddr>
<BackupPort>5060</BackupPort>
<BackupTransport>0</BackupTransport>
<BackupTTL>3600</BackupTTL>
<BackupNeedRegOn>0</BackupNeedRegOn>
<EnableReg>{if isset($account.5.password)}1{else}0{/if}</EnableReg>
<ProxyAddr>{$account.5.outbound_proxy_primary}</ProxyAddr>
<ProxyPort>{$account.5.sip_port}</ProxyPort>
<ProxyUser>{$account.5.auth_id}</ProxyUser>
<ProxyPswd>{$account.5.password}</ProxyPswd>
<ProxyNeedRegOn>0</ProxyNeedRegOn>
<BakProxyAddr>{$account.5.outbound_proxy_secondary}</BakProxyAddr>
<BakProxyPort>{$account.5.sip_port}</BakProxyPort>
<BakProxyNeedRegOn>0</BakProxyNeedRegOn>
<EnableFailback>{if isset($account.5.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
<FailbackInterval>1800</FailbackInterval>
<SignalFailback>0</SignalFailback>
<SignalRetryCounts>3</SignalRetryCounts>
<SignalCrypto>0</SignalCrypto>
<SigCryptoKey></SigCryptoKey>
<MediaCrypto>0</MediaCrypto>
<MedCryptoKey></MedCryptoKey>
@@ -775,15 +807,15 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.5.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.5.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
<StrictProxy>1</StrictProxy>
<DirectContact>0</DirectContact>
<HistoryInfo>0</HistoryInfo>
<DNSSRV>0</DNSSRV>
<DNSMode>0</DNSMode>
{if $account.5.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
{if $account.5.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
<XFERExpire>0</XFERExpire>
<BanAnonymous>0</BanAnonymous>
<DialOffLine>0</DialOffLine>
@@ -794,7 +826,7 @@
<SignalPort>5060</SignalPort>
{if $account.5.sip_transport == 'udp'}<Transport>0</Transport>{/if}
{if $account.5.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
{if $account.5.sip_transport == 'tls'}<Transport>2</Transport>{/if}
{if $account.5.sip_transport == 'tls'}<Transport>3</Transport>{/if}
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
@@ -802,10 +834,11 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.5.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
<RetrieveType>0</RetrieveType>
<HelpNo></HelpNo>
<MSRPHelpNum></MSRPHelpNum>
<UserIsPhone>0</UserIsPhone>
@@ -828,13 +861,14 @@
<SendANOffCode></SendANOffCode>
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>OPUS,PCMU,PCMA,G726-32,G729,iLBC,G722</VoiceCodecMap>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,iLBC,G722</VoiceCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
<EnableBLFList>0</EnableBLFList>
<CallerIdType>4</CallerIdType>
<KeepHigherCallerID>0</KeepHigherCallerID>
<SynClockTime>0</SynClockTime>
<MohServer></MohServer>
<UseVPN>1</UseVPN>
@@ -851,7 +885,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -873,6 +907,8 @@
<SessionTimerT1>500</SessionTimerT1>
<SessionTimerT2>4000</SessionTimerT2>
<SessionTimerT4>5000</SessionTimerT4>
<UnavailableMode>0</UnavailableMode>
<TCPUseRetryTimer>0</TCPUseRetryTimer>
</line>
<line index="6">
<PhoneNumber>{$account.6.user_id}</PhoneNumber>
@@ -883,22 +919,25 @@
<RegisterUser>{$account.6.auth_id}</RegisterUser>
<RegisterPswd>{$account.6.password}</RegisterPswd>
<RegisterTTL>{$account.6.register_expires}</RegisterTTL>
<NeedRegOn>0</NeedRegOn>
<BackupAddr></BackupAddr>
<BackupPort>5060</BackupPort>
<BackupTransport>0</BackupTransport>
<BackupTTL>3600</BackupTTL>
<BackupNeedRegOn>0</BackupNeedRegOn>
<EnableReg>{if isset($account.6.password)}1{else}0{/if}</EnableReg>
<ProxyAddr>{$account.6.outbound_proxy_primary}</ProxyAddr>
<ProxyPort>{$account.6.sip_port}</ProxyPort>
<ProxyUser>{$account.6.auth_id}</ProxyUser>
<ProxyPswd>{$account.6.password}</ProxyPswd>
<ProxyNeedRegOn>0</ProxyNeedRegOn>
<BakProxyAddr>{$account.6.outbound_proxy_secondary}</BakProxyAddr>
<BakProxyPort>{$account.6.sip_port}</BakProxyPort>
<BakProxyNeedRegOn>0</BakProxyNeedRegOn>
<EnableFailback>{if isset($account.6.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
<FailbackInterval>1800</FailbackInterval>
<SignalFailback>0</SignalFailback>
<SignalRetryCounts>3</SignalRetryCounts>
<SignalCrypto>0</SignalCrypto>
<SigCryptoKey></SigCryptoKey>
<MediaCrypto>0</MediaCrypto>
<MedCryptoKey></MedCryptoKey>
@@ -932,15 +971,15 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.6.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.6.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
<StrictProxy>1</StrictProxy>
<DirectContact>0</DirectContact>
<HistoryInfo>0</HistoryInfo>
<DNSSRV>0</DNSSRV>
<DNSMode>0</DNSMode>
{if $account.6.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
{if $account.6.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
<XFERExpire>0</XFERExpire>
<BanAnonymous>0</BanAnonymous>
<DialOffLine>0</DialOffLine>
@@ -951,7 +990,7 @@
<SignalPort>5060</SignalPort>
{if $account.6.sip_transport == 'udp'}<Transport>0</Transport>{/if}
{if $account.6.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
{if $account.6.sip_transport == 'tls'}<Transport>2</Transport>{/if}
{if $account.6.sip_transport == 'tls'}<Transport>3</Transport>{/if}
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
@@ -959,10 +998,11 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.6.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
<RetrieveType>0</RetrieveType>
<HelpNo></HelpNo>
<MSRPHelpNum></MSRPHelpNum>
<UserIsPhone>0</UserIsPhone>
@@ -985,13 +1025,14 @@
<SendANOffCode></SendANOffCode>
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>OPUS,PCMU,PCMA,G726-32,G729,iLBC,G722</VoiceCodecMap>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,iLBC,G722</VoiceCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
<EnableBLFList>0</EnableBLFList>
<CallerIdType>4</CallerIdType>
<KeepHigherCallerID>0</KeepHigherCallerID>
<SynClockTime>0</SynClockTime>
<MohServer></MohServer>
<UseVPN>1</UseVPN>
@@ -1008,7 +1049,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1030,17 +1071,22 @@
<SessionTimerT1>500</SessionTimerT1>
<SessionTimerT2>4000</SessionTimerT2>
<SessionTimerT4>5000</SessionTimerT4>
<UnavailableMode>0</UnavailableMode>
<TCPUseRetryTimer>0</TCPUseRetryTimer>
</line>
<p2p>
<SIPP2PEnableAutoAnswer>0</SIPP2PEnableAutoAnswer>
<SIPP2PAutoAnswerDelay>30</SIPP2PAutoAnswerDelay>
<SIPP2PDtmfMode>1</SIPP2PDtmfMode>
<SIPP2PSipInfoDtmfMode>0</SIPP2PSipInfoDtmfMode>
<SIPP2PEnablePreview>0</SIPP2PEnablePreview>
<SIPP2PPreviewMode>0</SIPP2PPreviewMode>
<SIPP2PUseVPN>1</SIPP2PUseVPN>
</p2p>
</sip>
<call>
<port index="1">
<EnableXferDPlan></EnableXferDPlan>
<EnableXferDPlan>1</EnableXferDPlan>
<EnableFwdDPlan>0</EnableFwdDPlan>
<EnablePreDPlan>0</EnablePreDPlan>
<IPDialPrefix>.</IPDialPrefix>
@@ -1085,7 +1131,7 @@
<AllowIPCall>1</AllowIPCall>
<CallerNameType>0</CallerNameType>
<MuteForRing>0</MuteForRing>
<AutoHandleVideo>0</AutoHandleVideo>
<AutoHandleVideo>1</AutoHandleVideo>
<DefaultAnsMode>{$fanvil_default_answer_mode}</DefaultAnsMode>
<DefaultDialMode>{$fanvil_default_dial_mode}</DefaultDialMode>
<HoldToTransfer>0</HoldToTransfer>
@@ -1109,6 +1155,10 @@
<ConfDTMFCode></ConfDTMFCode>
<DisableDialSearch>0</DisableDialSearch>
<CallNumberFilter></CallNumberFilter>
<AutoResumeCurrent>0</AutoResumeCurrent>
<AlertTimeout>120</AlertTimeout>
<RingTimeout>120</RingTimeout>
<RingPriority>0</RingPriority>
</port>
<basic>
<DialbyPound>1</DialbyPound>
@@ -1189,13 +1239,17 @@
<CallLogDisplayType>0</CallLogDisplayType>
<EnableRecvSMS>1</EnableRecvSMS>
<EnableCallHistory>1</EnableCallHistory>
<LineDisplayFormat>$name@$protocol$instance</LineDisplayFormat>
<LineDisplayFormat>$name</LineDisplayFormat>
<EnableMWITone>0</EnableMWITone>
<AllPswdEncryption>0</AllPswdEncryption>
<SIPNotifyXML>1</SIPNotifyXML>
<BlockXMLWhenCall>1</BlockXMLWhenCall>
<XMLUpdateInterval>30</XMLUpdateInterval>
<VqmDisplayOrder></VqmDisplayOrder>
<EnablePushXMLAuth>0</EnablePushXMLAuth>
<PickupVisualAlert>0</PickupVisualAlert>
<PickupAudioAlert>0</PickupAudioAlert>
<PickupRingType></PickupRingType>
<display>
<LCDTitle>{$fanvil_greeting}</LCDTitle>
<LCDConstrast>5</LCDConstrast>
@@ -1216,6 +1270,7 @@
<Hold>0</Hold>
<Mute>0</Mute>
<MissedCall>3</MissedCall>
<PowserSaving>1</PowserSaving>
</powerLed>
<lineLed>
<LineIdleColor>0</LineIdleColor>
@@ -1224,25 +1279,36 @@
<blfLed>
<BLFIdleColor>0</BLFIdleColor>
<BLFIdleCtl>1</BLFIdleCtl>
<BLFIdleText>terminated</BLFIdleText>
<BLFRingColor>1</BLFRingColor>
<BLFRingCtl>2</BLFRingCtl>
<BLFUsingColor>1</BLFUsingColor>
<BLFUsingCtl>1</BLFUsingCtl>
<BLFRingText>early</BLFRingText>
<BLFDialingColor>1</BLFDialingColor>
<BLFDialingCtl>0</BLFDialingCtl>
<BLFDialingText></BLFDialingText>
<BLFTalkingColor>1</BLFTalkingColor>
<BLFTalkingCtl>1</BLFTalkingCtl>
<BLFTalkingText>confirmed</BLFTalkingText>
<BLFHoldColor>1</BLFHoldColor>
<BLFHoldCtl>0</BLFHoldCtl>
<BLFHoldText></BLFHoldText>
<BLFFailedColor>0</BLFFailedColor>
<BLFFailedCtl>0</BLFFailedCtl>
<BLFFailedText>failed</BLFFailedText>
<BLFParkedColor>0</BLFParkedColor>
<BLFParkedCtl>3</BLFParkedCtl>
<BLFParkedText>parked</BLFParkedText>
</blfLed>
<volume>
<HandsetVol></HandsetVol>
<HandsetMicVol></HandsetMicVol>
<HeadsetVol></HeadsetVol>
<HeadsetMicVol></HeadsetMicVol>
<HeadsetRingVol></HeadsetRingVol>
<HandFreeVol></HandFreeVol>
<HandFreeMicVol></HandFreeMicVol>
<HandFreeRingVol></HandFreeRingVol>
<RingType>{if isset($fanvil_default_ringtone)}{$fanvil_default_ringtone}{else}Type 1{/if}</RingType>
<HandsetVol>5</HandsetVol>
<HandsetMicVol>3</HandsetMicVol>
<HeadsetVol>5</HeadsetVol>
<HeadsetMicVol>3</HeadsetMicVol>
<HeadsetRingVol>5</HeadsetRingVol>
<HandFreeVol>8</HandFreeVol>
<HandFreeMicVol>3</HandFreeMicVol>
<HandFreeRingVol>4</HandFreeRingVol>
<RingType>{if isset($fanvil_default_ringtone)}{$fanvil_default_ringtone}{else}Type 2{/if}</RingType>
</volume>
<date>
<EnableSNTP>{if isset($fanvil_enable_sntp)}{$fanvil_enable_sntp}{else}1{/if}</EnableSNTP>
@@ -1274,7 +1340,7 @@
</timeDisplay>
<softkey>
<SoftkeyMode>0</SoftkeyMode>
<SoftKeyExitStyle>{if isset($fanvil_softkey_exit)}{$fanvil_softkey_exit}{else}2{/if}</SoftKeyExitStyle>
<SoftKeyExitStyle>{if isset($fanvil_softkey_exit)}{$fanvil_softkey_exit}{else}2{/if}</SoftKeyExitStyle>
<DesktopSoftkey>{if isset($fanvil_softkey_desktopsoftkey)}{$fanvil_softkey_desktopsoftkey}{else}history;contact;dnd;menu;{/if}</DesktopSoftkey>
<TalkingSoftkey>{if isset($fanvil_softkey_talkingsoftkey)}{$fanvil_softkey_talkingsoftkey}{else}hold;xfer;conf;end;{/if}</TalkingSoftkey>
<RingingSoftkey>{if isset($fanvil_softkey_ringingsoftkey)}{$fanvil_softkey_ringingsoftkey}{else}accept;none;forward;reject;{/if}</RingingSoftkey>
@@ -1289,6 +1355,7 @@
<DialerCfwdSoftkey>send;2aB;delete;exit;</DialerCfwdSoftkey>
<DesktopClick>{if isset($fanvil_softkey_desktopclick)}{$fanvil_softkey_desktopclick}{else}history;status;none;none;none;{/if}</DesktopClick>
<DailerClick>pline;nline;none;none;none;</DailerClick>
<RingingClick>none;none;none;none;none;</RingingClick>
<CallClick>none;none;none;none;none;</CallClick>
<DesktopLongPress>status;none;none;none;reset;</DesktopLongPress>
<DialerConfSoftkey>contact;clogs;redial;video;cancel;</DialerConfSoftkey>
@@ -1529,6 +1596,8 @@
<dm>
<OnhookTime>120</OnhookTime>
<EnableHookflash>0</EnableHookflash>
<KeyLongPressTime>2</KeyLongPressTime>
<KeyLongLongPressTime>6</KeyLongLongPressTime>
</dm>
<vqm>
<SessionReport>1</SessionReport>
@@ -1544,6 +1613,7 @@
<cti>
<EnabledActiveUri>1</EnabledActiveUri>
<EnabledActionUrl>1</EnabledActionUrl>
<ActionUrlType>0</ActionUrlType>
<ActiveUriIP></ActiveUriIP>
<StartRebootUrl></StartRebootUrl>
<BootCompletedUrl></BootCompletedUrl>
@@ -1554,6 +1624,8 @@
<PhoneStateIdleUrl></PhoneStateIdleUrl>
<PhoneStateTalking></PhoneStateTalking>
<PhoneStateRinging></PhoneStateRinging>
<OnhookUri></OnhookUri>
<OffhookUrl></OffhookUrl>
<DNDOnUrl></DNDOnUrl>
<DNDOffUrl></DNDOffUrl>
<AlwaysFWDOnUrl></AlwaysFWDOnUrl>
@@ -1578,6 +1650,7 @@
<NewMissedcallUrl></NewMissedcallUrl>
<NewMWIUrl></NewMWIUrl>
<NewSMSUrl></NewSMSUrl>
<WebAuthChangedUrl></WebAuthChangedUrl>
<at></at>
</cti>
<ateTest>
@@ -1649,6 +1722,9 @@
<Port>0</Port>
<Channel>0</Channel>
</addr>
<dynamic>
<AutoExitExpires>60</AutoExitExpires>
</dynamic>
</mcast>
<dsskey>
<SelectDsskeyAction>0</SelectDsskeyAction>
@@ -1656,10 +1732,12 @@
<FuncKeyPageNum>1</FuncKeyPageNum>
<SideKeyPageNum>1</SideKeyPageNum>
<DSSHomePage>0</DSSHomePage>
<DisplayParkedInfo>0</DisplayParkedInfo>
<DSSDIALSwitchMode>0</DSSDIALSwitchMode>
<FirstCallWaitTime>16</FirstCallWaitTime>
<FirstNumStartTime>360</FirstNumStartTime>
<FirstNumEndTime>1080</FirstNumEndTime>
<DSSLongPressAction>1</DSSLongPressAction>
<Extern1PageBelong>0</Extern1PageBelong>
<Extern2PageBelong>0</Extern2PageBelong>
<Extern3PageBelong>0</Extern3PageBelong>
@@ -1725,7 +1803,7 @@
</log>
<tr069>
<TR069Tone>1</TR069Tone>
<CPESerialNumber>00100400FV02001000000c383e3aaf78</CPESerialNumber>
<CPESerialNumber></CPESerialNumber>
<ACSServerType>1</ACSServerType>
<EnableTR069>0</EnableTR069>
<ACSURL>0.0.0.0</ACSURL>
@@ -1737,12 +1815,14 @@
<CPEUserName>dps</CPEUserName>
<CPEPassword>dps</CPEPassword>
<PeriodixInterval>3600</PeriodixInterval>
<TLSVersion>2</TLSVersion>
<TLSVersion>0</TLSVersion>
<AreaCode>020</AreaCode>
<STUNEnable>0</STUNEnable>
<STUNServerAddr>{$fanvil_stun_server}</STUNServerAddr>
<STUNServerPort>{$fanvil_stun_port}</STUNServerPort>
<STUNLocalPort>30000</STUNLocalPort>
<STUNMaxPeriod>30</STUNMaxPeriod>
<STUNMinPeriod>30</STUNMinPeriod>
</tr069>
<hotspot>
<EnableHotspot>0</EnableHotspot>
@@ -1751,23 +1831,32 @@
<ListenIP>224.0.2.0</ListenIP>
<ListenPort>16360</ListenPort>
<OwnName>SIP Hotspot</OwnName>
<RingMode>0</RingMode>
<EnableManageMode>0</EnableManageMode>
<EnableConfigMode>0</EnableConfigMode>
<hs index="1">
<Enable>1</Enable>
<ExtPrefix></ExtPrefix>
</hs>
<hs index="2">
<Enable>1</Enable>
<ExtPrefix></ExtPrefix>
</hs>
<hs index="3">
<Enable>1</Enable>
<ExtPrefix></ExtPrefix>
</hs>
<hs index="4">
<Enable>1</Enable>
<ExtPrefix></ExtPrefix>
</hs>
<hs index="5">
<Enable>1</Enable>
<ExtPrefix></ExtPrefix>
</hs>
<hs index="6">
<Enable>1</Enable>
<ExtPrefix></ExtPrefix>
</hs>
</hotspot>
<vpn>
@@ -1794,7 +1883,7 @@
<DeviceCfgFileKey></DeviceCfgFileKey>
<CommonCfgFileKey></CommonCfgFileKey>
<DownloadCommonConf>1</DownloadCommonConf>
<SaveProvisionInfo>0</SaveProvisionInfo>
<SaveProvisionInfo>1</SaveProvisionInfo>
<CheckFailTimes>5</CheckFailTimes>
<FlashServerIP>{if isset($fanvil_provision_url)}{$fanvil_provision_url}{else}https://{$domain_name}/app/provision{/if}</FlashServerIP>
<FlashFileName>{$fanvil_firmware_config}</FlashFileName>
@@ -1814,6 +1903,8 @@
<DHCPOption>66</DHCPOption>
<DHCPv6Option>0</DHCPv6Option>
<DhcpOption120>0</DhcpOption120>
<SaveDHCPOpion>0</SaveDHCPOpion>
<DhcpRenewUpgrade>1</DhcpRenewUpgrade>
</opt>
</ap>
<fwCheck>
@@ -1839,7 +1930,7 @@
<LLDPRefreshTime>{if isset($fanvil_lldp_refresh)}{$fanvil_lldp_refresh}{else}60{/if}</LLDPRefreshTime>
<LLDPLearnPolicy>{if isset($fanvil_lldp_learn)}{$fanvil_lldp_learn}{else}0{/if}</LLDPLearnPolicy>
<LLDPSaveLearnData>0</LLDPSaveLearnData>
<CDPEnable>0</CDPEnable>
<CDPEnable>1</CDPEnable>
<CDPRefreshTime>60</CDPRefreshTime>
<DHCPOptionVlan>132</DHCPOptionVlan>
</qos>
@@ -1867,6 +1958,7 @@
<ServerAddr>0.0.0.0</ServerAddr>
<ServerPort>10000</ServerPort>
</record>
<UIconfig></UIconfig>
<background>
<TimeoutToScreensaver>0</TimeoutToScreensaver>
<UserChangeBackground>0</UserChangeBackground>
@@ -1878,5 +1970,19 @@
<SMSPopup>1</SMSPopup>
<OtherPopup>1</OtherPopup>
<EnablePortMirror>0</EnablePortMirror>
<SidekeyLabelLength>0</SidekeyLabelLength>
<AppIconDisplay>1,1,1,1</AppIconDisplay>
<DisplayProvisionprompt>0</DisplayProvisionprompt>
<IdleTimeFontColor>0x262626</IdleTimeFontColor>
<CommonTitleFontColor>0xffffff</CommonTitleFontColor>
<SoftkeyFontColor>0xffffff</SoftkeyFontColor>
<MenuListFontColor>0x262626</MenuListFontColor>
<ScrollBarColor>0x5a9dba</ScrollBarColor>
<WarnThemeColor>0xc4012f</WarnThemeColor>
<InformThemeColor>0x007bb0</InformThemeColor>
<FunkeyListFontColor>0xffffff</FunkeyListFontColor>
<TalkingFontColor>0x262626</TalkingFontColor>
<DesktopTimeDisplay>1</DesktopTimeDisplay>
<TimeoutToPowerSaving></TimeoutToPowerSaving>
</background>
</sysConf>
@@ -59,7 +59,7 @@
<EnableDHCP6>1</EnableDHCP6>
<DHCP6AutoDNS>1</DHCP6AutoDNS>
<UseVendor6ClassID>0</UseVendor6ClassID>
<Vendor6ClassID></Vendor6ClassID>
<Vendor6ClassID>Fanvil X4U</Vendor6ClassID>
</wifi>
<NetGlobal>
<NetPriority>10</NetPriority>
@@ -187,7 +187,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.1.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.1.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -214,7 +214,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.1.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -263,7 +263,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -349,7 +349,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.2.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.2.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -376,7 +376,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.2.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -425,7 +425,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -511,7 +511,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.3.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.3.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -538,7 +538,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.3.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -587,7 +587,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -673,7 +673,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.4.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.4.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -700,7 +700,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.4.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -749,7 +749,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -835,15 +835,15 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.5.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.5.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
<StrictProxy>1</StrictProxy>
<DirectContact>0</DirectContact>
<HistoryInfo>0</HistoryInfo>
<DNSSRV>0</DNSSRV>
<DNSMode>0</DNSMode>
{if $account.5.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
{if $account.5.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
<XFERExpire>0</XFERExpire>
<BanAnonymous>0</BanAnonymous>
<DialOffLine>0</DialOffLine>
@@ -862,7 +862,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.5.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -911,7 +911,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -983,7 +983,7 @@
<PickupNum></PickupNum>
<JoinNum></JoinNum>
<IntercomNum></IntercomNum>
<RingType>{if isset($fanvil_ringtone_line)}{$fanvil_ringtone_line6}{else}default{/if}</RingType>
<RingType>{if isset($fanvil_ringtone_line6)}{$fanvil_ringtone_line6}{else}default{/if}</RingType>
<NATUDPUpdate>2</NATUDPUpdate>
<UDPUpdateTTL>30</UDPUpdateTTL>
<ServerType>0</ServerType>
@@ -997,7 +997,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.6.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.6.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1020,11 +1020,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.6.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1035,7 +1035,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -1051,7 +1051,7 @@
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,G723,iLBC,AMR,G722,AMR-WB</VoiceCodecMap>
<VideoCodecMap></VideoCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
@@ -1073,7 +1073,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1159,7 +1159,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.7.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.7.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1182,11 +1182,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.7.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1197,7 +1197,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -1213,7 +1213,7 @@
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,G723,iLBC,AMR,G722,AMR-WB</VoiceCodecMap>
<VideoCodecMap></VideoCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
@@ -1235,7 +1235,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1321,7 +1321,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.8.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.8.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1344,11 +1344,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.8.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1359,7 +1359,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -1375,7 +1375,7 @@
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,G723,iLBC,AMR,G722,AMR-WB</VoiceCodecMap>
<VideoCodecMap></VideoCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
@@ -1397,7 +1397,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1483,7 +1483,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.9.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.9.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1506,11 +1506,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.9.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1521,7 +1521,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -1537,7 +1537,7 @@
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,G723,iLBC,AMR,G722,AMR-WB</VoiceCodecMap>
<VideoCodecMap></VideoCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
@@ -1559,7 +1559,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1645,7 +1645,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.10.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.10.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1668,11 +1668,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.10.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1683,7 +1683,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -1699,7 +1699,7 @@
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,G723,iLBC,AMR,G722,AMR-WB</VoiceCodecMap>
<VideoCodecMap></VideoCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
@@ -1721,7 +1721,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1807,7 +1807,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.11.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.11.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1830,11 +1830,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.11.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1845,7 +1845,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -1861,7 +1861,7 @@
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,G723,iLBC,AMR,G722,AMR-WB</VoiceCodecMap>
<VideoCodecMap></VideoCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
@@ -1883,7 +1883,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1969,7 +1969,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.12.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.12.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1992,11 +1992,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.12.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -2007,7 +2007,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -2023,7 +2023,7 @@
<CWOnCode></CWOnCode>
<CWOffCode></CWOffCode>
<VoiceCodecMap>PCMU,PCMA,G726-32,G729,G723,iLBC,AMR,G722,AMR-WB</VoiceCodecMap>
<VideoCodecMap></VideoCodecMap>
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
<BLFListUri></BLFListUri>
<BLFServer></BLFServer>
<Respond182>0</Respond182>
@@ -2045,7 +2045,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -2295,15 +2295,15 @@
<BLFParkedText>parked</BLFParkedText>
</blfLed>
<volume>
<HandsetVol></HandsetVol>
<HandsetMicVol></HandsetMicVol>
<HeadsetVol></HeadsetVol>
<HeadsetMicVol></HeadsetMicVol>
<HeadsetRingVol></HeadsetRingVol>
<HandFreeVol></HandFreeVol>
<HandFreeMicVol></HandFreeMicVol>
<HandFreeRingVol></HandFreeRingVol>
<RingType>{if isset($fanvil_default_ringtone)}{$fanvil_default_ringtone}{else}Type 1{/if}</RingType>
<HandsetVol>5</HandsetVol>
<HandsetMicVol>3</HandsetMicVol>
<HeadsetVol>5</HeadsetVol>
<HeadsetMicVol>3</HeadsetMicVol>
<HeadsetRingVol>5</HeadsetRingVol>
<HandFreeVol>8</HandFreeVol>
<HandFreeMicVol>3</HandFreeMicVol>
<HandFreeRingVol>4</HandFreeRingVol>
<RingType>{if isset($fanvil_default_ringtone)}{$fanvil_default_ringtone}{else}Type 2{/if}</RingType>
</volume>
<date>
<EnableSNTP>{if isset($fanvil_enable_sntp)}{$fanvil_enable_sntp}{else}1{/if}</EnableSNTP>
@@ -2348,7 +2348,7 @@
<DialerCallSoftkey>send;2aB;delete;exit;</DialerCallSoftkey>
<DialerXferSoftkey>delete;xfer;send;exit;</DialerXferSoftkey>
<DialerCfwdSoftkey>send;2aB;delete;exit;</DialerCfwdSoftkey>
<DesktopClick>history;status;none;none;none;</DesktopClick>
<DesktopClick>{if isset($fanvil_softkey_desktopclick)}{$fanvil_softkey_desktopclick}{else}history;status;none;none;none;{/if}</DesktopClick>
<DailerClick>pline;nline;none;none;none;</DailerClick>
<RingingClick>none;none;none;none;none;</RingingClick>
<CallClick>none;none;voldown;volup;none;</CallClick>
@@ -2755,7 +2755,6 @@
</Fkey>
{/foreach}
</dssSide>
{strip}{*-- Each Internal Index contains 6 keys --*}{/strip}
<internal index="1">
{foreach $keys["memory"] as $row}
@@ -59,7 +59,7 @@
<EnableDHCP6>1</EnableDHCP6>
<DHCP6AutoDNS>1</DHCP6AutoDNS>
<UseVendor6ClassID>0</UseVendor6ClassID>
<Vendor6ClassID></Vendor6ClassID>
<Vendor6ClassID>Fanvil X5U</Vendor6ClassID>
</wifi>
<NetGlobal>
<NetPriority>10</NetPriority>
@@ -187,7 +187,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.1.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.1.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -214,7 +214,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.1.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -263,7 +263,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -312,7 +312,6 @@
<BakProxyAddr>{$account.2.outbound_proxy_secondary}</BakProxyAddr>
<BakProxyPort>{$account.2.sip_port}</BakProxyPort>
<EnableFailback>{if isset($account.2.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
<EnableFailback>1</EnableFailback>
<FailbackInterval>1800</FailbackInterval>
<SignalFailback>0</SignalFailback>
<SignalRetryCounts>3</SignalRetryCounts>
@@ -349,7 +348,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.2.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.2.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -376,7 +375,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.2.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -425,7 +424,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -511,7 +510,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.3.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.3.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -538,7 +537,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.3.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -587,7 +586,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -673,7 +672,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.4.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.4.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -700,7 +699,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.4.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -749,7 +748,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -835,7 +834,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.5.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.5.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -862,7 +861,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.5.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -911,7 +910,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -997,7 +996,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.6.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.6.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1020,11 +1019,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.6.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1035,7 +1034,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -1073,7 +1072,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1159,7 +1158,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.7.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.7.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1182,11 +1181,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.7.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1197,7 +1196,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -1235,7 +1234,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1321,7 +1320,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.8.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.8.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1344,11 +1343,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.8.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1359,7 +1358,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -1397,7 +1396,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1483,7 +1482,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.9.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.9.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1506,11 +1505,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.9.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1521,7 +1520,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -1559,7 +1558,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1645,7 +1644,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.10.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.10.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1668,11 +1667,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.10.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1683,7 +1682,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -1721,7 +1720,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1807,7 +1806,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.11.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.11.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1830,11 +1829,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.11.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1845,7 +1844,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -1883,7 +1882,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1969,7 +1968,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.12.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.12.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1992,11 +1991,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.12.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -2007,7 +2006,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -2045,7 +2044,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -2131,7 +2130,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.13.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.13.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -2154,11 +2153,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.13.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -2169,7 +2168,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -2207,7 +2206,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -2293,7 +2292,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.14.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.14.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -2316,11 +2315,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.14.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -2331,7 +2330,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -2369,7 +2368,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -2455,7 +2454,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.15.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.15.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -2478,11 +2477,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.15.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -2493,7 +2492,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -2531,7 +2530,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -2617,7 +2616,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.16.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.16.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -2640,11 +2639,11 @@
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>
<LongContact>0</LongContact>
<AutoTCP>0</AutoTCP>
<AutoTCP>1</AutoTCP>
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.16.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -2655,7 +2654,7 @@
<NoAnswerTime>5</NoAnswerTime>
<MissedCallLog>1</MissedCallLog>
<ParkMode></ParkMode>
<SvcCodeMode>0</SvcCodeMode>
<SvcCodeMode>1</SvcCodeMode>
<DNDOnSvcCode></DNDOnSvcCode>
<DNDOffSvcCode></DNDOffSvcCode>
<CFUOnSvcCode></CFUOnSvcCode>
@@ -2693,7 +2692,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -2943,15 +2942,15 @@
<BLFParkedText>parked</BLFParkedText>
</blfLed>
<volume>
<HandsetVol></HandsetVol>
<HandsetMicVol></HandsetMicVol>
<HeadsetVol></HeadsetVol>
<HeadsetMicVol></HeadsetMicVol>
<HeadsetRingVol></HeadsetRingVol>
<HandFreeVol></HandFreeVol>
<HandFreeMicVol></HandFreeMicVol>
<HandFreeRingVol></HandFreeRingVol>
<RingType>{if isset($fanvil_default_ringtone)}{$fanvil_default_ringtone}{else}Type 1{/if}</RingType>
<HandsetVol>5</HandsetVol>
<HandsetMicVol>3</HandsetMicVol>
<HeadsetVol>5</HeadsetVol>
<HeadsetMicVol>3</HeadsetMicVol>
<HeadsetRingVol>5</HeadsetRingVol>
<HandFreeVol>8</HandFreeVol>
<HandFreeMicVol>3</HandFreeMicVol>
<HandFreeRingVol>4</HandFreeRingVol>
<RingType>{if isset($fanvil_default_ringtone)}{$fanvil_default_ringtone}{else}Type 2{/if}</RingType>
</volume>
<date>
<EnableSNTP>{if isset($fanvil_enable_sntp)}{$fanvil_enable_sntp}{else}1{/if}</EnableSNTP>
@@ -192,7 +192,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.1.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.1.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -219,7 +219,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.1.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -268,7 +268,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -354,7 +354,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.2.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.2.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -381,7 +381,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.2.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -430,7 +430,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -516,7 +516,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.3.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.3.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -543,7 +543,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.3.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -592,7 +592,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -678,7 +678,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.4.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.4.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -705,7 +705,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.4.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -754,7 +754,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -840,7 +840,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.5.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.5.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -867,7 +867,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.5.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -916,7 +916,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1002,7 +1002,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.6.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.6.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1029,7 +1029,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.6.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1078,7 +1078,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1164,7 +1164,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.7.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.7.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1191,7 +1191,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.7.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1240,7 +1240,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1326,7 +1326,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.8.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.8.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1353,7 +1353,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.8.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1402,7 +1402,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1488,7 +1488,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.9.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.9.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1515,7 +1515,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.9.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1564,7 +1564,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1650,7 +1650,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.10.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.10.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1677,7 +1677,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.10.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1726,7 +1726,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1812,7 +1812,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.11.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.11.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -1839,7 +1839,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.11.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -1888,7 +1888,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -1974,7 +1974,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.12.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.12.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -2001,7 +2001,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.12.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -2050,7 +2050,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -2135,7 +2135,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.13.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.13.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -2162,7 +2162,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.13.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -2211,7 +2211,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -2297,7 +2297,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.14.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.14.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -2324,7 +2324,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.14.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -2373,7 +2373,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -2459,7 +2459,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.15.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.15.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -2486,7 +2486,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.15.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -2535,7 +2535,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -2621,7 +2621,7 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.16.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.16.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
@@ -2648,7 +2648,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.16.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -2697,7 +2697,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -2783,14 +2783,13 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.17.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.17.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
<StrictProxy>1</StrictProxy>
<DirectContact>0</DirectContact>
<HistoryInfo>0</HistoryInfo>
<DNSSRV>0</DNSSRV>
{if $account.17.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
{if $account.17.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
<XFERExpire>0</XFERExpire>
@@ -2811,7 +2810,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.17.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -2860,7 +2859,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -2946,14 +2945,13 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.18.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.18.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
<StrictProxy>1</StrictProxy>
<DirectContact>0</DirectContact>
<HistoryInfo>0</HistoryInfo>
<DNSSRV>0</DNSSRV>
{if $account.18.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
{if $account.18.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
<XFERExpire>0</XFERExpire>
@@ -2974,7 +2972,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.18.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -3023,7 +3021,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -3109,14 +3107,13 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.19.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.19.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
<StrictProxy>1</StrictProxy>
<DirectContact>0</DirectContact>
<HistoryInfo>0</HistoryInfo>
<DNSSRV>0</DNSSRV>
{if $account.19.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
{if $account.19.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
<XFERExpire>0</XFERExpire>
@@ -3137,7 +3134,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.19.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -3186,7 +3183,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -3272,14 +3269,13 @@
<DTMFInfoMode>0</DTMFInfoMode>
<NATType>0</NATType>
<EnableRport>1</EnableRport>
<Subscribe>0</Subscribe>
<Subscribe>{if isset($account.20.user_id)}1{else}{/if}</Subscribe>
<SubExpire>{$account.20.register_expires}</SubExpire>
<SingleCodec>0</SingleCodec>
<CLIR>0</CLIR>
<StrictProxy>1</StrictProxy>
<DirectContact>0</DirectContact>
<HistoryInfo>0</HistoryInfo>
<DNSSRV>0</DNSSRV>
{if $account.20.sip_transport == 'dns srv'}<DNSSRV>1</DNSSRV>{/if}
{if $account.20.sip_transport == 'dns srv'}<DNSMode>1</DNSMode>{/if}
<XFERExpire>0</XFERExpire>
@@ -3300,7 +3296,7 @@
<UriEscaped>1</UriEscaped>
<ClicktoTalk>0</ClicktoTalk>
<MwiNo></MwiNo>
<MWINum></MWINum>
<MWINum>{if isset($account.20.user_id)}*97{else}{/if}</MWINum>
<ParkNo></ParkNo>
<CallParkNum></CallParkNum>
<RetrieveNum></RetrieveNum>
@@ -3349,7 +3345,7 @@
<UseTelCall>0</UseTelCall>
<EnablePreview>0</EnablePreview>
<PreviewMode>1</PreviewMode>
<TLSVersion>0</TLSVersion>
<TLSVersion>2</TLSVersion>
<CSTANumber></CSTANumber>
<EnableChgPort>0</EnableChgPort>
<VQName></VQName>
@@ -3599,14 +3595,14 @@
<BLFParkedText>parked</BLFParkedText>
</blfLed>
<volume>
<HandsetVol></HandsetVol>
<HandsetMicVol></HandsetMicVol>
<HeadsetVol></HeadsetVol>
<HeadsetMicVol></HeadsetMicVol>
<HeadsetRingVol></HeadsetRingVol>
<HandFreeVol></HandFreeVol>
<HandFreeMicVol></HandFreeMicVol>
<HandFreeRingVol></HandFreeRingVol>
<HandsetVol>5</HandsetVol>
<HandsetMicVol>3</HandsetMicVol>
<HeadsetVol>5</HeadsetVol>
<HeadsetMicVol>3</HeadsetMicVol>
<HeadsetRingVol>5</HeadsetRingVol>
<HandFreeVol>8</HandFreeVol>
<HandFreeMicVol>3</HandFreeMicVol>
<HandFreeRingVol>4</HandFreeRingVol>
<RingType>{if isset($fanvil_default_ringtone)}{$fanvil_default_ringtone}{else}Type 2{/if}</RingType>
</volume>
<date>
@@ -3637,9 +3637,9 @@
<softkey>
<SoftkeyMode>0</SoftkeyMode>
<SoftKeyExitStyle>{if isset($fanvil_softkey_exit)}{$fanvil_softkey_exit}{else}2{/if}</SoftKeyExitStyle>
<DesktopSoftkey>{if isset($fanvil_softkey_desktopsoftkey)}{$fanvil_softkey_desktopsoftkey}{else}history;contact;dnd;menu;</DesktopSoftkey>
<TalkingSoftkey>{if isset($fanvil_softkey_talkingsoftkey)}{$fanvil_softkey_talkingsoftkey}{else}hold;xfer;conf;end;</TalkingSoftkey>
<RingingSoftkey>{if isset($fanvil_softkey_ringingsoftkey)}{$fanvil_softkey_ringingsoftkey}{else}accept;none;forward;reject;</RingingSoftkey>
<DesktopSoftkey>{if isset($fanvil_softkey_desktopsoftkey)}{$fanvil_softkey_desktopsoftkey}{else}history;contact;dnd;menu;{/if}</DesktopSoftkey>
<TalkingSoftkey>{if isset($fanvil_softkey_talkingsoftkey)}{$fanvil_softkey_talkingsoftkey}{else}hold;xfer;conf;end;{/if}</TalkingSoftkey>
<RingingSoftkey>{if isset($fanvil_softkey_ringingsoftkey)}{$fanvil_softkey_ringingsoftkey}{else}accept;none;forward;reject;{/if}</RingingSoftkey>
<AlertingSoftkey>end;none;none;none;</AlertingSoftkey>
<XAlertingSoftkey>end;none;none;xfer;</XAlertingSoftkey>
<ConferenceSoftkey>hold;none;split;end;</ConferenceSoftkey>
@@ -3649,7 +3649,7 @@
<DialerCallSoftkey>send;2aB;delete;exit;</DialerCallSoftkey>
<DialerXferSoftkey>delete;xfer;send;exit;</DialerXferSoftkey>
<DialerCfwdSoftkey>send;2aB;delete;exit;</DialerCfwdSoftkey>
<DesktopClick>{if isset($fanvil_softkey_desktopclick)}{$fanvil_softkey_desktopclick}{else}history;status;none;none;none;</DesktopClick>
<DesktopClick>{if isset($fanvil_softkey_desktopclick)}{$fanvil_softkey_desktopclick}{else}history;status;none;none;none;{/if}</DesktopClick>
<DailerClick>pline;nline;none;none;none;</DailerClick>
<RingingClick>none;none;none;none;none;</RingingClick>
<CallClick>none;none;voldown;volup;none;</CallClick>
@@ -488,7 +488,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Account Ring Tone. See ring tone options and value in the Ring Tone Value Table below -->
{if isset($grandstream_account_ring_tone_1)}
@@ -502,7 +502,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- # Matching Rule 1 Distinctive Ringtone. See ring tone options and value in the Ring Tone Value Table below -->
<!-- # String -->
@@ -510,7 +510,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 2 -->
<!-- # String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- # Matching Rule 2 Distinctive Ringtone. See ring tone options and value in the Ring Tone Value Table below -->
<!-- # String -->
@@ -518,7 +518,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 3 -->
<!-- # String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- # Matching Rule 3 Distinctive Ringtone. See ring tone options and value in the Ring Tone Value Table below -->
<!-- # String -->
@@ -1056,7 +1056,7 @@
<!-- # Conference-URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # No Answer Timeout (s). Default value is 20 -->
<!-- # Number: 1 - 120. -->
@@ -1624,7 +1624,7 @@
<!-- # Conference-URI -->
<!-- # String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- # No Answer Timeout (s). Default value is 20 -->
<!-- # Number: 1 - 120 -->
@@ -1632,7 +1632,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- # Account Ring Tone. See ring tone options and value in the Ring Tone value table below -->
<P523>content://settings/system/ringtone</P523>
@@ -2193,7 +2193,7 @@
<!-- # Conference-URI -->
<!-- # String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- # Account Ring Tone. See ring tone options and value in the Ring Tone value table below -->
@@ -2764,7 +2764,7 @@
<!-- # Conference-URI -->
<!-- # String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- # No Answer Timeout (s). Default value is 20 -->
<!-- # Number: 1 - 120 -->
@@ -3335,7 +3335,7 @@
<!-- # Conference-URI -->
<!-- # String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- # No Answer Timeout (s). Default value is 20 -->
<!-- # Number: 1 - 120 -->
@@ -354,7 +354,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -795,7 +795,7 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1489>5</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- # Matching Incoming Caller ID. Matching Rule 2 -->
<!-- # String -->
@@ -805,87 +805,87 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1491>2</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- # Matching Incoming Caller ID. Matching Rule 3 -->
<!-- # String -->
<P1492>ring3</P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- # Matching Rule 3 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1493>3</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- # Matching Incoming Caller ID. Matching Rule 4 -->
<!-- # String -->
<P6716></P6716>
<P6716>{$grandstream_distinctive_ringtone_name_4}</P6716>
<!-- # Matching Rule 4 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6717>5</P6717>
<P6717>{$grandstream_distinctive_ringtone_4}</P6717>
<!-- # Matching Incoming Caller ID. Matching Rule 5 -->
<!-- # String -->
<P6718></P6718>
<P6718>{$grandstream_distinctive_ringtone_name_5}</P6718>
<!-- # Matching Rule 5 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6719>5</P6719>
<P6719>{$grandstream_distinctive_ringtone_5}</P6719>
<!-- # Matching Incoming Caller ID. Matching Rule 6 -->
<!-- # String -->
<P6720></P6720>
<P6720>{$grandstream_distinctive_ringtone_name_6}</P6720>
<!-- # Matching Rule 6 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6721>5</P6721>
<P6721>{$grandstream_distinctive_ringtone_6}</P6721>
<!-- # Matching Incoming Caller ID. Matching Rule 7 -->
<!-- # String -->
<P26064></P26064>
<P26064>{$grandstream_distinctive_ringtone_name_7}</P26064>
<!-- # Matching Rule 7 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26065>5</P26065>
<P26065>{$grandstream_distinctive_ringtone_7}</P26065>
<!-- # Matching Incoming Caller ID. Matching Rule 8 -->
<!-- # String -->
<P26066></P26066>
<P26066>{$grandstream_distinctive_ringtone_name_8}</P26066>
<!-- # Matching Rule 8 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26067>5</P26067>
<P26067>{$grandstream_distinctive_ringtone_8}</P26067>
<!-- # Matching Incoming Caller ID. Matching Rule 9 -->
<!-- # String -->
<P26068></P26068>
<P26068>{$grandstream_distinctive_ringtone_name_9}</P26068>
<!-- # Matching Rule 9 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26069>5</P26069>
<P26069>{$grandstream_distinctive_ringtone_9}</P26069>
<!-- # Matching Incoming Caller ID. Matching Rule 10 -->
<!-- # String -->
<P26096></P26096>
<P26096>{$grandstream_distinctive_ringtone_name_10}</P26096>
<!-- # Matching Rule 10 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26097>5</P26097>
<P26097>{$grandstream_distinctive_ringtone_10}</P26097>
<!-- # Ring Timeout (in seconds). Default is 60 -->
<!-- # Number: 30 - 3600 -->
@@ -1308,7 +1308,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -3654,7 +3654,7 @@
<!-- # Hide BLF Remote Status. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P8374>0</P8374>
<P8374>{$grandstream_blf_remote_status}</P8374>
<!-- # Show SIP Error Response. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@@ -3917,17 +3917,21 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6779>0</P6779>
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
@@ -4156,9 +4160,7 @@
{if isset($grandstream_wallpaper_url)}
<P2916>1</P2916>
<P2917>{$grandstream_wallpaper_url}</P2917>
{else}
<P2916>0</P2916>
<P2917></P2917>
{/if}
<!-- # Color Background. Default is #000000. -->
@@ -4170,8 +4172,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver)}
<P2918>{$grandstream_screensaver}</P2918>
{else}
<P2918>2</P2918>
{/if}
<!-- # Screensaver Source. 0 - Default, 1 - USB, 2 - Download. Default is 0. -->
@@ -4179,8 +4179,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver_source)}
<P6759>{$grandstream_screensaver_source}</P6759>
{else}
<P6759>0</P6759>
{/if}
<!-- # Show Date and Time. 0 - No, 1 - Yes. Default is 1 -->
@@ -354,7 +354,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -795,7 +795,7 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1489>5</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- # Matching Incoming Caller ID. Matching Rule 2 -->
<!-- # String -->
@@ -805,87 +805,87 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1491>2</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- # Matching Incoming Caller ID. Matching Rule 3 -->
<!-- # String -->
<P1492>ring3</P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- # Matching Rule 3 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1493>3</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- # Matching Incoming Caller ID. Matching Rule 4 -->
<!-- # String -->
<P6716></P6716>
<P6716>{$grandstream_distinctive_ringtone_name_4}</P6716>
<!-- # Matching Rule 4 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6717>5</P6717>
<P6717>{$grandstream_distinctive_ringtone_4}</P6717>
<!-- # Matching Incoming Caller ID. Matching Rule 5 -->
<!-- # String -->
<P6718></P6718>
<P6718>{$grandstream_distinctive_ringtone_name_5}</P6718>
<!-- # Matching Rule 5 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6719>5</P6719>
<P6719>{$grandstream_distinctive_ringtone_5}</P6719>
<!-- # Matching Incoming Caller ID. Matching Rule 6 -->
<!-- # String -->
<P6720></P6720>
<P6720>{$grandstream_distinctive_ringtone_name_6}</P6720>
<!-- # Matching Rule 6 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6721>5</P6721>
<P6721>{$grandstream_distinctive_ringtone_6}</P6721>
<!-- # Matching Incoming Caller ID. Matching Rule 7 -->
<!-- # String -->
<P26064></P26064>
<P26064>{$grandstream_distinctive_ringtone_name_7}</P26064>
<!-- # Matching Rule 7 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26065>5</P26065>
<P26065>{$grandstream_distinctive_ringtone_7}</P26065>
<!-- # Matching Incoming Caller ID. Matching Rule 8 -->
<!-- # String -->
<P26066></P26066>
<P26066>{$grandstream_distinctive_ringtone_name_8}</P26066>
<!-- # Matching Rule 8 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26067>5</P26067>
<P26067>{$grandstream_distinctive_ringtone_8}</P26067>
<!-- # Matching Incoming Caller ID. Matching Rule 9 -->
<!-- # String -->
<P26068></P26068>
<P26068>{$grandstream_distinctive_ringtone_name_9}</P26068>
<!-- # Matching Rule 9 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26069>5</P26069>
<P26069>{$grandstream_distinctive_ringtone_9}</P26069>
<!-- # Matching Incoming Caller ID. Matching Rule 10 -->
<!-- # String -->
<P26096></P26096>
<P26096>{$grandstream_distinctive_ringtone_name_10}</P26096>
<!-- # Matching Rule 10 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26097>5</P26097>
<P26097>{$grandstream_distinctive_ringtone_10}</P26097>
<!-- # Ring Timeout (in seconds). Default is 60 -->
<!-- # Number: 30 - 3600 -->
@@ -1308,7 +1308,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -3749,7 +3749,7 @@
<!-- # Hide BLF Remote Status. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P8374>0</P8374>
<P8374>{$grandstream_blf_remote_status}</P8374>
<!-- # Show SIP Error Response. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@@ -4012,17 +4012,21 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6779>0</P6779>
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
@@ -4251,9 +4255,7 @@
{if isset($grandstream_wallpaper_url)}
<P2916>1</P2916>
<P2917>{$grandstream_wallpaper_url}</P2917>
{else}
<P2916>0</P2916>
<P2917></P2917>
{/if}
<!-- # Color Background. Default is #000000. -->
@@ -4265,8 +4267,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver)}
<P2918>{$grandstream_screensaver}</P2918>
{else}
<P2918>2</P2918>
{/if}
<!-- # Screensaver Source. 0 - Default, 1 - USB, 2 - Download. Default is 0. -->
@@ -4274,8 +4274,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver_source)}
<P6759>{$grandstream_screensaver_source}</P6759>
{else}
<P6759>0</P6759>
{/if}
<!-- # Show Date and Time. 0 - No, 1 - Yes. Default is 1 -->
@@ -354,7 +354,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -795,7 +795,7 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1489>5</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- # Matching Incoming Caller ID. Matching Rule 2 -->
<!-- # String -->
@@ -805,87 +805,87 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1491>2</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- # Matching Incoming Caller ID. Matching Rule 3 -->
<!-- # String -->
<P1492>ring3</P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- # Matching Rule 3 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1493>3</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- # Matching Incoming Caller ID. Matching Rule 4 -->
<!-- # String -->
<P6716></P6716>
<P6716>{$grandstream_distinctive_ringtone_name_4}</P6716>
<!-- # Matching Rule 4 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6717>5</P6717>
<P6717>{$grandstream_distinctive_ringtone_4}</P6717>
<!-- # Matching Incoming Caller ID. Matching Rule 5 -->
<!-- # String -->
<P6718></P6718>
<P6718>{$grandstream_distinctive_ringtone_name_5}</P6718>
<!-- # Matching Rule 5 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6719>5</P6719>
<P6719>{$grandstream_distinctive_ringtone_5}</P6719>
<!-- # Matching Incoming Caller ID. Matching Rule 6 -->
<!-- # String -->
<P6720></P6720>
<P6720>{$grandstream_distinctive_ringtone_name_6}</P6720>
<!-- # Matching Rule 6 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6721>5</P6721>
<P6721>{$grandstream_distinctive_ringtone_6}</P6721>
<!-- # Matching Incoming Caller ID. Matching Rule 7 -->
<!-- # String -->
<P26064></P26064>
<P26064>{$grandstream_distinctive_ringtone_name_7}</P26064>
<!-- # Matching Rule 7 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26065>5</P26065>
<P26065>{$grandstream_distinctive_ringtone_7}</P26065>
<!-- # Matching Incoming Caller ID. Matching Rule 8 -->
<!-- # String -->
<P26066></P26066>
<P26066>{$grandstream_distinctive_ringtone_name_8}</P26066>
<!-- # Matching Rule 8 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26067>5</P26067>
<P26067>{$grandstream_distinctive_ringtone_8}</P26067>
<!-- # Matching Incoming Caller ID. Matching Rule 9 -->
<!-- # String -->
<P26068></P26068>
<P26068>{$grandstream_distinctive_ringtone_name_9}</P26068>
<!-- # Matching Rule 9 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26069>5</P26069>
<P26069>{$grandstream_distinctive_ringtone_9}</P26069>
<!-- # Matching Incoming Caller ID. Matching Rule 10 -->
<!-- # String -->
<P26096></P26096>
<P26096>{$grandstream_distinctive_ringtone_name_10}</P26096>
<!-- # Matching Rule 10 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26097>5</P26097>
<P26097>{$grandstream_distinctive_ringtone_10}</P26097>
<!-- # Ring Timeout (in seconds). Default is 60 -->
<!-- # Number: 30 - 3600 -->
@@ -1308,7 +1308,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2256,7 +2256,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2615,7 +2615,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 0. -->
@@ -4482,7 +4482,7 @@
<!-- # Hide BLF Remote Status. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P8374>0</P8374>
<P8374>{$grandstream_blf_remote_status}</P8374>
<!-- # Show SIP Error Response. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@@ -4753,22 +4753,22 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
{if isset ($grandstream_EHS)}
<P6779>{$grandstream_EHS}</P6779>
<P1487>{$grandstream_EHS}</P1487>
{else}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6779>0</P6779>
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
{/if}
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
@@ -4971,9 +4971,7 @@
{if isset($grandstream2135_wallpaper_url)}
<P2916>1</P2916>
<P2917>{$grandstream2135_wallpaper_url}</P2917>
{else}
<P2916>0</P2916>
<P2917></P2917>
{/if}
<!-- # Color Background. Default is #000000. -->
@@ -4985,8 +4983,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver)}
<P2918>{$grandstream_screensaver}</P2918>
{else}
<P2918>1</P2918>
{/if}
<!-- # Screensaver Source. 0 - Default, 1 - USB, 2 - Download. Default is 0. -->
@@ -4994,8 +4990,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver_source)}
<P6759>{$grandstream_screensaver_source}</P6759>
{else}
<P6759>0</P6759>
{/if}
<!-- # Show Date and Time. 0 - No, 1 - Yes. Default is 1 -->
@@ -354,7 +354,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -795,7 +795,7 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1489>5</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- # Matching Incoming Caller ID. Matching Rule 2 -->
<!-- # String -->
@@ -805,87 +805,87 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1491>2</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- # Matching Incoming Caller ID. Matching Rule 3 -->
<!-- # String -->
<P1492>ring3</P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- # Matching Rule 3 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1493>3</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- # Matching Incoming Caller ID. Matching Rule 4 -->
<!-- # String -->
<P6716></P6716>
<P6716>{$grandstream_distinctive_ringtone_name_4}</P6716>
<!-- # Matching Rule 4 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6717>5</P6717>
<P6717>{$grandstream_distinctive_ringtone_4}</P6717>
<!-- # Matching Incoming Caller ID. Matching Rule 5 -->
<!-- # String -->
<P6718></P6718>
<P6718>{$grandstream_distinctive_ringtone_name_5}</P6718>
<!-- # Matching Rule 5 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6719>5</P6719>
<P6719>{$grandstream_distinctive_ringtone_5}</P6719>
<!-- # Matching Incoming Caller ID. Matching Rule 6 -->
<!-- # String -->
<P6720></P6720>
<P6720>{$grandstream_distinctive_ringtone_name_6}</P6720>
<!-- # Matching Rule 6 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6721>5</P6721>
<P6721>{$grandstream_distinctive_ringtone_6}</P6721>
<!-- # Matching Incoming Caller ID. Matching Rule 7 -->
<!-- # String -->
<P26064></P26064>
<P26064>{$grandstream_distinctive_ringtone_name_7}</P26064>
<!-- # Matching Rule 7 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26065>5</P26065>
<P26065>{$grandstream_distinctive_ringtone_7}</P26065>
<!-- # Matching Incoming Caller ID. Matching Rule 8 -->
<!-- # String -->
<P26066></P26066>
<P26066>{$grandstream_distinctive_ringtone_name_8}</P26066>
<!-- # Matching Rule 8 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26067>5</P26067>
<P26067>{$grandstream_distinctive_ringtone_8}</P26067>
<!-- # Matching Incoming Caller ID. Matching Rule 9 -->
<!-- # String -->
<P26068></P26068>
<P26068>{$grandstream_distinctive_ringtone_name_9}</P26068>
<!-- # Matching Rule 9 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26069>5</P26069>
<P26069>{$grandstream_distinctive_ringtone_9}</P26069>
<!-- # Matching Incoming Caller ID. Matching Rule 10 -->
<!-- # String -->
<P26096></P26096>
<P26096>{$grandstream_distinctive_ringtone_name_10}</P26096>
<!-- # Matching Rule 10 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26097>5</P26097>
<P26097>{$grandstream_distinctive_ringtone_10}</P26097>
<!-- # Ring Timeout (in seconds). Default is 60 -->
<!-- # Number: 30 - 3600 -->
@@ -1308,7 +1308,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2256,7 +2256,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2615,7 +2615,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 0. -->
@@ -3205,7 +3205,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -5745,7 +5745,7 @@
<!-- # Hide BLF Remote Status. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P8374>0</P8374>
<P8374>{$grandstream_blf_remote_status}</P8374>
<!-- # Show SIP Error Response. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@@ -6072,17 +6072,21 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6779>0</P6779>
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
@@ -6286,9 +6290,7 @@
{if isset($grandstream_wallpaper_url)}
<P2916>1</P2916>
<P2917>{$grandstream_wallpaper_url}</P2917>
{else}
<P2916>0</P2916>
<P2917></P2917>
{/if}
<!-- # Color Background. Default is #000000. -->
@@ -6300,8 +6302,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver)}
<P2918>{$grandstream_screensaver}</P2918>
{else}
<P2918>2</P2918>
{/if}
<!-- # Screensaver Source. 0 - Default, 1 - USB, 2 - Download. Default is 0. -->
@@ -6309,8 +6309,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver_source)}
<P6759>{$grandstream_screensaver_source}</P6759>
{else}
<P6759>0</P6759>
{/if}
<!-- # Show Date and Time. 0 - No, 1 - Yes. Default is 1 -->
@@ -354,7 +354,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -795,7 +795,7 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1489>5</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- # Matching Incoming Caller ID. Matching Rule 2 -->
<!-- # String -->
@@ -805,87 +805,87 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1491>2</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- # Matching Incoming Caller ID. Matching Rule 3 -->
<!-- # String -->
<P1492>ring3</P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- # Matching Rule 3 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1493>3</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- # Matching Incoming Caller ID. Matching Rule 4 -->
<!-- # String -->
<P6716></P6716>
<P6716>{$grandstream_distinctive_ringtone_name_4}</P6716>
<!-- # Matching Rule 4 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6717>5</P6717>
<P6717>{$grandstream_distinctive_ringtone_4}</P6717>
<!-- # Matching Incoming Caller ID. Matching Rule 5 -->
<!-- # String -->
<P6718></P6718>
<P6718>{$grandstream_distinctive_ringtone_name_5}</P6718>
<!-- # Matching Rule 5 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6719>5</P6719>
<P6719>{$grandstream_distinctive_ringtone_5}</P6719>
<!-- # Matching Incoming Caller ID. Matching Rule 6 -->
<!-- # String -->
<P6720></P6720>
<P6720>{$grandstream_distinctive_ringtone_name_6}</P6720>
<!-- # Matching Rule 6 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6721>5</P6721>
<P6721>{$grandstream_distinctive_ringtone_6}</P6721>
<!-- # Matching Incoming Caller ID. Matching Rule 7 -->
<!-- # String -->
<P26064></P26064>
<P26064>{$grandstream_distinctive_ringtone_name_7}</P26064>
<!-- # Matching Rule 7 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26065>5</P26065>
<P26065>{$grandstream_distinctive_ringtone_7}</P26065>
<!-- # Matching Incoming Caller ID. Matching Rule 8 -->
<!-- # String -->
<P26066></P26066>
<P26066>{$grandstream_distinctive_ringtone_name_8}</P26066>
<!-- # Matching Rule 8 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26067>5</P26067>
<P26067>{$grandstream_distinctive_ringtone_8}</P26067>
<!-- # Matching Incoming Caller ID. Matching Rule 9 -->
<!-- # String -->
<P26068></P26068>
<P26068>{$grandstream_distinctive_ringtone_name_9}</P26068>
<!-- # Matching Rule 9 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26069>5</P26069>
<P26069>{$grandstream_distinctive_ringtone_9}</P26069>
<!-- # Matching Incoming Caller ID. Matching Rule 10 -->
<!-- # String -->
<P26096></P26096>
<P26096>{$grandstream_distinctive_ringtone_name_10}</P26096>
<!-- # Matching Rule 10 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26097>5</P26097>
<P26097>{$grandstream_distinctive_ringtone_10}</P26097>
<!-- # Ring Timeout (in seconds). Default is 60 -->
<!-- # Number: 30 - 3600 -->
@@ -1308,7 +1308,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2256,7 +2256,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2615,7 +2615,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 0. -->
@@ -3205,7 +3205,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -4155,7 +4155,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -6680,7 +6680,7 @@
<!-- # Hide BLF Remote Status. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P8374>0</P8374>
<P8374>{$grandstream_blf_remote_status}</P8374>
<!-- # Show SIP Error Response. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@@ -7007,17 +7007,21 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6779>0</P6779>
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
@@ -7220,9 +7224,7 @@
{if isset($grandstream_wallpaper_url)}
<P2916>1</P2916>
<P2917>{$grandstream_wallpaper_url}</P2917>
{else}
<P2916>0</P2916>
<P2917></P2917>
{/if}
<!-- # Color Background. Default is #000000. -->
@@ -7234,8 +7236,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver)}
<P2918>{$grandstream_screensaver}</P2918>
{else}
<P2918>2</P2918>
{/if}
<!-- # Screensaver Source. 0 - Default, 1 - USB, 2 - Download. Default is 0. -->
@@ -7243,8 +7243,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver_source)}
<P6759>{$grandstream_screensaver_source}</P6759>
{else}
<P6759>0</P6759>
{/if}
<!-- # Show Date and Time. 0 - No, 1 - Yes. Default is 1 -->
@@ -354,7 +354,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -795,7 +795,7 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1489>5</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- # Matching Incoming Caller ID. Matching Rule 2 -->
<!-- # String -->
@@ -805,87 +805,87 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1491>2</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- # Matching Incoming Caller ID. Matching Rule 3 -->
<!-- # String -->
<P1492>ring3</P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- # Matching Rule 3 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1493>3</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- # Matching Incoming Caller ID. Matching Rule 4 -->
<!-- # String -->
<P6716></P6716>
<P6716>{$grandstream_distinctive_ringtone_name_4}</P6716>
<!-- # Matching Rule 4 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6717>5</P6717>
<P6717>{$grandstream_distinctive_ringtone_4}</P6717>
<!-- # Matching Incoming Caller ID. Matching Rule 5 -->
<!-- # String -->
<P6718></P6718>
<P6718>{$grandstream_distinctive_ringtone_name_5}</P6718>
<!-- # Matching Rule 5 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6719>5</P6719>
<P6719>{$grandstream_distinctive_ringtone_5}</P6719>
<!-- # Matching Incoming Caller ID. Matching Rule 6 -->
<!-- # String -->
<P6720></P6720>
<P6720>{$grandstream_distinctive_ringtone_name_6}</P6720>
<!-- # Matching Rule 6 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6721>5</P6721>
<P6721>{$grandstream_distinctive_ringtone_6}</P6721>
<!-- # Matching Incoming Caller ID. Matching Rule 7 -->
<!-- # String -->
<P26064></P26064>
<P26064>{$grandstream_distinctive_ringtone_name_7}</P26064>
<!-- # Matching Rule 7 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26065>5</P26065>
<P26065>{$grandstream_distinctive_ringtone_7}</P26065>
<!-- # Matching Incoming Caller ID. Matching Rule 8 -->
<!-- # String -->
<P26066></P26066>
<P26066>{$grandstream_distinctive_ringtone_name_8}</P26066>
<!-- # Matching Rule 8 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26067>5</P26067>
<P26067>{$grandstream_distinctive_ringtone_8}</P26067>
<!-- # Matching Incoming Caller ID. Matching Rule 9 -->
<!-- # String -->
<P26068></P26068>
<P26068>{$grandstream_distinctive_ringtone_name_9}</P26068>
<!-- # Matching Rule 9 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26069>5</P26069>
<P26069>{$grandstream_distinctive_ringtone_9}</P26069>
<!-- # Matching Incoming Caller ID. Matching Rule 10 -->
<!-- # String -->
<P26096></P26096>
<P26096>{$grandstream_distinctive_ringtone_name_10}</P26096>
<!-- # Matching Rule 10 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26097>5</P26097>
<P26097>{$grandstream_distinctive_ringtone_10}</P26097>
<!-- # Ring Timeout (in seconds). Default is 60 -->
<!-- # Number: 30 - 3600 -->
@@ -1308,7 +1308,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2256,7 +2256,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2615,7 +2615,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 0. -->
@@ -3205,7 +3205,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -4155,7 +4155,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -5105,7 +5105,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -7644,7 +7644,7 @@
<!-- # Hide BLF Remote Status. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P8374>0</P8374>
<P8374>{$grandstream_blf_remote_status}</P8374>
<!-- # Show SIP Error Response. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@@ -7971,17 +7971,21 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6779>0</P6779>
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
@@ -8185,9 +8189,7 @@
{if isset($grandstream_wallpaper_url)}
<P2916>1</P2916>
<P2917>{$grandstream_wallpaper_url}</P2917>
{else}
<P2916>0</P2916>
<P2917></P2917>
{/if}
<!-- # Color Background. Default is #000000. -->
@@ -8199,8 +8201,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver)}
<P2918>{$grandstream_screensaver}</P2918>
{else}
<P2918>2</P2918>
{/if}
<!-- # Screensaver Source. 0 - Default, 1 - USB, 2 - Download. Default is 0. -->
@@ -8208,8 +8208,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver_source)}
<P6759>{$grandstream_screensaver_source}</P6759>
{else}
<P6759>0</P6759>
{/if}
<!-- # Show Date and Time. 0 - No, 1 - Yes. Default is 1 -->
@@ -350,7 +350,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -802,7 +802,7 @@
<!-- # 1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1489>5</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- # Matching Incoming Caller ID. Matching Rule 2 -->
<!-- # String -->
@@ -812,87 +812,87 @@
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1491>2</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- # Matching Incoming Caller ID. Matching Rule 3 -->
<!-- # String -->
<P1492>ring3</P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- # Matching Rule 3 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P1493>3</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- # Matching Incoming Caller ID. Matching Rule 4 -->
<!-- # String -->
<P6716></P6716>
<P6716>{$grandstream_distinctive_ringtone_name_4}</P6716>
<!-- # Matching Rule 4 Distinctive Ringtone -->
<!-- # 1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6717>5</P6717>
<P6717>{$grandstream_distinctive_ringtone_4}</P6717>
<!-- # Matching Incoming Caller ID. Matching Rule 5 -->
<!-- # String -->
<P6718></P6718>
<P6718>{$grandstream_distinctive_ringtone_name_5}</P6718>
<!-- # Matching Rule 5 Distinctive Ringtone -->
<!-- # 1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6719>5</P6719>
<P6719>{$grandstream_distinctive_ringtone_5}</P6719>
<!-- # Matching Incoming Caller ID. Matching Rule 6 -->
<!-- # String -->
<P6720></P6720>
<P6720>{$grandstream_distinctive_ringtone_name_6}</P6720>
<!-- # Matching Rule 6 Distinctive Ringtone -->
<!-- # 1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P6721>5</P6721>
<P6721>{$grandstream_distinctive_ringtone_6}</P6721>
<!-- # Matching Incoming Caller ID. Matching Rule 7 -->
<!-- # String -->
<P26064></P26064>
<P26064>{$grandstream_distinctive_ringtone_name_7}</P26064>
<!-- # Matching Rule 7 Distinctive Ringtone -->
<!-- # 1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26065>5</P26065>
<P26065>{$grandstream_distinctive_ringtone_7}</P26065>
<!-- # Matching Incoming Caller ID. Matching Rule 8 -->
<!-- # String -->
<P26066></P26066>
<P26066>{$grandstream_distinctive_ringtone_name_8}</P26066>
<!-- # Matching Rule 8 Distinctive Ringtone -->
<!-- # 1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26067>5</P26067>
<P26067>{$grandstream_distinctive_ringtone_8}</P26067>
<!-- # Matching Incoming Caller ID. Matching Rule 9 -->
<!-- # String -->
<P26068></P26068>
<P26068>{$grandstream_distinctive_ringtone_name_9}</P26068>
<!-- # Matching Rule 9 Distinctive Ringtone -->
<!-- # 1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26069>5</P26069>
<P26069>{$grandstream_distinctive_ringtone_9}</P26069>
<!-- # Matching Incoming Caller ID. Matching Rule 10 -->
<!-- # String -->
<P26096></P26096>
<P26096>{$grandstream_distinctive_ringtone_name_10}</P26096>
<!-- # Matching Rule 10 Distinctive Ringtone -->
<!-- # 1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 5. -->
<!-- # Number: -1, 0, 1, 2, 3, 4, 5 -->
<!-- # Mandatory -->
<P26097>5</P26097>
<P26097>{$grandstream_distinctive_ringtone_10}</P26097>
<!-- # Ring Timeout (in seconds). Default is 60 -->
<!-- # Number: 30 - 3600 -->
@@ -1326,7 +1326,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2293,7 +2293,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2733,7 +2733,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 0. -->
@@ -3262,7 +3262,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -4233,7 +4233,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -6999,7 +6999,7 @@
<!-- # Hide BLF Remote Status. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P8374>0</P8374>
<P8374>{$grandstream_blf_remote_status}</P8374>
<!-- # Show SIP Error Response. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@@ -7249,17 +7249,21 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ringtone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6779>0</P6779>
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes, both, 2 - Yes, speaker only. Default is 0 -->
<!-- # Number: 0, 1, 2 -->
@@ -7473,16 +7477,14 @@
<!-- # Wallpaper Source. 0 - Default, 1 - Download, 2-USB(for GXP2140/2160/2170 only), 3 - Uploaded, 4 - Color Background -->
<!-- # Number: 0-4 -->
<!-- # Mandatory -->
<P2916>0</P2916>
<!-- <P2916>0</P2916> -->
<!-- # Wallpaper Server Path -->
<!-- # String -->
{if isset($grandstream_wallpaper_url)}
<P2916>1</P2916>
<P2917>{$grandstream_wallpaper_url}</P2917>
{else}
<P2916>0</P2916>
<P2917></P2917>
{/if}
<!-- # Color Background. Default is #000000. -->
@@ -7494,8 +7496,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver)}
<P2918>{$grandstream_screensaver}</P2918>
{else}
<P2918>1</P2918>
{/if}
<!-- # Screensaver Source. 0 - Default, 1 - USB, 2 - Download. Default is 0. -->
@@ -7503,8 +7503,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver_source)}
<P6759>{$grandstream_screensaver_source}</P6759>
{else}
<P6759>0</P6759>
{/if}
<!-- # Show Date and Time. 0 - No, 1 - Yes. Default is 1 -->
@@ -353,7 +353,7 @@
<!-- Conference URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Music On Hold URI -->
<!-- String -->
@@ -609,33 +609,33 @@
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- Matching Rule 1 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0. -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1489>0</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- Matching Incoming Caller ID. Matching Rule 2 -->
<!-- String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- Matching Rule 2 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1491>0</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- Matching Incoming Caller ID. Matching Rule 3 -->
<!-- String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- Matching Rule 3 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1493>0</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- Ring Timeout (in seconds). Default is 60 -->
<!-- Number: 30 - 3600 -->
@@ -227,7 +227,7 @@
<!-- Conference URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Music On Hold URI -->
<!-- String -->
@@ -478,33 +478,33 @@
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- Matching Rule 1 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0. -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1489>0</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- Matching Incoming Caller ID. Matching Rule 2 -->
<!-- String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- Matching Rule 2 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1491>0</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- Matching Incoming Caller ID. Matching Rule 3 -->
<!-- String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- Matching Rule 3 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1493>0</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- Ring Timeout (in seconds). Default is 60 -->
<!-- Number: 30 - 3600 -->
@@ -1279,12 +1279,21 @@
<!-- HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P1487>0</P1487>
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- Number: 0, 1 -->
@@ -302,7 +302,7 @@
<P134></P134>
<!-- Conference URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Music On Hold URI -->
<!-- String -->
<P2350></P2350>
@@ -504,28 +504,28 @@
<P104>0</P104>
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- Matching Rule 1 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0. -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1489>0</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- Matching Incoming Caller ID. Matching Rule 2 -->
<!-- String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- Matching Rule 2 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1491>0</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- Matching Incoming Caller ID. Matching Rule 3 -->
<!-- String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- Matching Rule 3 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1493>0</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- Ring Timeout (in seconds). Default is 60 -->
<!-- Number: 30 - 3600 -->
<!-- Mandatory -->
@@ -736,7 +736,7 @@
<P444></P444>
<!-- Conference URI -->
<!-- String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- Music On Hold URI -->
<!-- String -->
<P2450></P2450>
@@ -1550,7 +1550,9 @@
<!-- HEADSET Key Mode. 0 = Default Mode, 1 = Toggle Headset/Speaker. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
@@ -302,7 +302,7 @@
<P134></P134>
<!-- Conference URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Music On Hold URI -->
<!-- String -->
<P2350></P2350>
@@ -504,28 +504,28 @@
<P104>0</P104>
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- Matching Rule 1 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0. -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1489>0</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- Matching Incoming Caller ID. Matching Rule 2 -->
<!-- String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- Matching Rule 2 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1491>0</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- Matching Incoming Caller ID. Matching Rule 3 -->
<!-- String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- Matching Rule 3 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1493>0</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- Ring Timeout (in seconds). Default is 60 -->
<!-- Number: 30 - 3600 -->
<!-- Mandatory -->
@@ -736,7 +736,7 @@
<P444></P444>
<!-- Conference URI -->
<!-- String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- Music On Hold URI -->
<!-- String -->
<P2450></P2450>
@@ -1550,7 +1550,9 @@
<!-- HEADSET Key Mode. 0 = Default Mode, 1 = Toggle Headset/Speaker. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
@@ -417,7 +417,7 @@
<!-- Conference URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Music On Hold URI -->
<!-- String -->
@@ -673,33 +673,33 @@
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- Matching Rule 1 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0. -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1489>0</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- Matching Incoming Caller ID. Matching Rule 2 -->
<!-- String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- Matching Rule 2 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1491>0</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- Matching Incoming Caller ID. Matching Rule 3 -->
<!-- String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- Matching Rule 3 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1493>0</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- Ring Timeout (in seconds). Default is 60 -->
<!-- Number: 30 - 3600 -->
@@ -974,7 +974,7 @@
<!-- Conference URI -->
<!-- String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- Music On Hold URI -->
<!-- String -->
@@ -2055,7 +2055,9 @@
<!-- HEADSET Key Mode. 0 = Default Mode, 1 = Toggle Headset/Speaker. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- Number: 0, 1 -->
@@ -226,7 +226,7 @@
<!-- Conference URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Music On Hold URI -->
<!-- String -->
@@ -482,33 +482,33 @@
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- Matching Rule 1 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0. -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1489>0</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- Matching Incoming Caller ID. Matching Rule 2 -->
<!-- String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- Matching Rule 2 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1491>0</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- Matching Incoming Caller ID. Matching Rule 3 -->
<!-- String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- Matching Rule 3 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1493>0</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- Ring Timeout (in seconds). Default is 60 -->
<!-- Number: 30 - 3600 -->
@@ -783,7 +783,7 @@
<!-- Conference URI -->
<!-- String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- Music On Hold URI -->
<!-- String -->
@@ -1862,7 +1862,9 @@
<!-- HEADSET Key Mode. 0 = Default Mode, 1 = Toggle Headset/Speaker. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- Number: 0, 1 -->
@@ -264,7 +264,7 @@
<P188>0</P188>
<!-- Conference URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Music On Hold URI -->
<!-- String -->
<P2350></P2350>
@@ -872,7 +872,7 @@
<P488>0</P488>
<!-- Conference URI -->
<!-- String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- Music On Hold URI -->
<!-- String -->
<P2450></P2450>
@@ -1445,7 +1445,7 @@
<P2589>0</P2589>
<!-- Conference URI -->
<!-- String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- Music On Hold URI -->
<!-- String -->
<P2550></P2550>
@@ -1686,7 +1686,7 @@
<P523>0</P523>
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- Matching Rule 1 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0. -->
<!-- Number: 0, 1, 2, 3 -->
@@ -2694,11 +2694,21 @@
<!-- HEADSET Key Mode. 0=Default Mode, 1=Toggle Headset/Speaker. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P1312>0</P1312>
<!-- Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P1487>0</P1487>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
@@ -1034,7 +1034,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -1361,33 +1361,33 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0. -->
<!-- # Number: 0, 1, 2, 3 -->
<!-- # Mandatory -->
<P1489>0</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- # Matching Incoming Caller ID. Matching Rule 2 -->
<!-- # String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- # Matching Rule 2 Distinctive Ringtone -->
<!-- # 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- # Number: 0, 1, 2, 3 -->
<!-- # Mandatory -->
<P1491>0</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- # Matching Incoming Caller ID. Matching Rule 3 -->
<!-- # String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- # Matching Rule 3 Distinctive Ringtone -->
<!-- # 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- # Number: 0, 1, 2, 3 -->
<!-- # Mandatory -->
<P1493>0</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- # Ring Timeout (in seconds). Default is 60 -->
<!-- # Number: 30 - 3600 -->
@@ -1745,7 +1745,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2445,7 +2445,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2764,7 +2764,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
@@ -3859,12 +3859,21 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
@@ -1991,7 +1991,9 @@
<!-- Headset keymode. 0 - Default Mode, 1 - Toggle Speaker(default)/Headset, 2 - Toggle Speaker/Headset(default) -->
<!-- Not avaliable for GXP2000 -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- For GXP1200 and GXP280 Only; 0 = Switch, 1 = Hub -->
<P1348>0</P1348>
@@ -263,7 +263,7 @@
<!--# Conference URI-->
<!--# String-->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!--# Music On Hold URI-->
<!--# String-->
@@ -540,33 +540,33 @@
<!--# Matching Incoming Caller ID. Matching Rule 1-->
<!--# String-->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!--# Matching Rule 1 Distinctive Ringtone-->
<!--# 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0.-->
<!--# Number: 0, 1, 2, 3-->
<!--# Mandatory-->
<P1489>0</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!--# Matching Incoming Caller ID. Matching Rule 2-->
<!--# String-->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!--# Matching Rule 2 Distinctive Ringtone-->
<!--# 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0-->
<!--# Number: 0, 1, 2, 3-->
<!--# Mandatory-->
<P1491>0</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!--# Matching Incoming Caller ID. Matching Rule 3-->
<!--# String-->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!--# Matching Rule 3 Distinctive Ringtone-->
<!--# 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0-->
<!--# Number: 0, 1, 2, 3-->
<!--# Mandatory-->
<P1493>0</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!--# Ring Timeout (in seconds). Default is 60-->
<!--# Number: 30 - 3600-->
@@ -893,7 +893,7 @@
<!--# Conference URI-->
<!--# String-->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!--# Music On Hold URI-->
<!--# String-->
@@ -1521,7 +1521,7 @@
<!--# Conference URI-->
<!--# String-->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!--# Music On Hold URI-->
<!--# String-->
@@ -1796,7 +1796,7 @@
<!--# Matching Incoming Caller ID. Matching Rule 1-->
<!--# String-->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!--# Matching Rule 1 Distinctive Ringtone-->
<!--# 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0-->
@@ -2147,7 +2147,7 @@
<!--# Conference URI-->
<!--# String-->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!--# Music On Hold URI-->
<!--# String-->
@@ -3472,7 +3472,9 @@
<!--# HEADSET Key Mode. 0 = Default Mode, 1 = Toggle Headset/Speaker. Default is 0-->
<!--# Number: 0, 1-->
<!--# Mandatory-->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!--# Always Ring Speaker. 0 - No, 1 - Yes. Default is 0-->
<!--# Number: 0, 1-->
@@ -178,7 +178,7 @@
<P134></P134>
<!-- Conference URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Music On Hold URI -->
<!-- String -->
<P2350></P2350>
@@ -380,28 +380,28 @@
<P104>0</P104>
<!-- Matching Incoming Caller ID. Matching Rule 1-->
<!-- String-->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- Matching Rule 1 Distinctive Ringtone-->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0.-->
<!-- Number: 0, 1, 2, 3-->
<!-- Mandatory -->
<P1489>0</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- Matching Incoming Caller ID. Matching Rule 2-->
<!-- String-->
<P1490>0</P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- Matching Rule 2 Distinctive Ringtone-->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0-->
<!-- Number: 0, 1, 2, 3-->
<!-- Mandatory-->
<P1491>0</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- Matching Incoming Caller ID. Matching Rule 3-->
<!-- String-->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- Matching Rule 3 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2,3-->
<!-- Mandatory -->
<P1493>0</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- Ring Timeout (in seconds). Default is 60 -->
<!-- Number: 30 - 3600 -->
<!-- Mandatory -->
@@ -616,7 +616,7 @@
<P444></P444>
<!-- Conference URI-->
<!-- String-->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- Music On Hold URI-->
<!-- String-->
<P2450></P2450>
@@ -1049,7 +1049,7 @@
<P544></P544>
<!-- Conference URI -->
<!-- String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- Music On Hold URI -->
<!-- String -->
<P2550></P2550>
@@ -1243,7 +1243,7 @@
<P523>0</P523>
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- Matching Rule 1 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
@@ -1480,7 +1480,7 @@
<P644></P644>
<!-- Conference URI -->
<!-- String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- Music On Hold -->
<!-- String -->
<P2650></P2650>
@@ -2285,11 +2285,21 @@
<!-- HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P1312>0</P1312>
<!-- Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P1487>0</P1487>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
@@ -354,7 +354,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -1308,7 +1308,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2256,7 +2256,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2615,7 +2615,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1500>grandstream_distinctive_ringtone_name_1</P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 0. -->
@@ -3205,7 +3205,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -4155,7 +4155,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -5105,7 +5105,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -6056,50 +6056,66 @@
<!-- # OpenVPN Enable. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_enable)}
<P7050>{$grandstream_openvpn_enable}</P7050>
{else}
<P7050>0</P7050>
{/if}
<!-- # OpenVPN Server Address -->
<!-- # String -->
<P7051></P7051>
<P7051>{$grandstream_openvpn_server}</P7051>
<!-- # OpenVPN Port. Default is 1194 -->
<!-- # Number -->
<!-- # Number -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_port)}
<P7052>{$grandstream_openvpn_port}</P7052>
{else}
<P7052>1194</P7052>
{/if}
<!-- # OpenVPN Transport. 0 - UDP, 1 - TCP. Default is 0 -->
<!-- #Number: 0, 1 -->
<!-- #Mandatory -->
{if isset($grandstream_openvpn_transport)}
<P2912>{$grandstream_openvpn_transport}</P2912>
{else}
<P2912>0</P2912>
{/if}
<!-- # OpenVPN CA -->
<!-- # String -->
<P9902></P9902>
<P9902>{$grandstream_openvpn_ca}</P9902>
<!-- # OpenVPN Certificate -->
<!-- # String -->
<P9903></P9903>
<P9903>{$grandstream_openvpn_cert}</P9903>
<!-- # OpenVPN Client Key -->
<!-- # String -->
<P9904></P9904>
<P9904>{$grandstream_openvpn_key}</P9904>
<!-- # OpenVPN Cipher Method. 0 - Blowfish, 1 - AES-128, 2 - AES-256, 3 - Triple-DES. Default is 0 -->
<!-- # Number: 0, 1, 2, 3 -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_cipher)}
<P8396>{$grandstream_openvpn_cipher}</P8396>
{else}
<P8396>0</P8396>
{/if}
<!-- # OpenVPN Username -->
<!-- # String -->
<P8394></P8394>
<P8394>{$grandstream_openvpn_username}</P8394>
<!-- # OpenVPN Password -->
<!-- # String -->
<P8395></P8395>
<P8395>{$grandstream_openvpn_password}</P8395>
<!-- # Additional Options -->
<!-- # String -->
<P8460></P8460>
<P8460>{$grandstream_openvpn_options}</P8460>
<!-- ############################################################################## -->
<!-- ## Network/SNMP Settings ## -->
@@ -7591,7 +7607,7 @@
<!-- # Hide BLF Remote Status. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P8374>0</P8374>
<P8374>{$grandstream_blf_remote_status}</P8374>
<!-- # Show SIP Error Response. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@@ -7918,17 +7934,21 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6779>0</P6779>
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
@@ -8132,9 +8152,7 @@
{if isset($grandstream_wallpaper_url)}
<P2916>1</P2916>
<P2917>{$grandstream_wallpaper_url}</P2917>
{else}
<P2916>0</P2916>
<P2917></P2917>
{/if}
<!-- # Color Background. Default is #000000. -->
@@ -8146,8 +8164,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver)}
<P2918>{$grandstream_screensaver}</P2918>
{else}
<P2918>1</P2918>
{/if}
<!-- # Screensaver Source. 0 - Default, 1 - USB, 2 - Download. Default is 0. ~~for GXP2140/2160/2170 only -->
@@ -8155,8 +8171,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver_source)}
<P6759>{$grandstream_screensaver_source}</P6759>
{else}
<P6759>0</P6759>
{/if}
<!-- # Show Date and Time. 0 - No, 1 - Yes. Default is 1 -->
@@ -354,7 +354,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -1308,7 +1308,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2256,7 +2256,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2615,7 +2615,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1500>grandstream_distinctive_ringtone_name_1</P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 0. -->
@@ -3205,7 +3205,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -4155,7 +4155,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -5105,7 +5105,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -6056,50 +6056,66 @@
<!-- # OpenVPN Enable. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_enable)}
<P7050>{$grandstream_openvpn_enable}</P7050>
{else}
<P7050>0</P7050>
{/if}
<!-- # OpenVPN Server Address -->
<!-- # String -->
<P7051></P7051>
<P7051>{$grandstream_openvpn_server}</P7051>
<!-- # OpenVPN Port. Default is 1194 -->
<!-- # Number -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_port)}
<P7052>{$grandstream_openvpn_port}</P7052>
{else}
<P7052>1194</P7052>
{/if}
<!-- # OpenVPN Transport. 0 - UDP, 1 - TCP. Default is 0 -->
<!-- #Number: 0, 1 -->
<!-- #Mandatory -->
{if isset($grandstream_openvpn_transport)}
<P2912>{$grandstream_openvpn_transport}</P2912>
{else}
<P2912>0</P2912>
{/if}
<!-- # OpenVPN CA -->
<!-- # String -->
<P9902></P9902>
<P9902>{$grandstream_openvpn_ca}</P9902>
<!-- # OpenVPN Certificate -->
<!-- # String -->
<P9903></P9903>
<P9903>{$grandstream_openvpn_cert}</P9903>
<!-- # OpenVPN Client Key -->
<!-- # String -->
<P9904></P9904>
<P9904>{$grandstream_openvpn_key}</P9904>
<!-- # OpenVPN Cipher Method. 0 - Blowfish, 1 - AES-128, 2 - AES-256, 3 - Triple-DES. Default is 0 -->
<!-- # Number: 0, 1, 2, 3 -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_cipher)}
<P8396>{$grandstream_openvpn_cipher}</P8396>
{else}
<P8396>0</P8396>
{/if}
<!-- # OpenVPN Username -->
<!-- # String -->
<P8394></P8394>
<P8394>{$grandstream_openvpn_username}</P8394>
<!-- # OpenVPN Password -->
<!-- # String -->
<P8395></P8395>
<P8395>{$grandstream_openvpn_password}</P8395>
<!-- # Additional Options -->
<!-- # String -->
<P8460></P8460>
<P8460>{$grandstream_openvpn_options}</P8460>
<!-- ############################################################################## -->
<!-- ## Network/SNMP Settings ## -->
@@ -7583,7 +7599,7 @@
<!-- # Hide BLF Remote Status. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P8374>0</P8374>
<P8374>{$grandstream_blf_remote_status}</P8374>
<!-- # Show SIP Error Response. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@@ -7910,17 +7926,21 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6779>0</P6779>
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
@@ -8125,9 +8145,7 @@
{if isset($grandstream_wallpaper_url)}
<P2916>1</P2916>
<P2917>{$grandstream_wallpaper_url}</P2917>
{else}
<P2916>0</P2916>
<P2917></P2917>
{/if}
<!-- # Color Background. Default is #000000. -->
@@ -8139,8 +8157,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver)}
<P2918>{$grandstream_screensaver}</P2918>
{else}
<P2918>1</P2918>
{/if}
<!-- # Screensaver Source. 0 - Default, 1 - USB, 2 - Download. Default is 0. ~~for GXP2140/2160/2170 only -->
@@ -8148,8 +8164,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver_source)}
<P6759>{$grandstream_screensaver_source}</P6759>
{else}
<P6759>0</P6759>
{/if}
<!-- # Show Date and Time. 0 - No, 1 - Yes. Default is 1 -->
@@ -354,7 +354,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -1308,7 +1308,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2256,7 +2256,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2615,7 +2615,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1500>grandstream_distinctive_ringtone_name_1</P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 0. -->
@@ -3205,7 +3205,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -4155,7 +4155,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -5105,7 +5105,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -6056,50 +6056,66 @@
<!-- # OpenVPN Enable. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_enable)}
<P7050>{$grandstream_openvpn_enable}</P7050>
{else}
<P7050>0</P7050>
{/if}
<!-- # OpenVPN Server Address -->
<!-- # String -->
<P7051></P7051>
<P7051>{$grandstream_openvpn_server}</P7051>
<!-- # OpenVPN Port. Default is 1194 -->
<!-- # Number -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_port)}
<P7052>{$grandstream_openvpn_port}</P7052>
{else}
<P7052>1194</P7052>
{/if}
<!-- # OpenVPN Transport. 0 - UDP, 1 - TCP. Default is 0 -->
<!-- #Number: 0, 1 -->
<!-- #Mandatory -->
{if isset($grandstream_openvpn_transport)}
<P2912>{$grandstream_openvpn_transport}</P2912>
{else}
<P2912>0</P2912>
{/if}
<!-- # OpenVPN CA -->
<!-- # String -->
<P9902></P9902>
<P9902>{$grandstream_openvpn_ca}</P9902>
<!-- # OpenVPN Certificate -->
<!-- # String -->
<P9903></P9903>
<P9903>{$grandstream_openvpn_cert}</P9903>
<!-- # OpenVPN Client Key -->
<!-- # String -->
<P9904></P9904>
<P9904>{$grandstream_openvpn_key}</P9904>
<!-- # OpenVPN Cipher Method. 0 - Blowfish, 1 - AES-128, 2 - AES-256, 3 - Triple-DES. Default is 0 -->
<!-- # Number: 0, 1, 2, 3 -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_cipher)}
<P8396>{$grandstream_openvpn_cipher}</P8396>
{else}
<P8396>0</P8396>
{/if}
<!-- # OpenVPN Username -->
<!-- # String -->
<P8394></P8394>
<P8394>{$grandstream_openvpn_username}</P8394>
<!-- # OpenVPN Password -->
<!-- # String -->
<P8395></P8395>
<P8395>{$grandstream_openvpn_password}</P8395>
<!-- # Additional Options -->
<!-- # String -->
<P8460></P8460>
<P8460>{$grandstream_openvpn_options}</P8460>
<!-- ############################################################################## -->
<!-- ## Network/SNMP Settings ## -->
@@ -7583,7 +7599,7 @@
<!-- # Hide BLF Remote Status. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P8374>0</P8374>
<P8374>{$grandstream_blf_remote_status}</P8374>
<!-- # Show SIP Error Response. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@@ -7910,17 +7926,21 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6779>0</P6779>
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
@@ -8125,9 +8145,7 @@
{if isset($grandstream_wallpaper_url)}
<P2916>1</P2916>
<P2917>{$grandstream_wallpaper_url}</P2917>
{else}
<P2916>0</P2916>
<P2917></P2917>
{/if}
<!-- # Color Background. Default is #000000. -->
@@ -8139,8 +8157,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver)}
<P2918>{$grandstream_screensaver}</P2918>
{else}
<P2918>1</P2918>
{/if}
<!-- # Screensaver Source. 0 - Default, 1 - USB, 2 - Download. Default is 0. ~~for GXP2140/2160/2170 only -->
@@ -8148,8 +8164,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver_source)}
<P6759>{$grandstream_screensaver_source}</P6759>
{else}
<P6759>0</P6759>
{/if}
<!-- # Show Date and Time. 0 - No, 1 - Yes. Default is 1 -->
@@ -354,7 +354,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -1308,7 +1308,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2256,7 +2256,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2615,7 +2615,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1500>grandstream_distinctive_ringtone_name_1</P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 0. -->
@@ -3205,7 +3205,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -4155,7 +4155,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -5105,7 +5105,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -6056,50 +6056,66 @@
<!-- # OpenVPN Enable. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_enable)}
<P7050>{$grandstream_openvpn_enable}</P7050>
{else}
<P7050>0</P7050>
{/if}
<!-- # OpenVPN Server Address -->
<!-- # String -->
<P7051></P7051>
<P7051>{$grandstream_openvpn_server}</P7051>
<!-- # OpenVPN Port. Default is 1194 -->
<!-- # Number -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_port)}
<P7052>{$grandstream_openvpn_port}</P7052>
{else}
<P7052>1194</P7052>
{/if}
<!-- # OpenVPN Transport. 0 - UDP, 1 - TCP. Default is 0 -->
<!-- #Number: 0, 1 -->
<!-- #Mandatory -->
{if isset($grandstream_openvpn_transport)}
<P2912>{$grandstream_openvpn_transport}</P2912>
{else}
<P2912>0</P2912>
{/if}
<!-- # OpenVPN CA -->
<!-- # String -->
<P9902></P9902>
<P9902>{$grandstream_openvpn_ca}</P9902>
<!-- # OpenVPN Certificate -->
<!-- # String -->
<P9903></P9903>
<P9903>{$grandstream_openvpn_cert}</P9903>
<!-- # OpenVPN Client Key -->
<!-- # String -->
<P9904></P9904>
<P9904>{$grandstream_openvpn_key}</P9904>
<!-- # OpenVPN Cipher Method. 0 - Blowfish, 1 - AES-128, 2 - AES-256, 3 - Triple-DES. Default is 0 -->
<!-- # Number: 0, 1, 2, 3 -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_cipher)}
<P8396>{$grandstream_openvpn_cipher}</P8396>
{else}
<P8396>0</P8396>
{/if}
<!-- # OpenVPN Username -->
<!-- # String -->
<P8394></P8394>
<P8394>{$grandstream_openvpn_username}</P8394>
<!-- # OpenVPN Password -->
<!-- # String -->
<P8395></P8395>
<P8395>{$grandstream_openvpn_password}</P8395>
<!-- # Additional Options -->
<!-- # String -->
<P8460></P8460>
<P8460>{$grandstream_openvpn_options}</P8460>
<!-- ############################################################################## -->
<!-- ## Network/SNMP Settings ## -->
@@ -7595,7 +7611,7 @@
<!-- # Hide BLF Remote Status. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P8374>0</P8374>
<P8374>{$grandstream_blf_remote_status}</P8374>
<!-- # Show SIP Error Response. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@@ -7922,17 +7938,21 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6779>0</P6779>
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
@@ -8137,9 +8157,7 @@
{if isset($grandstream_wallpaper_url)}
<P2916>1</P2916>
<P2917>{$grandstream_wallpaper_url}</P2917>
{else}
<P2916>0</P2916>
<P2917></P2917>
{/if}
<!-- # Color Background. Default is #000000. -->
@@ -8151,8 +8169,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver)}
<P2918>{$grandstream_screensaver}</P2918>
{else}
<P2918>1</P2918>
{/if}
<!-- # Screensaver Source. 0 - Default, 1 - USB, 2 - Download. Default is 0. ~~for GXP2140/2160/2170 only -->
@@ -8160,8 +8176,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver_source)}
<P6759>{$grandstream_screensaver_source}</P6759>
{else}
<P6759>0</P6759>
{/if}
<!-- # Show Date and Time. 0 - No, 1 - Yes. Default is 1 -->
@@ -354,7 +354,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -1308,7 +1308,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2256,7 +2256,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -2615,7 +2615,7 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1500>grandstream_distinctive_ringtone_name_1</P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # -1 - No Ringtone, 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3, 4 - silent, 5 - Default Ringtone. Default is 0. -->
@@ -3205,7 +3205,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -4155,7 +4155,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -5105,7 +5105,7 @@
<!-- # Conference URI -->
<!-- # String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- # Music On Hold URI -->
<!-- # String -->
@@ -6056,50 +6056,66 @@
<!-- # OpenVPN Enable. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_enable)}
<P7050>{$grandstream_openvpn_enable}</P7050>
{else}
<P7050>0</P7050>
{/if}
<!-- # OpenVPN Server Address -->
<!-- # String -->
<P7051></P7051>
<P7051>{$grandstream_openvpn_server}</P7051>
<!-- # OpenVPN Port. Default is 1194 -->
<!-- # Number -->
<!-- # Number -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_port)}
<P7052>{$grandstream_openvpn_port}</P7052>
{else}
<P7052>1194</P7052>
{/if}
<!-- # OpenVPN Transport. 0 - UDP, 1 - TCP. Default is 0 -->
<!-- #Number: 0, 1 -->
<!-- #Mandatory -->
{if isset($grandstream_openvpn_transport)}
<P2912>{$grandstream_openvpn_transport}</P2912>
{else}
<P2912>0</P2912>
{/if}
<!-- # OpenVPN CA -->
<!-- # String -->
<P9902></P9902>
<P9902>{$grandstream_openvpn_ca}</P9902>
<!-- # OpenVPN Certificate -->
<!-- # String -->
<P9903></P9903>
<P9903>{$grandstream_openvpn_cert}</P9903>
<!-- # OpenVPN Client Key -->
<!-- # String -->
<P9904></P9904>
<P9904>{$grandstream_openvpn_key}</P9904>
<!-- # OpenVPN Cipher Method. 0 - Blowfish, 1 - AES-128, 2 - AES-256, 3 - Triple-DES. Default is 0 -->
<!-- # Number: 0, 1, 2, 3 -->
<!-- # Mandatory -->
{if isset($grandstream_openvpn_cipher)}
<P8396>{$grandstream_openvpn_cipher}</P8396>
{else}
<P8396>0</P8396>
{/if}
<!-- # OpenVPN Username -->
<!-- # String -->
<P8394></P8394>
<P8394>{$grandstream_openvpn_username}</P8394>
<!-- # OpenVPN Password -->
<!-- # String -->
<P8395></P8395>
<P8395>{$grandstream_openvpn_password}</P8395>
<!-- # Additional Options -->
<!-- # String -->
<P8460></P8460>
<P8460>{$grandstream_openvpn_options}</P8460>
<!-- ############################################################################## -->
<!-- ## Network/SNMP Settings ## -->
@@ -7583,7 +7599,7 @@
<!-- # Hide BLF Remote Status. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P8374>0</P8374>
<P8374>{$grandstream_blf_remote_status}</P8374>
<!-- # Show SIP Error Response. 0 - No, 1 - Yes. Default is 1 -->
<!-- # Number: 0, 1 -->
@@ -7910,17 +7926,21 @@
<!-- # HEADSET Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P6779>0</P6779>
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>0</P1487>
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- # Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- # Number: 0, 1 -->
@@ -8125,9 +8145,7 @@
{if isset($grandstream_wallpaper_url)}
<P2916>1</P2916>
<P2917>{$grandstream_wallpaper_url}</P2917>
{else}
<P2916>0</P2916>
<P2917></P2917>
{/if}
<!-- # Color Background. Default is #000000. -->
@@ -8139,8 +8157,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver)}
<P2918>{$grandstream_screensaver}</P2918>
{else}
<P2918>1</P2918>
{/if}
<!-- # Screensaver Source. 0 - Default, 1 - USB, 2 - Download. Default is 0. ~~for GXP2140/2160/2170 only -->
@@ -8148,8 +8164,6 @@
<!-- # Mandatory -->
{if isset($grandstream_screensaver_source)}
<P6759>{$grandstream_screensaver_source}</P6759>
{else}
<P6759>0</P6759>
{/if}
<!-- # Show Date and Time. 0 - No, 1 - Yes. Default is 1 -->
@@ -122,7 +122,7 @@
<P134></P134>
<!-- Conference URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Music On Hold URI -->
<!-- String -->
<P2350></P2350>
@@ -324,28 +324,28 @@
<P104>0</P104>
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- Matching Rule 1 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0. -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1489>0</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- Matching Incoming Caller ID. Matching Rule 2 -->
<!-- String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- Matching Rule 2 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1491>0</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- Matching Incoming Caller ID. Matching Rule 3 -->
<!-- String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- Matching Rule 3 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1493>0</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- Ring Timeout (in seconds). Default is 60 -->
<!-- Number: 30 - 3600 -->
<!-- Mandatory -->
@@ -559,7 +559,7 @@
<P444></P444>
<!-- Conference URI -->
<!-- String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- Music On Hold URI -->
<!-- String -->
<P2450></P2450>
@@ -991,7 +991,7 @@
<P544></P544>
<!-- Conference URI -->
<!-- String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- Music On Hold URI -->
<!-- String -->
<P2550></P2550>
@@ -1185,7 +1185,7 @@
<P523>0</P523>
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- Matching Rule 1 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
@@ -1421,7 +1421,7 @@
<P644></P644>
<!-- Conference URI -->
<!-- String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- Music On Hold URI -->
<!-- String -->
<P2650></P2650>
@@ -1845,7 +1845,7 @@
<P1744></P1744>
<!-- Conference URI -->
<!-- String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- Music On Hold URI -->
<!-- String -->
<P2750></P2750>
@@ -2276,7 +2276,7 @@
<P1844></P1844>
<!-- Conference URI -->
<!-- String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- Music On Hold URI -->
<!-- String -->
<P2850></P2850>
@@ -3062,7 +3062,21 @@ Outgoing calls. 0 - No, 1 - Yes. Default is 0 -->
<!-- HEADSET Key Mode. 0 = Default Mode, 1 = Toggle Headset/Speaker. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
@@ -272,7 +272,7 @@
<!-- Conference URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Music On Hold URI -->
<!-- String -->
@@ -530,33 +530,33 @@
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- Matching Rule 1 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0. -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1489>0</P1489>
<P1489>{$grandstream_distinctive_ringtone_1}</P1489>
<!-- Matching Incoming Caller ID. Matching Rule 2 -->
<!-- String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- Matching Rule 2 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1491>0</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- Matching Incoming Caller ID. Matching Rule 3 -->
<!-- String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- Matching Rule 3 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
<!-- Number: 0, 1, 2, 3 -->
<!-- Mandatory -->
<P1493>0</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- Ring Timeout (in seconds). Default is 60 -->
<!-- Number: 30 - 3600 -->
@@ -836,7 +836,7 @@
<!-- Conference URI -->
<!-- String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- Music On Hold URI -->
<!-- String -->
@@ -1399,7 +1399,7 @@
<!-- Conference URI -->
<!-- String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- Music On Hold URI -->
<!-- String -->
@@ -1647,7 +1647,7 @@
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- Matching Rule 1 Distinctive Ringtone -->
<!-- 0 - system ring tone, 1 - custom ring tone 1, 2 - custom ring tone 2, 3 - custom ring tone 3. Default is 0 -->
@@ -1955,7 +1955,7 @@
<!-- Conference URI -->
<!-- String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- Music On Hold URI -->
<!-- String -->
@@ -2505,7 +2505,7 @@
<!-- Conference URI -->
<!-- String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- Music On Hold URI -->
<!-- String -->
@@ -3062,7 +3062,7 @@
<!-- Conference URI -->
<!-- String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- Music On Hold URI -->
<!-- String -->
@@ -3772,7 +3772,21 @@ Outgoing calls. 0 - No, 1 - Yes. Default is 0 -->
<!-- HEADSET Key Mode. 0 = Default Mode, 1 = Toggle Headset/Speaker. Default is 0 -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- Always Ring Speaker. 0 - No, 1 - Yes. Default is 0 -->
<!-- Number: 0, 1 -->
@@ -344,7 +344,7 @@
<!-- Conference-URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -367,7 +367,7 @@
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- Matching Rule 1 Distinctive Ringtone. See ring tone options and value in the Ring Tone Value Table below -->
<!-- String -->
@@ -375,7 +375,7 @@
<!-- Matching Incoming Caller ID. Matching Rule 2 -->
<!-- String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- Matching Rule 2 Distinctive Ringtone. See ring tone options and value in the Ring Tone Value Table below -->
<!-- String -->
@@ -383,7 +383,7 @@
<!-- Matching Incoming Caller ID. Matching Rule 3 -->
<!-- String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- Matching Rule 3 Distinctive Ringtone. See ring tone options and value in the Ring Tone Value Table below -->
<!-- String -->
@@ -762,7 +762,7 @@
<!-- Conference-URI -->
<!-- String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -1190,7 +1190,7 @@ VNumber: 0, 1, 2. -->
<!-- Conference-URI -->
<!-- String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -1214,7 +1214,7 @@ VNumber: 0, 1, 2. -->
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- Matching Rule 1 Distinctive Ringtone. See ring tone options and value in the Ring Tone value table below -->
<!-- String -->
@@ -1620,7 +1620,7 @@ VNumber: 0, 1, 2. -->
<!-- Conference-URI -->
<!-- String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- Account Ring Tone. See ring tone options and value in the Ring Tone value table below -->
<P623>content://settings/system/ringtone</P623>
@@ -2045,7 +2045,7 @@ Account 5 Codec Settings
<!-- Conference-URI -->
<!-- String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -2471,7 +2471,7 @@ Account 5 Codec Settings
<!-- Conference-URI -->
<!-- String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -3337,13 +3337,23 @@ Account 5 Codec Settings
<P1302>0</P1302>
{/if}
<!-- Headset Type. 0 - Normal Headset, 1 - Plantronics EHS. Default value is 0 -->
<!-- Number: 0, 1 -->
<P1487>0</P1487>
<!-- Headset Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default value is 0 -->
<!-- Number: 0, 1 -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- Advanced Settings - MPK LCD Settings -->
@@ -555,7 +555,7 @@
<!-- Conference-URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -578,7 +578,7 @@
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- Matching Rule 1 Distinctive Ringtone. See ring tone options and value in the Ring Tone Value Table below -->
<!-- String -->
@@ -586,7 +586,7 @@
<!-- Matching Incoming Caller ID. Matching Rule 2 -->
<!-- String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- Matching Rule 2 Distinctive Ringtone. See ring tone options and value in the Ring Tone Value Table below -->
<!-- String -->
@@ -594,7 +594,7 @@
<!-- Matching Incoming Caller ID. Matching Rule 3 -->
<!-- String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- Matching Rule 3 Distinctive Ringtone. See ring tone options and value in the Ring Tone Value Table below -->
<!-- String -->
@@ -973,7 +973,7 @@
<!-- Conference-URI -->
<!-- String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -1401,7 +1401,7 @@ VNumber: 0, 1, 2. -->
<!-- Conference-URI -->
<!-- String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -1425,7 +1425,7 @@ VNumber: 0, 1, 2. -->
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- Matching Rule 1 Distinctive Ringtone. See ring tone options and value in the Ring Tone value table below -->
<!-- String -->
@@ -1831,7 +1831,7 @@ VNumber: 0, 1, 2. -->
<!-- Conference-URI -->
<!-- String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- Account Ring Tone. See ring tone options and value in the Ring Tone value table below -->
<P623>content://settings/system/ringtone</P623>
@@ -2256,7 +2256,7 @@ Account 5 Codec Settings
<!-- Conference-URI -->
<!-- String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -2682,7 +2682,7 @@ Account 5 Codec Settings
<!-- Conference-URI -->
<!-- String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -3547,13 +3547,23 @@ Account 5 Codec Settings
<P1302>0</P1302>
{/if}
<!-- Headset Type. 0 - Normal Headset, 1 - Plantronics EHS. Default value is 0 -->
<!-- Number: 0, 1 -->
<P1487>0</P1487>
<!-- Headset Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default value is 0 -->
<!-- Number: 0, 1 -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- Advanced Settings - MPK LCD Settings -->
@@ -600,7 +600,7 @@
<!-- Conference URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -1255,7 +1255,7 @@
<!-- Conference-URI -->
<!-- String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -1893,7 +1893,7 @@
<!-- Conference-URI -->
<!-- String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -1924,7 +1924,7 @@
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- Matching Rule 1 Distinctive Ringtone. See ring tone options and value in the Ring Tone value table below -->
<!-- String -->
@@ -2534,7 +2534,7 @@
<!-- Conference-URI -->
<!-- String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -3173,7 +3173,7 @@
<!-- Conference-URI -->
<!-- String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -3814,7 +3814,7 @@
<!-- Conference-URI -->
<!-- String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -5408,14 +5408,18 @@
<!-- Headset Type. 0 - Normal Headset, 1 - Plantronics EHS, 2 - Jabra EHS. Default value is 0 -->
<!-- Number: 0, 1 -->
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>{$grandstream_headset_type}</P1487>
{else}
<P1487>0</P1487>
{/if}
<!-- Headset Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default value is 0 -->
<!-- Number: 0, 1 -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- Handset TX Gain (dB). 0 - 0, 1 - -6, 2 - +6. Default value is 0 -->
<!-- Number: 0, 1, 2 -->
@@ -560,7 +560,7 @@
<!-- Conference-URI -->
<!-- String -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -583,7 +583,7 @@
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- Matching Rule 1 Distinctive Ringtone. See ring tone options and value in the Ring Tone Value Table below -->
<!-- String -->
@@ -591,7 +591,7 @@
<!-- Matching Incoming Caller ID. Matching Rule 2 -->
<!-- String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- Matching Rule 2 Distinctive Ringtone. See ring tone options and value in the Ring Tone Value Table below -->
<!-- String -->
@@ -599,7 +599,7 @@
<!-- Matching Incoming Caller ID. Matching Rule 3 -->
<!-- String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- Matching Rule 3 Distinctive Ringtone. See ring tone options and value in the Ring Tone Value Table below -->
<!-- String -->
@@ -978,7 +978,7 @@
<!-- Conference-URI -->
<!-- String -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -1406,7 +1406,7 @@ VNumber: 0, 1, 2. -->
<!-- Conference-URI -->
<!-- String -->
<P2518></P2518>
<P2518>{if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}</P2518>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -1430,7 +1430,7 @@ VNumber: 0, 1, 2. -->
<!-- Matching Incoming Caller ID. Matching Rule 1 -->
<!-- String -->
<P1500></P1500>
<P1500>{$grandstream_distinctive_ringtone_name_1}</P1500>
<!-- Matching Rule 1 Distinctive Ringtone. See ring tone options and value in the Ring Tone value table below -->
<!-- String -->
@@ -1836,7 +1836,7 @@ VNumber: 0, 1, 2. -->
<!-- Conference-URI -->
<!-- String -->
<P2618></P2618>
<P2618>{if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}</P2618>
<!-- Account Ring Tone. See ring tone options and value in the Ring Tone value table below -->
<P623>content://settings/system/ringtone</P623>
@@ -2261,7 +2261,7 @@ Account 5 Codec Settings
<!-- Conference-URI -->
<!-- String -->
<P2718></P2718>
<P2718>{if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}</P2718>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -2687,7 +2687,7 @@ Account 5 Codec Settings
<!-- Conference-URI -->
<!-- String -->
<P2818></P2818>
<P2818>{if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}</P2818>
<!-- Broadsoft Call Center. 0 - No, 1 - Yes. Default value is 0 -->
<!-- Number: 0, 1 -->
@@ -3551,13 +3551,23 @@ Account 5 Codec Settings
<P1302>0</P1302>
{/if}
<!-- Headset Type. 0 - Normal Headset, 1 - Plantronics EHS. Default value is 0 -->
<!-- Number: 0, 1 -->
<P1487>0</P1487>
<!-- Headset Key Mode. 0 - Default Mode, 1 - Toggle Headset/Speaker. Default value is 0 -->
<!-- Number: 0, 1 -->
<P1312>0</P1312>
{if isset($grandstream_headset_key_mode)}
<P1312>{$grandstream_headset_key_mode}</P1312>
{/if}
<!-- # Headset Type. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
{if isset($grandstream_headset_type)}
<P6779>{$grandstream_headset_type}</P6779>
<!-- # EHS Headset Ring Tone. 0 - Normal, 1 - Plantronics EHS. Default is 0 -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P1487>{$grandstream_headset_type}</P1487>
{/if}
<!-- Advanced Settings - MPK LCD Settings -->
@@ -1109,7 +1109,7 @@
<P2359>0</P2359>
<!-- # Conference URI -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- ################################################################################# -->
<!-- # Codec/Voice Quality settings # -->
@@ -1987,7 +1987,7 @@
<P2459>0</P2459>
<!-- #Conference URI -->
<P2418></P2418>
<P2418>{if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}</P2418>
<!-- ################################################################################# -->
<!-- # Codec/Voice Quality settings # -->
@@ -1048,7 +1048,7 @@
<P2359>0</P2359>
<!-- # Conference URI -->
<P2318></P2318>
<P2318>{if $nway_conference == true}nway{$account.1.user_id}@{$account.1.server_address}{/if}</P2318>
<!-- ################################################################################# -->
<!-- # Codec/Voice Quality settings # -->
@@ -556,19 +556,19 @@
<!-- # Matching Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- # Matching Rule 1 Distinctive Ringtone (Cannot be provisioned by config template currently) -->
<!-- # Matching Incoming Caller ID. Matching Rule 2 -->
<!-- # String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- # Matching Rule 2 Distinctive Ringtone (Cannot be provisioned by config template currently) -->
<!-- # Matching Incoming Caller ID. Matching Rule 3 -->
<!-- # String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- # Matching Rule 3 Distinctive Ringtone (Cannot be provisioned by config template currently) -->
@@ -1185,7 +1185,7 @@
<!-- # Match Incoming Caller ID. Matching Rule 1 -->
<!-- # String -->
<P1488></P1488>
<P1488>{$grandstream_distinctive_ringtone_name_1}</P1488>
<!-- # Matching Rule 1 Distinctive Ringtone -->
<!-- # -1 - No Ringtone. Default is 0. -->
@@ -1195,23 +1195,23 @@
<!-- # Matching Incoming Caller ID. Matching Rule 2 -->
<!-- # String -->
<P1490></P1490>
<P1490>{$grandstream_distinctive_ringtone_name_2}</P1490>
<!-- # Matching Rule 2 Distinctive Ringtone -->
<!-- # -1 - No Rington Default is 0. -->
<!-- # Number: -->
<!-- # Mandatory -->
<P1491>0</P1491>
<P1491>{$grandstream_distinctive_ringtone_2}</P1491>
<!-- # Matching Incoming Caller ID. Matching Rule 3 -->
<!-- # String -->
<P1492></P1492>
<P1492>{$grandstream_distinctive_ringtone_name_3}</P1492>
<!-- # Matching Rule 3 Distinctive Ringtone -->
<!-- # -1 - No Ringtone Default is 0. -->
<!-- # Number: -->
<!-- # Mandatory -->
<P1493>0</P1493>
<P1493>{$grandstream_distinctive_ringtone_3}</P1493>
<!-- ############################################################### -->
<!-- # Account 2/Advanced Settings -->
@@ -1,17 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<PHONE>
<REGISTRATION
reg.{$row.line_number}.serverFeatureControl.cf="{$polycom_feature_key_sync}"
reg.{$row.line_number}.serverFeatureControl.dnd="{$polycom_feature_key_sync}"
{foreach $lines as $row}reg.{$row.line_number}.displayName="{$row.display_name}"
{foreach $lines as $row}
reg.{$row.line_number}.displayName="{$row.display_name}"
reg.{$row.line_number}.address="{$row.user_id}@{$row.server_address}"
reg.{$row.line_number}.label="{$row.display_name}"
reg.{$row.line_number}.serverFeatureControl.cf="{$polycom_feature_key_sync}"
reg.{$row.line_number}.serverFeatureControl.dnd="{$polycom_feature_key_sync}"
reg.{$row.line_number}.type="private"
reg.{$row.line_number}.auth.userId="{$row.user_id}"
reg.{$row.line_number}.auth.password="{$row.password}"
{if isset($line_key_value_{$row.line_number})}reg.{$row.line_number}.lineKeys="{$line_key_value_{$row.line_number}}"{else}reg.{$row.line_number}.lineKeys="1"{/if}
{if isset($row.outbound_proxy)}reg.{$row.line_number}.outboundProxy.address = "{$row.outbound_proxy}"{/if}
{if isset($row.sip_port)}reg.{$row.line_number}.outboundProxy.port="{$row.sip_port}"{else}reg.{$row.line_number}.outboundProxy.port="5060"{/if}
@@ -34,34 +36,11 @@
{/foreach}
/>
<DEVICE_SETTINGS
device.set="1"
device.sntp.serverName="pool.ntp.org"
device.sntp.gmtOffset="{$polycom_gmt_offset}"
{if isset($admin_password)}
device.auth.localUserPassword.set="1"
device.auth.localUserPassword="{$admin_password}"
{/if}
{if isset($admin_password)}
device.auth.localAdminPassword.set="1"
device.auth.localAdminPassword="{$admin_password}"
{/if}
{if isset($dns_server_primary)}device.dns.serverAddress="{$dns_server_primary}"{/if}
{if isset($dns_server_secondary)}device.dns.altSrvAddress="{$dns_server_secondary}"{/if}
{if isset($polycom_provision_url)}
device.prov.serverName="{$polycom_provision_url}"
{else}
device.prov.serverName="{$domain_name}"
{/if}
device.prov.serverType="{$polycom_server_type}"
device.prov.user="{$http_auth_username}"
device.prov.password="{$http_auth_password}"
/>
<SNTP
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
tcpIpApp.sntp.resyncPeriod="86400"
tcpIpApp.sntp.address="{$ntp_server_primary}"
tcpIpApp.sntp.gmtOffset.overrideDHCP="0"
tcpIpApp.sntp.gmtOffset="{$polycom_gmt_offset}"
tcpIpApp.sntp.daylightSavings.enable="1"
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
tcpIpApp.sntp.daylightSavings.start.month="{$daylight_savings_start_month}"
@@ -100,60 +79,40 @@
{else}
attendant.behaviors.display.spontaneousCallAppearances.normal="0"
{/if}
feature.enhancedFeatureKeys.enabled="1"
{foreach $keys["line"] as $row}
{if $row.device_key_type == "automata" || $row.device_key_type == "normal"}
attendant.resourceList.{$row.device_key_id}.address="{$row.device_key_value}"
attendant.resourceList.{$row.device_key_id}.callAddress=""
attendant.resourceList.{$row.device_key_id}.label="{$row.device_key_label}"
attendant.resourceList.{$row.device_key_id}.proceedingIsRecipient="0"
attendant.resourceList.{$row.device_key_id}.type="{$row.device_key_type}"
{else}
{if $row.device_key_type != "line"}
{if $row.device_key_type == "URL"}
key.{$row.device_key_id}.function.prim="{$row.device_key_value}"
{else}
key.{$row.device_key_id}.function.prim="{$row.device_key_type}"
key.{$row.device_key_id}.subPoint.prim="{$row.device_key_value}"
{/if}
{/if}
{/if}
{/foreach}
/>
<MULTICAST_PAGING
ptt.pageMode.enable="0"
ptt.pageMode.displayName="INTERCOM"
/>
<REMOTE_PACKET_CAPTURE
diags.pcap.enabled="0"
diags.pcap.remote.enabled="0"
/>
<GENERAL
nat.keepalive.interval="30"
httpd.cfg.enabled="1"
httpd.cfg.port="80"
tcpIpApp.keepalive.tcp.idleTransmitInterval="30"
tcpIpApp.keepalive.tcp.noResponseTrasmitInterval="300"
voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"
voIpProt.SIP.requestValidation.1.request="INVITE"
voIpProt.SIP.requestValidation.1.method="source"
feature.broadsoftUcOne.enabled="0"
voice.volume.persist.handset="1"
voice.volume.persist.headset="1"
voice.volume.persist.handsfree="1"
feature.nonVolatileRingerVolume.enabled="1"
{if $headset_mode != ''}up.handsfreeMode="1"
up.headsetMode="{$headset_mode}"{/if}
{if $headset_mode != ''}
up.handsfreeMode="1"
up.headsetMode="{$headset_mode}"
{/if}
{if $analog_headset_option != ''}up.analogHeadsetOption="{$analog_headset_option}"{/if}
{if isset($polycom_onetouchvoicemail)}
up.oneTouchVoiceMail="{$polycom_onetouchvoicemail}"
{else}
{else}
up.oneTouchVoiceMail="0"
{/if}
exchange.server.url="0.0.0.0"
/>
<SOFT_KEYS
softkey.1.label="VMTransfer"
softkey.1.action="^*99$P1N4$$Trefer$"
softkey.1.enable="1"
softkey.1.use.active="1"
efk.efkprompt.1.label="Voice Mail ID to transfer to:"
efk.efkprompt.1.status="1"
efk.efkprompt.1.type="numeric"
/>
</PHONE>
@@ -217,9 +217,12 @@
up.headsetMode="1"
voice.aec.hf.enable="1"
voice.aec.hs.enable="1"
msg.mwi.{$row.line_number}.callBackMode="contact"
msg.mwi.{$row.line_number}.callBack="{$voicemail_number}"
{foreach $lines as $row}
msg.mwi.{$row.line_number}.callBackMode="contact"
msg.mwi.{$row.line_number}.callBack="{$voicemail_number}"
{/foreach}
reg.1.server.1.subscribe.expires="2592000"
{if isset($polycom_contacts_directory)}contacts_directory="{$polycom_contacts_directory}/{$domain_name}/"{/if}
/>
<SOFT_KEYS
@@ -381,10 +381,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -852,10 +852,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1367,10 +1367,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1867,10 +1867,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2364,10 +2364,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2860,10 +2860,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1,7 +1,7 @@
#!version:1.0.0.1
## The header above must appear as-is in the first line
include:config "y000000000000.cfg"
include:config "y000000000078.cfg"
include:config "{$mac}.cfg"
overwrite_mode = {$yealink_overwrite_mode}
@@ -78,15 +78,15 @@ network.vlan.dhcp_option =
#######################################################################################
## VLAN DISABLED ##
#######################################################################################
network.vlan.internet_port_enable = 0
{if isset($yealink_vlan_enable)}network.vlan.internet_port_enable = {$yealink_vlan_enable}{else}network.vlan.internet_port_enable = 0{/if}
#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
#Require reboot;
network.vlan.internet_port_vid =
network.vlan.internet_port_vid = {$yealink_vlan_id}
#Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot;
network.vlan.internet_port_priority =
network.vlan.internet_port_priority = {$yealink_vlan_cos}
#Enable or disable the VLAN of PC port; 0-Disabled (default), 1-Enabled;
#Require reboot;
@@ -94,11 +94,11 @@ network.vlan.pc_port_enable =
#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
#Require reboot;
network.vlan.pc_port_vid =
network.vlan.pc_port_vid = {$yealink_vlan_pc_id}
#Configure the VLAN priority, it ranges from 0 (default) to 7.
#Require reboot;
network.vlan.pc_port_priority =
network.vlan.pc_port_priority = {$yealink_vlan_pc_cos}
#Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default);
#Require reboot;
@@ -111,7 +111,6 @@ network.vlan.dhcp_option =
{/if}
#######################################################################################
## WEB Port ##
#######################################################################################
@@ -337,7 +336,7 @@ watch_dog.enable =
sip.use_23_as_pound =
#Enable or disable the RFC2543 Hold feature; 0-Disabled (default), 1-Enabled;
sip.rfc2543_hold =
sip.rfc2543_hold = {$yealink_rfc2543_hold}
#Enable or disable the phone to keep sending the SIP messages to the outbound server; 0-Disabled, 1-Enabled (default);
sip.use_out_bound_in_dialog =
@@ -480,13 +479,13 @@ local_time.ntp_server1 = {$ntp_server_primary}
local_time.ntp_server2 = {$ntp_server_secondary}
#Configure the update interval (in seconds) when using the NTP server. The default value is 1000.
local_time.interval =
local_time.interval = {$yealink_time_update}
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time = {$yealink_summer_time}
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =
local_time.dst_time_type = {$yealink_dst_type}
#Configure the start time of DST. The default value is 1/1/0.
#If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20.
@@ -510,7 +509,7 @@ local_time.date_format = {$yealink_date_format}
local_time.dhcp_time = {$yealink_dhcp_time}
#Enable or disable the manual time; 0-NTP time, 1-manual time. The default value is 0.
local_time.manual_time_enable =
local_time.manual_time_enable = 0
#######################################################################################
## Auto Redial ##
@@ -742,8 +741,8 @@ features.fwd_diversion_enable =
#######################################################################################
#Configure the DND key mode; 0-Phone mode (default), 1-Custom mode.
features.dnd_mode =
features.dnd.on_code =
features.dnd.off_code =
features.dnd.on_code = *78
features.dnd.off_code = *79
features.dnd.emergency_enable = 1
features.dnd.emergency_authorized_number =
@@ -751,7 +750,7 @@ features.dnd.emergency_authorized_number =
## Features BLF ##
#######################################################################################
#Configure the LED flashing mode of the BLF key (line key). The value is 0(default) or 1.
features.blf_led_mode =
features.blf_led_mode = {$yealink_blf_led_mode}
features.blf_list_version = 0
features.blf_and_callpark_idle_led_enable = 0
@@ -782,7 +781,7 @@ features.hotline_delay =
## Features DTMF ##
#######################################################################################
#Enable or disable the phone to suppress the display of DTMF digits; 0-Disabled (default), 1-Enabled;
features.dtmf.hide =
features.dtmf.hide = {$yealink_dtmf_hide}
#Enables or disables the IP phone to display the DTMF digits for a short period before displaying as asterisks; 0-Disabled (default), 1-Enabled;
features.dtmf.hide_delay =
@@ -919,7 +918,7 @@ phone_setting.show_code403 =
phone_setting.dialnow_delay =
#Configure the emergency number, each separated by a comma. The default value is 112,911,110.
phone_setting.emergency.number =
phone_setting.emergency.number = {$yealink_emergency_number}
#Configure the using mode of the headset key. The value is 0 or 1(default).
phone_setting.page_tip =
@@ -960,20 +959,19 @@ phone_setting.blf_list_sequence_type =
## Key Lock ##
#######################################################################################
#Configure the keypad lock type; 0-Disabled (default), 1-Enable
phone_setting.lock =
phone_setting.lock = {$yealink_lock_enable}
#Configure the unlock password for the phone. The default value is 123.
phone_setting.phone_lock.unlock_pin =
phone_setting.phone_lock.unlock_pin = {$yealink_lock_pin}
#Configures the interval (in seconds) to automatically lock the IP phone. It ranges from 0 to 3600, the default value is 0.
phone_setting.phone_lock.lock_time_out =
phone_setting.phone_lock.lock_time_out = {$yealink_lock_timeout}
#Configure the keypad lock type;0-All Keys(default), 1-Function Key, 2-Menu Key
phone_setting.phone_lock.lock_key_type =
phone_setting.phone_lock.lock_key_type = {$yealink_lock_key_type}
#Configure the backlight time (in seconds). The valid values are: 0-Always on, 1-Always off, 15-15s, 30-30s (default), 60-60s, 120-120s.
phone_setting.backlight_time = 0
phone_setting.backlight_time = {$yealink_backlight_time}
#######################################################################################
## Wallpaper ##
@@ -1057,10 +1055,12 @@ security.trust_certificates = {if $yealink_trust_certificates == "false"}0{elsei
security.user_name.user = {$user_name}
security.user_password = {$user_name}:{$user_password}
{/if}
{if isset($admin_name) }
security.user_name.admin = {$admin_name}
security.user_password = {$admin_name}:{$admin_password}
{/if}
{if isset($var_name) }
security.user_name.var = {$var_name}
security.user_password = {$var_name}:{$var_password}
@@ -1223,7 +1223,6 @@ linekey.20.type =
linekey.20.xml_phonebook =
linekey.20.label =
linekey.21.line =
linekey.21.value =
linekey.21.extension =
@@ -1231,7 +1230,6 @@ linekey.21.type =
linekey.21.xml_phonebook =
linekey.21.label =
linekey.22.line =
linekey.22.value =
linekey.22.extension =
@@ -1274,7 +1272,7 @@ linekey.27.type =
linekey.27.xml_phonebook =
linekey.27.label =
#######################################################################################
## Programablekey ##
## Programmable key ##
#######################################################################################
#X ranges from 1 to 13.
#programablekey.x.type--Customize the programmable key type.
@@ -1629,4 +1627,3 @@ directory_setting.url = https://{if isset($http_auth_username)}{$http_auth_usern
#######################################################################################
#Before using this parameter, you should store the desired firmware (x.71.x.x.rom) to the provisioning server.
firmware.url = {$yealink_firmware_url}/{$yealink_firmware_cp920}
@@ -24,10 +24,10 @@ account.1.user_name = {$account.1.user_id}
{/if}
account.1.sip_server_host = {$account.1.server_address}
account.1.sip_server_port = {$account.1.sip_port}
account.1.outbound_host = {$account.1.outbound_proxy}
account.1.outbound_port = {$account.1.sip_port}
account.1.sip_listen_port = {$account.1.sip_port}
{if isset($yealink_sip_listen_port)}account.1.sip_listen_port = {$yealink_sip_listen_port}{else}account.1.sip_listen_port = 5060{/if}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.1.sip_transport == 'udp'}account.1.transport = 0{/if}
{if $account.1.sip_transport == 'tcp'}account.1.transport = 1{/if}
@@ -49,7 +49,6 @@ account.1.outbound_proxy.2.port = {$outbound_proxy_2_port}
account.1.outbound_proxy.2.port = {$account.1.sip_port}
{/if}
#######################################################################################
## Failback ##
#######################################################################################
@@ -177,7 +176,7 @@ account.1.subscribe_mwi = 1
account.1.subscribe_mwi_expires = 3600
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.1.subscribe_mwi_to_vm = 1
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
account.1.subscribe_acd_expires= 3600
@@ -322,7 +321,6 @@ account.1.codec.13.rtpmap = 106
#######################################################################################
## Audio Advanced ##
#######################################################################################
@@ -382,10 +380,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -435,7 +433,7 @@ account.1.100rel_enable = {$yealink_retransmission}
#Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
account.1.enable_user_equal_phone =
#Enbale or diable the simplified header field feature; 0-Disabled, 1-Enabled (default);
#Enable or disable the simplified header field feature; 0-Disabled, 1-Enabled (default);
account.1.compact_header_enable =
#######################################################################################
@@ -539,10 +537,11 @@ account.2.user_name = {$account.2.user_id}
{/if}
account.2.sip_server_host = {$account.2.server_address}
account.2.sip_server_port = {$account.2.sip_port}
account.2.outbound_host = {$account.2.outbound_proxy}
account.2.outbound_port = {$account.2.sip_port}
account.2.sip_listen_port = 5060
{if isset($yealink_sip_listen_port)}account.2.sip_listen_port = {$yealink_sip_listen_port}{else}account.2.sip_listen_port = 5060{/if}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.2.sip_transport == 'udp'}account.2.transport = 0{/if}
{if $account.2.sip_transport == 'tcp'}account.2.transport = 1{/if}
@@ -553,7 +552,6 @@ account.2.outbound_proxy.1.address = {$account.2.outbound_proxy_primary}
account.2.outbound_proxy.2.address = {$account.2.outbound_proxy_secondary}
account.2.outbound_proxy_enable = {if isset($account.2.outbound_proxy_primary)}1{else}0{/if}
#######################################################################################
## Failback ##
#######################################################################################
@@ -681,7 +679,7 @@ account.2.subscribe_mwi = 1
account.2.subscribe_mwi_expires = 3600
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.2.subscribe_mwi_to_vm = 1
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
account.2.subscribe_acd_expires= 3600
@@ -853,10 +851,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -906,7 +904,7 @@ account.2.100rel_enable = {$yealink_retransmission}
#Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
account.2.enable_user_equal_phone =
#Enbale or diable the simplified header field feature; 0-Disabled, 1-Enabled (default);
#Enable or disable the simplified header field feature; 0-Disabled, 1-Enabled (default);
account.2.compact_header_enable =
#######################################################################################
@@ -1057,7 +1055,9 @@ account.3.sip_server_port = {$account.3.sip_port}
account.3.outbound_host = {$account.3.outbound_proxy}
account.3.outbound_port = {$account.3.sip_port}
account.3.sip_listen_port = 5060
{if isset($yealink_sip_listen_port)}account.3.sip_listen_port = {$yealink_sip_listen_port}{else}account.3.sip_listen_port = 5060{/if}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.3.sip_transport == 'udp'}account.3.transport = 0{/if}
{if $account.3.sip_transport == 'tcp'}account.3.transport = 1{/if}
@@ -1068,7 +1068,6 @@ account.3.outbound_proxy.1.address = {$account.3.outbound_proxy_primary}
account.3.outbound_proxy.2.address = {$account.3.outbound_proxy_secondary}
account.3.outbound_proxy_enable = {if isset($account.3.outbound_proxy_primary)}1{else}0{/if}
#######################################################################################
## Failback ##
#######################################################################################
@@ -1196,7 +1195,7 @@ account.3.subscribe_mwi = 1
account.3.subscribe_mwi_expires = 3600
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.3.subscribe_mwi_to_vm = 1
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
account.3.subscribe_acd_expires= 3600
@@ -1368,10 +1367,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1421,7 +1420,7 @@ account.3.100rel_enable = {$yealink_retransmission}
#Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
account.3.enable_user_equal_phone =
#Enbale or diable the simplified header field feature; 0-Disabled, 1-Enabled (default);
#Enable or disable the simplified header field feature; 0-Disabled, 1-Enabled (default);
account.3.compact_header_enable =
#######################################################################################
@@ -1558,7 +1557,9 @@ account.4.sip_server_port = {$account.4.sip_port}
account.4.outbound_host = {$account.4.outbound_proxy}
account.4.outbound_port = {$account.4.sip_port}
account.4.sip_listen_port = 5060
{if isset($yealink_sip_listen_port)}account.4.sip_listen_port = {$yealink_sip_listen_port}{else}account.4.sip_listen_port = 5060{/if}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.4.sip_transport == 'udp'}account.4.transport = 0{/if}
{if $account.4.sip_transport == 'tcp'}account.4.transport = 1{/if}
@@ -1696,7 +1697,7 @@ account.4.subscribe_mwi = 1
account.4.subscribe_mwi_expires = 3600
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.4.subscribe_mwi_to_vm = 1
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
account.4.subscribe_acd_expires= 3600
@@ -1868,10 +1869,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1921,7 +1922,7 @@ account.4.100rel_enable = {$yealink_retransmission}
#Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
account.4.enable_user_equal_phone =
#Enbale or diable the simplified header field feature; 0-Disabled, 1-Enabled (default);
#Enable or disable the simplified header field feature; 0-Disabled, 1-Enabled (default);
account.4.compact_header_enable =
#######################################################################################
@@ -2055,7 +2056,8 @@ account.5.sip_server_port = {$account.5.sip_port}
account.5.outbound_host = {$account.5.outbound_proxy}
account.5.outbound_port = {$account.5.sip_port}
account.5.sip_listen_port = 5060
{if isset($yealink_sip_listen_port)}account.5.sip_listen_port = {$yealink_sip_listen_port}{else}account.5.sip_listen_port = 5060{/if}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.5.sip_transport == 'udp'}account.5.transport = 0{/if}
{if $account.5.sip_transport == 'tcp'}account.5.transport = 1{/if}
@@ -2193,7 +2195,7 @@ account.5.subscribe_mwi = 1
account.5.subscribe_mwi_expires = 3600
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.5.subscribe_mwi_to_vm = 1
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
account.5.subscribe_acd_expires= 3600
@@ -2365,10 +2367,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2418,7 +2420,7 @@ account.5.100rel_enable = {$yealink_retransmission}
#Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
account.5.enable_user_equal_phone =
#Enbale or diable the simplified header field feature; 0-Disabled, 1-Enabled (default);
#Enable or disable the simplified header field feature; 0-Disabled, 1-Enabled (default);
account.5.compact_header_enable =
#######################################################################################
@@ -2552,7 +2554,8 @@ account.6.sip_server_port = {$account.6.sip_port}
account.6.outbound_host = {$account.6.outbound_proxy}
account.6.outbound_port = {$account.6.sip_port}
account.6.sip_listen_port = 5060
{if isset($yealink_sip_listen_port)}account.6.sip_listen_port = {$yealink_sip_listen_port}{else}account.6.sip_listen_port = 5060{/if}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.6.sip_transport == 'udp'}account.6.transport = 0{/if}
{if $account.6.sip_transport == 'tcp'}account.6.transport = 1{/if}
@@ -2689,7 +2692,7 @@ account.6.subscribe_mwi = 0
account.6.subscribe_mwi_expires = 3600
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.6.subscribe_mwi_to_vm = 0
account.6.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
account.6.subscribe_acd_expires= 3600
@@ -2861,10 +2864,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2914,7 +2917,7 @@ account.6.100rel_enable = {$yealink_retransmission}
#Enable or disable the "user=phone"; 0-Disabled (default), 1-Enabled;
account.6.enable_user_equal_phone =
#Enbale or diable the simplified header field feature; 0-Disabled, 1-Enabled (default);
#Enable or disable the simplified header field feature; 0-Disabled, 1-Enabled (default);
account.6.compact_header_enable =
#######################################################################################
@@ -1,7 +1,7 @@
#!version:1.0.0.1
## The header above must appear as-is in the first line
include:config "y000000000000.cfg"
include:config "y000000000073.cfg"
include:config "{$mac}.cfg"
overwrite_mode = {$yealink_overwrite_mode}
@@ -382,10 +382,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -853,10 +853,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1368,10 +1368,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1867,10 +1867,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2364,10 +2364,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2860,10 +2860,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -186,10 +186,10 @@ account.1.register_line =
account.1.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.1.blf.blf_list_uri =
@@ -539,10 +539,10 @@ account.2.register_line =
account.2.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.2.blf.blf_list_uri =
@@ -864,10 +864,10 @@ account.3.register_line =
account.3.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.3.blf.blf_list_uri =
@@ -1190,10 +1190,10 @@ account.4.register_line =
account.4.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.4.blf.blf_list_uri =
@@ -1516,10 +1516,10 @@ account.5.register_line =
account.5.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.5.blf.blf_list_uri =
@@ -1839,10 +1839,10 @@ account.6.register_line =
account.6.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.6.blf.blf_list_uri =
@@ -186,10 +186,10 @@ account.1.register_line =
account.1.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.1.blf.blf_list_uri =
@@ -541,10 +541,10 @@ account.2.register_line =
account.2.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.2.blf.blf_list_uri =
@@ -866,10 +866,10 @@ account.3.register_line =
account.3.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.3.blf.blf_list_uri =
@@ -1191,10 +1191,10 @@ account.4.register_line =
account.4.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.4.blf.blf_list_uri =
@@ -1517,10 +1517,10 @@ account.5.register_line =
account.5.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.5.blf.blf_list_uri =
@@ -1840,10 +1840,10 @@ account.6.register_line =
account.6.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.6.blf.blf_list_uri =
@@ -382,10 +382,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -851,10 +851,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1364,10 +1364,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1860,10 +1860,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2356,10 +2356,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2851,10 +2851,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -186,10 +186,10 @@ account.1.register_line =
account.1.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.1.blf.blf_list_uri =
@@ -539,10 +539,10 @@ account.2.register_line =
account.2.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.2.blf.blf_list_uri =
@@ -864,10 +864,10 @@ account.3.register_line =
account.3.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.3.blf.blf_list_uri =
@@ -1190,10 +1190,10 @@ account.4.register_line =
account.4.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.4.blf.blf_list_uri =
@@ -1516,10 +1516,10 @@ account.5.register_line =
account.5.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.5.blf.blf_list_uri =
@@ -1839,10 +1839,10 @@ account.6.register_line =
account.6.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.6.blf.blf_list_uri =
@@ -395,10 +395,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -867,10 +867,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1353,10 +1353,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1829,10 +1829,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2305,10 +2305,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2780,10 +2780,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -381,10 +381,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -853,10 +853,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1339,10 +1339,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1815,10 +1815,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2291,10 +2291,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2766,10 +2766,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -186,10 +186,10 @@ account.1.register_line =
account.1.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.1.blf.blf_list_uri =
@@ -539,10 +539,10 @@ account.2.register_line =
account.2.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.2.blf.blf_list_uri =
@@ -865,10 +865,10 @@ account.3.register_line =
account.3.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.3.blf.blf_list_uri =
@@ -1190,10 +1190,10 @@ account.4.register_line =
account.4.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.4.blf.blf_list_uri =
@@ -1516,10 +1516,10 @@ account.5.register_line =
account.5.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.5.blf.blf_list_uri =
@@ -1839,10 +1839,10 @@ account.6.register_line =
account.6.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.6.blf.blf_list_uri =
@@ -395,10 +395,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -866,10 +866,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1351,10 +1351,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1826,10 +1826,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2301,10 +2301,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2775,10 +2775,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -395,10 +395,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -866,10 +866,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1351,10 +1351,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1826,10 +1826,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2301,10 +2301,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2775,10 +2775,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -186,10 +186,10 @@ account.1.register_line =
account.1.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.1.blf.blf_list_uri =
@@ -539,10 +539,10 @@ account.2.register_line =
account.2.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.2.blf.blf_list_uri =
@@ -865,10 +865,10 @@ account.3.register_line =
account.3.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.3.blf.blf_list_uri =
@@ -1190,10 +1190,10 @@ account.4.register_line =
account.4.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.4.blf.blf_list_uri =
@@ -1516,10 +1516,10 @@ account.5.register_line =
account.5.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.5.blf.blf_list_uri =
@@ -1839,10 +1839,10 @@ account.6.register_line =
account.6.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.6.blf.blf_list_uri =
@@ -733,6 +733,7 @@ features.fwd_diversion_enable =
#######################################################################################
#Configure the DND key mode; 0-Phone mode (default), 1-Custom mode.
features.dnd_mode =
features.dnd.allow= {$yealink_dnd_allow}
features.dnd.on_code = *78
features.dnd.off_code = *79
features.dnd.emergency_enable = 1
@@ -395,10 +395,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -867,10 +867,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1353,10 +1353,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1829,10 +1829,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2305,10 +2305,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2780,10 +2780,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -342,10 +342,10 @@ account.{$row.line_number}.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type 0-Local (default), 2-Network Conference
account.{$row.line_number}.conf_type =
account.{$row.line_number}.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.{$row.line_number}.conf_uri =
account.{$row.line_number}.conf_uri = {if $nway_conference == true}nway{$account.{$row.line_number}.user_id}@{$account.{$row.line_number}.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -177,10 +177,10 @@ account.1.register_line =
account.1.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.1.blf.blf_list_uri =
@@ -522,10 +522,10 @@ account.2.register_line =
account.2.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.2.blf.blf_list_uri =
@@ -839,10 +839,10 @@ account.3.register_line =
account.3.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.3.blf.blf_list_uri =
@@ -1156,10 +1156,10 @@ account.4.register_line =
account.4.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.4.blf.blf_list_uri =
@@ -1474,10 +1474,10 @@ account.5.register_line =
account.5.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.5.blf.blf_list_uri =
@@ -1789,10 +1789,10 @@ account.6.register_line =
account.6.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.6.blf.blf_list_uri =
@@ -177,10 +177,10 @@ account.1.register_line =
account.1.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.1.blf.blf_list_uri =
@@ -522,10 +522,10 @@ account.2.register_line =
account.2.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.2.blf.blf_list_uri =
@@ -839,10 +839,10 @@ account.3.register_line =
account.3.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.3.blf.blf_list_uri =
@@ -1156,10 +1156,10 @@ account.4.register_line =
account.4.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.4.blf.blf_list_uri =
@@ -1474,10 +1474,10 @@ account.5.register_line =
account.5.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.5.blf.blf_list_uri =
@@ -1789,10 +1789,10 @@ account.6.register_line =
account.6.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.6.blf.blf_list_uri =
@@ -210,7 +210,7 @@ account.1.session_timer.refresher=
account.1.session_timer.expires=
account.1.session_timer.enable= {$yealink_session_timer}
account.1.conf_type=
account.1.conf_type = {if $nway_conference == true}2{/if}
account.1.sip_server_type=
##V83 Add
@@ -516,7 +516,7 @@ account.1.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.1.conf_uri=
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
@@ -781,7 +781,7 @@ account.2.session_timer.refresher=
account.2.session_timer.expires=
account.2.session_timer.enable= {$yealink_session_timer}
account.2.conf_type=
account.2.conf_type = {if $nway_conference == true}2{/if}
account.2.sip_server_type=
##V83 Add
@@ -1084,7 +1084,7 @@ account.2.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.2.conf_uri=
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
@@ -1349,7 +1349,7 @@ account.3.session_timer.refresher=
account.3.session_timer.expires=
account.3.session_timer.enable= {$yealink_session_timer}
account.3.conf_type=
account.3.conf_type = {if $nway_conference == true}2{/if}
account.3.sip_server_type=
##V83 Add
@@ -1652,7 +1652,7 @@ account.3.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.3.conf_uri=
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
@@ -1917,7 +1917,7 @@ account.4.session_timer.refresher=
account.4.session_timer.expires=
account.4.session_timer.enable= {$yealink_session_timer}
account.4.conf_type=
account.4.conf_type = {if $nway_conference == true}2{/if}
account.4.sip_server_type=
##V83 Add
@@ -2220,7 +2220,7 @@ account.4.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.4.conf_uri=
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
@@ -177,10 +177,10 @@ account.1.register_line =
account.1.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.1.blf.blf_list_uri =
@@ -522,10 +522,10 @@ account.2.register_line =
account.2.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.2.blf.blf_list_uri =
@@ -839,10 +839,10 @@ account.3.register_line =
account.3.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.3.blf.blf_list_uri =
@@ -1156,10 +1156,10 @@ account.4.register_line =
account.4.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.4.blf.blf_list_uri =
@@ -1474,10 +1474,10 @@ account.5.register_line =
account.5.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.5.blf.blf_list_uri =
@@ -1789,10 +1789,10 @@ account.6.register_line =
account.6.reg_fail_retry_interval =
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
account.6.blf.blf_list_uri =
@@ -395,10 +395,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -867,10 +867,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1383,10 +1383,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1882,10 +1882,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2381,10 +2381,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2879,10 +2879,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -382,10 +382,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -851,10 +851,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1364,10 +1364,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1860,10 +1860,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2356,10 +2356,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2851,10 +2851,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -381,10 +381,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -850,10 +850,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1363,10 +1363,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1859,10 +1859,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2355,10 +2355,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2850,10 +2850,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -394,10 +394,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -870,10 +870,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1357,10 +1357,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1829,10 +1829,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2301,10 +2301,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2772,10 +2772,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -395,10 +395,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -867,10 +867,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1353,10 +1353,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1829,10 +1829,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2305,10 +2305,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2780,10 +2780,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -394,10 +394,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -870,10 +870,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1358,10 +1358,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1829,10 +1829,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2300,10 +2300,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2770,10 +2770,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -206,7 +206,7 @@ account.1.session_timer.refresher=
account.1.session_timer.expires=
account.1.session_timer.enable= {$yealink_session_timer}
account.1.conf_type=
account.1.conf_type = {if $nway_conference == true}2{/if}
account.1.sip_server_type=
##V83 Add
@@ -509,7 +509,7 @@ account.1.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.1.conf_uri=
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
@@ -774,7 +774,7 @@ account.2.session_timer.refresher=
account.2.session_timer.expires=
account.2.session_timer.enable= {$yealink_session_timer}
account.2.conf_type=
account.2.conf_type = {if $nway_conference == true}2{/if}
account.2.sip_server_type=
##V83 Add
@@ -1077,7 +1077,7 @@ account.2.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.2.conf_uri=
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
@@ -1342,7 +1342,7 @@ account.3.session_timer.refresher=
account.3.session_timer.expires=
account.3.session_timer.enable= {$yealink_session_timer}
account.3.conf_type=
account.3.conf_type = {if $nway_conference == true}2{/if}
account.3.sip_server_type=
##V83 Add
@@ -1645,7 +1645,7 @@ account.3.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.3.conf_uri=
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
@@ -1910,7 +1910,7 @@ account.4.session_timer.refresher=
account.4.session_timer.expires=
account.4.session_timer.enable= {$yealink_session_timer}
account.4.conf_type=
account.4.conf_type = {if $nway_conference == true}2{/if}
account.4.sip_server_type=
##V83 Add
@@ -2213,7 +2213,7 @@ account.4.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.4.conf_uri=
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
@@ -2478,7 +2478,7 @@ account.5.session_timer.refresher=
account.5.session_timer.expires=
account.5.session_timer.enable= {$yealink_session_timer}
account.5.conf_type=
account.5.conf_type = {if $nway_conference == true}2{/if}
account.5.sip_server_type=
##V83 Add
@@ -2781,7 +2781,7 @@ account.5.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.5.conf_uri=
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
@@ -3046,7 +3046,7 @@ account.6.session_timer.refresher=
account.6.session_timer.expires=
account.6.session_timer.enable= {$yealink_session_timer}
account.6.conf_type=
account.6.conf_type = {if $nway_conference == true}2{/if}
account.6.sip_server_type=
##V83 Add
@@ -3349,7 +3349,7 @@ account.6.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.6.conf_uri=
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
@@ -981,7 +981,13 @@ phone_setting.backlight_time = {$yealink_backlight_time}
#######################################################################################
## Wallpaper ##
#######################################################################################
## Resolution: 480 x 272
## Max Size: 1MB
## Confgure the url to download an image from
wallpaper_upload.url = {$yealink_t46g_wallpaper}
## Setting yealink_t46g_wallpaper_filename with the filename will make that wallpaper active.
{if isset($yealink_t46g_wallpaper_filename)}
phone_setting.backgrounds = Config:{$yealink_t46g_wallpaper_filename}
{else}
@@ -1279,6 +1285,8 @@ linekey.27.label =
features.block_linekey_in_menu.enable =
features.shorten_linekey_label.enable =
features.flash_url_dsskey_led.enable =
## 0-Default, 1-Extended
features.config_dsskey_length = {$yealink_dsskey_length}
phone_setting.page_tip =
features.keep_switch_page_key.enable=
@@ -395,10 +395,11 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -867,10 +868,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1353,10 +1354,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1829,10 +1830,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2305,10 +2306,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2780,10 +2781,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -394,10 +394,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -870,10 +870,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1361,10 +1361,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1837,10 +1837,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2313,10 +2313,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2788,10 +2788,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -206,7 +206,7 @@ account.1.session_timer.refresher=
account.1.session_timer.expires=
account.1.session_timer.enable= {$yealink_session_timer}
account.1.conf_type=
account.1.conf_type = {if $nway_conference == true}2{/if}
account.1.sip_server_type=
##V83 Add
@@ -509,7 +509,7 @@ account.1.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.1.conf_uri=
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
@@ -769,7 +769,7 @@ account.2.session_timer.refresher=
account.2.session_timer.expires=
account.2.session_timer.enable= {$yealink_session_timer}
account.2.conf_type=
account.2.conf_type = {if $nway_conference == true}2{/if}
account.2.sip_server_type=
##V83 Add
@@ -1072,7 +1072,7 @@ account.2.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.2.conf_uri=
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
@@ -1332,7 +1332,7 @@ account.3.session_timer.refresher=
account.3.session_timer.expires=
account.3.session_timer.enable= {$yealink_session_timer}
account.3.conf_type=
account.3.conf_type = {if $nway_conference == true}2{/if}
account.3.sip_server_type=
##V83 Add
@@ -1635,7 +1635,7 @@ account.3.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.3.conf_uri=
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
@@ -1895,7 +1895,7 @@ account.4.session_timer.refresher=
account.4.session_timer.expires=
account.4.session_timer.enable= {$yealink_session_timer}
account.4.conf_type=
account.4.conf_type = {if $nway_conference == true}2{/if}
account.4.sip_server_type=
##V83 Add
@@ -2198,7 +2198,7 @@ account.4.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.4.conf_uri=
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
@@ -2458,7 +2458,7 @@ account.5.session_timer.refresher=
account.5.session_timer.expires=
account.5.session_timer.enable= {$yealink_session_timer}
account.5.conf_type=
account.5.conf_type = {if $nway_conference == true}2{/if}
account.5.sip_server_type=
##V83 Add
@@ -2761,7 +2761,7 @@ account.5.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.5.conf_uri=
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
@@ -3021,7 +3021,7 @@ account.6.session_timer.refresher=
account.6.session_timer.expires=
account.6.session_timer.enable= {$yealink_session_timer}
account.6.conf_type=
account.6.conf_type = {if $nway_conference == true}2{/if}
account.6.sip_server_type=
##V83 Add
@@ -3324,7 +3324,7 @@ account.6.call_recording.enable=
#######################################################################################
## Network Conference ##
#######################################################################################
account.6.conf_uri=
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
@@ -395,10 +395,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -867,10 +867,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1353,10 +1353,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1829,10 +1829,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2305,10 +2305,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2780,10 +2780,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -394,10 +394,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -870,10 +870,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1357,10 +1357,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1829,10 +1829,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2301,10 +2301,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2772,10 +2772,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -395,10 +395,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -867,10 +867,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1392,10 +1392,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1891,10 +1891,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2390,10 +2390,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2888,10 +2888,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -347,10 +347,10 @@ account.{$row.line_number}.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type 0-Local (default), 2-Network Conference
account.{$row.line_number}.conf_type =
account.{$row.line_number}.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.{$row.line_number}.conf_uri =
account.{$row.line_number}.conf_uri = {if $nway_conference == true}nway{$account.{$row.line_number}.user_id}@{$account.{$row.line_number}.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -361,7 +361,7 @@ account.1.session_timer.refresher=
account.1.session_timer.expires=
account.1.session_timer.enable= {$yealink_session_timer}
account.1.conf_type=
account.1.conf_type = {if $nway_conference == true}2{/if}
account.1.sip_server_type=
account.2.nat.udp_update_enable= 3
@@ -387,7 +387,8 @@ account.2.session_timer.refresher=
account.2.session_timer.expires=
account.2.session_timer.enable= {$yealink_session_timer}
account.2.conf_type=
account.2.conf_type = {if $nway_conference == true}2{/if}
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
account.2.sip_server_type=
@@ -668,7 +669,7 @@ account.1.refresh_remote_id.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.1.conf_uri=
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
@@ -205,7 +205,7 @@ account.1.session_timer.refresher=
account.1.session_timer.expires=
account.1.session_timer.enable= {$yealink_session_timer}
account.1.conf_type=
account.1.conf_type = {if $nway_conference == true}2{/if}
account.1.sip_server_type=
##V83 Add
@@ -499,7 +499,7 @@ account.1.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.1.conf_uri=
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
@@ -744,7 +744,7 @@ account.2.session_timer.refresher=
account.2.session_timer.expires=
account.2.session_timer.enable= {$yealink_session_timer}
account.2.conf_type=
account.2.conf_type = {if $nway_conference == true}2{/if}
account.2.sip_server_type=
##V83 Add
@@ -1038,7 +1038,7 @@ account.2.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.2.conf_uri=
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
@@ -1271,7 +1271,7 @@ account.3.session_timer.refresher=
account.3.session_timer.expires=
account.3.session_timer.enable= {$yealink_session_timer}
account.3.conf_type=
account.3.conf_type = {if $nway_conference == true}2{/if}
account.3.sip_server_type=
##V83 Add
@@ -1565,7 +1565,7 @@ account.3.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.3.conf_uri=
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
@@ -1798,7 +1798,7 @@ account.4.session_timer.refresher=
account.4.session_timer.expires=
account.4.session_timer.enable= {$yealink_session_timer}
account.4.conf_type=
account.4.conf_type = {if $nway_conference == true}2{/if}
account.4.sip_server_type=
##V83 Add
@@ -2092,7 +2092,7 @@ account.4.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.4.conf_uri=
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
@@ -2324,7 +2324,7 @@ account.5.session_timer.refresher=
account.5.session_timer.expires=
account.5.session_timer.enable= {$yealink_session_timer}
account.5.conf_type=
account.5.conf_type = {if $nway_conference == true}2{/if}
account.5.sip_server_type=
##V83 Add
@@ -2618,7 +2618,7 @@ account.5.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.5.conf_uri=
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
@@ -2864,7 +2864,7 @@ account.6.session_timer.refresher=
account.6.session_timer.expires=
account.6.session_timer.enable= {$yealink_session_timer}
account.6.conf_type=
account.6.conf_type = {if $nway_conference == true}2{/if}
account.6.sip_server_type=
##V83 Add
@@ -3158,7 +3158,7 @@ account.6.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.6.conf_uri=
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
@@ -206,7 +206,7 @@ account.1.session_timer.refresher=
account.1.session_timer.expires=
account.1.session_timer.enable= {$yealink_session_timer}
account.1.conf_type=
account.1.conf_type = {if $nway_conference == true}2{/if}
account.1.sip_server_type=
##V83 Add
@@ -500,7 +500,7 @@ account.1.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.1.conf_uri=
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
@@ -746,7 +746,7 @@ account.2.session_timer.refresher=
account.2.session_timer.expires=
account.2.session_timer.enable= {$yealink_session_timer}
account.2.conf_type=
account.2.conf_type = {if $nway_conference == true}2{/if}
account.2.sip_server_type=
##V83 Add
@@ -1040,7 +1040,7 @@ account.2.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.2.conf_uri=
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
@@ -1274,7 +1274,7 @@ account.3.session_timer.refresher=
account.3.session_timer.expires=
account.3.session_timer.enable= {$yealink_session_timer}
account.3.conf_type=
account.3.conf_type = {if $nway_conference == true}2{/if}
account.3.sip_server_type=
##V83 Add
@@ -1568,7 +1568,7 @@ account.3.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.3.conf_uri=
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
@@ -1802,7 +1802,7 @@ account.4.session_timer.refresher=
account.4.session_timer.expires=
account.4.session_timer.enable= {$yealink_session_timer}
account.4.conf_type=
account.4.conf_type = {if $nway_conference == true}2{/if}
account.4.sip_server_type=
##V83 Add
@@ -2096,7 +2096,7 @@ account.4.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.4.conf_uri=
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
@@ -2329,7 +2329,7 @@ account.5.session_timer.refresher=
account.5.session_timer.expires=
account.5.session_timer.enable= {$yealink_session_timer}
account.5.conf_type=
account.5.conf_type = {if $nway_conference == true}2{/if}
account.5.sip_server_type=
##V83 Add
@@ -2623,7 +2623,7 @@ account.5.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.5.conf_uri=
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
@@ -2870,7 +2870,7 @@ account.6.session_timer.refresher=
account.6.session_timer.expires=
account.6.session_timer.enable= {$yealink_session_timer}
account.6.conf_type=
account.6.conf_type = {if $nway_conference == true}2{/if}
account.6.sip_server_type=
##V83 Add
@@ -3164,7 +3164,7 @@ account.6.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.6.conf_uri=
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
@@ -362,7 +362,7 @@ account.1.session_timer.refresher=
account.1.session_timer.expires=
account.1.session_timer.enable= {$yealink_session_timer}
account.1.conf_type=
account.1.conf_type = {if $nway_conference == true}2{/if}
account.1.sip_server_type=
account.2.nat.udp_update_enable= 3
@@ -388,7 +388,8 @@ account.2.session_timer.refresher=
account.2.session_timer.expires=
account.2.session_timer.enable= {$yealink_session_timer}
account.2.conf_type=
account.2.conf_type = {if $nway_conference == true}2{/if}
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
account.2.sip_server_type=
@@ -669,7 +670,7 @@ account.1.refresh_remote_id.enable =
#######################################################################################
## Network Conferene ##
#######################################################################################
account.1.conf_uri=
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
@@ -206,7 +206,7 @@ account.1.session_timer.refresher=
account.1.session_timer.expires=
account.1.session_timer.enable= {$yealink_session_timer}
account.1.conf_type=
account.1.conf_type = {if $nway_conference == true}2{/if}
account.1.sip_server_type=
##V83 Add
@@ -500,7 +500,7 @@ account.1.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.1.conf_uri=
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
@@ -746,7 +746,7 @@ account.2.session_timer.refresher=
account.2.session_timer.expires=
account.2.session_timer.enable= {$yealink_session_timer}
account.2.conf_type=
account.2.conf_type = {if $nway_conference == true}2{/if}
account.2.sip_server_type=
##V83 Add
@@ -1040,7 +1040,7 @@ account.2.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.2.conf_uri=
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
@@ -1274,7 +1274,7 @@ account.3.session_timer.refresher=
account.3.session_timer.expires=
account.3.session_timer.enable= {$yealink_session_timer}
account.3.conf_type=
account.3.conf_type = {if $nway_conference == true}2{/if}
account.3.sip_server_type=
##V83 Add
@@ -1568,7 +1568,7 @@ account.3.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.3.conf_uri=
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
@@ -1802,7 +1802,7 @@ account.4.session_timer.refresher=
account.4.session_timer.expires=
account.4.session_timer.enable= {$yealink_session_timer}
account.4.conf_type=
account.4.conf_type = {if $nway_conference == true}2{/if}
account.4.sip_server_type=
##V83 Add
@@ -2096,7 +2096,7 @@ account.4.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.4.conf_uri=
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
@@ -2329,7 +2329,7 @@ account.5.session_timer.refresher=
account.5.session_timer.expires=
account.5.session_timer.enable= {$yealink_session_timer}
account.5.conf_type=
account.5.conf_type = {if $nway_conference == true}2{/if}
account.5.sip_server_type=
##V83 Add
@@ -2623,7 +2623,7 @@ account.5.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.5.conf_uri=
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
@@ -2870,7 +2870,7 @@ account.6.session_timer.refresher=
account.6.session_timer.expires=
account.6.session_timer.enable= {$yealink_session_timer}
account.6.conf_type=
account.6.conf_type = {if $nway_conference == true}2{/if}
account.6.sip_server_type=
##V83 Add
@@ -3164,7 +3164,7 @@ account.6.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.6.conf_uri=
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
@@ -369,11 +369,11 @@ account.1.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
@@ -833,10 +833,10 @@ account.2.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
@@ -1296,10 +1296,10 @@ account.3.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
@@ -1762,11 +1762,11 @@ account.4.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
@@ -2230,11 +2230,11 @@ account.5.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
@@ -2701,10 +2701,10 @@ account.6.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
@@ -206,7 +206,7 @@ account.1.session_timer.refresher=
account.1.session_timer.expires=
account.1.session_timer.enable= {$yealink_session_timer}
account.1.conf_type=
account.1.conf_type = {if $nway_conference == true}2{/if}
account.1.sip_server_type=
##V83 Add
@@ -500,7 +500,7 @@ account.1.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.1.conf_uri=
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
@@ -745,7 +745,7 @@ account.2.session_timer.refresher=
account.2.session_timer.expires=
account.2.session_timer.enable= {$yealink_session_timer}
account.2.conf_type=
account.2.conf_type = {if $nway_conference == true}2{/if}
account.2.sip_server_type=
##V83 Add
@@ -1039,7 +1039,7 @@ account.2.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.2.conf_uri=
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
@@ -1272,7 +1272,7 @@ account.3.session_timer.refresher=
account.3.session_timer.expires=
account.3.session_timer.enable= {$yealink_session_timer}
account.3.conf_type=
account.3.conf_type = {if $nway_conference == true}2{/if}
account.3.sip_server_type=
##V83 Add
@@ -1566,7 +1566,7 @@ account.3.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.3.conf_uri=
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
@@ -1799,7 +1799,7 @@ account.4.session_timer.refresher=
account.4.session_timer.expires=
account.4.session_timer.enable= {$yealink_session_timer}
account.4.conf_type=
account.4.conf_type = {if $nway_conference == true}2{/if}
account.4.sip_server_type=
##V83 Add
@@ -2093,7 +2093,7 @@ account.4.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.4.conf_uri=
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
@@ -2325,7 +2325,7 @@ account.5.session_timer.refresher=
account.5.session_timer.expires=
account.5.session_timer.enable= {$yealink_session_timer}
account.5.conf_type=
account.5.conf_type = {if $nway_conference == true}2{/if}
account.5.sip_server_type=
##V83 Add
@@ -2619,7 +2619,7 @@ account.5.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.5.conf_uri=
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
@@ -2865,7 +2865,7 @@ account.6.session_timer.refresher=
account.6.session_timer.expires=
account.6.session_timer.enable= {$yealink_session_timer}
account.6.conf_type=
account.6.conf_type = {if $nway_conference == true}2{/if}
account.6.sip_server_type=
##V83 Add
@@ -3159,7 +3159,7 @@ account.6.call_recording.enable=
#######################################################################################
## Network Conferene ##
#######################################################################################
account.6.conf_uri=
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
@@ -369,11 +369,11 @@ account.1.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
@@ -833,10 +833,10 @@ account.2.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
@@ -1296,10 +1296,10 @@ account.3.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
@@ -1762,11 +1762,11 @@ account.4.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
@@ -2230,11 +2230,11 @@ account.5.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
@@ -2701,10 +2701,10 @@ account.6.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
@@ -369,11 +369,11 @@ account.1.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
@@ -833,10 +833,10 @@ account.2.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
@@ -1296,10 +1296,10 @@ account.3.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
@@ -1762,11 +1762,11 @@ account.4.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
@@ -2230,11 +2230,11 @@ account.5.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
@@ -2701,10 +2701,10 @@ account.6.picture_info_enable =
#######################################################################################
##It configures the conference type for account X.0-Local Conference,2-Network Conference.
##The default value is 0.
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
##It configures the network conference URI for account X.
##The default value is blank.
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
@@ -325,10 +325,10 @@ account.{$row.line_number}.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type 0-Local (default), 2-Network Conference
account.{$row.line_number}.conf_type =
account.{$row.line_number}.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.{$row.line_number}.conf_uri =
account.{$row.line_number}.conf_uri = {if $nway_conference == true}nway{$account.{$row.line_number}.user_id}@{$account.{$row.line_number}.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -376,10 +376,10 @@ account.1.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.1.conf_type =
account.1.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.1.conf_uri =
account.1.conf_uri = {if $nway_conference == true}nway{$account.1.auth_id}@{$account.1.server_address}{/if}
#######################################################################################
## cid_source ##
@@ -841,10 +841,10 @@ account.2.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.2.conf_type =
account.2.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.2.conf_uri =
account.2.conf_uri = {if $nway_conference == true}nway{$account.2.user_id}@{$account.2.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1350,10 +1350,10 @@ account.3.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.3.conf_type =
account.3.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.3.conf_uri =
account.3.conf_uri = {if $nway_conference == true}nway{$account.3.user_id}@{$account.3.server_address}{/if}
#######################################################################################
## cid source ##
@@ -1842,10 +1842,10 @@ account.4.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.4.conf_type =
account.4.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.4.conf_uri =
account.4.conf_uri = {if $nway_conference == true}nway{$account.4.user_id}@{$account.4.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2334,10 +2334,10 @@ account.5.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.5.conf_type =
account.5.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.5.conf_uri =
account.5.conf_uri = {if $nway_conference == true}nway{$account.5.user_id}@{$account.5.server_address}{/if}
#######################################################################################
## cid source ##
@@ -2825,10 +2825,10 @@ account.6.picture_info_enable = 1
## Conference ##
#######################################################################################
#Configure the conference type; 0-Local (default), 2-Network Conference;
account.6.conf_type =
account.6.conf_type = {if $nway_conference == true}2{/if}
#Configure the conference URI (a SIP URI, or use part of the SIP URI). For example, "conference@domain.com" or "conference".
account.6.conf_uri =
account.6.conf_uri = {if $nway_conference == true}nway{$account.6.user_id}@{$account.6.server_address}{/if}
#######################################################################################
## cid source ##
@@ -0,0 +1,83 @@
<YealinkIPPhoneDirectory>
{foreach $contacts as $row}
{if $smarty.get.contacts == "users" && $row.category == "users"}
<DirectoryEntry>
{if $row.contact_name_given != ""}
{if $row.contact_organization != ""}
<Name>{$row.contact_organization} {$row.contact_name_given} {$row.contact_name_family}</Name>
{else}
<Name>{$row.contact_name_given} {$row.contact_name_family}</Name>
{/if}
{else}
<Name>{$row.effective_caller_id_name}</Name>
{/if}
{foreach $row.numbers as $number}
{if $number.phone_number != ""}
<Telephone>{$number.phone_number}</Telephone>
{else}
<Telephone>{$number.phone_extension}</Telephone>
{/if}
{/foreach}
</DirectoryEntry>
{elseif $smarty.get.contacts == "groups" && $row.category == "groups"}
<DirectoryEntry>
{if $row.contact_name_given != ""}
{if $row.contact_organization != ""}
<Name>{$row.contact_organization} {$row.contact_name_given} {$row.contact_name_family}</Name>
{else}
<Name>{$row.contact_name_given} {$row.contact_name_family}</Name>
{/if}
{else}
<Name>{$row.effective_caller_id_name}</Name>
{/if}
{foreach $row.numbers as $number}
{if $number.phone_number != ""}
<Telephone>{$number.phone_number}</Telephone>
{else}
<Telephone>{$number.phone_extension}</Telephone>
{/if}
{/foreach}
</DirectoryEntry>
{elseif $smarty.get.contacts == "extensions" && $row.category == "extensions"}
<DirectoryEntry>
{if $row.contact_name_given != ""}
<Name>{$row.contact_name_given} {$row.contact_name_family}</Name>
{else}
<Name>{$row.effective_caller_id_name}</Name>
{/if}
{if $row.phone_number != ""}
<Telephone>{$row.phone_number}</Telephone>
{else}
<Telephone>{$row.phone_extension}</Telephone>
{/if}
</DirectoryEntry>
{elseif $smarty.get.contacts == "all"}
<DirectoryEntry>
{if $row.contact_name_given != ""}
{if $row.contact_organization != ""}
<Name>{$row.contact_organization} {$row.contact_name_given} {$row.contact_name_family}</Name>
{else}
<Name>{$row.contact_name_given} {$row.contact_name_family}</Name>
{/if}
{else}
<Name>{$row.effective_caller_id_name}</Name>
{/if}
{if $row.category == "extensions"}
{if $row.phone_number != ""}
<Telephone>{$row.phone_number}</Telephone>
{else}
<Telephone>{$row.phone_extension}</Telephone>
{/if}
{else}
{foreach $row.numbers as $number}
{if $number.phone_number != ""}
<Telephone>{$number.phone_number}</Telephone>
{else}
<Telephone>{$number.phone_extension}</Telephone>
{/if}
{/foreach}
{/if}
</DirectoryEntry>
{/if}
{/foreach}
</YealinkIPPhoneDirectory>
@@ -0,0 +1,8 @@
<root_favorite_set>
<item id_name="localdirectory" display_name="Local Directory" priority="2" enable="0" />
<item id_name="history" display_name="History" priority="3" enable="1" />
<item id_name="networkcalllog" display_name="Network CallLog" priority="4" enable="0" />
<item id_name="remotedirectory" display_name="Remote Phone Book" priority="5" enable="1" />
<item id_name="ldap" display_name="LDAP" priority="1" enable="0" />
<item id_name="networkdirectory" display_name="Network Directory" priority="6" enable="0" />
</root_favorite_set>
@@ -0,0 +1,7 @@
#!version:1.0.0.1
## The header above must appear as-is in the first line
include:config "y000000000091.cfg"
include:config "{$mac}.cfg"
overwrite_mode = {$yealink_overwrite_mode}
File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More