http://www.hht-eu.com/pls/hht/docs/F3140/bcm963xx_Speedport500V.0.09.04L.300L01.V27_c...
[bcm963xx.git] / userapps / broadcom / cfm / html_t_online_fra / hcti_telefon_voip.htm
diff --git a/userapps/broadcom/cfm/html_t_online_fra/hcti_telefon_voip.htm b/userapps/broadcom/cfm/html_t_online_fra/hcti_telefon_voip.htm
deleted file mode 100644 (file)
index feed74d..0000000
+++ /dev/null
@@ -1,674 +0,0 @@
-<HTML>
-
-<HEAD>
-
-<TITLE>NetzwerkWAN</TITLE>
-
-<SCRIPT language="JavaScript" src="js_fade.txt" type="text/JavaScript"></SCRIPT>
-<SCRIPT language="JavaScript" src="js_menu.txt" type="text/JavaScript"></SCRIPT>
-
-<SCRIPT language="JavaScript">
-<!--
-var voipprovname = new Array("T-Online","Anderer Anbieter");
-var providerName = '<%ejGetVoip(providerName)%>';
-
-var tonlineNumber = '<%ejGetVoip(telenumber_TONLINE)%>';
-var email_Tonline = '<%ejGetVoip(email_TONLINE)%>';
-var password_Tonline = '<%ejGetVoip(password_TONLINE_encoded)%>';
-var checkVAD_T = '<%ejGetVoip(enable_checkVAD_T)%>';
-var checkkompr_T = '<%ejGetVoip(enable_compres_T)%>';
-
-var anotherNumber = '<%ejGetVoip(telenumber_Another)%>';
-var username_Another = '<%ejGetVoip(username_Another)%>';
-var password_Another = '<%ejGetVoip(password_Another_encoded)%>';
-var registrar_A = '<%ejGetVoip(registrar_A)%>';
-var checkVAD_A = '<%ejGetVoip(enable_checkVAD_A)%>';
-var checkkompr_A = '<%ejGetVoip(enable_compres_A)%>';
-
-var enable_Analog = '<%ejGetVoip(enable_Analog)%>';
-var secLine = '<%ejGetVoip(secondary_select)%>';
-
-function chk(){
-       if(providerName == 'TONLINE')
-       document.F1.D1.selectedIndex = 0;
-       else
-       document.F1.D1.selectedIndex = 1;
-       if (document.F1.D1.selectedIndex == 0){
-               document.IDAT.T1.value = tonlineNumber;
-               document.IDAT.T2.value = email_Tonline;
-               if(password_Tonline == ''){
-                       document.IDAT.P1.value = "";
-                       document.IDAT.P2.value = "";
-               }else{
-                       document.IDAT.P1.value = decode64(password_Tonline);
-                       document.IDAT.P2.value = decode64(password_Tonline);
-               }
-       }
-       else{
-               document.IDAT1.T11.value = anotherNumber;
-               document.IDAT1.T12.value = username_Another;
-               if(password_Another == ''){
-                       document.IDAT1.P11.value = "";
-                       document.IDAT1.P12.value = "";
-               }else{
-                       document.IDAT1.P11.value = decode64(password_Another);
-                       document.IDAT1.P12.value = decode64(password_Another);
-               }
-               document.IDAT1.T13.value = registrar_A;
-       }
-       
-       if (checkVAD_T != "0"){
-               document.IDAT.C1.checked = true;
-       }
-       else{
-               document.IDAT.C1.checked = false;
-       }
-       
-  if (checkkompr_T != "0"){
-       document.IDAT.C2.checked = true;
-       
-  }
-  else{
-       document.IDAT.C2.checked = false;
-  }
-  
-  if (checkVAD_A != "0"){
-       document.IDAT1.C11.checked = true;
-  }
-  else{
-       document.IDAT1.C11.checked = false;
-  }
-       
-  if (checkkompr_A != "0"){
-       document.IDAT1.C12.checked = true;
-       
-  }
-  else{
-       document.IDAT1.C12.checked = false;
-       
-  }
-
-  stAkt();
-}
-//NOTE: VAD and kompres settings alaways apply to both tonline and another provider, 
-function stSync(){
-  if (document.F1.D1.selectedIndex == 0){
-         document.IDAT1.C11.checked = document.IDAT.C1.checked;
-         document.IDAT1.C12.checked = document.IDAT.C2.checked;
-  }
-  else{
-         document.IDAT.C1.checked = document.IDAT1.C11.checked;
-         document.IDAT.C2.checked = document.IDAT1.C12.checked;
-  }
-}
-
-function stAkt(){
-  document.getElementById("c_um0").style.visibility='hidden';
-  document.getElementById("c_um1").style.visibility='hidden';
-  document.getElementById("c_um" + document.F1.D1.selectedIndex).style.visibility='visible';
-  stSchange();
-}
-
-function stSchange(){
-  if (document.F1.D1.selectedIndex == 0){
-      document.IDAT.T1.value = tonlineNumber;
-      document.IDAT.T2.value = email_Tonline;
-       if(password_Tonline == ''){
-               document.IDAT.P1.value = "";
-               document.IDAT.P2.value = "";
-       }else{
-               document.IDAT.P1.value = decode64(password_Tonline);
-               document.IDAT.P2.value = decode64(password_Tonline);
-       }
-  }
-  else{
-      document.IDAT1.T11.value = anotherNumber;
-      document.IDAT1.T12.value = username_Another;
-      if(password_Another == ''){
-       document.IDAT1.P11.value = "";
-       document.IDAT1.P12.value = "";
-      }else{
-               document.IDAT1.P11.value = decode64(password_Another);
-               document.IDAT1.P12.value = decode64(password_Another);
-      }
-      document.IDAT1.T13.value = registrar_A;
-  }
-  
-  if (checkVAD_T != "0"){
-       document.IDAT.C1.checked = true;
-  }
-  else{
-       document.IDAT.C1.checked = false;
-  }
-       
-  if (checkkompr_T != "0"){
-       document.IDAT.C2.checked = true;
-  }
-  else{
-       document.IDAT.C2.checked = false;
-  }
-
-  stSync();
-}
-
-function i_selElem(nr){ 
-  i_showElem((10 * document.F1.D1.selectedIndex) + nr);
-}
-
-function txtHinw(feldname){
-  return "Im Feld '" + feldname + "' wurde eine falsche Eingabe bzw. keine Eingabe vorgenommen." + 
-         "\nDie korrekte Eingabe ist notwendig, um die Telefonie über das Internet verwenden zu können.";
-}
-
-function txtProv(){
-  return "Achtung, bitte beachten Sie, dass keine Internettelefonie möglich ist,"+
-         "\nwenn Sie diesen Anbieter auswählen, jedoch keine Anbieterdaten eingeben."+
-         "\n"+
-         "\nKlicken Sie auf 'Abbrechen', um Ihre Anbieterdaten jetzt einzugeben"+
-         "\noder klicken Sie auf 'OK', um ohne Eingabe der Anbieterdaten fortzufahren.";
-}
-
-// note: return true means input includes illegal char.
-function isNNumber(input)
-{ 
-       var ret = false;
-       var i = 0;
-       for (i=0;i<input.length;i++)
-       {
-               if (input.charAt(i) < '0' || input.charAt(i) > '9')
-               {       
-                       ret = true;
-                       break;
-               }
-       }
-       return ret;
-}
-
-function isSpecChar(input)
-{ 
-       var ret = false;
-       var i = 0;
-       for (i=0;i<input.length;i++)
-       {
-               if (input.charAt(i) == ' ' || input.charAt(i) == '\\' 
-               || input.charAt(i) == '\'' || input.charAt(i) == '\"')
-               {       
-                       ret = true;
-                       break;
-               }
-       }
-       return ret;
-}
-
-function stDel(){
-  if (confirm("Wenn Sie die Internetrufnummer wirklich löschen möchten, dann klicken Sie auf 'OK'." +
-              "\nKlicken Sie auf 'Abbrechen', um das Löschen zu verhindern.")==true){
-    if (document.F1.D1.selectedIndex == 0){
-      document.IDAT.T1.value = "";
-      document.IDAT.T2.value = "";
-      document.IDAT.P1.value = "";
-      document.IDAT.P2.value = "";
-      document.IDAT.C1.checked = false;
-      document.IDAT.C2.checked = false;
-    }
-    else{
-      document.IDAT1.T11.value = "";
-      document.IDAT1.T12.value = "";
-      document.IDAT1.P11.value = "";
-      document.IDAT1.P12.value = "";
-      document.IDAT1.T13.value = "";
-      document.IDAT1.C11.checked = false;
-      document.IDAT1.C12.checked = false;
-    }
-    stSave(0);
-  }
-}
-
-function stOk(){
-var provok;
-
-  if (document.F1.D1.selectedIndex == 0){
-         if (document.IDAT.T1.value!="" || document.IDAT.T2.value!="" || document.IDAT.P1.value!="" || document.IDAT.P2.value!=""){
-               if (document.IDAT.T1.value=="" || isNNumber(document.IDAT.T1.value)){
-                 alert(txtHinw("Internet-Telefonnummer"));
-                 document.IDAT.T1.value = "";
-                 document.IDAT.T1.focus();
-                 return;
-               }
-               if (document.IDAT.T2.value=="" || isNEmail(document.IDAT.T2.value) || isSpecChar(document.IDAT.T2.value)){
-                 alert(txtHinw("Email-Adresse"));
-                 document.IDAT.T2.value = "";
-                 document.IDAT.T2.focus();
-                 return;
-               }
-               if (document.IDAT.P1.value=="" || document.IDAT.P2.value=="" || document.IDAT.P1.value!=document.IDAT.P2.value || isSpecChar(document.IDAT.P1.value)){
-                 alert(txtHinw("Passwort (Webkennwort)' oder 'Passwortbestätigung"));
-                 document.IDAT.P1.value = "";
-                 document.IDAT.P2.value = "";
-                 document.IDAT.P1.focus();
-                 return;
-               }
-         }
-         else{
-               provok=confirm(txtProv());
-               if(provok==false)
-                       return;
-               else
-                       stSave(0);
-               return;
-         }
-  }
-  else{
-         if (document.IDAT1.T11.value!="" || document.IDAT1.T12.value!="" || document.IDAT1.P11.value!="" || document.IDAT1.P12.value!="" || document.IDAT1.T13.value!=""){
-               if (document.IDAT1.T11.value=="" || isNNumber(document.IDAT1.T11.value)){
-                 alert(txtHinw("Internet-Rufnummer"));
-                 document.IDAT1.T11.value = "";
-                 document.IDAT1.T11.focus();
-                 return;
-               }
-               if (document.IDAT1.T12.value=="" || isAllBlank(document.IDAT1.T12.value) || isSpecChar(document.IDAT1.T12.value)){
-                 alert(txtHinw("Benutzername"));
-                 document.IDAT1.T12.value = "";
-                 document.IDAT1.T12.focus();
-                 return;
-               }
-               if (document.IDAT1.P11.value=="" || document.IDAT1.P12.value=="" || document.IDAT1.P11.value!=document.IDAT1.P12.value || isSpecChar(document.IDAT1.P11.value)){
-                 alert(txtHinw("Passwort' oder 'Passwortbestätigung"));
-                 document.IDAT1.P11.value = "";
-                 document.IDAT1.P12.value = "";
-                 document.IDAT1.P11.focus();
-                 return;
-               }
-               if (document.IDAT1.T13.value=="" || isInvalidString(document.IDAT1.T13.value)){
-                 alert(txtHinw("Registrar"));
-                 document.IDAT1.T13.value = "";
-                 document.IDAT1.T13.focus();
-                 return;
-               }
-         }
-         else{
-               provok=confirm(txtProv());
-               if(provok==false)
-                       return;
-               else
-                       stSave(0);
-               return;
-         }
-  }
-  // save account config
-  stSave(1);
-}
-
-function stSave(opt){
-   document.getElementById('t_but1').style.visibility='hidden';
-   document.getElementById('t_but3').style.visibility='hidden';
-   document.getElementById('t_but4').style.visibility='hidden';
-       document.getElementById('t_but2').style.visibility='hidden';
-  document.getElementById("c_verzoeg1").style.visibility='visible';
-  document.getElementById("c_verzoeg2").style.visibility='visible';
-  //Select-Options müssen extra ausgeblendet werden!
-  document.F1.D1.style.visibility='hidden';
-// opt = 0: delete option, opt = 1: save option
-
-       var loc = 'voipcfg.cmd?action=accountset';
-       if (document.F1.D1.selectedIndex == 0)
-               loc += '&providerName=TONLINE';
-       else
-               loc += '&providerName=Another';
-               
-  if (document.F1.D1.selectedIndex == 0){
-      loc += '&telenumber_TONLINE=' + document.IDAT.T1.value;
-      loc += '&email_TONLINE=' + document.IDAT.T2.value;
-      loc += '&password_TONLINE=' + document.IDAT.P1.value;
-         if (document.IDAT.C1.checked==false){
-               loc += '&enable_checkVAD_T=0';
-         }
-         else{
-               loc += '&enable_checkVAD_T=1';
-         }
-         if (document.IDAT.C2.checked==false){
-               loc += '&enable_compres_T=0';
-         }
-         else{
-               loc += '&enable_compres_T=1';
-         }
-  }
-  else{
-      loc += '&telenumber_Another=' + document.IDAT1.T11.value;
-      loc += '&username_Another=' + document.IDAT1.T12.value;
-      loc += '&password_Another=' + document.IDAT1.P11.value;
-      loc += '&registrar_A=' + encodeUrl(document.IDAT1.T13.value);
-         if (document.IDAT1.C11.checked==false){
-               loc += '&enable_checkVAD_A=0';
-         }
-         else{
-               loc += '&enable_checkVAD_A=1';
-         }
-         if (document.IDAT1.C12.checked==false){
-               loc += '&enable_compres_A=0';
-         }
-         else{
-               loc += '&enable_compres_A=1';
-         }
-  }
-  if (opt == 1) { 
-               if (enable_Analog == '0') {
-                       loc += '&primary_select=1';
-               }
-  }
-  
-  if (opt == 0) {
-               if (enable_Analog != '0') {
-                       if (secLine == '1')
-                               loc += '&primary_select=0&secondary_select=2';
-                       else
-                               loc += '&primary_select=0';
-               }
-               else {
-                       loc += '&primary_select=2&secondary_select=2';
-               }
-       }
-  
-   var code = 'this.location.assign("' + loc + '")';
-   eval(code);
-       
-}
-  
-function stZrk(){
-  top.frames[2].location.href = "hcti_telefon.htm";
-}
-
-//-->
-</SCRIPT>
-
-<LINK rel="stylesheet" href="style.css" type="text/css">
-
-<STYLE type="text/css">
-<!--
-
-#c_um0 {
-  POSITION: absolute; left: 15px; top: 102px; width: 402px; background-color: #F0F0F0; VISIBILITY: hidden;
-  border-color: #E20074; border-width: 1px; border-style: solid; border-top-style: none;
-}
-
-#c_um1 {
-  POSITION: absolute; left: 15px; top: 102px; width: 402px; background-color: #F0F0F0; VISIBILITY: hidden;
-  border-color: #E20074; border-width: 1px; border-style: solid; border-top-style: none;
-}
-
-#i_content12 {Z-INDEX: 2; POSITION: absolute; LEFT: 10px; WIDTH: 180px; TOP: 10px; VISIBILITY: hidden}
-#i_content13 {Z-INDEX: 2; POSITION: absolute; LEFT: 10px; WIDTH: 180px; TOP: 10px; VISIBILITY: hidden}
-#i_content14 {Z-INDEX: 2; POSITION: absolute; LEFT: 10px; WIDTH: 180px; TOP: 10px; VISIBILITY: hidden}
-#i_content15 {Z-INDEX: 2; POSITION: absolute; LEFT: 10px; WIDTH: 180px; TOP: 10px; VISIBILITY: hidden}
-
-//-->
-</STYLE>
-
-</HEAD>
-
-<BODY onload=chk()>
-
-<DIV id=c_Frame>
-
-<DIV id=c_border>
-<DIV id=c_pfad>Telefonie / Internetrufnummer</DIV>
-<DIV id=c_titel>Internetrufnummer</DIV>
-<DIV id=c_sel>
-      <table border="0" cellpadding="2" cellspacing="1" bgcolor="#E20074">
-        <tr onmouseover=i_showElem(1) onmouseout=i_showElem(0)>
-          <form name="F1">
-            <td width="146" align="right"><font color="#FFFFFF"><b>Anbieter-Auswahl:</b></font></td>
-            <td width="5"></td>
-            <td width="213"><select size="1" name="D1" onchange="stAkt()">
-                <SCRIPT language="JavaScript">
-                <!--
-                  for (i=0;i<voipprovname.length;i++){
-                    document.write('<option>' + voipprovname[i] + '</option>');
-                  }
-                //-->
-                </SCRIPT>
-              </select>
-            </td>
-          </form>
-        </tr>
-      </table>
-</DIV>
-
-</DIV>
-
-<DIV id=c_um0>
-
-<DIV id=c_titel>Zugangsdaten für T-Online</DIV>
-<DIV id=c_std>
-      <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_selElem(2) onmouseout=i_showElem(0)>
-          <form name="IDAT">
-            <td width="160">Internet-Telefonnummer:</td>
-            <td><input type="text" name="T1" size="24" maxlength="31"></td>
-        </tr>
-      </table>
-</DIV>
-<DIV id=c_std>
-    <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_selElem(3) onmouseout=i_showElem(0)>
-            <td width="160">Email-Adresse:</td>
-            <td><input type="text" name="T2" size="24" maxlength="31"></td>
-        </tr>
-    </table>
-</DIV>
-<DIV id=c_std>
-      <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_selElem(4) onmouseout=i_showElem(0)>
-            <td width="160">Passwort (Webkennwort):</td>
-            <td><input type="password" class="stylepwd" name="P1" size="12" maxlength="19"></td>
-        </tr>
-      </table>
-</DIV>
-<DIV id=c_std>
-      <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_selElem(4) onmouseout=i_showElem(0)>
-            <td width="160">Passwortbestätigung:</td>
-            <td><input type="password" class="stylepwd" name="P2" size="12" maxlength="19"></td>
-        </tr>
-      </table>
-</DIV>
-<DIV id=c_leer></DIV>
-<DIV id=c_titel>VoIP-Einstellungen</DIV>
-<DIV id=c_std>
-      <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_showElem(5) onmouseout=i_showElem(0)>
-            <td width="265">Sprechpausen-Erkennung (VAD):</td>
-            <td><input type="checkbox" name="C1" onclick="stSync()"></td>
-        </tr>
-      </table>
-</DIV>
-<DIV id=c_last>
-      <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_showElem(6) onmouseout=i_showElem(0)>
-            <td width="265">Bandbreitenoptimierte Sprachkompression:</td>
-            <td><input type="checkbox" name="C2" onclick="stSync()"></td>
-          </form>
-        </tr>
-      </table>
-</DIV>
-
-<DIV id=c_leer></DIV>
-<DIV id=c_foot></DIV>
-</DIV>
-
-<DIV id=c_um1>
-
-<DIV id=c_titel>Zugangsdaten für Anderer Anbieter</DIV>
-<DIV id=c_std>
-      <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_selElem(2) onmouseout=i_showElem(0)>
-          <form name="IDAT1">
-            <td width="160">Internet-Rufnummer:</td>
-            <td><input type="text" name="T11" size="24" maxlength="31"></td>
-        </tr>
-      </table>
-</DIV>
-<DIV id=c_std>
-    <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_selElem(3) onmouseout=i_showElem(0)>
-            <td width="160">Benutzername:</td>
-            <td><input type="text" name="T12" size="24" maxlength="31"></td>
-        </tr>
-    </table>
-</DIV>
-<DIV id=c_std>
-      <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_selElem(4) onmouseout=i_showElem(0)>
-            <td width="160">Passwort:</td>
-            <td><input type="password" class="stylepwd" name="P11" size="12" maxlength="19"></td>
-        </tr>
-      </table>
-</DIV>
-<DIV id=c_std>
-      <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_selElem(4) onmouseout=i_showElem(0)>
-            <td width="160">Passwortbestätigung:</td>
-            <td><input type="password" class="stylepwd" name="P12" size="12" maxlength="19"></td>
-        </tr>
-      </table>
-</DIV>
-<DIV id=c_last>
-    <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_selElem(5) onmouseout=i_showElem(0)>
-            <td width="160">Registrar:</td>
-            <td><input type="text" name="T13" size="24" maxlength="79"></td>
-        </tr>
-    </table>
-</DIV>
-
-<DIV id=c_leer></DIV>
-<DIV id=c_titel>VoIP-Einstellungen</DIV>
-<DIV id=c_std>
-      <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_showElem(5) onmouseout=i_showElem(0)>
-            <td width="265">Sprechpausen-Erkennung (VAD):</td>
-            <td><input type="checkbox" name="C11" onclick="stSync()"></td>
-        </tr>
-      </table>
-</DIV>
-<DIV id=c_last>
-      <table border="0" cellpadding="0" cellspacing="2">
-        <tr onmouseover=i_showElem(6) onmouseout=i_showElem(0)>
-            <td width="265">Bandbreitenoptimierte Sprachkompression:</td>
-            <td><input type="checkbox" name="C12" onclick="stSync()"></td>
-          </form>
-        </tr>
-      </table>
-</DIV>
-
-<DIV id=c_leer></DIV>
-<DIV id=c_foot></DIV>
-</DIV>
-
-<DIV id=c_verzoeg1></DIV>
-<DIV id=c_verzoeg2></DIV>
-
-</DIV>
-
-<DIV id=t_Frame>
-
-<DIV id=t_but1 onclick=startseite() onmouseover=rahmen(1,1) onmouseout=rahmen(0,1)>&lt;&lt;&nbsp;&nbsp;&lt;&lt;</DIV>
-<DIV id=t_but2 onclick=stDel() onmouseover=rahmen(1,2) onmouseout=rahmen(0,2)>L&ouml;schen &lt;&lt;</DIV>
-<DIV id=t_but3 onclick=stZrk() onmouseover=rahmen(1,3) onmouseout=rahmen(0,3)>Zur&uuml;ck &lt;&lt;</DIV>
-<DIV id=t_but4 onclick=stOk() onmouseover=rahmen(1,4) onmouseout=rahmen(0,4)>Speichern &lt;&lt;</DIV>
-
-</DIV>
-
-<DIV id=i_Frame>
-
-  <DIV id=i_content>
-    <h2>Neue Internetrufnummer</h2>
-    <p>Auf dieser Seite können Sie eine neue Internetrufnummer für die Internettelefonie (VoIP) einrichten.</p>
-  </DIV>
-  
-  <DIV id=i_content1>
-    <h2>Neue Internetrufnummer</h2>
-    <p><b>Anbieter-Auswahl</b><br>
-    Wählen Sie aus, ob Sie von <br>T-Online oder einem anderen Anbieter die Zugangsdaten eingeben möchten.</p>
-  </DIV>
-  
-  <DIV id=i_content2>
-    <h2>Zugangsdaten</h2>
-   <p><b>Internet-Telefonnummer</b><br>
-    Tragen Sie die Internet-Telefonnummer ein.</p>
-  </DIV>  
-  
-  <DIV id=i_content3>
-    <h2>Zugangsdaten</h2>
-    <p><b>Email-Adresse</b><br>
-    Tragen Sie die zur Internet-Telefonnummer gehörende Email-Adresse ein.</p>
-  </DIV>  
-  
-  <DIV id=i_content4>
-    <h2>Zugangsdaten</h2>
-    <p><b>Passwort (Webkennwort)</b><br>
-    Geben Sie das Passwort ein und wiederholen Sie die Eingabe im Feld darunter.</p>
-  </DIV>
-  
-  <DIV id=i_content5>
-    <h2>VoIP-Einstellungen</h2>
-    <p><b>Sprechpausen-Erkennung (VAD)</b><br>
-    Die Funktion unterbindet das Senden von Daten während der Sprechpausen. 
-    Aktivieren Sie diese Funktion, wenn Ihr Internetzugang volumenabhängig abgerechnet wird und Sie das Datenvolumen für 
-    Internet-Telefongespräche minimieren wollen.
-    Wenn die Option aktiviert ist, dann werden Sprechpausen während eines Internet-Telefonats erkannt. 
-    In dieser Zeit werden keine Daten übermittelt. So können Sie Online-Kosten einsparen, weil Ihr Übertragungsvolumen verringert wird.</p>
-    <p><img border="0" src="pic_i_hinweis.gif"><br>        
-    Durch das Aktivieren der Sprechpausen-Erkennung kann auf der Gegenseite die Sprachqualität beeinträchtigt werden.</p>
-  </DIV>  
-  
-  <DIV id=i_content6>
-    <h2>VoIP-Einstellungen</h2>
-    <p><b>Bandbreitenoptimierte Sprachkompression</b><br>
-    Abhängig von der Bandbreite des DSL-Anschlusses und der Zahl der Gespräche wird die Kompression der Sprachdaten verändert. 
-    Damit sind beispielsweise über einen DSL 1000 Anschluss zwei parallele Telefonverbindungen möglich.
-    Wenn Ihr DSL-Anschluss über eine eingeschränkte Bandbreite verfügt  
-    dann können Sie diese Option aktivieren. Der Bitratenbedarf der Sprachcodierung wird dann dynamisch an die verfügbare DSL-Bandbreite angepasst.</p>
-  </DIV>  
-
-  <DIV id=i_content7>
-    <h2>Ortsvorwahl</h2>
-    <p><b>Ortsvorwahl</b><br>
-    Geben Sie hier die Vorwahl ihres Ortes an.</p>
-  </DIV>
-  
-  <DIV id=i_content9>
-    <h2><b>Einstellung nicht änderbar</b></h2>
-    <p>Um diese Einstellung ändern zu können, muss 'Ortsvorwahl ergänzen' eingeschaltet sein.</p>
-  </DIV>
-
-  <DIV id=i_content12>
-    <h2>Zugangsdaten</h2>
-   <p><b>Internet-Rufnummer</b><br>
-    Tragen Sie die Internet-Rufnummer ein.</p>
-  </DIV>  
-  
-  <DIV id=i_content13>
-    <h2>Zugangsdaten</h2>
-    <p><b>Benutzername</b><br>
-    Tragen Sie den zur Internet-Rufnummer gehörenden Benutzernamen ein.</p>
-  </DIV>  
-  
-  <DIV id=i_content14>
-    <h2>Zugangsdaten</h2>
-    <p><b>Passwort</b><br>
-    Geben Sie das Passwort ein und wiederholen Sie die Eingabe im Feld darunter.</p>
-  </DIV>
-  
-  <DIV id=i_content15>
-    <h2>Zugangsdaten</h2>
-    <p><b>Registrar</b><br>
-    Geben Sie das Registrar Ihres Internet- Telefonanbieters ein.</p>
-  </DIV>
-  
-</DIV>
-
-</BODY>
-
-</HTML>