<?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; callshop</title>
	<atom:link href="http://astercc.org/tag/callshop/feed" rel="self" type="application/rss+xml" />
	<link>http://astercc.org</link>
	<description>asterCC, asterisk callcenter, ip pbx and billing solution</description>
	<lastBuildDate>Tue, 15 May 2012 05:06:14 +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>asterCC &amp; asterCC BOX released 0.13</title>
		<link>http://astercc.org/latest_news/2009/11/astercc-released-013.html</link>
		<comments>http://astercc.org/latest_news/2009/11/astercc-released-013.html#comments</comments>
		<pubDate>Thu, 19 Nov 2009 12:26:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[asterCC Comercial]]></category>
		<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[callcenter]]></category>
		<category><![CDATA[callshop]]></category>
		<category><![CDATA[contact center]]></category>
		<category><![CDATA[headlines]]></category>
		<category><![CDATA[latest news]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=676</guid>
		<description><![CDATA[asterCC-BOX-0.13 download asterCC BOX 0.13: * updated to freepbx 2.6 rc2 * updated to asternic 1.2 * updated to asterCC 0.13 asterCRM 0.061: * added agents manager in astercrm to...]]></description>
			<content:encoded><![CDATA[<a class="downloadlink" href="http://astercc.org/download/astercc-0.13.zip" title="Version 0.13 downloaded 3798 times" >asterCC V0.13 (3798) - 14.26 MB</a>
<p><strong><a title="asterCC-BOX-0.12 beta released" href="http://master.dl.sourceforge.net/project/asterisk-crm/asterCC%20BOX/asterCC%20BOX%200.13/asterCC-BOX-0.13.iso" target="_blank">asterCC-BOX-0.13 download</a></strong></p>
<p>asterCC BOX 0.13:</p>
<p>* updated to freepbx 2.6 rc2<br />
* updated to asternic 1.2<br />
* updated to asterCC 0.13</p>
<p>asterCRM 0.061:</p>
<p>* added agents manager in astercrm to manage agents.conf<br />
* fixed the bug that cant edit worktime_package<br />
* added callOrder field in diallist<br />
* added diallist panel in portal page<br />
* added the daemon to convert recording files to mp3 format<br />
* added mp3 online player<br />
* added agent portal panel switcher<br />
* added clear screen button in agent portal</p>
<p>asterBilling 0.11:</p>
<p>* fixed the prefix billing<br />
* added professional mode<br />
* added member mode switch<br />
* added Portuguese support</p>
<div class="imageframe alignleft" style="width: 1021px;"><a title="astercrm_agentsettings" rel="lightbox[pics651]" href="http://astercc.org/wp-content/uploads/2009/11/astercrm_agentsettings.png"><img class="attachment wp-att-667" src="http://astercc.org/wp-content/uploads/2009/11/astercrm_agentsettings.png" alt="astercrm_agentsettings" width="552" height="268" /></a></p>
<div class="imagecaption">astercrm agent management</div>
</div>
<div class="imageframe alignleft" style="width: 1021px;">
<div class="imagecaption">
<div class="imageframe alignleft" style="width: 486px;"><a title="astercrm_clearscreen" rel="lightbox[pics651]" href="http://astercc.org/wp-content/uploads/2009/11/astercrm_clearscreen.png"><img class="attachment wp-att-664" src="http://astercc.org/wp-content/uploads/2009/11/astercrm_clearscreen.png" alt="astercrm_clearscreen" width="486" height="148" /></a></p>
<div class="imagecaption">astercrm clearscreen</div>
<div class="imagecaption">
<div class="imageframe alignleft" style="width: 1002px;"><a title="astercrm_dialliatpannel" rel="lightbox[pics651]" href="http://astercc.org/wp-content/uploads/2009/11/astercrm_dialliatpannel.png"><img class="attachment wp-att-663" src="http://astercc.org/wp-content/uploads/2009/11/astercrm_dialliatpannel.png" alt="astercrm_dialliatpannel" width="541" height="173" /></a></p>
<div class="imagecaption">astercrm diallist pannel</div>
<div class="imagecaption">
<div class="imageframe alignleft" style="width: 774px;"><a title="astercrm_panelswitcher" rel="lightbox[pics651]" href="http://astercc.org/wp-content/uploads/2009/11/astercrm_panelswitcher.png"><img class="attachment wp-att-662" src="http://astercc.org/wp-content/uploads/2009/11/astercrm_panelswitcher.png" alt="astercrm_panelswitcher" width="464" height="80" /></a></p>
<div class="imagecaption">astercrm panels witcher</div>
<div class="imagecaption">
<div class="imageframe alignleft" style="width: 569px;"><a title="astercrm_mp3player" rel="lightbox[pics651]" href="http://astercc.org/wp-content/uploads/2009/11/astercrm_mp3player.png"><img class="attachment wp-att-661" src="http://astercc.org/wp-content/uploads/2009/11/astercrm_mp3player.png" alt="astercrm_mp3player" width="512" height="326" /></a></p>
<div class="imagecaption">astercrm mp3player for recording files</div>
<div class="imagecaption">
<div class="imageframe alignleft" style="width: 1002px;"><a title="asterbilling_professional" rel="lightbox[pics651]" href="http://astercc.org/wp-content/uploads/2009/11/asterbilling_professional.png"><img class="attachment wp-att-665" src="http://astercc.org/wp-content/uploads/2009/11/asterbilling_professional.png" alt="asterbilling_professional" width="541" height="136" /></a></p>
<div class="imagecaption">asterbilling professional mode</div>
<div class="imagecaption">
<div class="imageframe alignleft" style="width: 748px;"><a title="asterbilling_portuguese" rel="lightbox[pics651]" href="http://astercc.org/wp-content/uploads/2009/11/asterbilling_portuguese.png"><img class="attachment wp-att-666" src="http://astercc.org/wp-content/uploads/2009/11/asterbilling_portuguese.png" alt="asterbilling_portuguese" width="449" height="41" /></a></p>
<div class="imagecaption">asterbilling portuguese language support</div>
<div class="imagecaption"></div>
<div class="imagecaption">.</div>
<div class="imagecaption">
<div class="imageframe alignleft" style="width: 1005px;"><a title="freepbx2.6 in asterCC BOX 0.13" rel="lightbox[pics676]" href="http://astercc.org/wp-content/uploads/2009/11/freepbx26.png"><img class="attachment wp-att-690" src="http://astercc.org/wp-content/uploads/2009/11/freepbx26.png" alt="freepbx2.6 in asterCC BOX 0.13" width="543" height="309" /></a></p>
<div class="imagecaption">freepbx2.6 in asterCC BOX 0.13</div>
<div class="imagecaption"></div>
<div class="imagecaption"></div>
</div>
</div>
<div class="imagecaption"></div>
<div class="imagecaption"></div>
<div class="imagecaption">
<div class="imageframe alignleft" style="width: 1005px;"><a title="asternic_realtime" rel="lightbox[pics676]" href="http://astercc.org/wp-content/uploads/2009/11/asternic_realtime.png"><img class="attachment wp-att-691" src="http://astercc.org/wp-content/uploads/2009/11/asternic_realtime.png" alt="asternic_realtime" width="543" height="306" /></a></p>
<div class="imagecaption">asternic_realtime</div>
<div class="imagecaption"></div>
<div class="imagecaption"></div>
</div>
</div>
<div class="imagecaption"></div>
<div class="imagecaption"></div>
<div class="imagecaption">
<div class="imageframe alignleft" style="width: 1002px;"><a title="asternic_distribution" rel="lightbox[pics676]" href="http://astercc.org/wp-content/uploads/2009/11/asternic_distribution.png"><img class="attachment wp-att-692" src="http://astercc.org/wp-content/uploads/2009/11/asternic_distribution.png" alt="asternic_distribution" width="541" height="307" /></a></p>
<div class="imagecaption">asternic_distribution</div>
</div>
</div>
<div class="imagecaption"></div>
<div class="imagecaption"></div>
<div class="imagecaption"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p><a title="astercrm_mp3player" rel="lightbox[pics651]" href="http://astercc.org/wp-content/uploads/2009/11/astercrm_mp3player.png"><br />
</a></div>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/latest_news/2009/11/astercc-released-013.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>why i cant see booth history when can see the calling call?</title>
		<link>http://astercc.org/tips/asterbilling/2009/07/why-i-cant-see-booth-history-when-can-see-the-calling-call.html</link>
		<comments>http://astercc.org/tips/asterbilling/2009/07/why-i-cant-see-booth-history-when-can-see-the-calling-call.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:46:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[booth]]></category>
		<category><![CDATA[callshop]]></category>
		<category><![CDATA[live call]]></category>
		<category><![CDATA[no history]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=608</guid>
		<description><![CDATA[some customers find that they can see live booth calls(screen 1) but when call is done, nothing appears in the booth box(screen 2). this happens coz the admin set sip...]]></description>
			<content:encoded><![CDATA[<p>some customers find that they can see live booth calls(screen 1) but when call is done, nothing appears in the booth box(screen 2).</p>
<p style="text-align: center;"><img class="attachment wp-att-609 centered" src="http://astercc.org/wp-content/uploads/2009/07/2.jpg" alt="live call in booth window" width="480" height="330" /></p>
<p style="text-align: center;"><img class="attachment wp-att-610 centered" src="http://astercc.org/wp-content/uploads/2009/07/3.jpg" alt="nothing in booth box" width="480" height="330" /></p>
<p>this happens coz the admin set sip account in &#8220;clid&#8221; when it should be &#8220;caller id&#8221;</p>
<p>check table &#8220;mycdr&#8221; you will find that the &#8220;src&#8221; filed would be a number which doesnt match with &#8220;channel&#8221; field</p>
<p>to fix this, just go to &#8220;clid&#8221; in asterbilling and change the clid to be the number in src field</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/tips/asterbilling/2009/07/why-i-cant-see-booth-history-when-can-see-the-calling-call.html/feed</wfw:commentRss>
		<slash:comments>2</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 hosted callshop solution for asterisk</title>
		<link>http://astercc.org/solutions/2008/11/asterbilling-hosted-callshop-solution-for-asterisk.html</link>
		<comments>http://astercc.org/solutions/2008/11/asterbilling-hosted-callshop-solution-for-asterisk.html#comments</comments>
		<pubDate>Wed, 19 Nov 2008 10:11:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[asterCC Comercial]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[callshop]]></category>
		<category><![CDATA[elastix]]></category>
		<category><![CDATA[Freepbx]]></category>
		<category><![CDATA[hosted callshop]]></category>
		<category><![CDATA[realtime billing]]></category>
		<category><![CDATA[reseller]]></category>
		<category><![CDATA[trixbox]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=329</guid>
		<description><![CDATA[asterBilling is a realtime billing software for asterisk. Through asterBilling, it&#8217;s very easy to build a hosted callshop solution for asterisk. benefits of asterBilling hosted callshop solution: reseller, callshop, customer...]]></description>
			<content:encoded><![CDATA[<p>asterBilling is a realtime billing software for asterisk. Through asterBilling, it&#8217;s very easy to build a hosted callshop solution for asterisk.</p>
<p>benefits of asterBilling hosted callshop solution:</p>
<ul>
<li>reseller, callshop, customer three level billing</li>
<li>all web based</li>
<li>high performance</li>
<li>all asterisk system compatible</li>
</ul>
<p>here, i&#8217;ll introduce u how to build a hosted callshop solution using asterisk and asterbilling.</p>
<p>1. step1, install asterisk</p>
<p>2. step2, set trunk and dialplan in asterisk</p>
<p>edit /etc/asterisk/sip.conf and add your trunk there</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterisk_trunk_setting.png"><img class="alignnone size-full wp-image-341" title="asterisk_trunk_setting" src="http://astercc.org/wp-content/uploads/2008/11/asterisk_trunk_setting.png" alt="" width="344" height="156" /></a></p>
<p>then set dialplan, go to /etc/asterisk/extensions.conf and add a context there</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterisk_extensions_setting.png"><img class="alignnone size-full wp-image-343" title="asterisk_extensions_setting" src="http://astercc.org/wp-content/uploads/2008/11/asterisk_extensions_setting.png" alt="" width="395" height="92" /></a></p>
<p>3. step3, install asterBilling</p>
<p>4. step4, check asterbilling.conf.php</p>
<p>We need to modify asterbilling config file to meet our system, so check the &#8220;asterbilling.conf.php&#8221; in asterbilling folder, find section &#8220;sipbuddy&#8221; change context to be &#8220;context = from-booth&#8221;, so the sip peer generated by asterbilling will use context &#8220;from-booth&#8221; for outbound calls.</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterbilling_conf_set_1.png"><img class="alignnone size-full wp-image-345" title="asterbilling_conf_set_1" src="http://astercc.org/wp-content/uploads/2008/11/asterbilling_conf_set_1.png" alt="" width="250" height="188" /></a></p>
<p>* if you are using freepbx, you can use &#8220;context=from-internal&#8221; here, then it you can set outbound in your freepbx and all booth will use that.</p>
<p>By default, asterbilling will generate all sip peers to the file &#8220;/etc/asterisk/sip_astercc&#8221;, you can change to other name if you want, or leave it blank if u dont want asterbilling generate the sip peers</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterbilling_conf_set_2.png"><img class="alignnone size-full wp-image-346" title="asterbilling_conf_set_2" src="http://astercc.org/wp-content/uploads/2008/11/asterbilling_conf_set_2.png" alt="" width="663" height="72" /></a></p>
<p>also we need to include the conf file in sip.conf so that asterisk could load peers asterbilling generated</p>
<p>modify /etc/asterisk/sip.conf and add</p>
<p><em><strong>#include sip_astercc.conf</strong></em></p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/asterisk_include_setting.png"><img class="alignnone size-full wp-image-347" title="asterisk_include_setting" src="http://astercc.org/wp-content/uploads/2008/11/asterisk_include_setting.png" alt="" width="477" height="54" /></a></p>
<p>5. step5, set resellers and groups</p>
<p>6. step6, add clid as reseller</p>
<p><a href="http://astercc.org/wp-content/uploads/2008/11/reseller.png"><img class="alignnone size-medium wp-image-510" title="reseller" src="http://astercc.org/wp-content/uploads/2008/11/reseller-300x156.png" alt="reseller" width="300" height="156" /></a></p>
<p>7. step7, set rates</p>
<p>asterbilling provides three level billing:</p>
<p>rate to reseller: the rate you sell to resellers</p>
<p>rate to callshop: the rate resellers sell to callshops</p>
<p>rate to customer: the rate callshops sell to customers</p>
<p>8. step8, login as groupadmin/operate check callshop interface</p>
<p><img class="alignnone size-medium wp-image-508" title="callshop" src="http://astercc.org/wp-content/uploads/2008/11/callshop-300x165.png" alt="callshop" width="300" height="165" /></p>
<p>9. step9, check reports</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/solutions/2008/11/asterbilling-hosted-callshop-solution-for-asterisk.html/feed</wfw:commentRss>
		<slash:comments>15</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! -->
