feed74d880597a6d58ee97ab1df14df52f694323
[bcm963xx.git] / userapps / broadcom / cfm / html_t_online_fra / hcti_telefon_voip.htm
1 <HTML>
2
3 <HEAD>
4
5 <TITLE>NetzwerkWAN</TITLE>
6
7 <SCRIPT language="JavaScript" src="js_fade.txt" type="text/JavaScript"></SCRIPT>
8 <SCRIPT language="JavaScript" src="js_menu.txt" type="text/JavaScript"></SCRIPT>
9
10 <SCRIPT language="JavaScript">
11 <!--
12 var voipprovname = new Array("T-Online","Anderer Anbieter");
13 var providerName = '<%ejGetVoip(providerName)%>';
14
15 var tonlineNumber = '<%ejGetVoip(telenumber_TONLINE)%>';
16 var email_Tonline = '<%ejGetVoip(email_TONLINE)%>';
17 var password_Tonline = '<%ejGetVoip(password_TONLINE_encoded)%>';
18 var checkVAD_T = '<%ejGetVoip(enable_checkVAD_T)%>';
19 var checkkompr_T = '<%ejGetVoip(enable_compres_T)%>';
20
21 var anotherNumber = '<%ejGetVoip(telenumber_Another)%>';
22 var username_Another = '<%ejGetVoip(username_Another)%>';
23 var password_Another = '<%ejGetVoip(password_Another_encoded)%>';
24 var registrar_A = '<%ejGetVoip(registrar_A)%>';
25 var checkVAD_A = '<%ejGetVoip(enable_checkVAD_A)%>';
26 var checkkompr_A = '<%ejGetVoip(enable_compres_A)%>';
27
28 var enable_Analog = '<%ejGetVoip(enable_Analog)%>';
29 var secLine = '<%ejGetVoip(secondary_select)%>';
30
31 function chk(){
32         if(providerName == 'TONLINE')
33         document.F1.D1.selectedIndex = 0;
34         else
35         document.F1.D1.selectedIndex = 1;
36         if (document.F1.D1.selectedIndex == 0){
37                 document.IDAT.T1.value = tonlineNumber;
38                 document.IDAT.T2.value = email_Tonline;
39                 if(password_Tonline == ''){
40                         document.IDAT.P1.value = "";
41                         document.IDAT.P2.value = "";
42                 }else{
43                         document.IDAT.P1.value = decode64(password_Tonline);
44                         document.IDAT.P2.value = decode64(password_Tonline);
45                 }
46         }
47         else{
48                 document.IDAT1.T11.value = anotherNumber;
49                 document.IDAT1.T12.value = username_Another;
50                 if(password_Another == ''){
51                         document.IDAT1.P11.value = "";
52                         document.IDAT1.P12.value = "";
53                 }else{
54                         document.IDAT1.P11.value = decode64(password_Another);
55                         document.IDAT1.P12.value = decode64(password_Another);
56                 }
57                 document.IDAT1.T13.value = registrar_A;
58         }
59         
60         if (checkVAD_T != "0"){
61                 document.IDAT.C1.checked = true;
62         }
63         else{
64                 document.IDAT.C1.checked = false;
65         }
66         
67   if (checkkompr_T != "0"){
68         document.IDAT.C2.checked = true;
69         
70   }
71   else{
72         document.IDAT.C2.checked = false;
73   }
74   
75   if (checkVAD_A != "0"){
76         document.IDAT1.C11.checked = true;
77   }
78   else{
79         document.IDAT1.C11.checked = false;
80   }
81         
82   if (checkkompr_A != "0"){
83         document.IDAT1.C12.checked = true;
84         
85   }
86   else{
87         document.IDAT1.C12.checked = false;
88         
89   }
90
91   stAkt();
92 }
93  
94 //NOTE: VAD and kompres settings alaways apply to both tonline and another provider, 
95 function stSync(){
96   if (document.F1.D1.selectedIndex == 0){
97           document.IDAT1.C11.checked = document.IDAT.C1.checked;
98           document.IDAT1.C12.checked = document.IDAT.C2.checked;
99   }
100   else{
101           document.IDAT.C1.checked = document.IDAT1.C11.checked;
102           document.IDAT.C2.checked = document.IDAT1.C12.checked;
103   }
104 }
105
106 function stAkt(){
107   document.getElementById("c_um0").style.visibility='hidden';
108   document.getElementById("c_um1").style.visibility='hidden';
109   document.getElementById("c_um" + document.F1.D1.selectedIndex).style.visibility='visible';
110   stSchange();
111 }
112
113 function stSchange(){
114   if (document.F1.D1.selectedIndex == 0){
115       document.IDAT.T1.value = tonlineNumber;
116       document.IDAT.T2.value = email_Tonline;
117         if(password_Tonline == ''){
118                 document.IDAT.P1.value = "";
119                 document.IDAT.P2.value = "";
120         }else{
121                 document.IDAT.P1.value = decode64(password_Tonline);
122                 document.IDAT.P2.value = decode64(password_Tonline);
123         }
124   }
125   else{
126       document.IDAT1.T11.value = anotherNumber;
127       document.IDAT1.T12.value = username_Another;
128       if(password_Another == ''){
129         document.IDAT1.P11.value = "";
130         document.IDAT1.P12.value = "";
131       }else{
132                 document.IDAT1.P11.value = decode64(password_Another);
133                 document.IDAT1.P12.value = decode64(password_Another);
134       }
135       document.IDAT1.T13.value = registrar_A;
136   }
137   
138   if (checkVAD_T != "0"){
139         document.IDAT.C1.checked = true;
140   }
141   else{
142         document.IDAT.C1.checked = false;
143   }
144         
145   if (checkkompr_T != "0"){
146         document.IDAT.C2.checked = true;
147   }
148   else{
149         document.IDAT.C2.checked = false;
150   }
151
152   stSync();
153 }
154
155 function i_selElem(nr){ 
156   i_showElem((10 * document.F1.D1.selectedIndex) + nr);
157 }
158
159 function txtHinw(feldname){
160   return "Im Feld '" + feldname + "' wurde eine falsche Eingabe bzw. keine Eingabe vorgenommen." + 
161          "\nDie korrekte Eingabe ist notwendig, um die Telefonie über das Internet verwenden zu können.";
162 }
163
164 function txtProv(){
165   return "Achtung, bitte beachten Sie, dass keine Internettelefonie möglich ist,"+
166          "\nwenn Sie diesen Anbieter auswählen, jedoch keine Anbieterdaten eingeben."+
167          "\n"+
168          "\nKlicken Sie auf 'Abbrechen', um Ihre Anbieterdaten jetzt einzugeben"+
169          "\noder klicken Sie auf 'OK', um ohne Eingabe der Anbieterdaten fortzufahren.";
170 }
171
172 // note: return true means input includes illegal char.
173 function isNNumber(input)
174
175         var ret = false;
176         var i = 0;
177         for (i=0;i<input.length;i++)
178         {
179                 if (input.charAt(i) < '0' || input.charAt(i) > '9')
180                 {       
181                         ret = true;
182                         break;
183                 }
184         }
185         return ret;
186 }
187
188 function isSpecChar(input)
189
190         var ret = false;
191         var i = 0;
192         for (i=0;i<input.length;i++)
193         {
194                 if (input.charAt(i) == ' ' || input.charAt(i) == '\\' 
195                 || input.charAt(i) == '\'' || input.charAt(i) == '\"')
196                 {       
197                         ret = true;
198                         break;
199                 }
200         }
201         return ret;
202 }
203
204 function stDel(){
205   if (confirm("Wenn Sie die Internetrufnummer wirklich löschen möchten, dann klicken Sie auf 'OK'." +
206               "\nKlicken Sie auf 'Abbrechen', um das Löschen zu verhindern.")==true){
207     if (document.F1.D1.selectedIndex == 0){
208       document.IDAT.T1.value = "";
209       document.IDAT.T2.value = "";
210       document.IDAT.P1.value = "";
211       document.IDAT.P2.value = "";
212       document.IDAT.C1.checked = false;
213       document.IDAT.C2.checked = false;
214     }
215     else{
216       document.IDAT1.T11.value = "";
217       document.IDAT1.T12.value = "";
218       document.IDAT1.P11.value = "";
219       document.IDAT1.P12.value = "";
220       document.IDAT1.T13.value = "";
221       document.IDAT1.C11.checked = false;
222       document.IDAT1.C12.checked = false;
223     }
224     stSave(0);
225   }
226 }
227
228 function stOk(){
229 var provok;
230
231   if (document.F1.D1.selectedIndex == 0){
232           if (document.IDAT.T1.value!="" || document.IDAT.T2.value!="" || document.IDAT.P1.value!="" || document.IDAT.P2.value!=""){
233                 if (document.IDAT.T1.value=="" || isNNumber(document.IDAT.T1.value)){
234                   alert(txtHinw("Internet-Telefonnummer"));
235                   document.IDAT.T1.value = "";
236                   document.IDAT.T1.focus();
237                   return;
238                 }
239                 if (document.IDAT.T2.value=="" || isNEmail(document.IDAT.T2.value) || isSpecChar(document.IDAT.T2.value)){
240                   alert(txtHinw("Email-Adresse"));
241                   document.IDAT.T2.value = "";
242                   document.IDAT.T2.focus();
243                   return;
244                 }
245                 if (document.IDAT.P1.value=="" || document.IDAT.P2.value=="" || document.IDAT.P1.value!=document.IDAT.P2.value || isSpecChar(document.IDAT.P1.value)){
246                   alert(txtHinw("Passwort (Webkennwort)' oder 'Passwortbestätigung"));
247                   document.IDAT.P1.value = "";
248                   document.IDAT.P2.value = "";
249                   document.IDAT.P1.focus();
250                   return;
251                 }
252           }
253           else{
254                 provok=confirm(txtProv());
255                 if(provok==false)
256                         return;
257                 else
258                         stSave(0);
259                 return;
260           }
261   }
262   else{
263           if (document.IDAT1.T11.value!="" || document.IDAT1.T12.value!="" || document.IDAT1.P11.value!="" || document.IDAT1.P12.value!="" || document.IDAT1.T13.value!=""){
264                 if (document.IDAT1.T11.value=="" || isNNumber(document.IDAT1.T11.value)){
265                   alert(txtHinw("Internet-Rufnummer"));
266                   document.IDAT1.T11.value = "";
267                   document.IDAT1.T11.focus();
268                   return;
269                 }
270                 if (document.IDAT1.T12.value=="" || isAllBlank(document.IDAT1.T12.value) || isSpecChar(document.IDAT1.T12.value)){
271                   alert(txtHinw("Benutzername"));
272                   document.IDAT1.T12.value = "";
273                   document.IDAT1.T12.focus();
274                   return;
275                 }
276                 if (document.IDAT1.P11.value=="" || document.IDAT1.P12.value=="" || document.IDAT1.P11.value!=document.IDAT1.P12.value || isSpecChar(document.IDAT1.P11.value)){
277                   alert(txtHinw("Passwort' oder 'Passwortbestätigung"));
278                   document.IDAT1.P11.value = "";
279                   document.IDAT1.P12.value = "";
280                   document.IDAT1.P11.focus();
281                   return;
282                 }
283                 if (document.IDAT1.T13.value=="" || isInvalidString(document.IDAT1.T13.value)){
284                   alert(txtHinw("Registrar"));
285                   document.IDAT1.T13.value = "";
286                   document.IDAT1.T13.focus();
287                   return;
288                 }
289           }
290           else{
291                 provok=confirm(txtProv());
292                 if(provok==false)
293                         return;
294                 else
295                         stSave(0);
296                 return;
297           }
298   }
299   // save account config
300   stSave(1);
301 }
302
303 function stSave(opt){
304    document.getElementById('t_but1').style.visibility='hidden';
305    document.getElementById('t_but3').style.visibility='hidden';
306    document.getElementById('t_but4').style.visibility='hidden';
307         document.getElementById('t_but2').style.visibility='hidden';
308   document.getElementById("c_verzoeg1").style.visibility='visible';
309   document.getElementById("c_verzoeg2").style.visibility='visible';
310   //Select-Options müssen extra ausgeblendet werden!
311   document.F1.D1.style.visibility='hidden';
312 // opt = 0: delete option, opt = 1: save option
313
314         var loc = 'voipcfg.cmd?action=accountset';
315         if (document.F1.D1.selectedIndex == 0)
316                 loc += '&providerName=TONLINE';
317         else
318                 loc += '&providerName=Another';
319                 
320   if (document.F1.D1.selectedIndex == 0){
321       loc += '&telenumber_TONLINE=' + document.IDAT.T1.value;
322       loc += '&email_TONLINE=' + document.IDAT.T2.value;
323       loc += '&password_TONLINE=' + document.IDAT.P1.value;
324           if (document.IDAT.C1.checked==false){
325                 loc += '&enable_checkVAD_T=0';
326           }
327           else{
328                 loc += '&enable_checkVAD_T=1';
329           }
330           if (document.IDAT.C2.checked==false){
331                 loc += '&enable_compres_T=0';
332           }
333           else{
334                 loc += '&enable_compres_T=1';
335           }
336   }
337   else{
338       loc += '&telenumber_Another=' + document.IDAT1.T11.value;
339       loc += '&username_Another=' + document.IDAT1.T12.value;
340       loc += '&password_Another=' + document.IDAT1.P11.value;
341       loc += '&registrar_A=' + encodeUrl(document.IDAT1.T13.value);
342           if (document.IDAT1.C11.checked==false){
343                 loc += '&enable_checkVAD_A=0';
344           }
345           else{
346                 loc += '&enable_checkVAD_A=1';
347           }
348           if (document.IDAT1.C12.checked==false){
349                 loc += '&enable_compres_A=0';
350           }
351           else{
352                 loc += '&enable_compres_A=1';
353           }
354   }
355   if (opt == 1) { 
356                 if (enable_Analog == '0') {
357                         loc += '&primary_select=1';
358                 }
359   }
360   
361   if (opt == 0) {
362                 if (enable_Analog != '0') {
363                         if (secLine == '1')
364                                 loc += '&primary_select=0&secondary_select=2';
365                         else
366                                 loc += '&primary_select=0';
367                 }
368                 else {
369                         loc += '&primary_select=2&secondary_select=2';
370                 }
371         }
372   
373    var code = 'this.location.assign("' + loc + '")';
374    eval(code);
375         
376 }
377   
378 function stZrk(){
379   top.frames[2].location.href = "hcti_telefon.htm";
380 }
381
382 //-->
383 </SCRIPT>
384
385 <LINK rel="stylesheet" href="style.css" type="text/css">
386
387 <STYLE type="text/css">
388 <!--
389
390 #c_um0 {
391   POSITION: absolute; left: 15px; top: 102px; width: 402px; background-color: #F0F0F0; VISIBILITY: hidden;
392   border-color: #E20074; border-width: 1px; border-style: solid; border-top-style: none;
393 }
394
395 #c_um1 {
396   POSITION: absolute; left: 15px; top: 102px; width: 402px; background-color: #F0F0F0; VISIBILITY: hidden;
397   border-color: #E20074; border-width: 1px; border-style: solid; border-top-style: none;
398 }
399
400 #i_content12 {Z-INDEX: 2; POSITION: absolute; LEFT: 10px; WIDTH: 180px; TOP: 10px; VISIBILITY: hidden}
401 #i_content13 {Z-INDEX: 2; POSITION: absolute; LEFT: 10px; WIDTH: 180px; TOP: 10px; VISIBILITY: hidden}
402 #i_content14 {Z-INDEX: 2; POSITION: absolute; LEFT: 10px; WIDTH: 180px; TOP: 10px; VISIBILITY: hidden}
403 #i_content15 {Z-INDEX: 2; POSITION: absolute; LEFT: 10px; WIDTH: 180px; TOP: 10px; VISIBILITY: hidden}
404
405 //-->
406 </STYLE>
407
408 </HEAD>
409
410 <BODY onload=chk()>
411
412 <DIV id=c_Frame>
413
414 <DIV id=c_border>
415 <DIV id=c_pfad>Telefonie / Internetrufnummer</DIV>
416 <DIV id=c_titel>Internetrufnummer</DIV>
417 <DIV id=c_sel>
418       <table border="0" cellpadding="2" cellspacing="1" bgcolor="#E20074">
419         <tr onmouseover=i_showElem(1) onmouseout=i_showElem(0)>
420           <form name="F1">
421             <td width="146" align="right"><font color="#FFFFFF"><b>Anbieter-Auswahl:</b></font></td>
422             <td width="5"></td>
423             <td width="213"><select size="1" name="D1" onchange="stAkt()">
424                 <SCRIPT language="JavaScript">
425                 <!--
426                   for (i=0;i<voipprovname.length;i++){
427                     document.write('<option>' + voipprovname[i] + '</option>');
428                   }
429                 //-->
430                 </SCRIPT>
431               </select>
432             </td>
433           </form>
434         </tr>
435       </table>
436 </DIV>
437
438 </DIV>
439
440 <DIV id=c_um0>
441
442 <DIV id=c_titel>Zugangsdaten für T-Online</DIV>
443 <DIV id=c_std>
444       <table border="0" cellpadding="0" cellspacing="2">
445         <tr onmouseover=i_selElem(2) onmouseout=i_showElem(0)>
446           <form name="IDAT">
447             <td width="160">Internet-Telefonnummer:</td>
448             <td><input type="text" name="T1" size="24" maxlength="31"></td>
449         </tr>
450       </table>
451 </DIV>
452 <DIV id=c_std>
453     <table border="0" cellpadding="0" cellspacing="2">
454         <tr onmouseover=i_selElem(3) onmouseout=i_showElem(0)>
455             <td width="160">Email-Adresse:</td>
456             <td><input type="text" name="T2" size="24" maxlength="31"></td>
457         </tr>
458     </table>
459 </DIV>
460 <DIV id=c_std>
461       <table border="0" cellpadding="0" cellspacing="2">
462         <tr onmouseover=i_selElem(4) onmouseout=i_showElem(0)>
463             <td width="160">Passwort (Webkennwort):</td>
464             <td><input type="password" class="stylepwd" name="P1" size="12" maxlength="19"></td>
465         </tr>
466       </table>
467 </DIV>
468 <DIV id=c_std>
469       <table border="0" cellpadding="0" cellspacing="2">
470         <tr onmouseover=i_selElem(4) onmouseout=i_showElem(0)>
471             <td width="160">Passwortbestätigung:</td>
472             <td><input type="password" class="stylepwd" name="P2" size="12" maxlength="19"></td>
473         </tr>
474       </table>
475 </DIV>
476 <DIV id=c_leer></DIV>
477 <DIV id=c_titel>VoIP-Einstellungen</DIV>
478 <DIV id=c_std>
479       <table border="0" cellpadding="0" cellspacing="2">
480         <tr onmouseover=i_showElem(5) onmouseout=i_showElem(0)>
481             <td width="265">Sprechpausen-Erkennung (VAD):</td>
482             <td><input type="checkbox" name="C1" onclick="stSync()"></td>
483         </tr>
484       </table>
485 </DIV>
486 <DIV id=c_last>
487       <table border="0" cellpadding="0" cellspacing="2">
488         <tr onmouseover=i_showElem(6) onmouseout=i_showElem(0)>
489             <td width="265">Bandbreitenoptimierte Sprachkompression:</td>
490             <td><input type="checkbox" name="C2" onclick="stSync()"></td>
491           </form>
492         </tr>
493       </table>
494 </DIV>
495
496 <DIV id=c_leer></DIV>
497 <DIV id=c_foot></DIV>
498 </DIV>
499
500 <DIV id=c_um1>
501
502 <DIV id=c_titel>Zugangsdaten für Anderer Anbieter</DIV>
503 <DIV id=c_std>
504       <table border="0" cellpadding="0" cellspacing="2">
505         <tr onmouseover=i_selElem(2) onmouseout=i_showElem(0)>
506           <form name="IDAT1">
507             <td width="160">Internet-Rufnummer:</td>
508             <td><input type="text" name="T11" size="24" maxlength="31"></td>
509         </tr>
510       </table>
511 </DIV>
512 <DIV id=c_std>
513     <table border="0" cellpadding="0" cellspacing="2">
514         <tr onmouseover=i_selElem(3) onmouseout=i_showElem(0)>
515             <td width="160">Benutzername:</td>
516             <td><input type="text" name="T12" size="24" maxlength="31"></td>
517         </tr>
518     </table>
519 </DIV>
520 <DIV id=c_std>
521       <table border="0" cellpadding="0" cellspacing="2">
522         <tr onmouseover=i_selElem(4) onmouseout=i_showElem(0)>
523             <td width="160">Passwort:</td>
524             <td><input type="password" class="stylepwd" name="P11" size="12" maxlength="19"></td>
525         </tr>
526       </table>
527 </DIV>
528 <DIV id=c_std>
529       <table border="0" cellpadding="0" cellspacing="2">
530         <tr onmouseover=i_selElem(4) onmouseout=i_showElem(0)>
531             <td width="160">Passwortbestätigung:</td>
532             <td><input type="password" class="stylepwd" name="P12" size="12" maxlength="19"></td>
533         </tr>
534       </table>
535 </DIV>
536 <DIV id=c_last>
537     <table border="0" cellpadding="0" cellspacing="2">
538         <tr onmouseover=i_selElem(5) onmouseout=i_showElem(0)>
539             <td width="160">Registrar:</td>
540             <td><input type="text" name="T13" size="24" maxlength="79"></td>
541         </tr>
542     </table>
543 </DIV>
544
545 <DIV id=c_leer></DIV>
546 <DIV id=c_titel>VoIP-Einstellungen</DIV>
547 <DIV id=c_std>
548       <table border="0" cellpadding="0" cellspacing="2">
549         <tr onmouseover=i_showElem(5) onmouseout=i_showElem(0)>
550             <td width="265">Sprechpausen-Erkennung (VAD):</td>
551             <td><input type="checkbox" name="C11" onclick="stSync()"></td>
552         </tr>
553       </table>
554 </DIV>
555 <DIV id=c_last>
556       <table border="0" cellpadding="0" cellspacing="2">
557         <tr onmouseover=i_showElem(6) onmouseout=i_showElem(0)>
558             <td width="265">Bandbreitenoptimierte Sprachkompression:</td>
559             <td><input type="checkbox" name="C12" onclick="stSync()"></td>
560           </form>
561         </tr>
562       </table>
563 </DIV>
564
565 <DIV id=c_leer></DIV>
566 <DIV id=c_foot></DIV>
567 </DIV>
568
569 <DIV id=c_verzoeg1></DIV>
570 <DIV id=c_verzoeg2></DIV>
571
572 </DIV>
573
574 <DIV id=t_Frame>
575
576 <DIV id=t_but1 onclick=startseite() onmouseover=rahmen(1,1) onmouseout=rahmen(0,1)>&lt;&lt;&nbsp;&nbsp;&lt;&lt;</DIV>
577 <DIV id=t_but2 onclick=stDel() onmouseover=rahmen(1,2) onmouseout=rahmen(0,2)>L&ouml;schen &lt;&lt;</DIV>
578 <DIV id=t_but3 onclick=stZrk() onmouseover=rahmen(1,3) onmouseout=rahmen(0,3)>Zur&uuml;ck &lt;&lt;</DIV>
579 <DIV id=t_but4 onclick=stOk() onmouseover=rahmen(1,4) onmouseout=rahmen(0,4)>Speichern &lt;&lt;</DIV>
580
581 </DIV>
582
583 <DIV id=i_Frame>
584
585   <DIV id=i_content>
586     <h2>Neue Internetrufnummer</h2>
587     <p>Auf dieser Seite können Sie eine neue Internetrufnummer für die Internettelefonie (VoIP) einrichten.</p>
588   </DIV>
589   
590   <DIV id=i_content1>
591     <h2>Neue Internetrufnummer</h2>
592     <p><b>Anbieter-Auswahl</b><br>
593     Wählen Sie aus, ob Sie von <br>T-Online oder einem anderen Anbieter die Zugangsdaten eingeben möchten.</p>
594   </DIV>
595   
596   <DIV id=i_content2>
597     <h2>Zugangsdaten</h2>
598    <p><b>Internet-Telefonnummer</b><br>
599     Tragen Sie die Internet-Telefonnummer ein.</p>
600   </DIV>  
601   
602   <DIV id=i_content3>
603     <h2>Zugangsdaten</h2>
604     <p><b>Email-Adresse</b><br>
605     Tragen Sie die zur Internet-Telefonnummer gehörende Email-Adresse ein.</p>
606   </DIV>  
607   
608   <DIV id=i_content4>
609     <h2>Zugangsdaten</h2>
610     <p><b>Passwort (Webkennwort)</b><br>
611     Geben Sie das Passwort ein und wiederholen Sie die Eingabe im Feld darunter.</p>
612   </DIV>
613   
614   <DIV id=i_content5>
615     <h2>VoIP-Einstellungen</h2>
616     <p><b>Sprechpausen-Erkennung (VAD)</b><br>
617     Die Funktion unterbindet das Senden von Daten während der Sprechpausen. 
618     Aktivieren Sie diese Funktion, wenn Ihr Internetzugang volumenabhängig abgerechnet wird und Sie das Datenvolumen für 
619     Internet-Telefongespräche minimieren wollen.
620     Wenn die Option aktiviert ist, dann werden Sprechpausen während eines Internet-Telefonats erkannt. 
621     In dieser Zeit werden keine Daten übermittelt. So können Sie Online-Kosten einsparen, weil Ihr Übertragungsvolumen verringert wird.</p>
622     <p><img border="0" src="pic_i_hinweis.gif"><br>        
623     Durch das Aktivieren der Sprechpausen-Erkennung kann auf der Gegenseite die Sprachqualität beeinträchtigt werden.</p>
624   </DIV>  
625   
626   <DIV id=i_content6>
627     <h2>VoIP-Einstellungen</h2>
628     <p><b>Bandbreitenoptimierte Sprachkompression</b><br>
629     Abhängig von der Bandbreite des DSL-Anschlusses und der Zahl der Gespräche wird die Kompression der Sprachdaten verändert. 
630     Damit sind beispielsweise über einen DSL 1000 Anschluss zwei parallele Telefonverbindungen möglich.
631     Wenn Ihr DSL-Anschluss über eine eingeschränkte Bandbreite verfügt  
632     dann können Sie diese Option aktivieren. Der Bitratenbedarf der Sprachcodierung wird dann dynamisch an die verfügbare DSL-Bandbreite angepasst.</p>
633   </DIV>  
634
635   <DIV id=i_content7>
636     <h2>Ortsvorwahl</h2>
637     <p><b>Ortsvorwahl</b><br>
638     Geben Sie hier die Vorwahl ihres Ortes an.</p>
639   </DIV>
640   
641   <DIV id=i_content9>
642     <h2><b>Einstellung nicht änderbar</b></h2>
643     <p>Um diese Einstellung ändern zu können, muss 'Ortsvorwahl ergänzen' eingeschaltet sein.</p>
644   </DIV>
645
646   <DIV id=i_content12>
647     <h2>Zugangsdaten</h2>
648    <p><b>Internet-Rufnummer</b><br>
649     Tragen Sie die Internet-Rufnummer ein.</p>
650   </DIV>  
651   
652   <DIV id=i_content13>
653     <h2>Zugangsdaten</h2>
654     <p><b>Benutzername</b><br>
655     Tragen Sie den zur Internet-Rufnummer gehörenden Benutzernamen ein.</p>
656   </DIV>  
657   
658   <DIV id=i_content14>
659     <h2>Zugangsdaten</h2>
660     <p><b>Passwort</b><br>
661     Geben Sie das Passwort ein und wiederholen Sie die Eingabe im Feld darunter.</p>
662   </DIV>
663   
664   <DIV id=i_content15>
665     <h2>Zugangsdaten</h2>
666     <p><b>Registrar</b><br>
667     Geben Sie das Registrar Ihres Internet- Telefonanbieters ein.</p>
668   </DIV>
669   
670 </DIV>
671
672 </BODY>
673
674 </HTML>