<?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; broadcasting</title>
	<atom:link href="http://astercc.org/tag/broadcasting/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>tutorial: use astercc,freepbx and asterisk to build a broadcasting system with IVR and Queue agents</title>
		<link>http://astercc.org/tutorial-2/2011/02/tutorial-use-astercc-freepbx-and-asterisk-to-build-a-broadcasting-system-with-ivr-and-queue-agents.html</link>
		<comments>http://astercc.org/tutorial-2/2011/02/tutorial-use-astercc-freepbx-and-asterisk-to-build-a-broadcasting-system-with-ivr-and-queue-agents.html#comments</comments>
		<pubDate>Fri, 18 Feb 2011 04:26:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cases]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[astercc box]]></category>
		<category><![CDATA[asterCC Comercial]]></category>
		<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[broadcast]]></category>
		<category><![CDATA[broadcasting]]></category>
		<category><![CDATA[callcenter]]></category>
		<category><![CDATA[commercial]]></category>
		<category><![CDATA[dialer]]></category>
		<category><![CDATA[elastix]]></category>
		<category><![CDATA[Freepbx]]></category>
		<category><![CDATA[ivr]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pbxinaflash]]></category>
		<category><![CDATA[predictive dialer]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[trixbox]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=1105</guid>
		<description><![CDATA[the most feature in astercc is the predictive dialer, using the dialer you could improve the work efficiency. In this tutorial, I will introduce how to setup a dialer with...]]></description>
			<content:encoded><![CDATA[<p>the most feature in astercc is the predictive dialer, using the dialer you could improve the work efficiency. In this tutorial, I will introduce how to setup a dialer with a pre-configed IVR:  when dialer start work, customers will hear a IVR which you configed in Freepbx, so we could also config in the IVR to accept customer input, and we can forward to an new IVR or agents in a queue.</p>
<p>1. config a Queue in freepbx</p>
<p>usually you want to config a queue to resonpse customer if they want to reach some live agent, so we config a queue first</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/queue_1.jpg"><img class="aligncenter size-full wp-image-1112" title="queue_1" src="http://astercc.org/wp-content/uploads//2011/02/queue_1.jpg" alt="" width="796" height="452" /></a></p>
<p>2. config an IVR in freepbx</p>
<p>2.1 first we will add some voice in the IVR, you&#8217;d like to use a recording software, just notice that in asterisk, it requires to use wav format and 16bit, 8000HZ mono</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/wavepad_save_file_as_1.jpg"><img class="aligncenter size-full wp-image-1115" title="wavepad_save_file_as_1" src="http://astercc.org/wp-content/uploads//2011/02/wavepad_save_file_as_1.jpg" alt="" width="796" height="309" /></a></p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/wavepad_save_file_as_2.jpg"><img class="aligncenter size-full wp-image-1116" title="wavepad_save_file_as_2" src="http://astercc.org/wp-content/uploads//2011/02/wavepad_save_file_as_2.jpg" alt="" width="796" height="497" /></a></p>
<p>2.2 add a recording</p>
<p>you can either upload the recording you finished in your pc, or use a ext. in system to record a new one</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/uploade_voice_1.jpg"><img class="aligncenter size-full wp-image-1114" title="uploade_voice_1" src="http://astercc.org/wp-content/uploads//2011/02/uploade_voice_1.jpg" alt="" width="796" height="381" /></a></p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/recording_1.jpg"><img class="aligncenter size-full wp-image-1113" title="recording_1" src="http://astercc.org/wp-content/uploads//2011/02/recording_1.jpg" alt="" width="796" height="442" /></a></p>
<p>2.3 add IVR</p>
<p>now queue and recording is ready, we could add the IVR</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/ivr_1.jpg"><img class="aligncenter size-full wp-image-1110" title="ivr_1" src="http://astercc.org/wp-content/uploads//2011/02/ivr_1.jpg" alt="" width="796" height="528" /></a></p>
<p>in announcement, we select the recording we just done, and also we added two options to accept customer input, when customer hits 1, he will go queue 900, and when hits 2, he will go to ext. 5001.</p>
<p>4. add misc</p>
<p>then we need add a misc so the dialer could reach the IVR</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/misc_application_1.jpg"><img class="aligncenter size-full wp-image-1111" title="misc_application_1" src="http://astercc.org/wp-content/uploads//2011/02/misc_application_1.jpg" alt="" width="796" height="471" /></a></p>
<p>remember this feature code 800, we will use it when configing campaign in astercc, you could use some other code as you like, just make sure it&#8217;s unique in your freepbx</p>
<p>now we finished the job in freepbx, you&#8217;d like to dial 800 from any extension, it supposes to bring you to the IVR.</p>
<p>5. config the campaign in astercc</p>
<p>login as admin, and go to campaign, add a campaign as following</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/campaign_1.jpg"><img class="aligncenter size-full wp-image-1117" title="campaign_1" src="http://astercc.org/wp-content/uploads//2011/02/campaign_1.jpg" alt="" width="796" height="695" /></a></p>
<p>make sure in &#8220;Inexten&#8221; you put the same code as in &#8220;misc application&#8221;, and in &#8220;Queue number&#8221; put the same queue number as your freepbx queue</p>
<p>6. add agent user in astercrm</p>
<p>you&#8217;d like to add some account for your agents if you want them get a popup form when they start answer customer calls, go to &#8220;Extension&#8221; to add astercrm account for your agents, make sure the account &#8220;extension&#8221; match the ext. in your freepbx</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/account_1.jpg"><img class="aligncenter size-full wp-image-1118" title="account_1" src="http://astercc.org/wp-content/uploads//2011/02/account_1.jpg" alt="" width="796" height="495" /></a></p>
<p>7. start dialer and test agent</p>
<p>before start dialer, you&#8217;d like to check your astercc.conf</p>
<p>make sure this parameter is configed as</p>
<p>doublecheckcampaign = yes</p>
<p>then restart astercc daemons</p>
<p>/opt/asterisk/scripts/astercc/asterccd restart</p>
<p>ask your agent login and as admin go to dialer page, start the dialer</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/dialer_1.jpg"><img class="aligncenter size-full wp-image-1109" title="dialer_1" src="http://astercc.org/wp-content/uploads//2011/02/dialer_1.jpg" alt="" width="796" height="380" /></a></p>
<p>as an agent, he will get a popup when customer answered the call and hit 1 for queue</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/agent_popup_1.jpg"><img class="aligncenter size-full wp-image-1106" title="agent_popup_1" src="http://astercc.org/wp-content/uploads//2011/02/agent_popup_1.jpg" alt="" width="797" height="501" /></a></p>
<p>8. check report</p>
<p><a href="http://astercc.org/wp-content/uploads//2011/02/campaigndialedlist_1.jpg"><img class="aligncenter size-full wp-image-1108" title="campaigndialedlist_1" src="http://astercc.org/wp-content/uploads//2011/02/campaigndialedlist_1.jpg" alt="" width="796" height="507" /></a></p>
<p>you could go to dialedlist to check the campaign status</p>
<p>* to get a working freepbx and asterisk easily, you could choose  astercc box, elastix, pbxinaflash or trixbox</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/tutorial-2/2011/02/tutorial-use-astercc-freepbx-and-asterisk-to-build-a-broadcasting-system-with-ivr-and-queue-agents.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tutorial: use astercrm &amp; asterisk for broadcasting</title>
		<link>http://astercc.org/tutorial-2/2009/11/tutorial-use-astercrm-asterisk-for-broadcasting.html</link>
		<comments>http://astercc.org/tutorial-2/2009/11/tutorial-use-astercrm-asterisk-for-broadcasting.html#comments</comments>
		<pubDate>Fri, 06 Nov 2009 06:39:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[asterCRM]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[broadcasting]]></category>
		<category><![CDATA[callcenter]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[outbound campaign]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://astercc.org/?p=632</guid>
		<description><![CDATA[in this tutorial, it will guide u how to broadcast your message in asterisk and astercrm. 1. add outbound context in asterisk add the following content in your dialplan (like...]]></description>
			<content:encoded><![CDATA[<p>in this tutorial, it will guide u how to broadcast your message in asterisk and astercrm.</p>
<p>1. add outbound context in asterisk</p>
<p>add the following content in your dialplan (like extensions.conf)</p>
<blockquote><p>[for-outbound]<br />
exten =&gt; _X.,1,Dial(SIP/yourtrunk/${EXTEN},45)<br />
exten =&gt; _X.,n,Hangup</p>
<p>exten =&gt; h,1,NoOp(${DIALSTATUS})<br />
exten =&gt; h,n,Hangup</p></blockquote>
<p>here  &#8220;yourtrunk&#8221; should be defined in your sip conf file, or you can use other trunk you have, like IAX2, ZAP, DAHD I&#8230;</p>
<p>2. add inbound context in asterisk</p>
<p>add the following content in your dialplan (like extensions.conf)</p>
<blockquote><p>[for-collection]<br />
exten =&gt; _X.,1,NoOp(${EXTEN})<br />
exten =&gt; _X.,Background(YOURMESSAGE)<br />
exten =&gt; _X.,n,Hangup</p>
<p>exten =&gt; 1,1,Queue(1000); means when customer press 1 when it&#8217;s playing, he will reach your queue 1000</p>
<p>exten =&gt; h,1,Hangup()</p></blockquote>
<p>then it will look like</p>
<p><a title="context" rel="lightbox[pics632]" href="http://astercc.org/wp-content/uploads/2009/11/context.jpg"><img class="attachment wp-att-639 " src="http://astercc.org/wp-content/uploads/2009/11/context.jpg" alt="context" width="522" height="233" /></a></p>
<p>3. add group in astercrm</p>
<p>login astercrm as admin, then go to extension-&gt;group admin, add a group for this broadcasting project</p>
<p><a href="http://astercc.org/wp-content/uploads/2009/11/group.jpg"><img class="attachment wp-att-633 alignnone" src="http://astercc.org/wp-content/uploads/2009/11/group.jpg" alt="group" width="547" height="250" /></a></p>
<p>4. add campaign in astercrm</p>
<p>then go to diallist-&gt;campaign, add a campaign, in outcontext and incontext, we will put the context we added before, for-outbound and for-collection</p>
<p><a title="campaign" rel="lightbox[pics632]" href="http://astercc.org/wp-content/uploads/2009/11/campaign.jpg"><img class="attachment wp-att-637 " src="http://astercc.org/wp-content/uploads/2009/11/campaign.jpg" alt="campaign" width="544" height="311" /></a></p>
<p>5. upload the diallist</p>
<p>you can upload a excel/cvs file to diallist, or you can insert record to diallist table using your script</p>
<p>numbers.csv</p>
<p><a title="numbers" rel="lightbox[pics632]" href="http://astercc.org/wp-content/uploads/2009/11/numbers.jpg"><img class="attachment wp-att-642 " src="http://astercc.org/wp-content/uploads/2009/11/numbers.jpg" alt="numbers" width="269" height="384" /></a></p>
<p>import:</p>
<p><a title="import" rel="lightbox[pics632]" href="http://astercc.org/wp-content/uploads/2009/11/import.jpg"><img class="attachment wp-att-643 " src="http://astercc.org/wp-content/uploads/2009/11/import.jpg" alt="import" width="521" height="344" /></a></p>
<p>6. start the dialer</p>
<p>then u can go to dialer page to enable the campaign,  also you can set a limitation of  the max outbound calls there</p>
<p><a title="dialer" rel="lightbox[pics632]" href="http://astercc.org/wp-content/uploads/2009/11/dialer.jpg"><img class="attachment wp-att-644 " src="http://astercc.org/wp-content/uploads/2009/11/dialer.jpg" alt="dialer" width="524" height="168" /></a></p>
<p>7. set a time limitation</p>
<p>if you only want it dial at spcific time, you can add a time package for the campaign. first add some time</p>
<p>diallist -&gt; worktime</p>
<p><a title="worktime" rel="lightbox[pics632]" href="http://astercc.org/wp-content/uploads/2009/11/worktime.jpg"><img class="attachment wp-att-645 " src="http://astercc.org/wp-content/uploads/2009/11/worktime.jpg" alt="worktime" width="524" height="185" /></a></p>
<p>then create a work time package and add the worktime in</p>
<p><a title="worktime_package" rel="lightbox[pics632]" href="http://astercc.org/wp-content/uploads/2009/11/worktime_package.jpg"><img class="attachment wp-att-646 " src="http://astercc.org/wp-content/uploads/2009/11/worktime_package.jpg" alt="worktime_package" width="526" height="284" /></a></p>
<p>then set the campaign to use this work time package</p>
<p><a title="campaign_with_worktime" rel="lightbox[pics632]" href="http://astercc.org/wp-content/uploads/2009/11/campaign_with_worktime.jpg"><img class="attachment wp-att-647 " src="http://astercc.org/wp-content/uploads/2009/11/campaign_with_worktime.jpg" alt="campaign_with_worktime" width="507" height="450" /></a></p>
<p>8. check dial result</p>
<p>go to diallist -&gt; dialedlist, you can find the result</p>
<p><a title="dialedlist" rel="lightbox[pics632]" href="http://astercc.org/wp-content/uploads/2009/11/dialedlist.jpg"><img class="attachment wp-att-648 " src="http://astercc.org/wp-content/uploads/2009/11/dialedlist.jpg" alt="dialedlist" width="519" height="300" /></a></p>
<p>hope this post can help you create ur first broadcasting campaign, and u can also improve on this, like u can use a script to insert to diallist automaticly or set some survey so customer can press in their option when listening to your message.</p>
]]></content:encoded>
			<wfw:commentRss>http://astercc.org/tutorial-2/2009/11/tutorial-use-astercrm-asterisk-for-broadcasting.html/feed</wfw:commentRss>
		<slash:comments>2</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! -->
