[Asterisk-doc] PATCH voip-providers + bookinfo
Martin List-Petersen
asterisk-doc@lists.digium.com
Wed, 02 Jun 2004 20:49:51 +0100
--=-i67TFX7yssBE1t7HgjSH
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Patch attached.
--=-i67TFX7yssBE1t7HgjSH
Content-Disposition: attachment; filename=20040602.xml.diff
Content-Type: text/x-patch; name=20040602.xml.diff; charset=ansi_x3.4-1968
Content-Transfer-Encoding: 7bit
diff -u -r docs-current/bookinfo.xml docs/bookinfo.xml
--- docs-current/bookinfo.xml 2004-05-31 03:06:33.000000000 +0100
+++ docs/bookinfo.xml 2004-06-02 20:47:35.000000000 +0100
@@ -36,6 +36,10 @@
<firstname>Mike</firstname>
<surname>Preston</surname>
</author>
+ <author>
+ <firstname>Martin</firstname>
+ <surname>List-Petersen</surname>
+ </author>
</authorgroup>
<copyright>
<year>2003</year>
diff -u -r docs-current/voip-providers.xml docs/voip-providers.xml
--- docs-current/voip-providers.xml 2004-06-02 01:24:43.000000000 +0100
+++ docs/voip-providers.xml 2004-06-02 20:46:47.000000000 +0100
@@ -30,7 +30,7 @@
<para>Conferencing</para>
</listitem>
<listitem>
- <para>Free subscription to a direct phoneno. in the US (Washington, IPKall) and UK (CallUK)</para>
+ <para>Free subscription to a direct phoneno. in the US (Washington, IPKall) and UK (National rate, CallUK)</para>
</listitem>
<listitem>
<para>
@@ -278,6 +278,91 @@
</sect3>
</sect2>
<sect2>
+ <title><ulink url="http://www.gossiptel.com/" type="url">Gossiptel</ulink></title>
+ <para/>
+ <sect3>
+ <title>Description</title>
+ <para>
+ Gossiptel is a commercial SIP Directory provider based in the UK, that gives
+ you a free national phoneno.
+ </para>
+ </sect3>
+ <sect3>
+ <title>Services</title>
+ <para>
+ <orderedlist>
+ <listitem>
+ <para>Direct phone number that can be called at national rate (0870).</para>
+ </listitem>
+ <listitem>
+ <para>Online Call details of any incoming, outgoing or missed calls.</para>
+ </listitem>
+ <listitem>
+ <para>
+ Prepaid purchase of outgoing calls to any PSTN number.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Advanced Voicemail.
+ </para>
+ </listitem>
+ </orderedlist>
+ </para>
+ </sect3>
+ <sect3>
+ <title>Setup Examples</title>
+ <para>
+ <example>
+ <title>sip.conf</title>
+ <programlisting>
+ register => 1234567:password@sip.gossiptel.com
+
+ [gossiptel]
+ type=peer
+ secret=password
+ username=1234567
+ host=sip.gossiptel.com
+ </programlisting>
+ </example>
+ <example>
+ <title>extensions.conf</title>
+ <programlisting>
+ ;
+ ; 0 is needed in front of the area code
+ ;
+ exten => _44ZX.,1,SetCallerID(Your Name <1234567>)
+ exten => _44ZX.,2,Dial(SIP/0${EXTEN:2}@gossiptel)
+ exten => _44ZX.,3,Hangup
+
+ ;
+ ; 00 is the international dial code used in Europe.
+ ;
+ exten => _XXXX.,1,SetCallerID(Your Name <1234567>)
+ exten => _XXXX.,2,Dial(SIP/00${EXTEN}@gossiptel)
+ exten => _XXXX.,3,Hangup
+ </programlisting>
+ </example>
+ </para>
+ </sect3>
+ <sect3>
+ <title>Technical Setup</title>
+ <para/>
+ <sect4>
+ <title>Protocols</title>
+ <para>
+ Gossiptel only supports SIP.
+ </para>
+ </sect4>
+ <sect4>
+ <title>Help</title>
+ <para>
+ Telephone support available from 9am to 9pm UK time.
+ </para>
+ </sect4>
+ </sect3>
+ </sect2>
+ <sect2>
<title><ulink url="http://www.sipgate.de/" type="url">SipGate</ulink></title>
<para/>
<sect3>
@@ -319,7 +404,7 @@
<sect3>
<title>What to Expect</title>
<para>
- SIPGate is a German commercial provider, so their website is completely in German. If you can life with that,
+ SIPGate is a German commercial provider, so their website is completely in German. If you can live with that,
you get a great service. They have been rated as one of the best VoIP providers available in Germany by most magazines.
</para>
</sect3>
--=-i67TFX7yssBE1t7HgjSH--