<?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="0.92" xml:base="http://www.ctunion.com">
<channel>
 <title>Computer Tech Union - Asterisk Installation Guides</title>
 <link>http://www.ctunion.com/taxonomy/term/29/0</link>
 <description>Post Asterisk Installation Guides </description>
 <language>en</language>
<item>
 <title>How to be sure your sangome a200 hardware echo cancellation is working</title>
 <link>http://www.ctunion.com/node/602</link>
 <description>&lt;p&gt;Is my hardware echo canceller running?&lt;/p&gt;
&lt;p&gt;How to confirm that your hardware echo canceller is running and active on your Zap calls.&lt;/p&gt;
&lt;p&gt;1. Confirm that you have a hardware echo canceller:&lt;br /&gt;
    After the Wanpipe drivers are installed, type:&lt;br /&gt;
        #&amp;gt;wanrouter hwprobe&lt;br /&gt;
    It should say:&lt;/p&gt;
&lt;p&gt;    1. AFT-AXX-SH : SLOT=X : BUS=X : IRQ=X CPU=A: PORT=X : HWEC= 32 : V=X&lt;br /&gt;
        HWEC values should be:&lt;br /&gt;
            A200d : 32&lt;br /&gt;
            A101d : 32&lt;br /&gt;
            A102d : 64&lt;br /&gt;
            A104d : 128&lt;br /&gt;
            A108d : 256&lt;br /&gt;
        If it says HWEC=0, and you ordered a "d" model card,&lt;br /&gt;
           If you purchased this card from a reseller, contact your reseller.&lt;/p&gt;
</description>
 <pubDate>Wed, 05 Dec 2007 02:17:09 -0800</pubDate>
</item>
<item>
 <title>A Simple but effective QOS script for all IAX traffic going to a certain host.</title>
 <link>http://www.ctunion.com/node/364</link>
 <description>&lt;p&gt;I have been trying to get this working off and on for a year now.  Part of the reason was my lack of linux administrator experience and QoS is a rather advanced topic.  After spending many hours researching and trying scripts that are too complicated and dont seem to work and hours of waised time dealing with customers who like to bomb out their internet connection with outlook and the like, i have created this script which i have borrowed ideas from many different places on the web as well as spending a few hours reading about the iproute and tc application tool set.  I have tested this script and it will make a huge difference on crappy DSL connections although it doesn't fix it perfectly.  On T1 connections, it does make a huge difference.  This script is meant for use with IAX server to server communication or with limited effects, a sip phone with the QoS bit set to 0x10 (minimize latency)  I hope it helps you out so we can make VOIP the dominant technology in the world.&lt;/p&gt;
</description>
 <pubDate>Fri, 02 Nov 2007 02:11:50 -0700</pubDate>
</item>
<item>
 <title>Stream your shoutcast for on hold music</title>
 <link>http://www.ctunion.com/node/228</link>
 <description>&lt;p&gt;HERES How you do it(BETTER WAY)&lt;/p&gt;
&lt;p&gt;1) apt-get install madplay&lt;br /&gt;
2) nano /etc/asterisk/mohstream.sh&lt;br /&gt;
paste &lt;/p&gt;
&lt;p&gt;&lt;code &gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#this is all one line its broken up here just make #it one line&lt;br /&gt;
/usr/bin/wget -q -O - http://160.79.128.242:8000 | /usr/bin/madplay -Q -z -o raw:- --mono -R 8000 -a -12 -&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;chmod +x /etc/asterisk/mohstream.sh&lt;/p&gt;
&lt;p&gt;3) nano /etc/asterisk/musiconhold.conf (paste)&lt;/p&gt;
&lt;p&gt;&lt;code &gt;&lt;br /&gt;
[zraycustom]&lt;br /&gt;
mode=custom&lt;br /&gt;
dir=/etc/asterisk/companies/zray_technologies.d/music.d/stream&lt;br /&gt;
application=/etc/asterisk/mohstream.sh&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;-----------------------------------------------&lt;/p&gt;
</description>
 <pubDate>Tue, 03 Jul 2007 02:17:58 -0700</pubDate>
</item>
<item>
 <title>how to: setup openser  high availability on debian</title>
 <link>http://www.ctunion.com/node/188</link>
 <description>&lt;p&gt;1) install debian base system&lt;br /&gt;
2) apt-get install openser openser-mysql-module&lt;br /&gt;
3) apt-get install unp gcc make g++-3.4&lt;br /&gt;
4) wget http://www.unixodbc.org/unixODBC-2.2.11.tar.gz&lt;br /&gt;
5) unp unixODBC-2.2.11.tar.gz&lt;br /&gt;
6) cd /unixODBC-2.2.11&lt;br /&gt;
7) ./configure --enable-gui=no&lt;br /&gt;
8) make; make install&lt;br /&gt;
---------------------------------------&lt;br /&gt;
9) nano /etc/openser/openser.cfg&lt;br /&gt;
&lt;code &gt;&lt;br /&gt;
#&lt;br /&gt;
# $Id$&lt;br /&gt;
#&lt;/p&gt;
&lt;p&gt;# ----------- global configuration parameters ------------------------&lt;/p&gt;
&lt;p&gt;debug=4          # debug level (cmd line: -dddddddddd)&lt;br /&gt;
fork=no          # daemonize&lt;br /&gt;
log_stderror=yes   # (cmd line: -E)&lt;/p&gt;
&lt;p&gt;check_via=no      # (cmd. line: -v)&lt;/p&gt;
</description>
 <pubDate>Fri, 06 Apr 2007 17:22:01 -0700</pubDate>
</item>
<item>
 <title>installing mpg123 v.0.59r</title>
 <link>http://www.ctunion.com/node/177</link>
 <description>&lt;p&gt;Having trouble with that music on hold?&lt;/p&gt;
&lt;p&gt;# wget http://security.debian.org/pool/updates/non-free/m/mpg123/mpg123-esd_0.59r-20sarge1_i386.deb&lt;/p&gt;
&lt;p&gt;# apt-get install libaudiofile0 libesd0 esound-common&lt;/p&gt;
&lt;p&gt;# dpkg -i mpg123-esd_0.59r-20sarge1_i386.deb&lt;/p&gt;
&lt;p&gt;# mpg123 -v&lt;/p&gt;
</description>
 <pubDate>Fri, 02 Mar 2007 11:06:09 -0800</pubDate>
</item>
<item>
 <title>Installing ASTBILL on Debian</title>
 <link>http://www.ctunion.com/node/168</link>
 <description>&lt;p&gt;1) install base system&lt;br /&gt;
2) apt-get update&lt;br /&gt;
3) apt-get upgrade&lt;br /&gt;
4) apt-get dist-upgrade (REBOOT TO GET NEW KERNEL IMAGE)&lt;br /&gt;
5) cd /usr/src&lt;br /&gt;
6) download newest update from &lt;a href="http://sourceforge.net/projects/astbill/"&gt;http://sourceforge.net/projects/astbill/&lt;/a&gt;&lt;br /&gt;
7) apt-get install bzip2 unp&lt;br /&gt;
8) unp astbill-x.x.xx.tar.bz2&lt;br /&gt;
9) nano /etc/apt/sources.list #remove cd rom reference if it exists&lt;br /&gt;
10) apt-get install mysql-server-5.0&lt;br /&gt;
11) mysqladmin -u root password 'xxx' #set your root database password&lt;br /&gt;
12) mkdir /home/astbill; cp -r /usr/src/trunk2/* /home/astbill&lt;br /&gt;
13) cd /home/astbill&lt;br /&gt;
14) mysqladmin create astbill --user=root -p&lt;/p&gt;
</description>
 <pubDate>Thu, 28 Dec 2006 00:37:46 -0800</pubDate>
</item>
<item>
 <title>ASTERISK CHEAT SHEET</title>
 <link>http://www.ctunion.com/node/158</link>
 <description>&lt;p&gt;TO ACCESS VOICEMAIL&lt;/p&gt;
&lt;p&gt;1) DIAL 201&lt;br /&gt;
2) PRESS DIAL&lt;br /&gt;
3) ENTER MAIL BOX NUMBER (EXTENSION /  PASSWORD)&lt;/p&gt;
&lt;p&gt;TO CHANGE PROMPT&lt;br /&gt;
1) LOG INTO VOICEMAIL&lt;br /&gt;
2) PRESS 0&lt;br /&gt;
3) PRESS 1 to record unavailable message&lt;br /&gt;
4) PRESS # to accept&lt;br /&gt;
5) PRESS 1 to confirm&lt;br /&gt;
6) PRESS 2 to record busy message&lt;br /&gt;
7) PRESS # to accept&lt;br /&gt;
8) PRESS 1 to confirm&lt;br /&gt;
9) PRESS 3 to record name&lt;br /&gt;
10) PRESS # to accept&lt;br /&gt;
11) PRESS 1 to confirm&lt;/p&gt;
&lt;p&gt;TO TRANSFER A CALL&lt;br /&gt;
1) PRESS TRANSFER&lt;br /&gt;
2) DIAL NUMBER&lt;br /&gt;
3) PRESS DIAL&lt;br /&gt;
4) ANNOUNCE CALLER&lt;br /&gt;
5) PRESS TRANSFER TO COMPLETE THE TRANSFER&lt;/p&gt;
&lt;p&gt;TO BLIND TRANSFER A CALL&lt;br /&gt;
1) PRESS #&lt;br /&gt;
2) DIAL NUMBER&lt;br /&gt;
3) PRESS DIAL&lt;/p&gt;
</description>
 <pubDate>Tue, 31 Oct 2006 15:55:27 -0800</pubDate>
</item>
<item>
 <title>Asterisk Help Required</title>
 <link>http://www.ctunion.com/node/157</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am new to asterisk and i want to know exactly what requirements need for asterisk to make it work on ip telephone&lt;/p&gt;
&lt;p&gt;I am looking for some help&lt;/p&gt;
</description>
 <pubDate>Tue, 24 Oct 2006 03:22:01 -0700</pubDate>
</item>
<item>
 <title>Installing Sangoma 4 port fxo card into Xorcom Rapid</title>
 <link>http://www.ctunion.com/node/109</link>
 <description>&lt;p&gt;1) nano /etc/apt/source.list&lt;/p&gt;
&lt;p&gt;a) add &lt;/p&gt;
&lt;p&gt;deb http://http.us.debian.org/debian stable main contrib non-free&lt;/p&gt;
&lt;p&gt;2) apt-get update;uname -a;&lt;br /&gt;
3) apt-cache search kernel-headers | grep [linux version number obtained from step 2]&lt;br /&gt;
4) apt-get install kernel-headers-2.6.8-2-686&lt;br /&gt;
5) cd /usr/src&lt;br /&gt;
6) wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.5.tar.gz&lt;br /&gt;
7) mv zaptel-1.2.5.tar.gz zaptel.tar.gz&lt;br /&gt;
8) apt-get install unp bzip2&lt;br /&gt;
9) unp zaptel.tar.gz&lt;br /&gt;
10)wget ftp://ftp.sangoma.com/linux/current_wanpipe/wanpipe-beta4-2.3.4.tgz&lt;br /&gt;
11) unp wanpipe-beta4-2.3.4.tgz&lt;br /&gt;
12) cd wanpipe&lt;br /&gt;
13) apt-get install g++&lt;/p&gt;
</description>
 <pubDate>Thu, 18 May 2006 16:05:27 -0700</pubDate>
</item>
<item>
 <title>How to install asterisk from source on Debian</title>
 <link>http://www.ctunion.com/node/106</link>
 <description>&lt;p&gt;1) &lt;/p&gt;
&lt;p&gt;# cd /usr/src&lt;/p&gt;
&lt;p&gt;2) (YOU WILL HAVE TO GET THE MOST CURRENT RELEASE NAMES FROM &lt;a href="http://www.asterisk.org"&gt;www.asterisk.org&lt;/a&gt;&lt;br /&gt;
# wget http://ftp.digium.com/pub/asterisk/asterisk-1.2.6.tar.gz&lt;br /&gt;
# wget http://ftp.digium.com/pub/zaptel/zaptel-1.2.5.tar.gz&lt;br /&gt;
# wget http://ftp.digium.com/pub/libpri/libpri-1.2.2.tar.gz&lt;br /&gt;
# wget http://ftp.digium.com/pub/asterisk/asterisk-addons-1.2.2.tar.gz&lt;br /&gt;
# wget http://ftp.digium.com/pub/asterisk/asterisk-sounds-1.2.1.tar.gz&lt;/p&gt;
&lt;p&gt;3)&lt;br /&gt;
# apt-get install screen&lt;br /&gt;
# apt-get install unp bzip2 gcc&lt;/p&gt;
&lt;p&gt;(THIS LINE IS BY YOUR VERSION NUMBER.. DO A 'uname -a' to see what version you have then 'apt-cache search 2.6.8'&lt;/p&gt;
</description>
 <pubDate>Sat, 24 Feb 2007 15:34:39 -0800</pubDate>
</item>
<item>
 <title>My Asterisk Config (a work in progress)</title>
 <link>http://www.ctunion.com/node/96</link>
 <description>&lt;p&gt;If you don't have time to learn it proper&lt;br /&gt;
1) download Xorcom Rapid from &lt;a href="http://xorcom.com/rapid/"&gt; http://xorcom.com/rapid/ &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;OR&lt;/p&gt;
&lt;p&gt;1) download and compile from source if you want all the newest nifty features... &lt;a href="http://www.ctunion.com/node/106"&gt;http://www.ctunion.com/node/106&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;a) install extra sounds, free play music on hold, improved music on hold. sqlite cdr logging&lt;/p&gt;
&lt;p&gt;b) set verbosity level to 10&lt;/p&gt;
&lt;p&gt;c) enable sip and iax extensions&lt;/p&gt;
&lt;p&gt;d) note ip-address down and change if necessary&lt;/p&gt;
&lt;p&gt;e) update software inventory (apt-get update)&lt;/p&gt;
&lt;p&gt;f) upgrade software&lt;/p&gt;
&lt;p&gt;g) major software upgrade&lt;/p&gt;
</description>
 <pubDate>Mon, 24 Jul 2006 23:18:45 -0700</pubDate>
</item>
<item>
 <title>HDLC Abort: Error TE-110P Asterisk PRI card (How to Fix)</title>
 <link>http://www.ctunion.com/node/95</link>
 <description>&lt;p&gt;Reciently I had installed an asterisk server for my client.  We put the PRI card in the server and i was getting all these errors, HDLC Abort messages when i would enter the CLI interface;  &lt;/p&gt;
&lt;p&gt;After consulting several experts and scouring the internet to find the cause of the problem, I finally called Digium tech support.  The tech i spoke to was all to happy to help me and told me about this error being 99% of the time a incompatibility between the digium card and the motherboard.  The tech suggested i make a loopback cable and run a bit test on the card for 10 minutes.  Either one of two things would happen.  The card would spit back screenfulls of errors, or the test would run no problem for 10 minutes with not a peep.&lt;/p&gt;
</description>
 <pubDate>Sun, 05 Mar 2006 23:30:36 -0800</pubDate>
</item>
<item>
 <title>Installing Asterisk: A second attempt</title>
 <link>http://www.ctunion.com/node/89</link>
 <description>&lt;p&gt;Reciently, I have had the experience of setting up my second Asterisk Server.  The first one ended in dismal failure as the client ended up not wanting to keep the server.  I couldn't blame him, we used an old computer, i used three 1 port modems instead of one 4 port modem, the phone lines had been sliced and hacked to get them all in one single location, we were shairing the same network as the computers, which were questionably infected with spyware and who knows what else and on top of all that, i didn't really fully understand how asterisk works.   &lt;/p&gt;
&lt;p&gt;I was also using asterisk@home for the install this proved to be a mistake as well.  It seems that asterisk@home is very picky as to changing the structure of the file.  If you change something in the asterisk configuration files, and then go into the AMP (asterisk management portal) it will some cases overwrite your changes, thus breaking your system.  If you then make changes to the dial plan for your customer and then give them access to the AMP portal to relieve your self of the duty, your customer will surely find a way to break the system, prompting an emergency call to you at 6:15 AM monday morning.&lt;/p&gt;
</description>
 <pubDate>Sun, 05 Feb 2006 12:31:39 -0800</pubDate>
</item>
<item>
 <title>Asterisk based telemarketing predictive dialer</title>
 <link>http://www.ctunion.com/node/9</link>
 <description>&lt;p&gt;Interested in getting your clients booming with leads but don't know how to do it?  Why not try building a couple dialers and start making some calls!  I have seen many a mortgage company, bank, hosting company significantly grow their business by using dialers to increase their sales force call volume.  There are many proprietary systems out there and a basic dialer for a 25 seat company could easily cost $40,000.  Why? Because dialers make the owners of them allot of money and they are extremely complex to set up.  Well now you can build your own dialers and make that money your self instead of giving it all away to the traditional phone vendors.  Plus you might even save your client a boatload of money in the process.  I found a recommended dialer based on Asterisk.  Here is the complete walkthrough on how to install it and get it running.&lt;/p&gt;
</description>
 <pubDate>Thu, 20 Oct 2005 19:44:29 -0700</pubDate>
</item>
</channel>
</rss>
