<?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; license</title>
	<atom:link href="http://astercc.org/tag/license/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>asterisk channels</title>
		<link>http://astercc.org/faq-2/2008/11/asterisk-channels.html</link>
		<comments>http://astercc.org/faq-2/2008/11/asterisk-channels.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 08:42:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[asterCC Comercial]]></category>
		<category><![CDATA[astercc license]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[asterisk channel]]></category>
		<category><![CDATA[asterisk channels]]></category>
		<category><![CDATA[channels]]></category>
		<category><![CDATA[license]]></category>

		<guid isPermaLink="false">http://astercc.org/tips/2008/11/asterisk-channels.html</guid>
		<description><![CDATA[astercc daemons are licensed by asterisk simultaneous channels, so how could we know the channel&#8217;s number of the asterisk server? outbount: 1 call, 1 channel callback: 1 call, 2 channels...]]></description>
			<content:encoded><![CDATA[<p>astercc daemons are licensed by asterisk simultaneous channels, so how could we know the channel&#8217;s number of the asterisk server?</p>
<p>outbount: 1 call, 1 channel<br />
callback: 1 call, 2 channels<br />
queue: 1 call, 2 channels but if you select the ring strategy as &#8220;Ring All&#8221;, then u may get tons of channels when a call come in.</p>
<p>also when you goes to voicemail or login as dynamic agent, it will take one channel.</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/faq-2/2008/11/asterisk-channels.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>how to update asterCC license for your asterisk</title>
		<link>http://astercc.org/faq-2/2008/11/how-to-update-astercc-license-for-your-asterisk.html</link>
		<comments>http://astercc.org/faq-2/2008/11/how-to-update-astercc-license-for-your-asterisk.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 01:22:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[asterBilling]]></category>
		<category><![CDATA[asterCC Comercial]]></category>
		<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[licence]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=182</guid>
		<description><![CDATA[By default, astercc providers you 5 free simultaneous channels license, you can purchase more if need. First, edit /opt/asterisk/scripts/astercc/astercc.conf which is in same folder with astercc daemons, go to section...]]></description>
			<content:encoded><![CDATA[<p>By default, astercc providers you 5 free simultaneous channels license, you can purchase more if need.</p>
<p>First, edit /opt/asterisk/scripts/astercc/astercc.conf which is in same folder with astercc daemons, go to section [licence], you can find three parameters there</p>
<pre>[licence]
licenceto =
key =     <em>（no this parameter in current version now)</em>
channel = 5</pre>
<p>change &#8220;channel&#8221; to the number of simultaneous channels you need, and &#8220;licence to&#8221; to the name of your organization, so now it looks like</p>
<pre>[licence]
licenceto = my organization
key =
channel = 50</pre>
<p>save and exit,  then execute astercc script, you should get things like</p>
<pre>[dev01 astercc]# /opt/asterisk/scripts/astercc/astercc
Invalid key, please contact the administrator
identity = b0a5ebca13556ca9ca91813dd88dfgd9</pre>
<p>now send this identitykey and all content in licence section (licenceto and channel) to astercc, we&#8217;ll send you back the licence key, then update your astercc.conf with the licence key, restart astercc &amp; asterrc daemons. If no error message output, your astercc support more simultaneous channels now.</p>
<p>for the latest version, we start to use a license file named &#8216;license.astercc&#8217;(64 bits), so after u get the license file, upload it to the same folder with your astercc daemons, usually it&#8217;s in</p>
<p>/opt/asterisk/scripts/astercc/</p>
<p>then restart astercc daemons</p>
<p>/opt/asterisk/scripts/astercc/asterccd stop</p>
<p>/opt/asterisk/scripts/astercc/asterccd start</p>
<p>if everything is fine, it should give no errors, then the channels now in astercc is the value you put after channel =  in /opt/asterisk/scripts/astercc/astercc.conf</p>
<p>and use this command you can check if the license will expire some day</p>
<p>/opt/asterisk/scripts/astercc/astercc -h</p>
<p>0000-00-00 means never expire</p>
<p>and astercrm and asterbilling  will share same license file, which means when you get the license, you can either use it for astercrm or asterbilling or both.</p>
<p>good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/faq-2/2008/11/how-to-update-astercc-license-for-your-asterisk.html/feed</wfw:commentRss>
		<slash:comments>11</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! -->
