1
0
Files
2016-11-30 09:03:17 +08:00

859 lines
39 KiB
Plaintext
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<%
If request_Form("VoIP_basic_flag")="1" then
tcWebApi_constSet("WebCurSet_Entry", "VoIPIdle", "1")
if tcWebApi_get("VoIPBasic_Entry0", "Enable", "h") = "Yes" then
if tcWebApi_get("VoIPSysParam_Entry0", "SC_LINE_INFO_STATUS", "h") <> "Idle" then
tcWebApi_constSet("WebCurSet_Entry", "VoIPIdle", "0")
end if
end if
if tcWebApi_get("WebCurSet_Entry", "VoIPIdle", "h") = "1" then
if tcWebApi_get("VoIPBasic_Entry1", "Enable", "h") = "Yes" then
if tcWebApi_get("VoIPSysParam_Entry1", "SC_LINE_INFO_STATUS", "h") <> "Idle" then
tcWebApi_constSet("WebCurSet_Entry", "VoIPIdle", "0")
end if
end if
end if
if tcWebApi_get("WebCurSet_Entry", "VoIPIdle", "h") = "1" then
tcWebApi_set("VoIPBasic_Common", "SIPProtocol", "sipMode")
tcWebApi_set("VoIPAdvanced_Common", "VoIPRegion", "localeName")
tcWebApi_set("VoIPAdvanced_Common", "SIPDomain", "dareSipDomain")
tcWebApi_set("VoIPBasic_Common", "RegistrarServer", "regAddr")
tcWebApi_set("VoIPBasic_Common", "RegistrarServerPort", "regPort")
tcWebApi_set("VoIPBasic_Common", "SBRegistrarServer", "regAddr2")
tcWebApi_set("VoIPBasic_Common", "SBRegistrarServerPort", "regPort2")
tcWebApi_set("VoIPBasic_Entry0", "Enable", "lineEnabled0")
tcWebApi_set("VoIPBasic_Entry0", "SIPAuthenticationName", "authName0")
tcWebApi_set("VoIPBasic_Entry0", "SIPDisplayName", "authName0")
tcWebApi_set("VoIPBasic_Common", "SIPProxyAddr", "proxyAddr")
tcWebApi_set("VoIPBasic_Common", "SIPProxyPort", "proxyPort")
tcWebApi_set("VoIPBasic_Common", "SBSIPProxyAddr", "proxyAddr2")
tcWebApi_set("VoIPBasic_Common", "SBSIPProxyPort", "proxyPort2")
if tcWebApi_get("WebCustom_Entry", "isCTPONC9Supported", "h") = "Yes" then
tcWebApi_set("VoIPBasic_Common", "SIPOutboundProxyEnable", "obProxyEn_flag")
end if
tcWebApi_set("VoIPBasic_Common", "SIPOutboundProxyAddr", "obProxyAddr")
tcWebApi_set("VoIPBasic_Common", "SIPOutboundProxyPort", "obProxyPort")
tcWebApi_set("VoIPBasic_Common", "SBOutboundProxyAddr", "obProxyAddr2")
tcWebApi_set("VoIPBasic_Common", "SBOutboundProxyPort", "obProxyPort2")
tcWebApi_set("VoIPBasic_Entry0", "SIPPassword", "password0")
If tcWebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then
tcWebApi_set("VoIPBasic_Entry1", "Enable", "lineEnabled1")
tcWebApi_set("VoIPBasic_Entry1", "SIPAuthenticationName", "authName1")
tcWebApi_set("VoIPBasic_Entry1", "SIPDisplayName", "authName1")
tcWebApi_set("VoIPBasic_Entry1", "SIPPassword", "password1")
End If
if tcWebApi_get("VoIPBasic_Common", "SIPProtocol", "h") = "IMSSIP" then
tcWebApi_set("VoIPBasic_Entry0", "SIPDisplayName", "extension0")
tcWebApi_set("VoIPBasic_Entry0", "SIPDisplayNumber", "dispName0")
If tcWebApi_get("WebCustom_Entry", "isCTSCSupported", "h") <> "Yes" then
tcWebApi_constSet("VoIPAdvanced_Common", "SubscribeType", "1")
End if
If tcWebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then
tcWebApi_set("VoIPBasic_Entry1", "SIPDisplayName", "extension1")
tcWebApi_set("VoIPBasic_Entry1", "SIPDisplayNumber", "dispName1")
End If
end if
if tcWebApi_get("VoIPBasic_Common", "SIPProtocol", "h") = "SIP" then
If tcWebApi_get("WebCustom_Entry", "isCTSCSupported", "h") <> "Yes" then
tcWebApi_constSet("VoIPAdvanced_Common", "SubscribeType", "0")
End If
end if
tcWebApi_commit("VoIPBasic")
tcWebApi_save()
end if
end if
%>
<HTML><HEAD><TITLE>VOIP<49><50><EFBFBD><EFBFBD></TITLE>
<META http-equiv=Content-Language content=zh-cn>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="/JS/stylemain.css" type=text/css rel=stylesheet>
<SCRIPT language=javascript src="/JS/menu.js"></SCRIPT>
<SCRIPT language=javascript src="/JS/util.js"></SCRIPT>
<SCRIPT language=javascript>
<%
If request_Form("VoIP_basic_flag")="1" then
if tcWebApi_get("WebCurSet_Entry", "VoIPIdle", "h") <> "1" then
asp_write("alert('<27><><EFBFBD><EFBFBD><EFBFBD>绰ͨ<E7BBB0><CDA8><EFBFBD>У<EFBFBD><D0A3><EFBFBD><EFBFBD>ܱ<EFBFBD><DCB1><EFBFBD><E6A3AC>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ٱ<EFBFBD><D9B1>档');")
end if
end if
%>
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
var maxLines = '2';
<% else %>
var maxLines = '1';
<% end if %>
var sm = "<%if tcWebApi_get("VoIPBasic_Common", "SIPProtocol", "h") = "SIP" then asp_Write("1") else asp_Write("0") end if %>";
function LoadFrame() {
generatePerLineTable();
with ( document.ConfigForm )
{
enableEditBoxes();
<% if tcWebApi_get("WebCustom_Entry", "isCTSCSupported", "h") = "Yes" then%>
extension0.disabled=true;
dispName0.disabled=true;
authName0.disabled=true;
password0.disabled=true;
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
extension1.disabled=true;
dispName1.disabled=true;
authName1.disabled=true;
password1.disabled=true;
<% end if %>
<% end if %>
}
document.getElementById("regStatus0").value = showRegisterState(1);
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
document.getElementById("regStatus1").value = showRegisterState(2);
<% end if %>
}
function showRegisterState(port)
{
var Status = '';
var LineEnable='';
if ( 1 == port ){
Status = "<% tcWebAPI_get("InfoVoIP_Entry0", "Status", "s") %>";
LineEnable = '<%if tcWebAPI_get("VoIPBasic_Entry0", "Enable", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry0", "Enable", "s") else asp_Write("") end if %>';
}
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
else if ( 2 == port ){
Status = "<% tcWebAPI_get("InfoVoIP_Entry1", "Status", "s") %>";
LineEnable = '<%if tcWebAPI_get("VoIPBasic_Entry1", "Enable", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry1", "Enable", "s") else asp_Write("") end if %>';
}
<% end if %>
else
return;
if(LineEnable == 'No'){
return 'ȥʹ<C8A5><CAB9>';
};
if ( Status == 'Up' )
return '<27><>ע<EFBFBD><D7A2>';
else if ( Status == 'Initializing' )
return '<27><>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD>';
else if ( Status == 'Registering' )
return 'ע<><D7A2><EFBFBD><EFBFBD>';
else if ( Status == 'Unregistering' )
return 'δע<CEB4><D7A2>';
else if ( Status == 'Quiescent' )
return 'ֹͣ<CDA3><D6B9>';
else if ( Status == 'Disabled' )
return 'ȥʹ<C8A5><CAB9>';
else if ( Status == 'Error' )
return '<27><><EFBFBD><EFBFBD>';
else if ( Status == 'Testing' )
return '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
else
return '--';
}
function generatePerLineTable()
{
// Generate the table
if (document.body.innerHTML) {
var tableHtmlOutput = "<table id='perLineTable1' border='1'><tbody id='perLineTbody1'>";
// Enable row
tableHtmlOutput += "<tr>";
tableHtmlOutput += "<td class='hd'><3E>˿<EFBFBD><CBBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <\/td>"
var selectOptions1 = Array();
//var pFlag = "off";
selectOptions1[0] = "<option value=\'No\' <%if tcWebAPI_get("VoIPBasic_Entry0", "Enable", "h") = "No" then asp_Write("selected") end if %>>" + "δ<><CEB4><EFBFBD><EFBFBD>";
//pFlag = "on";
selectOptions1[1] = "<option value=\'Yes\' <%if tcWebAPI_get("VoIPBasic_Entry0", "Enable", "h") = "Yes" then asp_Write("selected") end if %>>" + "<22><><EFBFBD><EFBFBD>";
var data = "<select name='lineEnabled0' <% if tcwebApi_get("WebCustom_Entry","isCTSCSupported","h") = "Yes" then %>disabled<% end if %>>" + selectOptions1.join("") + "<\/select>";
tableHtmlOutput += "<td align=center>" + data + "</td>";
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
selectOptions1[0] = "<option value=\'No\' <%if tcWebAPI_get("VoIPBasic_Entry1", "Enable", "h") = "No" then asp_Write("selected") end if %>>" + "δ<><CEB4><EFBFBD><EFBFBD>";
//pFlag = "on";
selectOptions1[1] = "<option value=\'Yes\' <%if tcWebAPI_get("VoIPBasic_Entry1", "Enable", "h") = "Yes" then asp_Write("selected") end if %>>" + "<22><><EFBFBD><EFBFBD>";
var data = "<select name='lineEnabled1 <% if tcwebApi_get("WebCustom_Entry","isCTSCSupported","h") = "Yes" then %>disabled<% end if %>'>" + selectOptions1.join("") + "<\/select>";
tableHtmlOutput += "<td align=center>" + data + "</td>";
tableHtmlOutput += "</tr>";
<% end if %>
tableHtmlOutput += "<tr>";
tableHtmlOutput += "<td class='hd'>ע<><D7A2>״̬<\/td>"
var data = "<input type='text' size=20 maxlength=40 disabled=true name=\'regStatus0\' id=\'regStatus0\' value=\'<%if tcWebAPI_get("InfoVoIP_Entry0", "Status", "h") <> "N/A" then tcWebAPI_get("InfoVoIP_Entry0", "Status", "s") else asp_Write("δע<CEB4><D7A2>") end if %>\'>";
tableHtmlOutput += "<td align=center>" + data + "</td>";
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
var data = "<input type='text' size=20 maxlength=40 disabled=true name=\'regStatus1\' id=\'regStatus1\' value=\'<%if tcWebAPI_get("InfoVoIP_Entry1", "Status", "h") <> "N/A" then tcWebAPI_get("InfoVoIP_Entry1", "Status", "s") else asp_Write("δע<CEB4><D7A2>") end if %>\'>";
tableHtmlOutput += "<td align=center>" + data + "</td>";
<% end if %>
tableHtmlOutput += "</tr>";
//telephone number
tableHtmlOutput += "<tr ID=\"edit_telnumber\">";
tableHtmlOutput += "<td class='hd'><3E><EFBFBD><E7BBB0><EFBFBD><EFBFBD><\/td>"
var data = "<input type='text' size=20 maxlength=64 name=\'extension0\' value=\'<%if tcWebAPI_get("VoIPBasic_Entry0", "SIPDisplayName", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry0", "SIPDisplayName", "s") else asp_Write("") end if %>\'>";
tableHtmlOutput += "<td align=center>" + data + "</td>";
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
var data = "<input type='text' size=20 maxlength=64 name=\'extension1\' value=\'<%if tcWebAPI_get("VoIPBasic_Entry1", "SIPDisplayName", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry1", "SIPDisplayName", "s") else asp_Write("") end if %>\'>";
tableHtmlOutput += "<td align=center>" + data + "</td>";
<% end if %>
tableHtmlOutput += "</tr>";
//display name
tableHtmlOutput += "<tr ID=\"edit_displayname\">";
tableHtmlOutput += "<td class='hd'><3E><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><\/td>"
var data = "<input type='text' size=20 maxlength=128 name=\'dispName0\' value=\'<%if tcWebAPI_get("VoIPBasic_Entry0", "SIPDisplayNumber", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry0", "SIPDisplayNumber", "s") else asp_Write("") end if %>\'>";
tableHtmlOutput += "<td align=center>" + data + "</td>";
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
var data = "<input type='text' size=20 maxlength=128 name=\'dispName1\' value=\'<%if tcWebAPI_get("VoIPBasic_Entry1", "SIPDisplayNumber", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry1", "SIPDisplayNumber", "s") else asp_Write("") end if %>\'>";
tableHtmlOutput += "<td align=center>" + data + "</td>";
<% end if %>
tableHtmlOutput += "</tr>";
//auth name
tableHtmlOutput += "<tr>";
tableHtmlOutput += "<td class='hd'><3E>ʺ<EFBFBD><\/td>"
var data = "<input type='text' size=20 maxlength=128 name=\'authName0\' value=\'<%if tcWebAPI_get("VoIPBasic_Entry0", "SIPAuthenticationName", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry0", "SIPAuthenticationName", "s") else asp_Write("") end if %>\'>";
tableHtmlOutput += "<td align=center>" + data + "</td>";
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
var data = "<input type='text' size=20 maxlength=128 name=\'authName1\' value=\'<%if tcWebAPI_get("VoIPBasic_Entry1", "SIPAuthenticationName", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry1", "SIPAuthenticationName", "s") else asp_Write("") end if %>\'>";
tableHtmlOutput += "<td align=center>" + data + "</td>";
<% end if %>
tableHtmlOutput += "</tr>";
// Password row
tableHtmlOutput += "<tr>";
tableHtmlOutput += "<td class='hd'><3E><><EFBFBD><EFBFBD><\/td>"
var data = "<input type='Password' size=20 maxlength=128 name=\'password0\' value=\'<%if tcWebAPI_get("VoIPBasic_Entry0", "SIPPassword", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry0", "SIPPassword", "s") else asp_Write("") end if %>\'>";
tableHtmlOutput += "<td align=center>" + data + "</td>";
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
var data = "<input type='Password' size=20 maxlength=128 name=\'password1\' value=\'<%if tcWebAPI_get("VoIPBasic_Entry1", "SIPPassword", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry1", "SIPPassword", "s") else asp_Write("") end if %>\'>";
tableHtmlOutput += "<td align=center>" + data + "</td>";
<% end if %>
tableHtmlOutput += "</tr>";
//End of table
tableHtmlOutput += "</tbody></table>";
document.getElementById("perLineTablePlaceholder1").innerHTML = tableHtmlOutput;
} else {
alert("Cannot create per line table in this browser.");
}
}
function enableEditBoxes()
{
if ( sm == "1" )
{
document.getElementById('edit_dareSipDomain').style.display = "none";
document.getElementById('edit_telnumber').style.display = "none";
document.getElementById('edit_displayname').style.display = "none";
}
else
{
document.getElementById('edit_dareSipDomain').style.display = "";
document.getElementById('edit_telnumber').style.display = "";
document.getElementById('edit_displayname').style.display = "";
}
}
function applyClickAdvanced()
{
var loc = "app-VoIP_Adv.asp";
var code = "location='" + loc + " '";
eval(code);
}
function proClick(obj) {
var idx = obj.selectedIndex;
var val = obj.options[idx].value;
if ( val == "SIP" )
{
sm = '1';
}
else
{
sm = '0';
}
enableEditBoxes();
}
function printInterfaceListBox()
{
var pvc_counts = <% tcWebApi_get("WanInfo_Common", "CycleNum", "s") %>;
var vArrayStr = "<% tcWebApi_get("WanInfo_Common", "CycleValue", "s") %>";
var Wan_WanName = vArrayStr.split(',');
for (var i = 0;i < pvc_counts;i++)
{
if (Wan_WanName[i].indexOf('_VOICE_') > -1 && Wan_WanName[i].indexOf('_R_') > -1)
{
document.writeln("<option value=\"" + Wan_WanName[i] + "\" selected>");
document.writeln(Wan_WanName[i]);
}
}
}
function printLocaleListBox()
{
// var locList = ',,,,,,,,,,,,,,,,,,,,,,,,';
document.writeln("<option value=\"AUS-AUSTRAILIA\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "AUS-AUSTRAILIA" then asp_Write("selected") end if %>> AUS-AUSTRAILIA" );
document.writeln("<option value=\"BEL-BELIGIUM\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "BEL-BELIGIUM" then asp_Write("selected") end if %>> BEL-BELIGIUM" );
document.writeln("<option value=\"BRA-BRAZIL\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "BRA-BRAZIL" then asp_Write("selected") end if %>> BRA-BRAZIL" );
document.writeln("<option value=\"CHL-CHILE\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "CHL-CHILE" then asp_Write("selected") end if %>> CHL-CHILE" );
document.writeln("<option value=\"CHN-CHINA\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "CHN-CHINA" then asp_Write("selected") end if %>> CHN-CHINA" );
document.writeln("<option value=\"CZH-CZECH\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "CZH-CZECH" then asp_Write("selected") end if %>> CZH-CZECH" );
document.writeln("<option value=\"DNK-DENMARK\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "DNK-DENMARK" then asp_Write("selected") end if %>> DNK-DENMARK" );
document.writeln("<option value=\"ETS-ETSI\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "ETS-ETSI" then asp_Write("selected") end if %>> ETS-ETSI" );
document.writeln("<option value=\"FIN-FINLAND\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "FIN-FINLAND" then asp_Write("selected") end if %>> FIN-FINLAND" );
document.writeln("<option value=\"FRA-FRANCE\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "FRA-FRANCE" then asp_Write("selected") end if %>> FRA-FRANCE" );
document.writeln("<option value=\"DEU-GERMANY\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "DEU-GERMANY" then asp_Write("selected") end if %>> DEU-GERMANY" );
document.writeln("<option value=\"HUN-HUNGARY\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "HUN-HUNGARY" then asp_Write("selected") end if %>> HUN-HUNGARY" );
document.writeln("<option value=\"IND-INDIA\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "IND-INDIA" then asp_Write("selected") end if %>> IND-INDIA" );
document.writeln("<option value=\"ITA-ITALY\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "ITA-ITALY" then asp_Write("selected") end if %>> ITA-ITALY" );
document.writeln("<option value=\"JPN-JAPAN\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "JPN-JAPAN" then asp_Write("selected") end if %>> JPN-JAPAN" );
document.writeln("<option value=\"NLD-NETHERLANDS\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "NLD-NETHERLANDS" then asp_Write("selected") end if %>> NLD-NETHERLANDS" );
document.writeln("<option value=\"NZL-NEWZEALAND\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "NZL-NEWZEALAND" then asp_Write("selected") end if %>> NZL-NEWZEALAND" );
document.writeln("<option value=\"USA-NORTHAMERICA\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "USA-NORTHAMERICA" then asp_Write("selected") end if %>> USA-NORTHAMERICA" );
document.writeln("<option value=\"ESP-SPAIN\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "ESP-SPAIN" then asp_Write("selected") end if %>> ESP-SPAIN" );
document.writeln("<option value=\"SWE-SWEDEN\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "SWE-SWEDEN" then asp_Write("selected") end if %>> SWE-SWEDEN" );
document.writeln("<option value=\"NOR-NORWAY\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "NOR-NORWAY" then asp_Write("selected") end if %>> NOR-NORWAY" );
document.writeln("<option value=\"CHE-SWITZERLAND\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "CHE-SWITZERLAND" then asp_Write("selected") end if %>> CHE-SWITZERLAND" );
document.writeln("<option value=\"T57-TR57\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "T57-TR57" then asp_Write("selected") end if %>> T57-TR57" );
document.writeln("<option value=\"GBR-UK\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "GBR-UK" then asp_Write("selected") end if %>> GBR-UK" );
document.writeln("<option value=\"TWN-TAIWAN\" <%if TCWebAPI_get("VoIPAdvanced_Common", "VoIPRegion", "h") = "TWN-TAIWAN" then asp_Write("selected") end if %>> TWN-TAIWAN" );
}
function limitNum(o)
{
if (o.value != "")
{
if (!isInteger(o.value))
{
alert('"' + o.value + '"' + 'ֻ<><D6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.');
window.setTimeout( function(){ o.focus(); }, 0);
}
}
}
function checkPort(o)
{
if (o.value != "")
{
if (!isInteger(o.value) || !isValidPort(o.value))
{
alert('"' + o.value + '"' + '<27><><EFBFBD><EFBFBD>Ч<EFBFBD>˿<EFBFBD>.');
window.setTimeout( function(){ o.focus(); }, 0);
}
}
}
function btnApplySip()
{
with ( document.ConfigForm )
{
/*
if(regAddr.value != "")
{
if (isValidIpAddress(regAddr.value) == false)
{
alert('"ע<><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' + regAddr.value + '"<22><><EFBFBD><EFBFBD>ЧIP<49><50>ַ.');
return;
}
}
if (regAddr2.value != "")
{
if (isValidIpAddress(regAddr2.value) == false)
{
alert('"<22><><EFBFBD><EFBFBD>ע<EFBFBD><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' + regAddr2.value + '"<22><><EFBFBD><EFBFBD>ЧIP<49><50>ַ.');
return;
}
}
*/
/*
if (proxyAddr.value != "")
{
if (isValidIpAddress(proxyAddr.value) == false)
{
alert('"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' + proxyAddr.value + '"<22><><EFBFBD><EFBFBD>ЧIP<49><50>ַ.');
return;
}
}
if (obProxyAddr.value != "")
{
if (isValidIpAddress(obProxyAddr.value) == false)
{
alert('"<22><><EFBFBD>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' + obProxyAddr.value + '"<22><><EFBFBD><EFBFBD>ЧIP<49><50>ַ.');
return;
}
}
if (obProxyAddr2.value != "")
{
if (isValidIpAddress(obProxyAddr2.value) == false)
{
alert('"<22><><EFBFBD>ó<EFBFBD><C3B3>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' + obProxyAddr2.value + '"<22><><EFBFBD><EFBFBD>ЧIP<49><50>ַ.');
return;
}
}
*/
if (regAddr.value != "")
{
if (regPort.value == "")
{
alert('ע<><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿ڶ˿ںŲ<DABA><C5B2><EFBFBD>Ϊ<EFBFBD><CEAA>.');
return;
}
}
else
{
if (regPort.value != "")
{
alert('ע<><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>.');
return;
}
}
if (regAddr2.value != "")
{
if (regPort2.value == "")
{
alert('<27><><EFBFBD><EFBFBD>ע<EFBFBD><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿ںŲ<DABA><C5B2><EFBFBD>Ϊ<EFBFBD><CEAA>.');
return;
}
}
else
{
if (regPort2.value != "")
{
alert('<27><><EFBFBD><EFBFBD>ע<EFBFBD><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>.');
return;
}
}
if (proxyAddr.value != "")
{
if (proxyPort.value == "")
{
alert('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿ںŲ<DABA><C5B2><EFBFBD>Ϊ<EFBFBD><CEAA>.');
return;
}
}
else
{
if (proxyPort.value != "")
{
alert('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>.');
return;
}
}
if (obProxyAddr.value != "")
{
if (obProxyPort.value == "")
{
alert('<27><><EFBFBD>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿ںŲ<DABA><C5B2><EFBFBD>Ϊ<EFBFBD><CEAA>.');
return;
}
}
else
{
if (obProxyPort.value != "")
{
alert('<27><><EFBFBD>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>.');
return;
}
}
if (obProxyAddr2.value != "")
{
if (obProxyPort2.value == "")
{
alert('<27><><EFBFBD>ó<EFBFBD><C3B3>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿ںŲ<DABA><C5B2><EFBFBD>Ϊ<EFBFBD><CEAA>.');
return;
}
}
else
{
if (obProxyPort2.value != "")
{
alert('<27><><EFBFBD>ó<EFBFBD><C3B3>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>.');
return;
}
}
<% if tcWebApi_get("WebCustom_Entry", "isCTPONC9Supported", "h") = "Yes" then %>
if (obProxyEn.checked)
{
obProxyEn_flag.value = "Yes";
}
<% end if %>
VoIP_basic_flag.value = 1;
submit();
}
}
</SCRIPT>
<META content="MSHTML 6.00.6000.16809" name=GENERATOR></HEAD>
<BODY style="TEXT-ALIGN: center" vLink=#000000 aLink=#000000 link=#000000
leftMargin=0 topMargin=0
onload="DisplayLocation(getElement('Selected_Menu').value);FinishLoad();if(getElById('ConfigForm') != null)LoadFrame()"
onunload=DoUnload() marginheight="0" marginwidth="0">
<TABLE height="100%" cellSpacing=0 cellPadding=0 width=808 align=center
border=0>
<TBODY>
<TR>
<TD height=1>
<% if tcwebApi_get("WebCustom_Entry","isCYE8SFUSupported","h") = "Yes" then %>
<TABLE height=80 cellSpacing=0 cellPadding=0 width=808
background=/img/framelogo.jpg border=0>
<% else %>
<TABLE height=117 cellSpacing=0 cellPadding=0 width=808
background=/img/framelogo.jpg border=0>
<% end if %>
<TBODY>
<TR>
<TD>&nbsp;</TD>
<TD vAlign=bottom align=right width=358>
<TABLE id=table8 cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=bottom align=right><SPAN class=curUserName>&nbsp;
</SPAN></TD>
<TD class=welcom vAlign=bottom align=middle width=120><3E><>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD> </TD>
<TD vAlign=bottom width=50><A onclick=DoLogout()
href="/cgi-bin/logout.cgi" target=_top><SPAN
class=logout><3E>˳<EFBFBD>
</SPAN></A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE id=table2 height=100 cellSpacing=0 cellPadding=0 width=808
border=0>
<TBODY>
<tr>
<TD width=808 bgColor=#d8d8d8 height=2 colSpan=3></td>
</tr>
<TR>
<TD class=LocationDisplay id=LocationDisplay align=middle width=163
bgColor=#d8d8d8 rowSpan=3></TD>
<TD width=434 bgColor=#0059A0 height=33>
<P align=right><FONT face=<3D><><EFBFBD><EFBFBD> color=#ffffff><B><FONT face=<3D><><EFBFBD><EFBFBD>
color=#ffffff size=6><INPUT id=Selected_Menu type=hidden
value="Ӧ<><D3A6>->VOIP<49><50><EFBFBD><EFBFBD>" name=Selected_Menu> </FONT></B><SPAN
class=GatewayName><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:
<SCRIPT
language=javascript>
document.write(top.gateWayName);
</SCRIPT>
</SPAN></FONT></P></TD>
<TD width=211 bgColor=#d8d8d8 height=33>
<P class=GatewayType align=center><3E>ͺ<EFBFBD>:
<SCRIPT language=javascript>
document.write(top.ModelName);
</SCRIPT>
</P></TD></TR>
<TR>
<TD id=MenuArea_L1 vAlign=bottom bgColor=#d8d8d8 colSpan=2
height=43>&nbsp;</TD></TR>
<TR>
<TD id=MenuArea_L2 bgColor=#0059A0 colSpan=2
height=24></TD></TR></TBODY></TABLE>
<SCRIPT
language=javascript>
MakeMenu(getElById ('Selected_Menu').value);
</SCRIPT>
<TABLE id=table3 height=15 cellSpacing=0 cellPadding=0 width=808
border=0><TBODY>
<TR>
<TD height=15><IMG height=15 src="/img/panel1.gif" width=164
border=0> </TD>
<TD><IMG height=15 src="/img/panel2.gif" width=645 border=0>
</TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD vAlign=top>
<TABLE height="100%" cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD width=157 bgColor=#e7e7e7 height=30>
<P class=Item_L1>VOIP<49><50><EFBFBD><EFBFBD></P></TD>
<TD width=7 bgColor=#e7e7e7><3E><></TD>
<TD width=474><3E><></TD>
<TD vAlign=top width=170 background=/img/panel4.gif
rowSpan=13><TABLE cellSpacing=0 cellPadding=20 width="100%"
border=0 height='100%'>
<TBODY>
<TR>
<TD valign='top'><A
href="/cgi-bin/help_content.asp#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E7BBB0><EFBFBD><EFBFBD>"
target=_blank><IMG height=34 src="/img/help.gif"
width=40 border=0> </A></TD></TR>
<% if tcwebApi_get("WebCustom_Entry","isCYE8SFUSupported","h") = "Yes" then %>
<TR>
<TD valign='bottom'><IMG src='/img/tybottom.jpg' height=76 width=112></TD></TR>
<% end if %>
</TBODY></TABLE></TD></TR>
<TR>
<TD vAlign=top width=157 bgColor=#e7e7e7 height=10></TD>
<TD width=7 background=/img/panel3.gif><3E><></TD>
<TD></TD></TR>
<TR>
<TD vAlign=top width=157 bgColor=#e7e7e7 height=30>
<P class=Item_L2></P></TD>
<TD width=7 background=/img/panel3.gif><3E><></TD>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width=10>&nbsp;</TD>
<TD>
<FORM id=ConfigForm name="ConfigForm" action="/cgi-bin/app-VoIP.asp" method="post">
<DIV id=pptp>
<TABLE border=0 cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD>
<input type='button' style="font-size:100%;width:170;height:30" onClick="applyClickAdvanced()" value='<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߼<EFBFBD><DFBC><EFBFBD><EFBFBD><EFBFBD>'>
</TD>
</TR>
<TR>
<TD height="10">
</TD>
</TR>
<TR>
<TD class=table1_head>
<B>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E7BBB0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
</B>
</TD>
</TR>
<TR>
<TD height="10">
</TD>
</TR>
<TR>
<TD>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E7BBB0><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȼ<EFBFBD><C8BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E7BBB0><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
</TD>
</TR>
<TR>
<TD height="10">
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE border=0 cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD class=prompt>
<TABLE border=0 cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD style="PADDING-LEFT: 10px" width="100%"></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE border=0 cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD height=5></TD>
</TR>
</TBODY>
</TABLE>
<TABLE border=0 cellSpacing=1 cellPadding=0 width="98%">
<TBODY>
<TR>
<TD width="35%" align=left>
Э<><D0AD>:
</TD>
<TD width="65%" colSpan=2 align=left>
<select name="sipMode" id="mg_regist" onChange="proClick(this)">
<option value="IMSSIP" <%if tcWebApi_get("VoIPBasic_Common", "SIPProtocol", "h") = "IMSSIP" then asp_Write("selected") end if %>>IMSSIP</option>
<option value="SIP" <%if tcWebApi_get("VoIPBasic_Common", "SIPProtocol", "h") = "SIP" then asp_Write("selected") end if %>>SIP</option>
</select>
</TD>
</TR>
<TR>
<TD align=left>
<20>󶨽ӿ<F3B6A8BD><D3BF><EFBFBD><EFBFBD><EFBFBD>:
</TD>
<TD align=left>
<TABLE>
<TR>
<TD>
<select name="ifName" size="1" disabled=true>
<script TYPE="text/javascript">
printInterfaceListBox()
</script>
</select>
</TD>
<TD>
<b>(ע<><D7A2>: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E7BBB0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ч)</b>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD align=left>
<20><><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1>:
</TD>
<TD align=left>
<TABLE>
<TR>
<TD>
<select name="localeName" size="1">
<script TYPE="text/javascript">
printLocaleListBox()
</script>
</select>
</TD>
<TD>
<b>(ע<><D7A2>: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E7BBB0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ч)</b>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<tr ID="edit_dareSipDomain">
<td width="35%">SIP<49><50>:</td>
<td width="65%"><input type='text' name='dareSipDomain' VALUE="<%if tcWebApi_get("VoIPAdvanced_Common", "SIPDomain", "h") <> "N/A" then tcWebAPI_get("VoIPAdvanced_Common", "SIPDomain", "s") else asp_Write("") end if %>"></td>
</tr>
<tr>
<td>ע<><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</td>
<td><input type='text' name='regAddr' VALUE="<%if tcWebApi_get("VoIPBasic_Common", "RegistrarServer", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "RegistrarServer", "s") else asp_Write("") end if %>"></td>
</tr>
<tr>
<td>ע<><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿<EFBFBD>:</td>
<td><input type='text' name='regPort' onblur="checkPort(this)" VALUE="<%if tcWebApi_get("VoIPBasic_Common", "RegistrarServerPort", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "RegistrarServerPort", "s") else asp_Write("") end if %>"></td>
</tr>
<tr ID="edit_proxyAddr">
<td><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</td>
<td><input type='text' name='proxyAddr' VALUE="<%if tcWebApi_get("VoIPBasic_Common", "SIPProxyAddr", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SIPProxyAddr", "s") else asp_Write("") end if %>"></td>
</tr>
<tr ID="edit_proxyPort">
<td><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿<EFBFBD>:</td>
<td><input type='text' name='proxyPort' onblur="checkPort(this)" VALUE="<%if tcWebApi_get("VoIPBasic_Common", "SIPProxyPort", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SIPProxyPort", "s") else asp_Write("") end if %>"></td>
</tr>
<% if tcWebApi_get("WebCustom_Entry", "isCTPONC9Supported", "h") = "Yes" then %>
<tr ID="edit_obProxyEn">
<td><3E><><EFBFBD>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</td>
<td>
<input type='checkbox' name='obProxyEn' value='YES' <%if tcWebApi_get("VoIPBasic_Common", "SIPOutboundProxyEnable", "h") = "Yes" then asp_Write("checked") end if %>>
</td>
</tr>
<% end if %>
<tr ID="edit_obProxyAddr">
<td><3E><><EFBFBD>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</td>
<td><input type='text' name='obProxyAddr' VALUE="<%if tcWebApi_get("VoIPBasic_Common", "SIPOutboundProxyAddr", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SIPOutboundProxyAddr", "s") else asp_Write("") end if %>"></td>
</tr>
<tr ID="edit_obProxyPort">
<td><3E><><EFBFBD>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿<EFBFBD>:</td>
<td><input type='text' name='obProxyPort' onblur="checkPort(this)" VALUE="<%if tcWebApi_get("VoIPBasic_Common", "SIPOutboundProxyPort", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SIPOutboundProxyPort", "s") else asp_Write("") end if %>"></td>
</tr>
<tr ID="edit_regAddr2">
<td><3E><><EFBFBD><EFBFBD>ע<EFBFBD><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</td>
<td><input type='text' name='regAddr2' VALUE="<%if tcWebApi_get("VoIPBasic_Common", "SBRegistrarServer", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SBRegistrarServer", "s") else asp_Write("") end if %>"></td>
</tr>
<tr ID="edit_regPort2">
<td><3E><><EFBFBD><EFBFBD>ע<EFBFBD><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿<EFBFBD>:</td>
<td><input type='text' name='regPort2' onblur="checkPort(this)" VALUE="<%if tcWebApi_get("VoIPBasic_Common", "SBRegistrarServerPort", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SBRegistrarServerPort", "s") else asp_Write("") end if %>"></td>
</tr>
<tr ID="edit_proxyAddr2">
<td><3E><><EFBFBD>ô<EFBFBD><C3B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</td>
<td><input type='text' name='proxyAddr2' VALUE="<%if tcWebApi_get("VoIPBasic_Common", "SBSIPProxyAddr", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SBSIPProxyAddr", "s") else asp_Write("") end if %>"></td>
</tr>
<tr ID="edit_proxyPort2">
<td><3E><><EFBFBD>ô<EFBFBD><C3B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿<EFBFBD>:</td>
<td><input type='text' name='proxyPort2' onblur="checkPort(this)" VALUE="<%if tcWebApi_get("VoIPBasic_Common", "SBSIPProxyPort", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SBSIPProxyPort", "s") else asp_Write("") end if %>"></td>
</tr>
<tr ID="edit_obProxyAddr2">
<td><3E><><EFBFBD>ó<EFBFBD><C3B3>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</td>
<td><input type='text' name='obProxyAddr2' VALUE="<%if tcWebApi_get("VoIPBasic_Common", "SBOutboundProxyAddr", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SBOutboundProxyAddr", "s") else asp_Write("") end if %>"></td>
</tr>
<tr ID="edit_obProxyPort2">
<td><3E><><EFBFBD>ó<EFBFBD><C3B3>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿<EFBFBD>:</td>
<td><input type='text' name='obProxyPort2' onblur="checkPort(this)" VALUE="<%if tcWebApi_get("VoIPBasic_Common", "SBOutboundProxyPort", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SBOutboundProxyPort", "s") else asp_Write("") end if %>"></td>
</tr>
</TBODY>
</TABLE>
<BR>
<div id="perLineTablePlaceholder1">
</div>
<TABLE border=0 cellSpacing=1 cellPadding=0 width="98%">
<tr>
<td height="10">
</td>
</tr>
<tr>
<td align="center">
<input type='hidden' name="VoIP_basic_flag" value="0">
<% if tcWebApi_get("WebCustom_Entry", "isCTPONC9Supported", "h") = "Yes" then %>
<input type='hidden' name="obProxyEn_flag" value="No">
<% end if %>
</td>
</tr>
<tr>
<td align="center">
<input type='button' onClick="btnApplySip()" value='Ӧ<><D3A6>' ID="ApplyButton" >
</td>
</tr>
</TABLE>
</DIV>
</FORM>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
<TD vAlign=top width=157 bgColor=#e7e7e7 height=30>
<P class=Item_L2></P></TD>
<TD width=7 background=/img/panel3.gif><3E><></TD>
<TD>&nbsp;</TD></TR>
<TR>
<TD vAlign=top width=157 bgColor=#e7e7e7 height=10></TD>
<TD width=7 background=/img/panel3.gif><3E><></TD>
<TD></TD></TR>
<TR>
<TD vAlign=top width=157 bgColor=#e7e7e7></TD>
<TD width=7 background=/img/panel3.gif><3E><></TD>
<TD></TD></TR></TBODY></TABLE>
</TD></TR>
<TR>
<TD height=1>
<TABLE id=table7 height=35 cellSpacing=0 cellPadding=0 width=808
border=0><TBODY>
<TR>
<TD width=162 bgColor=#d8d8d8><3E><></TD>
<TD width=278 bgColor=#0059A0><3E><></TD>
<TD width=196 bgColor=#0059A0><!-- InstanceEndEditable --></TD>
<TD width=170
bgColor=#313031><3E><></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></BODY></HTML>