<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Basic Asterisk Configuration</title>
	<atom:link href="http://phplinuxandthelike.wordpress.com/2007/09/04/basic-asterisk-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://phplinuxandthelike.wordpress.com/2007/09/04/basic-asterisk-configuration/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 02 Oct 2009 07:42:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kalpesh jain</title>
		<link>http://phplinuxandthelike.wordpress.com/2007/09/04/basic-asterisk-configuration/#comment-114</link>
		<dc:creator>kalpesh jain</dc:creator>
		<pubDate>Fri, 02 Oct 2009 07:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://phplinuxandthelike.wordpress.com/2007/09/04/basic-asterisk-configuration/#comment-114</guid>
		<description>Its really nice one for startup.</description>
		<content:encoded><![CDATA[<p>Its really nice one for startup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josefbr</title>
		<link>http://phplinuxandthelike.wordpress.com/2007/09/04/basic-asterisk-configuration/#comment-112</link>
		<dc:creator>josefbr</dc:creator>
		<pubDate>Tue, 07 Jul 2009 03:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://phplinuxandthelike.wordpress.com/2007/09/04/basic-asterisk-configuration/#comment-112</guid>
		<description>Hi, i have well installed OpenIMS Core and X_Lite but can&#039;t get connected. if you can tell me what configuration should i make.
Note, both OpenIMS Core and X_Lite are installed on the same desktop Ubuntu 8.04 (Hardy)</description>
		<content:encoded><![CDATA[<p>Hi, i have well installed OpenIMS Core and X_Lite but can&#8217;t get connected. if you can tell me what configuration should i make.<br />
Note, both OpenIMS Core and X_Lite are installed on the same desktop Ubuntu 8.04 (Hardy)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Skinner</title>
		<link>http://phplinuxandthelike.wordpress.com/2007/09/04/basic-asterisk-configuration/#comment-110</link>
		<dc:creator>Paul Skinner</dc:creator>
		<pubDate>Tue, 10 Mar 2009 15:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://phplinuxandthelike.wordpress.com/2007/09/04/basic-asterisk-configuration/#comment-110</guid>
		<description>Hi Milind.

Take this entry from extension.conf from one of the Asterisk configurations I maintain using babytel as a VoIP provider:

exten =&gt; _NXXXXXX,1,Set(CALLERID(name)=HRSG 6131234567)
exten =&gt; _NXXXXXX,2,Set(CALLERID(number)=6131234567)
exten =&gt; _NXXXXXX,3,Dial(SIP/613${EXTEN}@sip.babytel.ca,300,r)

This example handles 7 digit dialing, prefixing the outgoing call on ,3 with 613.

You&#039;ll need to have an entry in &quot;sip.conf&quot; to handle the registration and configuration of the provider.  In this case it&#039;s like

[general]
register =&gt; 16131234567:secret:16131234567@sip.babytel.ca:5065/0

and 

[sip.babytel.ca]
context=mycontext
type=peer
disallow=all
allow=g729
allow=gsm
allow=ulaw
secret=secret
username=16131234567
host=sip.babytel.ca
port=5065
fromuser=16131234567
fromdomain=sip.babytel.ca
insecure=very
nat=no
canreinvite=no

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi Milind.</p>
<p>Take this entry from extension.conf from one of the Asterisk configurations I maintain using babytel as a VoIP provider:</p>
<p>exten =&gt; _NXXXXXX,1,Set(CALLERID(name)=HRSG 6131234567)<br />
exten =&gt; _NXXXXXX,2,Set(CALLERID(number)=6131234567)<br />
exten =&gt; _NXXXXXX,3,Dial(SIP/613${EXTEN}@sip.babytel.ca,300,r)</p>
<p>This example handles 7 digit dialing, prefixing the outgoing call on ,3 with 613.</p>
<p>You&#8217;ll need to have an entry in &#8220;sip.conf&#8221; to handle the registration and configuration of the provider.  In this case it&#8217;s like</p>
<p>[general]<br />
register =&gt; 16131234567:secret:16131234567@sip.babytel.ca:5065/0</p>
<p>and </p>
<p>[sip.babytel.ca]<br />
context=mycontext<br />
type=peer<br />
disallow=all<br />
allow=g729<br />
allow=gsm<br />
allow=ulaw<br />
secret=secret<br />
username=16131234567<br />
host=sip.babytel.ca<br />
port=5065<br />
fromuser=16131234567<br />
fromdomain=sip.babytel.ca<br />
insecure=very<br />
nat=no<br />
canreinvite=no</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milind lokde</title>
		<link>http://phplinuxandthelike.wordpress.com/2007/09/04/basic-asterisk-configuration/#comment-109</link>
		<dc:creator>Milind lokde</dc:creator>
		<pubDate>Tue, 10 Mar 2009 14:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://phplinuxandthelike.wordpress.com/2007/09/04/basic-asterisk-configuration/#comment-109</guid>
		<description>Thanks for the information. I can now make calls between my computers. But how do I make outgoing calls using VoIP provider.</description>
		<content:encoded><![CDATA[<p>Thanks for the information. I can now make calls between my computers. But how do I make outgoing calls using VoIP provider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arunkumar</title>
		<link>http://phplinuxandthelike.wordpress.com/2007/09/04/basic-asterisk-configuration/#comment-20</link>
		<dc:creator>Arunkumar</dc:creator>
		<pubDate>Fri, 19 Oct 2007 08:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://phplinuxandthelike.wordpress.com/2007/09/04/basic-asterisk-configuration/#comment-20</guid>
		<description>Thanks for giving this useful information...</description>
		<content:encoded><![CDATA[<p>Thanks for giving this useful information&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
