<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HOWTO :: VoIP: Whosesale :: Calling Card :: OpenSer :: Radius :: Asterisk :: FreeSwitch :: A2Billing :: IVR :: Colo :: Colocations :: GADGETS &#187; Asterisk Install H323 + g729</title>
	<atom:link href="http://callsolutions.org/tag/asterisk-install-h323-g729/feed/" rel="self" type="application/rss+xml" />
	<link>http://callsolutions.org</link>
	<description>You can also find CCNA :: CCNAP :: Exam, Brandump, CheatSheet, Sample Exams</description>
	<lastBuildDate>Thu, 29 Apr 2010 14:23:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Debian Etch + Asterisk 1.4 + H323 + G729 + G723</title>
		<link>http://callsolutions.org/debian-etch-asterisk-14-h323-g729-g723/</link>
		<comments>http://callsolutions.org/debian-etch-asterisk-14-h323-g729-g723/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 11:02:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asterisk Installation]]></category>
		<category><![CDATA[Asterisk PBX]]></category>
		<category><![CDATA[VoIP Tutorial]]></category>
		<category><![CDATA[Asterisk g729]]></category>
		<category><![CDATA[Asterisk H323]]></category>
		<category><![CDATA[Asterisk Install H323 + g729]]></category>

		<guid isPermaLink="false">http://callsolutions.org/?p=3</guid>
		<description><![CDATA[This tutorial will show you how to install Asterisk 1.4 with H323 Support + G729 and G723 Codec.
1) Installing necessary Debian packages before installing Asterisk
aptitude update
aptitude upgrade
aptitude install ssh ntp screen
aptitude install build-essential libcurl3-dev libvorbis-dev libspeex-dev unixodbc unixodbc-dev libiksemel-dev flex xsltproc linux-headers-`uname -r` g++ libncurses5-dev libnewt-dev libusb-dev subversion git-core flex bison
2) Get the stable release [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial will show you how to install Asterisk 1.4 with H323 Support + G729 and G723 Codec.</p>
<p>1) Installing necessary Debian packages before installing Asterisk</p>
<p class="MsoNormal">aptitude update<br />
aptitude upgrade</p>
<p class="MsoNormal">aptitude install ssh ntp screen</p>
<p class="MsoNormal">aptitude install build-essential libcurl3-dev libvorbis-dev libspeex-dev unixodbc unixodbc-dev libiksemel-dev flex xsltproc linux-headers-`uname -r` g++ libncurses5-dev libnewt-dev libusb-dev subversion git-core flex bison</p>
<p class="MsoNormal">2) Get the stable release of Asterisk,  Libpri and Zaptel</p>
<p>cd /usr/src<br />
wget http://downloads.digium.com/pub/asterisk/asterisk-1.4-current.tar.gz<br />
wget http://downloads.digium.com/pub/zaptel/zaptel-1.4-current.tar.gz<br />
wget http://downloads.digium.com/pub/libpri/libpri-1.4-current.tar.gz<br />
wget http://downloads.digium.com/pub/asterisk/asterisk-addons-1.4-current.tar.gz</p>
<p>tar xvzf asterisk-1.4-current.tar.gz &amp;&amp; tar xvzf zaptel-1.4-current.tar.gz &amp;&amp; tar xvzf libpri-1.4-current.tar.gz &amp;&amp; tar xvzf asterisk-addons-1.4-current.tar.gz tar</p>
<p><span id="more-3"></span></p>
<p class="MsoNormal"><strong>a) Installing Zaptel</strong></p>
<p class="MsoNormal">cd /usr/src/zaptel-1.4*<br />
./install_prereq test<br />
./install_prereq install<br />
./configure<br />
make<br />
make install<br />
make config<br />
modprobe ztdummy</p>
<p class="MsoNormal"><strong>b) Installing Libpri</strong></p>
<p class="MsoNormal">cd /usr/src/libpri-1.4*<br />
make &amp;&amp; make install</p>
<p class="MsoNormal"><strong>c) Installing Asterisk</strong></p>
<p class="MsoNormal">cd /usr/src/asterisk-1.4*</p>
<p class="MsoNormal">./configure</p>
<p class="MsoNormal">Comment: The next step is not mandatory. To install core and extra sounds in different languages:</p>
<p class="MsoNormal">make menuselect</p>
<p class="MsoNormal">Comment: Select the core-sounds you would like to play and extra sounds. Exit with �x� to save.</p>
<p class="MsoNormal">make<br />
make install<br />
make samples<br />
make config<br />
asterisk -vvvc<br />
stop now<br />
echo �ztdummy� &gt;&gt; /etc/modules</p>
<p>Note: If you make a mistake and/or the compilation fails, you need to run:</p>
<p class="MsoNormal">make clean</p>
<p class="MsoNormal">then</p>
<p class="MsoNormal">./configure</p>
<p class="MsoNormal">and</p>
<p class="MsoNormal">make install</p>
<p class="MsoNormal">again.</p>
<p class="MsoNormal">Reboot and test if the system startup is correct.</p>
<p class="MsoNormal">reboot<br />
asterisk -r<br />
exit</p>
<p class="MsoNormal">d) Installing Asterisk Addons</p>
<p class="MsoNormal">cd /usr/src/asterisk-addons*<br />
./configure &amp;&amp; make &amp;&amp; make install<br />
make samples</p>
<p class="MsoNormal">3) Installing H323 Support</p>
<p class="MsoNormal">//dirty hack to prevent error from missing file<br />
cd /usr/include/linux<br />
touch compiler.h</p>
<p>//PWLIB<br />
cd /usr/src<br />
wget http://kent.dl.sourceforge.net/sourceforge/openh323/pwlib-v1_10_0-src-tar.gz<br />
tar zxvf pwlib-v1_10_0-src-tar.gz<br />
cd pwlib_v1_10_0/<br />
./configure<br />
make &amp;&amp; make install &amp;&amp; make opt<br />
PWLIBDIR=/usr/src/pwlib_v1_10_0 &amp;&amp; export PWLIBDIR</p>
<p>//OpenH323<br />
cd /usr/src<br />
wget http://ovh.dl.sourceforge.net/sourceforge/openh323/openh323-v1_18_0-src-tar.gz<br />
tar zxvf openh323-v1_18_0-src-tar.gz<br />
cd openh323_v1_18_0/<br />
./configure &amp;&amp; make &amp;&amp; make opt &amp;&amp; make install<br />
OPENH323DIR=/usr/src/openh323_v1_18_0/  &amp;&amp; export OPENH323DIR</p>
<p>cd /usr/src/asterisk/channels/h323/<br />
make &amp;&amp; make opt<br />
cd /usr/src/asterisk<br />
./configure &amp;&amp; make &amp;&amp; make install</p>
<p>echo �/usr/local/lib� &gt;&gt; /etc/ld.so.conf &amp;&amp; ldconfig</p>
<p>//or similar way</p>
<p>//cp /usr/local/lib/* /usr/lib</p>
<p>Binaries<br />
� choose codec binary appropriate for your Asterisk version and CPU type, use x86_64 for 64-bit mode, scroll to the end of the list for FreeBSD binaries<br />
�    delete old codec_g729/723*.so files (if any) from /usr/lib/asterisk/modules directory<br />
�    copy new codec_g729/723*.so files into /usr/lib/asterisk/modules directory<br />
�    restart Asterisk<br />
�    check the codec is loaded with �core show translation recalc 10? on Asterisk console (�show translation� in Asterisk 1.2)<br />
� G.723.1 send rate is configured in Asterisk codecs.conf file (Linux Asterisk 1.2, 1.4, 1.6, TRUNK and Callweaver, FreeBSD 7.x Asterisk 1.4 binaries only):<br />
�    [g723]<br />
�    ; 6.3Kbps stream, default<br />
�    sendrate=63<br />
�    ; 5.3Kbps<br />
;sendrate=53<br />
This option is for outgoing voice stream only. It does not affect incoming stream that should be decoded automatically whatever the bitrate is.</p>
<p>4) Installing G72X Codec (binary)</p>
<table border="0" width="250">
<tbody>
<tr>
<td></td>
<td><script type="text/javascript">// <![CDATA[
google_ad_client = "pub-0448452892049658";
/* 336x280, CALLSOLUTIONS 2TA SP */
google_ad_slot = "8746423819";
google_ad_width = 336;
google_ad_height = 280;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></td>
</tr>
</tbody>
</table>
<p>Go TO: http://asterisk.hosting.lv/</p>
]]></content:encoded>
			<wfw:commentRss>http://callsolutions.org/debian-etch-asterisk-14-h323-g729-g723/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
