<?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 asterisk</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:48:19+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/asterisk:conference-bridge?rev=1162925275&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/asterisk:load-balancing-and-ha?rev=1269466668&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/asterisk:realtime-integration?rev=1161216000&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/asterisk:realtime-mysql-views?rev=1174502965&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.openser-project.org/dokuwiki/doku.php/asterisk:voicemail-system?rev=1175610087&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/asterisk:conference-bridge?rev=1162925275&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-11-07T19:47:55+02:00</dc:date>
        <title>asterisk:conference-bridge</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/asterisk:conference-bridge?rev=1162925275&amp;do=diff</link>
        <description>Using Asterisk as a conference bridge is much simpler than using it as a voicemail system because it does not require you to integrate OpenSER and Asterisk's database tables. No views, no trickery, and no editing the source code.

Programs Needed

	*  Latest Asterisk
	*  app_cbmysql for Asterisk
	*  Web MeetMe
	*  Tables for CbMysql</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/asterisk:load-balancing-and-ha?rev=1269466668&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-24T22:37:48+02:00</dc:date>
        <title>asterisk:load-balancing-and-ha</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/asterisk:load-balancing-and-ha?rev=1269466668&amp;do=diff</link>
        <description>Kamailio coupled with Asterisk are implemented in many huge installations.

The simplest way to set up load balancing is to use the dispatcher module.

The dispatcher.list file should be set up like:


# group  sip addresses of your * units
1 sip:10.1.2.3:5060
1 sip:10.1.2.4:5060
1 sip:10.1.2.5:5060</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/asterisk:realtime-integration?rev=1161216000&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-19T02:00:00+02:00</dc:date>
        <title>asterisk:realtime-integration</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/asterisk:realtime-integration?rev=1161216000&amp;do=diff</link>
        <description>This is a tutorial on how to integrate OpenSER with Asterisk v1.2 and the new realtime functions.

First, create the views. This allows you to use the same users you already had without having to manually replicate them into another database. You will need MySQL &gt;= 5.0, or a recent version of PostgreSQL. These statements are known to work on MySQL 5, your mileage with PostgreSQL may vary.</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/asterisk:realtime-mysql-views?rev=1174502965&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-21T19:49:25+02:00</dc:date>
        <title>asterisk:realtime-mysql-views</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/asterisk:realtime-mysql-views?rev=1174502965&amp;do=diff</link>
        <description>Alter the OpenSER Tables to Work with Asterisk

This is the easiest way to integrate them, in the future I will change this to use groups.


USE openser;
ALTER TABLE subscriber
ADD vmail_password varchar(40) NULL,
ADD vmail BOOL DEFAULT TRUE;


Create the Asterisk Database



CREATE DATABASE asterisk;
USE asterisk;</description>
    </item>
    <item rdf:about="http://www.openser-project.org/dokuwiki/doku.php/asterisk:voicemail-system?rev=1175610087&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-04-03T16:21:27+02:00</dc:date>
        <title>asterisk:voicemail-system</title>
        <link>http://www.openser-project.org/dokuwiki/doku.php/asterisk:voicemail-system?rev=1175610087&amp;do=diff</link>
        <description>This is a tutorial on how to use OpenSER with Asterisk functioning as a voicemail server.

Create the Database Views

First, create the views described in OpenSER to Asterisk Realtime MySQL Views. This allows Asterisk to use the OpenSER's user table, so you don't have to manually replicate them.</description>
    </item>
</rdf:RDF>
