File: phonecall.html

package info (click to toggle)
swiftlang 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,519,992 kB
  • sloc: cpp: 9,107,863; ansic: 2,040,022; asm: 1,135,751; python: 296,500; objc: 82,456; f90: 60,502; lisp: 34,951; pascal: 19,946; sh: 18,133; perl: 7,482; ml: 4,937; javascript: 4,117; makefile: 3,840; awk: 3,535; xml: 914; fortran: 619; cs: 573; ruby: 573
file content (46 lines) | stat: -rw-r--r-- 1,864 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
          "http://www.w3.org/TR/html4/strict.dtd">
<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
<html>
<head>
  <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <title>Polly - Polyhedral Phone Call</title>
  <link type="text/css" rel="stylesheet" href="menu.css">
  <link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
<!--#include virtual="menu.html.incl"-->
<div id="content">
  <!--*********************************************************************-->
  <h1>Polly: Polyhedral Phone Call</h1>
  <!--*********************************************************************-->

  <p>There are irregular phone calls to discuss polyhedral topics and
     related projects. For this we use a conference service that can be
     reached both through SIP clients and international dial in numbers.</p>

 <ul>
 <li><b>VoIP/SIP:</b> sip:000777polyhedral@iptel.org<br />
    <a href="https://www.ekiga.org">Ekiga</a> is a SIP client that works well for
    most of us.</li>
 <li><b>Traditional Dial In Numbers:</b><br />
    To use your normal land line phone to connect to the conference dial
    one of the many available <a
    href="http://www.sipbroker.com/sipbroker/action/pstnNumbers">dial in
    numbers</a>. When asked for the number to connect type: <em>*011497659</em>.
    <br />
    Attention: Some of the dial in numbers do not work reliably. If you are not
    asked for the number you want to connect to after a couple of seconds, just
    try another one. <br/>
    Some selected dial in numbers:
    <ul>
    <li><b>USA:</b> +1-443-524-7370, +1-702-553-2797 </li>
    <li><b>UK:</b> +44-151-601-8747, +44-115-871-8347</li>
    <li><b>Belgium:</b> +32-4-2680133, +32-9-2980106</li>
    </ul>

    </ul>

</div>
</body>
</html>