<?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>All About Telephony &#187; IAXModem Configuration</title>
	<atom:link href="http://www.syednetworks.com/category/iaxmodem-configuration/feed" rel="self" type="application/rss+xml" />
	<link>http://www.syednetworks.com</link>
	<description>VoIP and Telephony</description>
	<lastBuildDate>Mon, 06 Sep 2010 22:35:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IAXModem step by step Installation &#8211; Configuration</title>
		<link>http://www.syednetworks.com/iax-modem-setting</link>
		<comments>http://www.syednetworks.com/iax-modem-setting#comments</comments>
		<pubDate>Tue, 12 Aug 2008 13:32:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IAXModem Configuration]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[gsm and cdma]]></category>
		<category><![CDATA[IAX]]></category>
		<category><![CDATA[iaxmodem]]></category>
		<category><![CDATA[Nokai VoIP setting]]></category>
		<category><![CDATA[spandsp]]></category>
		<category><![CDATA[ttyIAX]]></category>
		<category><![CDATA[VoIP gateway]]></category>

		<guid isPermaLink="false">http://www.syednetworks.com/?p=120</guid>
		<description><![CDATA[



There are two ways to use IAXmodem with static or dynamic libraries. If there is any machine in its version of spandsp or libiax2 different to those included with IAXmodem it is best to use static libraries (eg for distributions as trixbox preinstalled or similar) [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-5441476791057559";
/* 336x280, created 5/27/08 */
google_ad_slot = "2308058417";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
There are two ways to use IAXmodem with static or dynamic libraries. If there is any machine in its version of spandsp or libiax2 different to those included with IAXmodem it is best to use static libraries (eg for distributions as trixbox preinstalled or similar) otherwise to make an installation dynamics. If there is any machine in its version of spandsp or libiax2 different to those included with IAXmodem it is best to use static libraries (eg for distributions as trixbox preinstalled or similar) otherwise to make an installation dynamics.<span id="more-120"></span></p>
<p>Libiax2 facilities (for installation dynamics iaxmodem) Libiax2 facilities (for installation dynamics iaxmodem)</p>
<p>CD # lib/libiax2<br />
#. / Configure<br />
Make #<br />
Make install #</p>
<p>Spandsp facilities (for installation dynamics iaxmodem)</p>
<p># Lib CD / spandsp<br />
# . /Configure<br />
# make<br />
# make install</p>
<p>For installation dynamic we must ensure that the directory where libraries are located (/ usr / local / lib) is set in / etc / ld.so.conf, otherwise add the line and run &#8216;ldconfig&#8217; to update the configuration .</p>
<p>To build IAXmodem dinamicamenrte use:</p>
<p>#. /Build</p>
<p>And for static use:</p>
<p>#. /Build Static</p>
<p>The facility would be IAXmodem so static as shown below:</p>
<p>1) Download the package of IAXmodem:<br />
http://iaxmodem.sourceforge.net/download.php</p>
<p># cd /usr/src/<br />
# wget http://umn.dl.sourceforge.net/sourceforge/iaxmodem/iaxmodem-0.3.1.tar.gz</p>
<p>2) Unzip the package downloaded:</p>
<p># tar-zxvf iaxmodem-0.3.1.tar.gz</p>
<p>3) Build the installation of static form:</p>
<p># iaxmodem CD-0.3.1<br />
#. /build Static</p>
<p>4) Copy the executable to the folder of your system executables:</p>
<p>iaxmodem # cp /usr/local/bin/</p>
<p>5) Cree directory for the configuration files:</p>
<p># mkdir /etc/iaxmodem</p>
<p>6) With a text editor to create an archive our modem:</p>
<p># vi /etc/iaxmodem/ttyIAX0</p>
<p>Its content would be as shown below:</p>
<p>Device /dev/ttyIAX0<br />
Owner Asterisk: Asterisk<br />
Mode 660<br />
Port 45699<br />
Refresh 300<br />
Server 127.0.0.1<br />
peername 601<br />
Secret miclave<br />
cidname IAXmodem 1<br />
cidnumber 601<br />
codec slinear</p>
<p>The meaning of the parameters follows:</p>
<p>device: unique name of the device<br />
owner: user group system that will use the device to create IAXmodem<br />
mode: permits for the device created<br />
port: port for communication with Asterisk, one for each device dfte<br />
refresh: refresh rate of registration for the device IAX<br />
server: Server IP Asterisk, usually or 127.0.0.1 localhost<br />
peername: name of the device in Asterisk IAX<br />
secret: key device IAX<br />
cidname: name identification used by Asterisk<br />
cidnumber: identification number used by Asterisk<br />
codec: audio codec used (slinear, ulaw, ALAW)<br />
record: recording audio file<br />
replay: audio file is reproduced<br />
<!-- google DISABLED--></p>
<img src="http://www.syednetworks.com/?ak_action=api_record_view&id=120&type=feed" alt=" IAXModem step by step Installation   Configuration"  title="IAXModem step by step Installation   Configuration" />
	Tags: <a href="http://www.syednetworks.com/tag/codec" title="codec" rel="tag">codec</a>, <a href="http://www.syednetworks.com/tag/gsm-and-cdma" title="gsm and cdma" rel="tag">gsm and cdma</a>, <a href="http://www.syednetworks.com/tag/iax" title="IAX" rel="tag">IAX</a>, <a href="http://www.syednetworks.com/tag/iaxmodem" title="iaxmodem" rel="tag">iaxmodem</a>, <a href="http://www.syednetworks.com/tag/nokai-voip-setting" title="Nokai VoIP setting" rel="tag">Nokai VoIP setting</a>, <a href="http://www.syednetworks.com/tag/spandsp" title="spandsp" rel="tag">spandsp</a>, <a href="http://www.syednetworks.com/tag/ttyiax" title="ttyIAX" rel="tag">ttyIAX</a>, <a href="http://www.syednetworks.com/tag/voip-gateway" title="VoIP gateway" rel="tag">VoIP gateway</a><br />

	<h4>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://www.syednetworks.com/new-voip-technology-available-to-customers-anywhere-in-the-world" title="VoIP is now available to customers anywhere the world (July 26, 2009)">VoIP is now available to customers anywhere the world</a> (0)</li>
	<li><a href="http://www.syednetworks.com/voip-solution" title="Voice Over IP (May 27, 2006)">Voice Over IP</a> (0)</li>
	<li><a href="http://www.syednetworks.com/samsung-phone-codes" title="Samsung phone codes (July 17, 2009)">Samsung phone codes</a> (1)</li>
	<li><a href="http://www.syednetworks.com/nokia-e71-unlocking-your-business" title="Review Nokia E71: Unlocking Your Business (August 2, 2009)">Review Nokia E71: Unlocking Your Business</a> (0)</li>
	<li><a href="http://www.syednetworks.com/razlochka-nokia-mobile-phones" title="Razlochka Nokia mobile phones (May 4, 2009)">Razlochka Nokia mobile phones</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.syednetworks.com/iax-modem-setting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
