<?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>asterCC, asterisk callcenter and billing solution &#187; trunk</title>
	<atom:link href="http://astercc.org/tag/trunk/feed" rel="self" type="application/rss+xml" />
	<link>http://astercc.org</link>
	<description>asterCC, asterCRM, asterBilling documents</description>
	<lastBuildDate>Wed, 01 Sep 2010 05:48:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>config trunk and failover trunk in asterbilling</title>
		<link>http://astercc.org/tips/2010/05/config-trunk-and-failover-trunk-in-asterbilling.html</link>
		<comments>http://astercc.org/tips/2010/05/config-trunk-and-failover-trunk-in-asterbilling.html#comments</comments>
		<pubDate>Thu, 27 May 2010 02:25:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[a2billing]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[callshop]]></category>
		<category><![CDATA[failover]]></category>
		<category><![CDATA[Freepbx]]></category>
		<category><![CDATA[trunk]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=708</guid>
		<description><![CDATA[in the new asterbilling, we provide a reselleroutbound.agi, so you can specific different reseller use different trunk (ex. each reseller use a account in a2billing), and you can config a failover trunk for the reseller. Howto:： a) in your asterisk, add a context in your dialplan for reselleroutbound.agi, in directory scripts, we also provided a [...]]]></description>
			<content:encoded><![CDATA[<p>in the new asterbilling, we provide a reselleroutbound.agi, so you can specific different reseller use different trunk (ex. each reseller use a account in a2billing), and you can config a failover trunk for the reseller.</p>
<p>Howto:：</p>
<p>a) in your asterisk, add a context in your dialplan for reselleroutbound.agi, in directory scripts, we also provided a conf file named &#8220;extensions_astercc.conf&#8221;, [asterbilling- outbound] is the context for reselleroutbound.agi, if you have installed astercc via the shell script install.sh, this conf file will be moved to your asterisk etc folder, and add a new line in your extensions.conf  &#8220;#include extensions_astercc.conf&#8221;, now you can use [asterbilling-outbound] as the context for asterbilling, if you are using asterCC-Box, it&#8217;s configed already. If you installed astercc manually, you would like to copy  extensions_astercc.conf  to asterisk etc folder(usually it&#8217;s /etc/asterisk ), and add the include line in your extensions.conf (#include extensions_astercc.conf, if it&#8217;s a system based freepbx, please add this line to /etc/asterisk/extensions_custom.conf)</p>
<div><a title="extensions_astercc.conf" rel="lightbox[pics708]" href="http://astercc.org/wp-content/uploads/2010/05/extensions_asterccconf11.jpg"><img class="attachment wp-att-711" src="http://astercc.org/wp-content/uploads/2010/05/extensions_asterccconf11.jpg" alt="extensions_astercc.conf" /></a></p>
<div class="imagecaption">extensions_astercc.conf</div>
</div>
<p>b)config the trunk for reseller</p>
<div><a title="reseller_trunk1" rel="lightbox[pics708]" href="http://astercc.org/wp-content/uploads/2010/05/reseller_trunk1en.jpg"><img class="attachment wp-att-712" src="http://astercc.org/wp-content/uploads/2010/05/reseller_trunk1en.jpg" alt="reseller_trunk1" width="497" height="580" /></a></div>
<p>when clid dialout, it&#8217;ll use turnk1 first and if  dail failed, it&#8217;ll try to dial by trunk2</p>
<p>There are three type of trunk: auto，default and customize</p>
<p>auto：reselleroutbound.agi don&#8217;t proccess anything，and  goto next step of context</p>
<p>default：your can select a default trunk that set in [resellertrunk] segment asterbilling.conf.php,  could be set tow default system trunk:</p>
<p>[resellertrunk]<br />
trunk1_type = sip<br />
trunk1= reselleroutbound1<br />
trunk2_type = sip<br />
trunk2= reselleroutbound2</p>
<p>customize：add new trunk for this reseller，should click &#8220;reload&#8221; button to generate asterisk conf file when saved trunk infomation</p>
<div><a title="reseller_trunk2en" rel="lightbox[pics708]" href="http://astercc.org/wp-content/uploads/2010/05/reseller_trunk2en.jpg"><img class="attachment wp-att-713" src="http://astercc.org/wp-content/uploads/2010/05/reseller_trunk2en.jpg" alt="reseller_trunk2en" width="285" height="81" /></a></div>
<p>when you add the trunk for the first time, when you reload, if will have two conf file: sip_astercc_registrations.conf  and  sip_astercc_trunks.conf , if you are not using astercc-box, please include these files to your sip.conf(for freepbx based system, please add  #include sip_astercc_registrations.conf to /etc/asterisk/sip_registrations_custom.conf, and add #include sip_astercc_trunks.conf  to /etc/asterisk/sip_custom.conf, and then do sip reload in asterisk , for the next time you add trunk, just need click the &#8220;reload&#8221; button.</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/tips/2010/05/config-trunk-and-failover-trunk-in-asterbilling.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asterCRM, DID information and virtual office</title>
		<link>http://astercc.org/tips/2008/11/astercrm-did-information-and-virtual-office.html</link>
		<comments>http://astercc.org/tips/2008/11/astercrm-did-information-and-virtual-office.html#comments</comments>
		<pubDate>Wed, 19 Nov 2008 06:25:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[asterCC]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[did]]></category>
		<category><![CDATA[trunk]]></category>
		<category><![CDATA[virtual office]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=325</guid>
		<description><![CDATA[In asterCRM, we can set some description for a trunk or a DID, so that when customer dial in, we could know which number he dialed or which trunk he dialed from. it&#8217;s very simple to set this, login as admin and go to management interface, select Trunkinfo, and then add the trunk or didnumber [...]]]></description>
			<content:encoded><![CDATA[<p>In asterCRM, we can set some description for a trunk or a DID, so that when customer dial in, we could know which number he dialed or which trunk he dialed from.</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/astercrm_did.png"><img class="alignnone size-full wp-image-326" title="astercrm_did" src="http://astercc.org/wp-content/uploads/2008/11/astercrm_did.png" alt="" width="448" height="205" /></a></p>
<p>it&#8217;s very simple to set this, login as admin and go to management interface, select Trunkinfo, and then add the trunk or didnumber or both.</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/astercrm_did_manage.png"><img class="alignnone size-full wp-image-327" title="astercrm_did_manage" src="http://astercc.org/wp-content/uploads/2008/11/astercrm_did_manage.png" alt="" width="499" height="353" /></a></p>
<p>this feature could be very useful for a virtual office, say you have some agent in the office, they answer phones for kinds of company, need to say different hello words for different company</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/tips/2008/11/astercrm-did-information-and-virtual-office.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
