<?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: Configure Inboud DID with FreePBX and DID For Sale</title>
	<atom:link href="http://www.didforsale.com/blog/?feed=rss2&#038;p=119" rel="self" type="application/rss+xml" />
	<link>http://www.didforsale.com/blog/?p=119</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: Lee</title>
		<link>http://www.didforsale.com/blog/?p=119&#038;cpage=1#comment-307</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 23 Jun 2009 13:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.didforsale.com/blog/?p=119#comment-307</guid>
		<description>Hi, I followed the settings above and my asterisk box says the status is OK when I do a &quot;sip show peers&quot; from the CLI.  However when I dial my did I see nothing in the CLI/logs and I just get silence.  Any help would be appreciated.. Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I followed the settings above and my asterisk box says the status is OK when I do a &#8220;sip show peers&#8221; from the CLI.  However when I dial my did I see nothing in the CLI/logs and I just get silence.  Any help would be appreciated.. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.didforsale.com/blog/?p=119&#038;cpage=1#comment-239</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 05 Jun 2009 21:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.didforsale.com/blog/?p=119#comment-239</guid>
		<description>Do NOT edit extensions.conf when using FreePBX 
edit extensions_override_freepbx.conf instead

(at least this is what I had to do in Trixbox CE)</description>
		<content:encoded><![CDATA[<p>Do NOT edit extensions.conf when using FreePBX<br />
edit extensions_override_freepbx.conf instead</p>
<p>(at least this is what I had to do in Trixbox CE)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faiz</title>
		<link>http://www.didforsale.com/blog/?p=119&#038;cpage=1#comment-93</link>
		<dc:creator>Faiz</dc:creator>
		<pubDate>Sat, 21 Mar 2009 03:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.didforsale.com/blog/?p=119#comment-93</guid>
		<description>My Settings for Freepbx and it&#039;s working 
 

  Login to freePBX administrative interface 
  Click on &lt;b&gt;Setup&lt;/b&gt; 
  in top right of page 
  Click on &lt;b&gt;Trunks&lt;/b&gt; 
  in left side navigation 
  Click &lt;b&gt;Add SIP Trunk&lt;/b&gt; 
  in middle of page 
  Scroll to&lt;b&gt; Outgoing 
  Settings&lt;/b&gt; and enter &lt;b&gt;didforsale_did&lt;/b&gt; 
  into Trunk Name field 


Copy and paste the following into the PEER Details field:

Peer Details:
type=peer
host=209.216.2.211
nat=no
canrinvite=no
disallow=all
allow=ulaw&amp;alaw
dtmfmode=rfc2833
insecure=very
qualify=yes

Click on Submit Changes to add your new SIP trunk to your Asterisk server 
Click on the red bar at the top of the screen to apply the changes you just made 

in extensions.conf add thease lines

[custom-a2billing] 
exten =&gt; _X.,1,Answer
exten =&gt; _X.,n,Wait(1)
exten =&gt; _X.,n,DeadAGI(a2billing.php&#124;1)
exten =&gt; _X.,n,Hangup

in FreePBX UI create a Custom Destination;
custom-a2billing,${EXTEN},1
Description: A2Billing
Notes: For a call through service



  Click on Inbound Routes 
&#160;
  Click on &lt;b&gt;Add Incoming 
  Route&lt;/b&gt;. 
  You will first want to fill the &lt;b&gt;
  DID Number&lt;/b&gt; field with your
  DID
  Make sure to leave the Caller ID Number and
  Zaptel channel blank in order to match any 
  incoming call.
  &#160;This is useful if you wish to receive all calls
&#160;
  Scroll down to Set Destination
  Choose &lt;b&gt;A2Billing&lt;/b&gt; Custom Destinations 
  From Drop Down Menu
&#160;
  Click on Submit Changes to add your new 
  inbound route to your Asterisk server
&#160;
  Click on the red bar at the top of the screen to apply the changes you 
  just made
&#160;
</description>
		<content:encoded><![CDATA[<p>My Settings for Freepbx and it&#8217;s working </p>
<p>  Login to freePBX administrative interface<br />
  Click on <b>Setup</b><br />
  in top right of page<br />
  Click on <b>Trunks</b><br />
  in left side navigation<br />
  Click <b>Add SIP Trunk</b><br />
  in middle of page<br />
  Scroll to<b> Outgoing<br />
  Settings</b> and enter <b>didforsale_did</b><br />
  into Trunk Name field </p>
<p>Copy and paste the following into the PEER Details field:</p>
<p>Peer Details:<br />
type=peer<br />
host=209.216.2.211<br />
nat=no<br />
canrinvite=no<br />
disallow=all<br />
allow=ulaw&amp;alaw<br />
dtmfmode=rfc2833<br />
insecure=very<br />
qualify=yes</p>
<p>Click on Submit Changes to add your new SIP trunk to your Asterisk server<br />
Click on the red bar at the top of the screen to apply the changes you just made </p>
<p>in extensions.conf add thease lines</p>
<p>[custom-a2billing]<br />
exten =&gt; _X.,1,Answer<br />
exten =&gt; _X.,n,Wait(1)<br />
exten =&gt; _X.,n,DeadAGI(a2billing.php|1)<br />
exten =&gt; _X.,n,Hangup</p>
<p>in FreePBX UI create a Custom Destination;<br />
custom-a2billing,${EXTEN},1<br />
Description: A2Billing<br />
Notes: For a call through service</p>
<p>  Click on Inbound Routes<br />
&nbsp;<br />
  Click on <b>Add Incoming<br />
  Route</b>.<br />
  You will first want to fill the <b><br />
  DID Number</b> field with your<br />
  DID<br />
  Make sure to leave the Caller ID Number and<br />
  Zaptel channel blank in order to match any<br />
  incoming call.<br />
  &nbsp;This is useful if you wish to receive all calls<br />
&nbsp;<br />
  Scroll down to Set Destination<br />
  Choose <b>A2Billing</b> Custom Destinations<br />
  From Drop Down Menu<br />
&nbsp;<br />
  Click on Submit Changes to add your new<br />
  inbound route to your Asterisk server<br />
&nbsp;<br />
  Click on the red bar at the top of the screen to apply the changes you<br />
  just made<br />
&nbsp;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
