<?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; a2billing</title>
	<atom:link href="http://astercc.org/tag/a2billing/feed" rel="self" type="application/rss+xml" />
	<link>http://astercc.org</link>
	<description>asterCC, asterisk callcenter, ip pbx and billing solution</description>
	<lastBuildDate>Thu, 12 Jan 2012 08:35:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>config trunk and failover trunk in asterbilling</title>
		<link>http://astercc.org/tutorial-2/2010/05/config-trunk-and-failover-trunk-in-asterbilling.html</link>
		<comments>http://astercc.org/tutorial-2/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[Tutorial]]></category>
		<category><![CDATA[a2billing]]></category>
		<category><![CDATA[asterBilling]]></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...]]></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/tutorial-2/2010/05/config-trunk-and-failover-trunk-in-asterbilling.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>add callshop &amp; realtime billing feature to your a2billing</title>
		<link>http://astercc.org/tutorial-2/2009/01/add-callshop-feature-to-your-a2billing.html</link>
		<comments>http://astercc.org/tutorial-2/2009/01/add-callshop-feature-to-your-a2billing.html#comments</comments>
		<pubDate>Tue, 27 Jan 2009 14:26:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[a2billing]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[asterisk2billing]]></category>
		<category><![CDATA[callshop]]></category>
		<category><![CDATA[hosted callshop]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=513</guid>
		<description><![CDATA[If you have a a2billing working already, you may want to add some more features, like make it work as a hosted callshop, here we&#8217;ll introduce how to add callshop...]]></description>
			<content:encoded><![CDATA[<p>If you have a a2billing working already, you may want to add some more features, like make it work as a hosted callshop, here we&#8217;ll introduce how to add callshop feature using asterbilling.</p>
<p>1. add a new conf in your a2billing</p>
<p>add a new conf like [agi-conf2] in a2billing.conf, make sure you have the changed the following options:</p>
<p>; Manage the answer on the call</p>
<p>answer_call = NO<br />
play_audio = NO<br />
use_dnid = YES<br />
number_try = 1<br />
say_balance_after_auth = NO<br />
say_balance_after_call = NO<br />
say_rateinitial = NO<br />
say_timetocall = NO<br />
cid_enable = NO<br />
cid_auto_assign_card_to_cid = NO</p>
<p>anyway, disable all prompt &amp; announcement</p>
<p>2. add new dialplan in asterisk extensions</p>
<p>by default, sip peer generated by a2billing will use context a2billing, so we add</p>
<p>[a2billing]<br />
; for asterbilling booth<br />
exten =&gt; _X.,1,DeadAGI,a2billing.php|2</p>
<p><a href="http://astercc.org/wp-content/uploads/2009/01/sc-2.png"><img class="alignnone size-full wp-image-515" title="sc-2" src="http://astercc.org/wp-content/uploads/2009/01/sc-2.png" alt="sc-2"/></a></p>
<p>3. add costomer in a2billing</p>
<p>then we add a customer in a2billing, make sure you enabled sip or iax account, then click the &#8220;generate&#8221; button and click &#8220;reload&#8221; link</p>
<p>also u may want to set this customer as &#8220;postpay&#8221; and a big number for the limit coz you would not charge customer in a2billing, just make sure this customer could make calls with no problem</p>
<p>4. set your ip phone</p>
<p>go to &#8220;List Sip-friend&#8221; or &#8220;List iax-friend&#8221; get the username/secret for your phone, then try make a call, if everything goes well, u should make a call successfully</p>
<p><a href="http://astercc.org/wp-content/uploads/2009/01/sc-4.png"><img class="alignnone size-full wp-image-517" title="sc-4" src="http://astercc.org/wp-content/uploads/2009/01/sc-4.png" alt="sc-4"  /></a></p>
<p>5. add clid in asterbilling</p>
<p>go to asterbilling and create clid using the username(if there&#8217;s callerid defined for this customers, use callerid instead) in sip-friends</p>
<p><a href="http://astercc.org/wp-content/uploads/2009/01/sc-1.png"><img class="alignnone size-full wp-image-514" title="sc-1" src="http://astercc.org/wp-content/uploads/2009/01/sc-1.png" alt="sc-1" /></a></p>
<p>6 login as groupadmin/operator and enjoy <img src='http://astercc.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://astercc.org/wp-content/uploads/2009/01/sc-3.png"><img class="alignnone size-full wp-image-516" title="sc-3" src="http://astercc.org/wp-content/uploads/2009/01/sc-3.png" alt="sc-3"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/tutorial-2/2009/01/add-callshop-feature-to-your-a2billing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asterbilling and asterisk2billing (a2billing) for asterisk billing</title>
		<link>http://astercc.org/tips/asterbilling/2008/11/asterbilling-and-asterisk2billing-a2billing-for-asterisk-billing.html</link>
		<comments>http://astercc.org/tips/asterbilling/2008/11/asterbilling-and-asterisk2billing-a2billing-for-asterisk-billing.html#comments</comments>
		<pubDate>Thu, 20 Nov 2008 09:08:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[a2billing]]></category>
		<category><![CDATA[asteisk]]></category>
		<category><![CDATA[asterisk billing]]></category>
		<category><![CDATA[calling card]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=354</guid>
		<description><![CDATA[a2billing is a widly used billing system, so what&#8217;s the difference between a2billing and asterbilling? system theory: a2billing work with asterisk through AGI, each call would be handled by a2billing.agi,...]]></description>
			<content:encoded><![CDATA[<p>a2billing is a widly used billing system, so what&#8217;s the difference between a2billing and asterbilling?</p>
<h4><strong>system theory:</strong></h4>
<p>a2billing work with asterisk through AGI, each call would be handled by a2billing.agi, so you need change your astierks context so that when your phone make calls it will go to a2billing.agi, of course you need to copy a2billing scripts to your asterisk server.</p>
<p>asterbilling runs as linux daemons, connect to asterisk via AMI over tcp,  no need change anything on your asterisk, asterbilling can bill it. Even asterbilling could work with a2billing.</p>
<p><strong>license &amp; free:</strong></p>
<p>a2billing: 100% open source and free to use.</p>
<p>asterbilling: only web scripts are open source, and provides 5 free simultaneous channels, have to purchase when need more channels.</p>
<p><strong>performance:</strong></p>
<p>a2billing: like 100 simultaneous calls on single server? i didnt test, <img src='http://astercc.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>asterbilling: passed 240 simultaneous calls testing, but didnt test more.</p>
<p><strong>best usage:</strong></p>
<p>a2billing: calling card, callback or wholesale solutions</p>
<p>asterbilling: billing for embedded astiersk, pbx (like all freepbx based system), callshop, hosted callshop soltution</p>
<p><strong>other keywords:</strong></p>
<p>a2billing: openser</p>
<p>asterbilling: realtime billing, reseller</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/tips/asterbilling/2008/11/asterbilling-and-asterisk2billing-a2billing-for-asterisk-billing.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
