<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>CallWeaver - Wiki</title>
    <link>http://trac.callweaver.org/</link>
    <pubDate>Sun, 14 Dec 2008 12:40:04 GMT</pubDate>
    <description>CallWeaver - Wiki</description>
    <item>
      <title>Wiki - CallWeaver ebuild</title>
      <link>http://trac.callweaver.org/wiki/CallWeaver+ebuild</link>
      <guid>http://trac.callweaver.org/wiki/CallWeaver+ebuild</guid>
      <description>&lt;h1&gt;Gentoo VoIP Overlay&lt;/h1&gt;

	&lt;p&gt;CallWeaver is now part of the &lt;a href="http://overlays.gentoo.org/proj/voip"&gt;Gentoo VoIP Overlay&lt;/a&gt;. Please note that ebuilds from overlays do &lt;strong&gt;not&lt;/strong&gt; undergo the same degree of testing as ebuilds from the main Portage tree, you are using them at your own risk. However, feel encouraged to communicate your success stories, troubles and patches either on the &amp;#8220;corresponding Gentoo bu&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Sun, 14 Dec 2008 12:40:04 GMT</pubDate>
    </item>
    <item>
      <title>Wiki - CallWeaver</title>
      <link>http://trac.callweaver.org/wiki/CallWeaver</link>
      <guid>http://trac.callweaver.org/wiki/CallWeaver</guid>
      <description>&lt;h2&gt;About&lt;/h2&gt;
CallWeaver is a community-driven, vendor-independent, cross-platform, open source, PBX software project (formerly known as OpenPBX.org). It was originally derived from Asterisk. Now it supports analog and digital PSTN telephony, multi-protocol voice over IP telephony, fax, software-fax, T.38 fax over IP and many telephony applications such as IVR, conferencing and callcenter queue ma&amp;#8230;</description>
      <pubDate>Fri, 05 Dec 2008 17:56:03 GMT</pubDate>
    </item>
    <item>
      <title>Wiki - CallWeaver on Centos5</title>
      <link>http://trac.callweaver.org/wiki/CallWeaver+on+Centos5</link>
      <guid>http://trac.callweaver.org/wiki/CallWeaver+on+Centos5</guid>
      <description>&lt;p&gt;here is script to compile current callweaver on CentOS 5.0
{{{
#set to host cpu +1 &amp;#8211; here is for dual-core
export make_cpu=3
#prerequest. remove mysql&amp;#38;perl if not needed.
yum install httpd perl gcc bison flex speex-devel \
    lame libogg-devel libtiff-devel  make autoconfig \
    automake sqlite-devel readline-devel pkgconfig \
    libtool ncurses-devel mysql-devel mysql-server
libcap&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Thu, 06 Nov 2008 14:08:20 GMT</pubDate>
    </item>
    <item>
      <title>Wiki - Realtime SIP Howto</title>
      <link>http://trac.callweaver.org/wiki/Realtime+SIP+Howto</link>
      <guid>http://trac.callweaver.org/wiki/Realtime+SIP+Howto</guid>
      <description>&lt;h1&gt;SIP RealTime (Peer|User|Friend)s&lt;/h1&gt;

	&lt;h2&gt;MySQL&lt;/h2&gt;

	&lt;p&gt;DB Schema (dumped to be compatible back to 4.0)
{{{
CREATE TABLE `sip` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(80) NOT NULL default &amp;#8217;&amp;#8217;,
  `host` varchar(31) NOT NULL default &amp;#8216;dynamic&amp;#8217;,
  `nat` varchar(5) NOT NULL default &amp;#8216;no&amp;#8217;,
  `type` enum(&amp;#8216;user&amp;#8217;,&amp;#8217;peer&amp;#8217;,&amp;#8217;friend&amp;#8217;) NOT NULL default &amp;#8216;friend&amp;#8217;,
  `accountcode` varchar(2&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Tue, 04 Nov 2008 02:42:22 GMT</pubDate>
    </item>
    <item>
      <title>Wiki - CallWeaver on Ubuntu</title>
      <link>http://trac.callweaver.org/wiki/CallWeaver+on+Ubuntu</link>
      <guid>http://trac.callweaver.org/wiki/CallWeaver+on+Ubuntu</guid>
      <description>&lt;p&gt;This document describes the build process on Ubuntu 8.04.01 LTS.&lt;/p&gt;


	&lt;p&gt;It was tested using the server edition, but should be applicable to the client edition as well.&lt;/p&gt;


	&lt;h3&gt;Prepare&lt;/h3&gt;

	&lt;p&gt;{{{
sudo aptitude install subversion build-essential libncurses5-dev libssl-dev libspeex-dev libtiff4-dev libc6-dev libssl-dev zlib1g-dev libtool automake1.9 autoconf2.13 libltdl3-dev libreadline5-dev libcap-dev &amp;#8230;&lt;/p&gt;</description>
      <pubDate>Sat, 25 Oct 2008 05:50:44 GMT</pubDate>
    </item>
    <item>
      <title>Wiki - CallWeaver Debian Install Script</title>
      <link>http://trac.callweaver.org/wiki/CallWeaver+Debian+Install+Script</link>
      <guid>http://trac.callweaver.org/wiki/CallWeaver+Debian+Install+Script</guid>
      <description>&lt;h3&gt;Debian Install Script&lt;/h3&gt;

	&lt;p&gt;This script creates deb-packages from the latest spandsp, callweaver, and callweaver-sounds source-packages, and installs them. By re-running the script in the same directory updates either callweaver or callweaver-sounds if there is a newer version available&lt;/p&gt;


	&lt;p&gt;{{{&lt;/p&gt;


	&lt;p&gt;#/bin/sh&lt;/p&gt;


&lt;ol&gt;
	&lt;li&gt;Version 0.2
#&lt;/li&gt;
	&lt;li&gt;Needless to say, Use this script on your own risk!&lt;/li&gt;
	&lt;li&gt;Please fee&amp;#8230;&lt;/li&gt;
&lt;/ol&gt;</description>
      <pubDate>Tue, 14 Oct 2008 23:19:12 GMT</pubDate>
    </item>
    <item>
      <title>Wiki - Kernel</title>
      <link>http://trac.callweaver.org/wiki/Kernel</link>
      <guid>http://trac.callweaver.org/wiki/Kernel</guid>
      <description>&lt;h2&gt;Timing warnings on Linux&lt;/h2&gt;

	&lt;p&gt;If you&amp;#8217;re seeing the following warning message when starting CallWeaver, your kernel timing is incompatible with CallWeaver:&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;Jun 25 09:25:01 WARNING[3060485040] timer.c: Requested a timer with  
1000000 nanosecond interval, but system timer reports a resolution  
of 4000250 nanosec. Timing may be unreliable!&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;This warning means you&amp;#8217;re using a k&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Sat, 13 Sep 2008 09:50:07 GMT</pubDate>
    </item>
    <item>
      <title>Wiki - CallWeaver deb</title>
      <link>http://trac.callweaver.org/wiki/CallWeaver+deb</link>
      <guid>http://trac.callweaver.org/wiki/CallWeaver+deb</guid>
      <description>&lt;h1&gt;Use a repository &lt;strong&gt;(Currently Broken)&lt;/strong&gt;&lt;/h1&gt;

	&lt;p&gt;The Packages have been designed for Debian Etch.  They may or may not work on Debian sid/testing and/or ubuntu.  Feel free to test and report Feedback to me (&amp;#8220;many&amp;#8221;).&lt;/p&gt;


	&lt;p&gt;Attention This line is dead!!
To use the APT Repository, please add to your &lt;cite&gt;&amp;#8216;sources.list&lt;/cite&gt;&amp;#8217;:&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt; deb http://argabuthon.ukeer.de/debian/ etch main &lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;and run &lt;cite&gt;&amp;#8216;apt-get update&lt;/cite&gt;&amp;#8217;...&lt;/p&gt;</description>
      <pubDate>Mon, 08 Sep 2008 23:34:59 GMT</pubDate>
    </item>
    <item>
      <title>Wiki - OSX Howto</title>
      <link>http://trac.callweaver.org/wiki/OSX+Howto</link>
      <guid>http://trac.callweaver.org/wiki/OSX+Howto</guid>
      <description>&lt;h1&gt;How To Build CallWeaver On Mac OS X&lt;/h1&gt;

	&lt;p&gt;This process has been tested on OS X 10.5.2 (Leopard) on Intel Core2 Duo.  It installs everything into /usr/local/callweaver.&lt;/p&gt;


	&lt;p&gt;Here&amp;#8217;s the short version.&lt;/p&gt;


&lt;ol&gt;
	&lt;li&gt;Set up the &lt;em&gt;callweaver&lt;/em&gt; user and group&lt;/li&gt;
	&lt;li&gt;Build and install tiff.&lt;/li&gt;
	&lt;li&gt;Build and install readline.&lt;/li&gt;
	&lt;li&gt;Build and install speex.&lt;/li&gt;
	&lt;li&gt;Build and install spandsp.&lt;/li&gt;
	&lt;li&gt;Build and install CallWeaver.&lt;/li&gt;
	&lt;li&gt;Add&amp;#8230;&lt;/li&gt;
&lt;/ol&gt;</description>
      <pubDate>Tue, 17 Jun 2008 06:22:39 GMT</pubDate>
    </item>
    <item>
      <title>Wiki - CallWeaver on Fedora 6 Bri mISDN</title>
      <link>http://trac.callweaver.org/wiki/CallWeaver+on+Fedora+6+Bri+mISDN</link>
      <guid>http://trac.callweaver.org/wiki/CallWeaver+on+Fedora+6+Bri+mISDN</guid>
      <description>&lt;p&gt;ENGLISH&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.oscorp.sm/2007/10/10/callweaver-svn-2857-installation-eng/"&gt;http://www.oscorp.sm/2007/10/10/callweaver-svn-2857-installation-eng/&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;ITALIAN&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.oscorp.sm/2007/10/10/installazione-callweaver-svn-2857-ita/"&gt;http://www.oscorp.sm/2007/10/10/installazione-callweaver-svn-2857-ita/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 27 May 2008 15:06:40 GMT</pubDate>
    </item>
  </channel>
</rss>
