<?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/"
		>
<channel>
	<title>Comments on: How to setup asterisk server with DIDForSale?</title>
	<atom:link href="http://www.didforsale.com/blog/?feed=rss2&#038;p=47" rel="self" type="application/rss+xml" />
	<link>http://www.didforsale.com/blog/?p=47</link>
	<description>Selling Best VoIP services.</description>
	<lastBuildDate>Tue, 23 Jun 2009 13:25:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andy</title>
		<link>http://www.didforsale.com/blog/?p=47&#038;cpage=1#comment-241</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 05 Jun 2009 21:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.didforsale.com/blog/?p=47#comment-241</guid>
		<description>In Tribox CE (using FreePBX) you can set Asterisk to use DNS name to get the external ip address of the server to work properly behind a NAT

I have the following data in sip_general_custom.conf

nat=yes
externhost=externname.mydomain.com
localnet=192.168.1.0/255.255.255.0
externrefresh=60

edit values to reflect your setup.  extername.mydomain.com should resolve to the, wait for it, external ip address of your router</description>
		<content:encoded><![CDATA[<p>In Tribox CE (using FreePBX) you can set Asterisk to use DNS name to get the external ip address of the server to work properly behind a NAT</p>
<p>I have the following data in sip_general_custom.conf</p>
<p>nat=yes<br />
externhost=externname.mydomain.com<br />
localnet=192.168.1.0/255.255.255.0<br />
externrefresh=60</p>
<p>edit values to reflect your setup.  extername.mydomain.com should resolve to the, wait for it, external ip address of your router</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyril</title>
		<link>http://www.didforsale.com/blog/?p=47&#038;cpage=1#comment-163</link>
		<dc:creator>cyril</dc:creator>
		<pubDate>Mon, 11 May 2009 11:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.didforsale.com/blog/?p=47#comment-163</guid>
		<description>kunal fixed the problem.
You should ask him specifically every DID you want to work with domain name</description>
		<content:encoded><![CDATA[<p>kunal fixed the problem.<br />
You should ask him specifically every DID you want to work with domain name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyril</title>
		<link>http://www.didforsale.com/blog/?p=47&#038;cpage=1#comment-157</link>
		<dc:creator>cyril</dc:creator>
		<pubDate>Sat, 09 May 2009 21:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.didforsale.com/blog/?p=47#comment-157</guid>
		<description>For Dynamic Public IP address, it would be perfect if DIDforsale accepts domain (ie. sip.mycompany.com) instead of IP address in &quot;Manage IP&quot;.
In my case, the IP address changes every day so I reasonably cannot user DIDforsale</description>
		<content:encoded><![CDATA[<p>For Dynamic Public IP address, it would be perfect if DIDforsale accepts domain (ie. sip.mycompany.com) instead of IP address in &#8220;Manage IP&#8221;.<br />
In my case, the IP address changes every day so I reasonably cannot user DIDforsale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.didforsale.com/blog/?p=47&#038;cpage=1#comment-117</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 19 Apr 2009 16:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.didforsale.com/blog/?p=47#comment-117</guid>
		<description>the last comment appears to have mangled the error message
let me try to insert it again and fix it
Apr 19 16:24:35 NOTICE[15778]: chan_sip.c:12322 handle_response_invite: Failed to authenticate on INVITE to &#039;&quot;301&quot; (sip:jason@xxx.xxx.xxx.xxx);tag=as13ab6b04&#039;
I placed ( ) where the greater then and less then was. Apparently this page thinks its an html tag.  Hopefully someone can tell me what I am doing wrong here.
Here is the sip.con entry:
[didforsale]
type=peer
host=xxx.xxx.xxx.xxx
nat=no
canrinvite=yes
disallow=all
allow=ulaw
allow=alaw
dtmfmode=rfc2833
insecure=very
context=incoming_calls
Again I XXX out the Ip of the didforsale server since this is a public page.

And here is the extensions.conf file
[outgoing_calls]
exten =&gt; _1NXXNXXXXXX,1,NoOp()
exten =&gt; _1NXXNXXXXXX,n,Dial(SIP/didforsale/${EXTEN})

Where am I going wrong here?</description>
		<content:encoded><![CDATA[<p>the last comment appears to have mangled the error message<br />
let me try to insert it again and fix it<br />
Apr 19 16:24:35 NOTICE[15778]: chan_sip.c:12322 handle_response_invite: Failed to authenticate on INVITE to &#8216;&#8221;301&#8243; (sip:jason@xxx.xxx.xxx.xxx);tag=as13ab6b04&#8242;<br />
I placed ( ) where the greater then and less then was. Apparently this page thinks its an html tag.  Hopefully someone can tell me what I am doing wrong here.<br />
Here is the sip.con entry:<br />
[didforsale]<br />
type=peer<br />
host=xxx.xxx.xxx.xxx<br />
nat=no<br />
canrinvite=yes<br />
disallow=all<br />
allow=ulaw<br />
allow=alaw<br />
dtmfmode=rfc2833<br />
insecure=very<br />
context=incoming_calls<br />
Again I XXX out the Ip of the didforsale server since this is a public page.</p>
<p>And here is the extensions.conf file<br />
[outgoing_calls]<br />
exten =&gt; _1NXXNXXXXXX,1,NoOp()<br />
exten =&gt; _1NXXNXXXXXX,n,Dial(SIP/didforsale/${EXTEN})</p>
<p>Where am I going wrong here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.didforsale.com/blog/?p=47&#038;cpage=1#comment-115</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 19 Apr 2009 16:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.didforsale.com/blog/?p=47#comment-115</guid>
		<description>I keep getting errors when I use the above example and attempt to make a phone call.  Most people tell me I need to include a username/password in the block and maybe a register line in the sip.con to make it work.
The error I get upon making any phone callis:
[Apr 19 16:12:54] NOTICE[15778]: chan_sip.c:12322 handle_response_invite: Failed to authenticate on INVITE to &#039;&quot;301&quot; ;tag=as6e1129c1&#039;
I xxx out the IP of our asterisk server.  The error appears in the console any time we attempt to make any call.</description>
		<content:encoded><![CDATA[<p>I keep getting errors when I use the above example and attempt to make a phone call.  Most people tell me I need to include a username/password in the block and maybe a register line in the sip.con to make it work.<br />
The error I get upon making any phone callis:<br />
[Apr 19 16:12:54] NOTICE[15778]: chan_sip.c:12322 handle_response_invite: Failed to authenticate on INVITE to &#8216;&#8221;301&#8243; ;tag=as6e1129c1&#8242;<br />
I xxx out the IP of our asterisk server.  The error appears in the console any time we attempt to make any call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jprangi</title>
		<link>http://www.didforsale.com/blog/?p=47&#038;cpage=1#comment-15</link>
		<dc:creator>jprangi</dc:creator>
		<pubDate>Wed, 03 Dec 2008 03:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.didforsale.com/blog/?p=47#comment-15</guid>
		<description>Yes, VoIP DIDs from DID For Sale can be used with Dynamic Public IP address. 
You will have to update your gateway as soon as your IP changes and you will also need to change your configuration. 
externip=216.34.241.32 (This IP will need to be changed every time you get new IP)
localnet=192.168.1.0/24 

So if your IP changes every day then it will be very hard to manage, if it changes once in few months, then it will be worth.</description>
		<content:encoded><![CDATA[<p>Yes, VoIP DIDs from DID For Sale can be used with Dynamic Public IP address.<br />
You will have to update your gateway as soon as your IP changes and you will also need to change your configuration.<br />
externip=216.34.241.32 (This IP will need to be changed every time you get new IP)<br />
localnet=192.168.1.0/24 </p>
<p>So if your IP changes every day then it will be very hard to manage, if it changes once in few months, then it will be worth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexcook</title>
		<link>http://www.didforsale.com/blog/?p=47&#038;cpage=1#comment-11</link>
		<dc:creator>alexcook</dc:creator>
		<pubDate>Sat, 29 Nov 2008 02:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.didforsale.com/blog/?p=47#comment-11</guid>
		<description>Can DID for sale work with a dynamic public IP address? Dynamic DNS?</description>
		<content:encoded><![CDATA[<p>Can DID for sale work with a dynamic public IP address? Dynamic DNS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jai</title>
		<link>http://www.didforsale.com/blog/?p=47&#038;cpage=1#comment-9</link>
		<dc:creator>Jai</dc:creator>
		<pubDate>Mon, 24 Nov 2008 20:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.didforsale.com/blog/?p=47#comment-9</guid>
		<description>How to Configure Asterisk behind NAT? 
How to Configure Asterisk behind Router? 
How to Configure Asterisk behind firewall? 
My asterisk works with DID For Sale but no Sound and no DTMF? 

If your asterisk does not have public IP address and is on local LAN,
Update these values to configure your asterisk with DID for Sale. 
In SIP.CON,
Under general section
[general]
externip=external IP address (IP address fo your router or firewall
localnet=local subnet
Say Public IP address of your router is 216.34.241.32 and IP address of you asterisk is 192.168.1.5

externip=216.34.241.32 
localnet=192.168.1.0/24 


Hope this will help. 
Buy SIP DIDs from buysipdid.com</description>
		<content:encoded><![CDATA[<p>How to Configure Asterisk behind NAT?<br />
How to Configure Asterisk behind Router?<br />
How to Configure Asterisk behind firewall?<br />
My asterisk works with DID For Sale but no Sound and no DTMF? </p>
<p>If your asterisk does not have public IP address and is on local LAN,<br />
Update these values to configure your asterisk with DID for Sale.<br />
In SIP.CON,<br />
Under general section<br />
[general]<br />
externip=external IP address (IP address fo your router or firewall<br />
localnet=local subnet<br />
Say Public IP address of your router is 216.34.241.32 and IP address of you asterisk is 192.168.1.5</p>
<p>externip=216.34.241.32<br />
localnet=192.168.1.0/24 </p>
<p>Hope this will help.<br />
Buy SIP DIDs from buysipdid.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DIDForSale &#187; Blog Archive &#187; How to Configure SIP DID from with your asterisk and A2billing</title>
		<link>http://www.didforsale.com/blog/?p=47&#038;cpage=1#comment-3</link>
		<dc:creator>DIDForSale &#187; Blog Archive &#187; How to Configure SIP DID from with your asterisk and A2billing</dc:creator>
		<pubDate>Sat, 01 Nov 2008 07:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.didforsale.com/blog/?p=47#comment-3</guid>
		<description>[...] You can find the instructions here. [...]</description>
		<content:encoded><![CDATA[<p>[...] You can find the instructions here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
