-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApps.html
More file actions
166 lines (150 loc) · 10.7 KB
/
Copy pathApps.html
File metadata and controls
166 lines (150 loc) · 10.7 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html>
<head>
<!-- Ceci est un commentaire -->
<meta charset="utf-8" />
<link rel="stylesheet" href="Style.css" />
<title>SIP Applications</title>
<link rel="icon" type="image/png" href="Images/fis.jpg" />
</head>
<body>
<header>
<h1 id="titre1">Session Initiation Protocol</h1>
<nav id="menu">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="SIP.html">SIP</a>
<ul>
<li class="sub_nav"><a href="SIP.html#context">Context</a></li>
<li class="sub_nav"><a href="SIP.html#terminology">Terminology</a></li>
</ul>
</li>
<li><a href="Ope.html">Operation</a>
<ul>
<li class="sub_nav"><a href="Ope.html#elem">Facets of SIP</a></li>
<li class="sub_nav"><a href="Ope.html#comm">Commands of SIP</a></li>
<li class="sub_nav"><a href="Ope.html#exa">Examples of operation</a></li>
</ul>
</li>
<li><a href="Apps.html">SIP Applications</a>
<ul>
<li class="sub_nav"><a href="Apps.html#oper">SIP Operators</a></li>
<li class="sub_nav"><a href="Apps.html#soft">SIP Softwares</a></li>
<li class="sub_nav"><a href="Apps.html#phon">SIP Phones</a></li>
</ul>
</li>
<li><a href="Annex.html">Annex</a>
<ul>
<li class="sub_nav"><a href="Annex.html#rfc">SIP RFCs</a></li>
<li class="sub_nav"><a href="Annex.html#code">Response codes SIP</a>
<ul>
<li class="sub_sub_nav"><a href="Annex.html#1xx">1xx - Provisional</a></li>
<li class="sub_sub_nav"><a href="Annex.html#2xx">2xx - Successful</a></li>
<li class="sub_sub_nav"><a href="Annex.html#3xx">3xx - Redirection</a></li>
<li class="sub_sub_nav"><a href="Annex.html#4xx">4xx - Request Failure</a></li>
<li class="sub_sub_nav"><a href="Annex.html#5xx">5xx - Server Failure</a></li>
<li class="sub_sub_nav"><a href="Annex.html#6xx">6xx - Global Failures</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="Ques.html">Questions</a></li>
<li><a href="Bib.html">Bibliography</a></li>
<li><a href="About.html">About</a></li>
</ul>
<div id = "img">
<img src = "Images/poli.jpg" align = "left" WIDTH=190 HEIGHT=62 HSPACE= 5 BORDER=1 title="UFRJ">
</div>
</nav>
</header>
<section id="section1">
<h2 id="titresec">SIP Applications</h2>
<article>
<h3 id="oper"> SIP Operators </h3>
<div>
<p>We saw how works the SIP protocol. Now in order to use this protocol we need some operators which offer SIP services. below, some famous operators using SIP [5]:</p>
<div>
• <lign>Ippi</lign> : <br/>
<img src = "Images/ippi_bis.png" align = "left" WIDTH=100 HEIGHT=100 title="IPPI" hspace=5 vspace=23><br/>
The Ippi operator is from France and it is the most used VoIP operator using SIP.<br/><br/>
Ippi stands out with many free and innovative services.<br/><br/>
Ippi offers apps for iOS on the App Store and Android on the Android Market.<br/><br/>
Ippi established technology partnerships with Siemens, Gigaset, Epygi, Nokia, Cisco, Linksys, Counterpath... to facilitate its users the configuration on the hardware and software.<br/><br/>
• <lign>Wengophone</lign> : <br/>
<img src = "Images/wengo.png" align = "left" WIDTH=150 HEIGHT=50 title="WENGO" hspace=5 vspace=39><br/>
Wengo was for many time the main French challenger to Skype. It was created by the founder of Internet Service Provider Oreka<br/><br/>
Offers of Wengophone are classic with unlimited plans and purchase prepaid credit to make calls to the outside.<br/><br/>
Wengo recently changed its focus to becoming a matchmaking, purchasing and selling related service.<br/><br/>
• <lign>Gizmo</lign> : <br/>
<img src = "Images/gizmo.png" align = "left" WIDTH=150 HEIGHT=57 title="GIZMO" hspace=5 vspace=17><br/>
Now acquired by Google, Gizmo became Google Voice, and sees the integration of the phone feature in the pages of his account Google.<br/><br/>
You can buy credit communications. The addition of a geographic number is paying but offered at competitive rates.<br/><br/>
• <lign>Sipgate</lign> : <br/>
<img src = "Images/sip_gate.png" align = "left" WIDTH=150 HEIGHT=49 title="SIPGATE" hspace=5 vspace=39><br/>
Sipgate is from Germany and is the principal SIP operator. Sipgate is also present in Austria and England.<br/><br/>
Sipgate offers free SIP account with a SIP address in addition to a German virtual number available if a proof of residence is provided.<br/><br/>
Calls between members are free. The other destinations are available at attractive rates.<br/><br/>
</div>
</div>
</article>
<article>
<h3 id="soft"> SIP Softwares </h3>
<div>
<p>The SIP protocol is used in many applications, especially into softwares to initiate multimedia session (SoftPhone, Video Conferencing and Instant Messenger). Some examples are presented below [5]:</p>
<div>
• <lign>Ippi Messenger</lign> : <br/>
<img src = "Images/ippi.png" align = "left" WIDTH=100 HEIGHT=100 title="IPPI" hspace=5 vspace=10><br/>
The Ippi messenger supports different OS: Mac, Linux, PC.<br/><br/>
So the ippi messenger is compatible with SIP and instant messaging MSN, Jabber, Yahoo...<br/><br/>
Ippi is also compatible RSS reader, shared whiteboard and allows encryption of calls.<br/><br/>
• <lign>X-Lite</lign> : <br/>
<img src = "Images/x-lite1.png" align = "left" WIDTH=100 HEIGHT=100 title="X-LITE" hspace=5 vspace=10><br/>
X-Lite can run on PC, Mac or Linux.<br/><br/>
This telephony software is developed by Xten Networks Inc. Itcan also be used with the NeoPhone service.<br/><br/>
The program only has a user platform in English.<br/><br/>
• <lign>X-Meeting</lign> : <br/>
<img src = "Images/x-metting.png" align = "left" WIDTH=100 HEIGHT=100 title="X-METTING" hspace=5 vspace=10><br/>
X-Metting supports only one OS: Mac.<br/><br/>
X-Meeting is quite stable, has good interoperability with other clients and provides many unique features such as the sophisticated Address Book integration.<br/><br/><br/>
• <lign>SJ-Phone</lign> : <br/>
<img src = "Images/sj-phone.png" align = "left" WIDTH=100 HEIGHT=100 title="SJ-PHONE" hspace=5 vspace=10><br/>
SJ-Phone can run on PC, Mac and mobile.<br/><br/>
VOIP softphone that allows you to speak with any other softphone running on a PC/PDA, any stand-alone IP-phone, or using Internet Telephony Service Provider.<br/><br/><br/>
• <lign>Ekiga</lign> : <br/>
<img src = "Images/ekiga.png" align = "left" WIDTH=100 HEIGHT=100 title="EKIGA" hspace=5 vspace=10><br/>
Ekiga supports OS: Linux and recently PC.<br/><br/>
It supports HD sound quality and video up to DVD size and quality.<br/><br/>
It is interoperable with many other standard compliant softwares, hardwares and service providers as it uses telephony standard SIP.<br/>
</div>
</div>
</article>
<article>
<h3 id="phon"> SIP Phones </h3>
<div>
<p>The second type of SIP phone after SoftPhone saw above is "material" and looks like a regular phone but these phones use the internet to make calls. below some examples of SIP phones: </p>
<div>
<table style="width:100%">
<tr>
<td>• <lign>Thomson ST2030</lign> : <br/>
<img src = "Images/thomson.png" align = "left" WIDTH=100 HEIGHT=108 title="ST2030" hspace=5 vspace=10><br/></td>
<td>• <lign>Siemens Gigaset C450 IP</lign>: <br/>
<img src = "Images/siemens.png" WIDTH=100 HEIGHT=100 title="ST2030" hspace=5 vspace=10><br/></td>
<td>• <lign>Linksys WIP 330</lign> : <br/>
<img src = "Images/linksys.png" WIDTH=133 HEIGHT=100 title="ST2030" hspace=5 vspace=10><br/></td>
</tr>
</table>
</div>
</div>
</article>
<br/>
<a href="Ope.html" class="boutonG"><div class="fleche_gauche"></div> Operation</a>
<a href="Annex.html" class="boutonD">Annex <div class="fleche_droite"></div></a>
<br/>
</section>
<a href="#" class="Top"><div class="fleche_droite_top"></div> Top <div class="fleche_gauche_top"></div></a>
<footer>
<p>Copyright Pierre-Alexandre Maury - all rights reserved</p>
</footer>
<!-- <div style="clear:both"></div> -->
</body>
</html>