<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.openser-project.org/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.openser-project.org/dokuwiki/feed.php">
        <title>Kamailio (OpenSER) Wiki</title>
        <description></description>
        <link>http://www.openser-project.org/dokuwiki/</link>
        <image rdf:resource="http://www.openser-project.org/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2010-09-09T06:51:58+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/troubleshooting:corefiles?rev=1282843244&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/packages:rpms?rev=1282243562&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/install:install-debian-packages?rev=1282139235&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/modules-new-design:dialog-module-design?rev=1282121795&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/features:new-in-3.0.x?rev=1282072180&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/core-cookbook:3.0.x?rev=1282035985&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/utils:basic-syslog-configuration?rev=1279114290&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/packages:debs?rev=1278309479&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/tutorials:debug-syslog-messages?rev=1278082704&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/install:openser-from-svn?rev=1278041872&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.openser-project.org/dokuwiki/lib/images/favicon.ico">
        <title>Kamailio (OpenSER) Wiki</title>
        <link>http://www.openser-project.org/dokuwiki/</link>
        <url>http://www.openser-project.org/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/troubleshooting:corefiles?rev=1282843244&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-26T19:20:44+02:00</dc:date>
        <title>troubleshooting:corefiles</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/troubleshooting:corefiles?rev=1282843244&amp;do=diff</link>
        <description>After a crash of the server it will generate a core file in its working directory, if the functionality is not disabled. This core file can be used to get the cause (or at least a hint) of the crash. The core file contains the memory of the process at the moment it crashes, so it could contain sensitive data.</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/packages:rpms?rev=1282243562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-19T20:46:02+02:00</dc:date>
        <title>packages:rpms</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/packages:rpms?rev=1282243562&amp;do=diff</link>
        <description>CentOS 5.5

Kamailio 3.0.3

Packages for i386:


	*  &lt;http://www.kamailio.org/pub/kamailio/3.0.3/packages/centos-5.5/&gt;

Kamailio 3.0.2

Packages for i386:


	*  &lt;http://www.kamailio.org/pub/kamailio/3.0.2/packages/centos-5.5/&gt;

Kamailio 3.0.1

Packages for i386:</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/install:install-debian-packages?rev=1282139235&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-18T15:47:15+02:00</dc:date>
        <title>install:install-debian-packages</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/install:install-debian-packages?rev=1282139235&amp;do=diff</link>
        <description>Install Kamailio (OpenSER) Debian packages from APT repository

IMPORTANT: The debian (and ubuntu) packages for latest Kamailio (OpenSER) stable version are available via APT repository hosted by kamailio.org - see details at www.kamailio.org/dokuwiki/doku.php/packages:debs</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/modules-new-design:dialog-module-design?rev=1282121795&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-18T10:56:35+02:00</dc:date>
        <title>modules-new-design:dialog-module-design - Added a comment about dld_end_dlg by providing Call-ID and From-tag</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/modules-new-design:dialog-module-design?rev=1282121795&amp;do=diff</link>
        <description>This section provides a new design for Kamailio's Dialog module in order to make it more powerful and suitable. The main target is proper handling of forking dialogs and special rare cases, such as when spirals occur.

Introduction

Current Dialog module lacks some important features, such as when parallel or serial forking occurs. For an initial INVITE just a single dialog entry is created by the Dialog module which tries to store dialog data as CSeq, remote target, To-tag and so on. Unfortunat…</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/features:new-in-3.0.x?rev=1282072180&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-17T21:09:40+02:00</dc:date>
        <title>features:new-in-3.0.x</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/features:new-in-3.0.x?rev=1282072180&amp;do=diff</link>
        <description>Release of 3.0.0: January 11, 2010


IMPORTANT: Source code for Kamailio 3.0 is hosted on GIT repository at &lt;http://sip-router.org&gt;

IMPORTANT: SVN trunk on SourceForge.net is updated only for branches 1.5 or lower.

Being far from a complete listing of the new features, this page tries to give a fair overview of astonishing number of new functionalities and improvements available in Kamailio (OpenSER) 3.0.0.</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/core-cookbook:3.0.x?rev=1282035985&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-17T11:06:25+02:00</dc:date>
        <title>core-cookbook:3.0.x</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/core-cookbook:3.0.x?rev=1282035985&amp;do=diff</link>
        <description>This tutorial collects the functions and parameters exported by Kamailio 3.0 core to configuration file.(Note: if you can't find what you're looking for here, try NEWS file on GIT at sip-router.org, which contains an up-to-date list of features and script commands).</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/utils:basic-syslog-configuration?rev=1279114290&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-14T15:31:30+02:00</dc:date>
        <title>utils:basic-syslog-configuration</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/utils:basic-syslog-configuration?rev=1279114290&amp;do=diff</link>
        <description>This is a way to setup syslog logging for Kamailio (OpenSER). This setup was based on Slackware 10.2, so your configuration may need to be modified for your distribution.

Configuration


Kamailio (OpenSER) Configuration

First, set these configuration options in your kamailio.cfg:</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/packages:debs?rev=1278309479&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-05T07:57:59+02:00</dc:date>
        <title>packages:debs</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/packages:debs?rev=1278309479&amp;do=diff</link>
        <description>Starting from June 3rd, 2010 Sipdoc Team provides a Kamailio DEB repository for Debian and Ubuntu distributions.

Status


	*  Kamailio branches supported: stable (points to 3.0 now), 3.0, 3.1 (unreleased yet), devel
	*  Distributions supported: Debian Etch (4.0), Debian Lenny (5.0), Debian Squeeze (6.0), Ubuntu Lucid (10.04)
	*  Archs supported: amd64, i386
	*  Sources provided</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/tutorials:debug-syslog-messages?rev=1278082704&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-02T16:58:24+02:00</dc:date>
        <title>tutorials:debug-syslog-messages - remark that SIGUSR1 must be send to the master process to get shm_mem debugging information</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/tutorials:debug-syslog-messages?rev=1278082704&amp;do=diff</link>
        <description>Authors of initial tutorial:
Daniel-Constantin Mierla
  &lt;miconda (at) gmail.com&gt;

Elena-Ramona Modroiu
  &lt;ramona (at) asipto.com&gt;



Abstract

Tutorial about how to print debug and syslog messages with Kamailio (OpenSER) SIP Server.

Please note: this tutorial is partly obsolete, logging backend in the server corewas reworked for the 1.3 release. The logging methods are renamed from e.g. L_ERRto LM_ERR.</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/install:openser-from-svn?rev=1278041872&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-02T05:37:52+02:00</dc:date>
        <title>install:openser-from-svn - note for redhat based distro to chmod +x the file</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/install:openser-from-svn?rev=1278041872&amp;do=diff</link>
        <description>Note: Kamailio has moved to git.  See kamailio-3.0.x-from-git for details. 1.5 and prior are still in subversion.


Main author:
   Daniel-Constantin Mierla &lt;miconda (at) gmail.com&gt;


This is a step by step tutorial about how to install and maintain Kamailio (OpenSER) using the sources from SVN. Even it is more complex to install, it is easier to maintain. Installation is done once while maintainace has to be done each time a new issue was discovered and fixed. Using the SVN, you get access to t…</description>
    </item>
</rdf:RDF>
