<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.iptel.org">
<channel>
 <title>iptel.org - System, Site, Content</title>
 <link>http://www.iptel.org/taxonomy/term/259 258 257/0</link>
 <description>Meta-information about content on the iptel.org site (to-dos, project docs, suggestions, etc)</description>
 <language>en</language>
<item>
 <title>how to setup sems ( ivr + voice mail) </title>
 <link>http://www.iptel.org/faq/how_to_setup_sems_ivr_voice_mail</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-3&quot;&gt;&lt;/div&gt;</description>
 <category domain="http://www.iptel.org/sems/sems_conf">sems.conf</category>
 <category domain="http://www.iptel.org/ser/ser_cfg">ser.cfg</category>
 <category domain="http://www.iptel.org/administration/system">System</category>
 <pubDate>Mon, 05 May 2008 10:08:21 +0200</pubDate>
</item>
<item>
 <title>Removing spam comments</title>
 <link>http://www.iptel.org/removing_spam_comments</link>
 <description> &lt;p&gt;To remove spam comments, identify the name used in posting the comments, go to &lt;a href=http://www.iptel.org/admin/database/query&gt;http://www.iptel.org/admin/database/query&lt;/a&gt; and run the following query replacing NAME): &lt;/p&gt;
&lt;pre&gt;delete from comments where name=&#039;NAME&#039;; update users set status=0 where name=&#039;NAME&#039;; &lt;/pre&gt; </description>
 <category domain="http://www.iptel.org/administration/content">Content</category>
 <pubDate>Sun, 09 Dec 2007 09:16:31 +0100</pubDate>
</item>
<item>
 <title>Standard ser.cfg</title>
 <link>http://www.iptel.org/file_standard</link>
 <description> #&lt;br /&gt; # $Id: ser&lt;a href=&quot;glossary/term/244&quot; title=&quot;SER: SIP Express Router, fast and flexible SIP server.&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt;.cfg,v 1.42 2007/05/30 12:28:17 tirpi Exp $&lt;br /&gt; #&lt;br /&gt; &lt;br /&gt; # First start SER&lt;a href=&quot;glossary/term/244&quot; title=&quot;SER: SIP Express Router, fast and flexible SIP server.&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt; sample config script with:&lt;br /&gt; #&amp;nbsp;&amp;nbsp; database, accounting, authentication, multi-domain support&lt;br /&gt; #&amp;nbsp;&amp;nbsp; PSTN&lt;a href=&quot;glossary#term218&quot; title=&quot;PSTN: Public Switched Telephone Network&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt; GW section, named flags, named routes, global-,&lt;br /&gt; #&amp;nbsp;&amp;nbsp; domain- and user-preferences with AVPs&lt;br /&gt; # Several of these features are only here for demonstration purpose&lt;br /&gt; # what can be achieved with the SER config script language.&lt;br /&gt; #&lt;br /&gt; # If you look for a simpler version with a lot less dependencies&lt;br /&gt; # please refer to the ser-basic.cfg file in your SER distribution. </description>
 <category domain="http://www.iptel.org/ser_version/0_9_x">0.9.x</category>
 <category domain="http://www.iptel.org/doc/book">Book</category>
 <category domain="http://www.iptel.org/news/ser/development">Development</category>
 <category domain="http://www.iptel.org/ser/component/module/domain">domain</category>
 <category domain="http://www.iptel.org/administration/site">Site</category>
 <category domain="http://www.iptel.org/protocol/ssl">SSL</category>
 <category domain="http://www.iptel.org/glossary/sip/stateless">stateless</category>
 <pubDate>Wed, 17 Oct 2007 08:44:53 +0200</pubDate>
</item>
<item>
 <title>Personal Web Pages</title>
 <link>http://www.iptel.org/admin/personal_pages</link>
 <description> &lt;h2&gt;Personal Web Pages&lt;/h2&gt;
&lt;p&gt;
If you have an account on shell.iptel.org then you can create your own web
pages there. The contents of home directories is shared across servers using
NFS and thus it will also become immediately visible on all the web servers.
&lt;/p&gt;
&lt;h3&gt;Directory and Permissions&lt;/h3&gt;
&lt;p&gt;
Do the following if you want to create your own webpages:
&lt;ol&gt;
  &lt;li&gt;Create directory named public_html in your home directory&lt;/li&gt;
  &lt;li&gt;Make sure that your home directory and public_html subdirectory can be accessed by anyone&lt;br/&gt;
      (chmod a+x /home/username /home/username/public_html)
  &lt;/li&gt;
  &lt;li&gt;Place your HTML pages in public_html subdirectory of your home directory.&lt;/li&gt;
&lt;/ol&gt;
Your webpages will be available at &lt;span class=&quot;uri&quot;&gt;http://iptel.org/~username&lt;/span&gt; or &lt;span class=&quot;uri&quot;&gt;http://www.iptel.org/~username&lt;/span&gt;.
&lt;/p&gt; </description>
 <category domain="http://www.iptel.org/administration/site">Site</category>
 <category domain="http://www.iptel.org/doc/tutorial">Tutorial</category>
 <pubDate>Mon, 04 Sep 2006 10:40:47 +0200</pubDate>
</item>
<item>
 <title>System Overview</title>
 <link>http://www.iptel.org/iptelorgsite/overview</link>
 <description> &lt;p&gt;
  The system running at iptel.org is powered by &lt;a href=&quot;http://drupal.org&quot;&gt;Drupal&lt;/a&gt; content management system. Drupal makes the 
  management of the site easy and hopefully it will be easier for us to keep it up-to-date. This page should give the reader 
  overview of the whole system, including how the pages are created, stored, and managed. After reading this page you should see
  the &quot;big picture&quot; and you should be able to lookup additional information if needed.
&lt;/p&gt;
&lt;h2&gt;Nodes&lt;/h2&gt;
&lt;p&gt;
In Drupal web pages are stored in MySQL database in form of &lt;em&gt;nodes&lt;/em&gt;. Node is the basic piece of content in Drupal. When a new page is created then Drupal creates a new node and stores it in the database. For the sake of clarity you can assume that node is equivalent of page (and yes, we know this is not always true).
&lt;/p&gt; </description>
 <category domain="http://www.iptel.org/administration/site">Site</category>
 <category domain="http://www.iptel.org/doc/tutorial">Tutorial</category>
 <pubDate>Thu, 31 Aug 2006 23:20:11 +0200</pubDate>
</item>
<item>
 <title>Certificate Authority</title>
 <link>http://www.iptel.org/ca</link>
 <description> &lt;p&gt;This site runs its own certificate authority for the purpose of client and server authentication using TLS/SSL. At the moment certificates generated by the certificate authority are used to secure the web server (most pages on the web server are also available through HTTPS), in the future we will also configure our &lt;a href=&quot;http://iptel.org/service&quot;&gt;SIP servers&lt;/a&gt; to use TLS and issue client certificates that can be used in SIP user agents. &lt;/p&gt;&lt;h2&gt;How to apply for a certificate&lt;/h2&gt;&lt;div class=&quot;note&quot;&gt;&lt;p&gt;The instructions below should work on Linux (or any POSIX compatible system) with &lt;a href=&quot;http://www.openssl.org/&quot;&gt;OpenSSL&lt;/a&gt; installed. &lt;/p&gt; </description>
 <category domain="http://www.iptel.org/protocol/ssl">SSL</category>
 <category domain="http://www.iptel.org/administration/system">System</category>
 <category domain="http://www.iptel.org/protocol/tls">TLS</category>
 <enclosure url="http://www.iptel.org/files/iptel.org-ca.pem" length="1306" type="application/octet-stream" />
 <pubDate>Thu, 31 Aug 2006 13:36:03 +0200</pubDate>
</item>
<item>
 <title>Get Started With SER</title>
 <link>http://www.iptel.org/ser/using</link>
 <description> &lt;h3&gt;Is SER&lt;a href=&quot;glossary/term/244&quot; title=&quot;SER: SIP Express Router, fast and flexible SIP server.&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt; for me?!&lt;/h3&gt;&lt;p&gt;This is a difficult question. People come to iptel.org with many different goals. Basically, SER is a highly scalable SIP server (redirect, proxy, and registrar). It is not a telephony PBX&lt;a href=&quot;glossary#term242&quot; title=&quot;PBX: Packet Branch Exchange&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt;, and it is not a simple &amp;quot;run SIP proxy&amp;quot; applications. You need to understand SIP, tailor SER to your needs using the ser&lt;a href=&quot;glossary/term/244&quot; title=&quot;SER: SIP Express Router, fast and flexible SIP server.&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt;.cfg configuration file, and tweak to your network, your user devices, gateways etc. That being said, the flexibiilty of how much you can tweak is quite unique. (Btw, SER does come with example config files that gives you a basic working setup in very short time.)&lt;/p&gt; </description>
 <category domain="http://www.iptel.org/news/ser/development">Development</category>
 <category domain="http://www.iptel.org/doc/man_page">Man page</category>
 <category domain="http://www.iptel.org/administration/site">Site</category>
 <pubDate>Sun, 13 Aug 2006 10:38:08 +0200</pubDate>
</item>
<item>
 <title>How iptel.org is built up</title>
 <link>http://www.iptel.org/iptelorgsite/intro</link>
 <description> By reading the info below, you should be able to quickly find the content you are looking for, as well as add new content. &lt;h3&gt;Structure&lt;/h3&gt;&lt;p&gt;The iptel.org site is built around the following structural elements:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;The &lt;u&gt;main navigation bar&lt;/u&gt; with shortcuts to the open-source projects, news, downloads, the SIP resources, and the SIP service&lt;/li&gt;&lt;li&gt;The &lt;u&gt;top-right shortcuts&lt;/u&gt; for searching, quickly navigating through the sitemap, and see recent activity&lt;/li&gt;&lt;li&gt;The &lt;u&gt;right-hand menu&lt;/u&gt; which has one fixed part (your account/personal links) and a dynamic part that changes according to which section you are in.&amp;nbsp; This means that when you are in the SER&lt;a href=&quot;glossary/term/244&quot; title=&quot;SER: SIP Express Router, fast and flexible SIP server.&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt; project section, the links in the right-hand menu will all be related to SER&lt;/li&gt;&lt;li&gt;Pages of content (called nodes). Each page has a page type (node type) that controls what type of information has to be entered, as well as one or more keywords &lt;/li&gt;&lt;/ol&gt; </description>
 <category domain="http://www.iptel.org/news/site">Site</category>
 <category domain="http://www.iptel.org/administration/site">Site</category>
 <pubDate>Fri, 09 Jun 2006 21:30:35 +0200</pubDate>
</item>
<item>
 <title>LDAP Authentication and Authorization</title>
 <link>http://www.iptel.org/admin/ldap</link>
 <description> &lt;h2&gt;LDAP&lt;a href=&quot;glossary#term185&quot; title=&quot;LDAP: Lightweight Directory Access Protocol&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt;-based Authentication and Authorization&lt;/h2&gt;
&lt;p&gt;All iptel.org hosts (virtual and physical) are configured to authenticate users against a central LDAP database. This way we do not have to replicate accounts across all hosts and password changes are propagated to all hosts.&lt;/p&gt;
&lt;h3&gt;LDAP Server&lt;/h3&gt;
&lt;p&gt;The LDAP server is running at 192.168.0.67, backup ldap server is 192.168.0.86. Never use domain names when configuring critical services like PAM and NSS on LDAP, always use the IP address. This ensures that the service will be available even if the DNS system is down.&lt;/p&gt;
&lt;p&gt;Search base is dc=iptel, dc=org, this is configured in /etc/ldap/ldap.conf for LDAP tools.&lt;/p&gt;
 </description>
 <category domain="http://www.iptel.org/administration/system">System</category>
 <pubDate>Fri, 05 May 2006 21:19:07 +0200</pubDate>
</item>
</channel>
</rss>
