forked from pifty/tutes-dump
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
135 lines
4.5 KiB
HTML
135 lines
4.5 KiB
HTML
<h4>Setting up a SIP phone with SDF VoIP</h4>
|
|
|
|
<p>SDF Voice over Internet Protocol Telephony is a service
|
|
feature available to the <a href="http://sdf.org/?join">ARPA</a>,
|
|
<a href="http://sdf.org/?join">META</a> and Validated
|
|
<a href="http://sdf.org/?join">USERS</a> membership levels.
|
|
It allows an SDF user to make voice and video calls to
|
|
other SDF users and to linked Telephony services via a SIP client
|
|
on a 3G or WIFI cellphone, WIFI enabled mobile device, or an
|
|
Internetworked computer.</p>
|
|
|
|
<p>SDF VoIP set up and server configuration can be accessed via 'maint' at
|
|
the shell ('maint' -> v -> p).</p>
|
|
|
|
<p>Below is a list of known-to-work <a href="#sip_clients">sip
|
|
clients</a>, and <a href="#general_instructions">general
|
|
instructions</a> on configuring and setting up a SIP client.
|
|
There may also be <a href="/?tutorials/sdf_voip_client">client-specific
|
|
instructions</a> as well.</p>
|
|
|
|
<p>Wikipedia also has a list of notable <a
|
|
href="http://en.wikipedia.org/wiki/List_of_SIP_software#SIP_clients">SIP
|
|
clients</a>.</p>
|
|
|
|
<h4>Tested SIP Hardware</h4>
|
|
<h5>Routers (with SIP capabilities)</h5>
|
|
<ul>
|
|
<li><a href="http://en.avm.de/service/fritzbox/fritzbox-7340/overview/">FritzBox 7340</a></li>
|
|
</ul>
|
|
<h5>Desktop</h5>
|
|
<ul>
|
|
<li>Grandstream GXP2000</li>
|
|
<li>Grandstream DP750 with DP720 handset</li>
|
|
<li>snom 300</li>
|
|
Cisco SPA-525G2
|
|
<li><a href="http://www.cisco.com/en/US/products/hw/phones/ps379/ps1854/index.html">Cisco 7940G</a> (<a href="/?tutorials/sdf_voip_7940g">Client Instructions</a>)</li>
|
|
</ul>
|
|
|
|
<h5>Analog Phone Adaptor</h5>
|
|
<ul>
|
|
<li><a href="http://www.grandstream.com/products/ht_series/ht286/ht286.html">Grandstream HandyTone 286</a></li>
|
|
<li>Grandstream HT801</li>
|
|
</ul>
|
|
|
|
<h4><a name="sip_clients">Tested SIP clients</a></h4>
|
|
|
|
<h5>Cross-platform</h5>
|
|
<ul>
|
|
<li><a href="http://www.linphone.org">Linphone</a> for iOS, Android, and Linux</li>
|
|
<li><a href="https://www.counterpath.com/plan-select-solo/">Bria Solo</a> (formerly X-lite) Windows, Mac OS X - Desktop Client</li>
|
|
<li><a href="http://icanblink.com">Blink</a> Windows, Mac OS X, Linux - Desktop Client</li>
|
|
<li><a href="http://ekiga.net">Ekiga</a> Windows and Linux - Supports Video</li>
|
|
</ul>
|
|
|
|
<h5>Android</h5>
|
|
<ul>
|
|
<li>CSipSimple
|
|
<li>Unlocked 2.3 (Gingerbread), 4.0 and up (including Android 10) handsets have native
|
|
SIP support</li>
|
|
</ul>
|
|
|
|
<h5>iPhone/iPad/iTouchU</h5>
|
|
<ul>
|
|
<li><a href="http://www.fring.com/default.php">Fring</a> on the Apple iPhone, iPod, iPad</li>
|
|
<li><a href="https://www.acrobits.net/sip-client-ios-android/">Acrobits Groundwire</a></li>
|
|
</ul>
|
|
|
|
<h5>Nokia</h5>
|
|
<ul>
|
|
<li>Built-in client on Nokia phones and tablets (N810)</li>
|
|
</ul>
|
|
|
|
<h5>Mac OS X</h5>
|
|
<ul>
|
|
<li><a href="http://itunes.apple.com/gb/app/telephone/id406825478?mt=12"
|
|
>Telephone</a>, available through the App Store.</li>
|
|
</ul>
|
|
|
|
<h5>Unix-ish</h5>
|
|
<ul>
|
|
<li>XMeeting</li>
|
|
</ul>
|
|
|
|
<h5>Windows</h5>
|
|
<ul>
|
|
<li><a href="https://www.microsip.org/">MicroSIP</a> Open Source SIP client for Windows</li>
|
|
</ul>
|
|
|
|
<h4><a name="general_instructions">General Instructions</a></h4>
|
|
All SIP clients must have at least 3 bits of information:
|
|
|
|
<dl>
|
|
|
|
<dt>extension</dt>
|
|
<dd>The "username" used for authentication. Currently, the
|
|
<b>extension is a series of numbers</b> such as "6000". A <a
|
|
href="http://sdf.org/?tutorials/sdf_voip_ext">directory</a> of
|
|
users is also available. The assigned extension will be given in
|
|
an email. Do not use your SDF username.</dd>
|
|
|
|
<dt>domain</dt>
|
|
<dd>This may also be known as the server to connect with. Use
|
|
<b>sip.sdf.org</b> as the server; use the default port of
|
|
<b>5060/udp</b>. Please note: some clients infer the domain from
|
|
the extension. In this case, the extension will be in the form of
|
|
"extension@domain", or "sip:extension@domain"; eg,
|
|
"6000@sip.sdf.org" would be a valid username that includes the
|
|
domain.</dd>
|
|
|
|
<dt>password</dt>
|
|
<dd>This is the password used to authenticate to the SIP server. This
|
|
will be provided in the email as well, but may change very soon
|
|
in the future. The password can be reset via the maint command.</dd>
|
|
</dl>
|
|
|
|
<h4><a name="client_instructions">Client Instructions</a></h4>
|
|
|
|
Please see the <a href="/?tutorials/sdf_voip_client">client instructions</a>
|
|
page for specific client instructions.
|
|
|
|
<h4><a name="voicemail">Voicemail</a></h4>
|
|
|
|
Voicemail messages will be automatically mailed to your SDF email address in
|
|
WAV format.
|
|
|
|
<h4><a name="PSTN">PSTN</a></h4>
|
|
|
|
Want to call the public switched telephone network? Read the info <a
|
|
href="/?tutorials/voip_pstn">here</a>
|
|
|
|
<p>
|
|
This tutorial is far from complete. Wanna make it better? Edit it!
|
|
<hr>
|
|
<cite>$Id: sdf_voip.html,v 1.43 2019/12/13 03:39:56 jasmaz Exp $</cite>
|