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

511 lines
32 KiB
Plaintext
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>
¿í´øÓïÒôÐÅÏ¢
</TITLE>
<META http-equiv=Content-Language content=zh-cn>
<META content="MSHTML 6.00.6000.16809" name=GENERATOR>
<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 src="/JS/printtable.js"></SCRIPT>
<SCRIPT language=JavaScript type=text/javascript>
function VoipInfoClass()
{
this.Reg1Status = '<%if tcWebAPI_get("InfoVoIP_Entry0", "Status", "h") <> "N/A" then tcWebAPI_get("InfoVoIP_Entry0", "Status", "s") else asp_Write("") end if %>';
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
this.Reg2Status = '<%if tcWebAPI_get("InfoVoIP_Entry1", "Status", "h") <> "N/A" then tcWebAPI_get("InfoVoIP_Entry1", "Status", "s") else asp_Write("") end if %>';
<% end if %>
var line1number='<%if tcWebApi_get("VoIPBasic_Common","SIPProtocol", "h") = "SIP" then asp_Write("") elseif tcWebAPI_get("VoIPBasic_Entry0", "SIPDisplayName", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry0", "SIPDisplayName", "s") else asp_Write("") end if %>';
if(line1number == ''){
var tmp='<%if tcWebAPI_get("VoIPBasic_Entry0", "SIPAuthenticationName", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry0", "SIPAuthenticationName", "s") else asp_Write("") end if %>';
if(tmp.indexOf('@') >= 0)
line1number=tmp.substr(0,tmp.indexOf('@'));
else
line1number=tmp;
}
this.Line1Number = line1number;
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
var line2number = '<%if tcWebApi_get("VoIPBasic_Common","SIPProtocol", "h") = "SIP" then asp_Write("") elseif tcWebAPI_get("VoIPBasic_Entry1", "SIPDisplayName", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry1", "SIPDisplayName", "s") else asp_Write("") end if %>';
if(line2number == ''){
var tmp2='<%if tcWebAPI_get("VoIPBasic_Entry1", "SIPAuthenticationName", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Entry1", "SIPAuthenticationName", "s") else asp_Write("") end if %>';
if(tmp2.indexOf('@') >= 0)
line2number=tmp2.substr(0,tmp2.indexOf('@'));
else
line2number=tmp2;
}
this.Line2Number = line2number;
<% end if %>
this.UserState1 = '<%if tcWebAPI_get("VoIPSysParam_Entry0", "SC_LINE_INFO_STATUS", "h") <> "N/A" then tcWebAPI_get("VoIPSysParam_Entry0", "SC_LINE_INFO_STATUS", "s") else asp_Write("") end if %>';
<% if TCWebAPI_get("VoIPBasic_Common", "VoIPLine2Enable", "h") = "Yes" then%>
this.UserState2 = '<%if tcWebAPI_get("VoIPSysParam_Entry1", "SC_LINE_INFO_STATUS", "h") <> "N/A" then tcWebAPI_get("VoIPSysParam_Entry1", "SC_LINE_INFO_STATUS", "s") else asp_Write("") end if %>';
<%end if%>
this.showRegisterState = showRegisterState;
this.showVoipNumber = showVoipNumber;
this.showUserState = showUserState;
}
function showRegisterState(port)
{
var Status = '';
var LineEnable='';
if ( 1 == port ){
Status = this.Reg1Status;
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 = this.Reg2Status;
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'){
document.write('ȥʹÄÜ');
return;
}
if ( Status == 'Up' )
document.write('ÒÑ×¢²á');
else if ( Status == 'Initializing' )
document.write('³õʼ»¯ÖÐ');
else if ( Status == 'Registering' )
document.write('×¢²áÖÐ');
else if ( Status == 'Unregistering' )
document.write('δע²á');
else if ( Status == 'Quiescent' )
document.write('Í£Ö¹µÄ');
else if ( Status == 'Disabled' )
document.write('ȥʹÄÜ');
else if ( Status == 'Error' )
document.write('¹ÊÕÏ');
else if ( Status == 'Testing' )
document.write('²âÊÔÖÐ');
else
document.write('--');
}
function showVoipNumber(port)
{
var Number = '';
var DigNum = '';
var k;
if ( 1 == port )
Number = this.Line1Number
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
else if ( 2 == port )
Number = this.Line2Number
<% end if %>
else
return;
k = Number.split('@');
DigNum = k[0];
document.write(DigNum);
}
function showUserState(port)
{
var Status = "";
if ( 1 == port )
Status = this.UserState1;
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
else if ( 2 == port )
Status = this.UserState2;
<% end if %>
else
return;
if ( Status == "Idle" )
document.write('¿ÕÏÐ');
else if ( Status == "Dialing" )
document.write('²¦ºÅÖÐ');
else if ( Status == "Ringing" )
document.write('ÕñÁå');
else if ( Status == "Ringback" )
document.write('Ìý»ØÁåÒô');
else if ( Status == "Connect" )
document.write('ÒÑÁ¬½Ó');
else if ( Status == "Disconnect" )
document.write('¶Ï¿ªÁ¬½Ó');
else
document.write('--');
}
var VoipInfo = new VoipInfoClass();
</SCRIPT>
</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>
»¶Ó­Äú£¡
</TD>
<TD vAlign=bottom width=50>
<A onclick=DoLogout() href="/cgi-bin/logout.cgi" target=_top>
<SPAN class=logout>
Í˳ö
</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=ºÚÌå color=#ffffff>
<B>
<FONT face=ºÚÌå color=#ffffff size=6>
<INPUT id=Selected_Menu type=hidden value="״̬->¿í´øÓïÒôÐÅÏ¢" name=Selected_Menu>
</FONT>
</B>
<SPAN class=GatewayName>
Íø¹ØÃû³Æ:
<SCRIPT language=javascript>
document.write(top.gateWayName);
</SCRIPT>
</SPAN>
</FONT>
</P>
</TD>
<TD width=211 bgColor=#d8d8d8 height=33>
<P class=GatewayType align=center>
ÐͺÅ:
<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 class=Item_L1 width=157 bgColor=#e7e7e7 height=30>
<P>
¿í´øÓïÒôÐÅÏ¢
</P>
</TD>
<TD width=7 bgColor=#e7e7e7>
¡¡
</TD>
<TD width=474>
¡¡
</TD>
<TD vAlign=top width=170 background=/img/panel4.gif rowSpan=4>
<TABLE cellSpacing=0 cellPadding=20 width="100%" border=0 height='100%'>
<TBODY>
<TR>
<TD valign='top'>
<A href="/cgi-bin/help_content.asp#¿í´øÓïÒôÐÅÏ¢" 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>
¡¡
</TD>
<TD>
</TD>
</TR>
<TR>
<TD class=Item_L2 vAlign=top width=157 bgColor=#e7e7e7 height=30>
<P>
</P>
</TD>
<TD width=7 background=/img/panel3.gif>
¡¡
</TD>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width=10>
&nbsp;
</TD>
<TD>
<TABLE cellSpacing=0 cellPadding=3 width="100%" border=1>
<TBODY>
<TR>
<TD class=table_title width="30%">
Ãû³Æ
</TD>
<TD class=table_title width="35%">
Ïß·1
</TD>
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
<TD class=table_title width="35%">
Ïß·2
</TD>
<% end if %>
</TR>
<TR>
<TD class=table_title>
×¢²á·þÎñÆ÷
</TD>
<TD>
<%if tcWebApi_get("VoIPBasic_Common", "RegistrarServer", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "RegistrarServer", "s") else asp_Write("--") end if %>
&nbsp;
</TD>
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
<TD>
<%if tcWebApi_get("VoIPBasic_Common", "RegistrarServer", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "RegistrarServer", "s") else asp_Write("--") end if %>
&nbsp;
</TD>
<% end if %>
</TR>
<TR>
<TD class=table_title>
×¢²á·þÎñÆ÷¶Ë¿Ú
</TD>
<TD>
<%if tcWebApi_get("VoIPBasic_Common", "RegistrarServerPort", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "RegistrarServerPort", "s") else asp_Write("--") end if %>
&nbsp;
</TD>
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
<TD>
<%if tcWebApi_get("VoIPBasic_Common", "RegistrarServerPort", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "RegistrarServerPort", "s") else asp_Write("--") end if %>
&nbsp;
</TD>
<% end if %>
</TR>
<TR>
<TD class=table_title>
±¸ÓÃ×¢²á·þÎñÆ÷
</TD>
<TD>
<%if tcWebApi_get("VoIPBasic_Common", "SBRegistrarServer", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SBRegistrarServer", "s") else asp_Write("--") end if %>
&nbsp;
</TD>
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
<TD>
<%if tcWebApi_get("VoIPBasic_Common", "SBRegistrarServer", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SBRegistrarServer", "s") else asp_Write("--") end if %>
&nbsp;
</TD>
<% end if %>
</TR>
<TR>
<TD class=table_title>
±¸ÓÃ×¢²á·þÎñÆ÷¶Ë¿Ú
</TD>
<TD>
<%if tcWebApi_get("VoIPBasic_Common", "SBRegistrarServerPort", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SBRegistrarServerPort", "s") else asp_Write("--") end if %>
&nbsp;
</TD>
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
<TD>
<%if tcWebApi_get("VoIPBasic_Common", "SBRegistrarServerPort", "h") <> "N/A" then tcWebAPI_get("VoIPBasic_Common", "SBRegistrarServerPort", "s") else asp_Write("--") end if %>
&nbsp;
</TD>
<% end if %>
</TR>
<TR>
<TD class=table_title>
µç»°ºÅÂë
</TD>
<TD>
<script language=JavaScript type=text/javascript>
VoipInfo.showVoipNumber(1);
</script>
&nbsp;
</TD>
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
<TD>
<script language=JavaScript type=text/javascript>
VoipInfo.showVoipNumber(2);
</script>
&nbsp;
</TD>
<% end if %>
</TR>
<TR>
<TD class=table_title>
×¢²á״̬
</TD>
<TD>
<script language=JavaScript type=text/javascript>
VoipInfo.showRegisterState(1);
</script>
&nbsp;
</TD>
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
<TD>
<script language=JavaScript type=text/javascript>
VoipInfo.showRegisterState(2);
</script>
&nbsp;
</TD>
<% end if %>
</TR>
<TR>
<TD class=table_title>
Óû§Ïß·״̬
</TD>
<TD>
<script language=JavaScript type=text/javascript>
VoipInfo.showUserState(1);
</script>
&nbsp;
</TD>
<% if tcwebApi_get("VoIPBasic_Common","VoIPLine2Enable","h") = "Yes" then %>
<TD>
<script language=JavaScript type=text/javascript>
VoipInfo.showUserState(2);
</script>
&nbsp;
</TD>
<% end if %>
</TR>
</TBODY>
</TABLE>
</TD>
<TD width=10>
&nbsp;
</TD>
</TR>
<TR>
<TD width=10>
&nbsp;
</TD>
<TD>
</TD>
<TD width=10>
&nbsp;
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
<TD vAlign=top width=157 bgColor=#e7e7e7>
</TD>
<TD width=7 background=/img/panel3.gif>
</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>
¡¡
</TD>
<TD width=278 bgColor=#0059A0>
¡¡
</TD>
<TD width=196 bgColor=#0059A0>
<P align=center>
</P>
</TD>
<TD width=170 bgColor=#313031>
¡¡
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
</BODY>
</HTML>