Monthly Archives

November 2009

asterCC & asterCC BOX released 0.13

By | Latest News | No Comments
[download#14#size]

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 manage agents.conf
* fixed the bug that cant edit worktime_package
* added callOrder field in diallist
* added diallist panel in portal page
* added the daemon to convert recording files to mp3 format
* added mp3 online player
* added agent portal panel switcher
* added clear screen button in agent portal

asterBilling 0.11:

* fixed the prefix billing
* added professional mode
* added member mode switch
* added Portuguese support

astercrm_agentsettings

astercrm agent management
astercrm_clearscreen

astercrm clearscreen
astercrm_dialliatpannel

astercrm diallist pannel
astercrm_panelswitcher

astercrm panels witcher
astercrm_mp3player

astercrm mp3player for recording files
asterbilling_professional

asterbilling professional mode
asterbilling_portuguese

asterbilling portuguese language support
.
freepbx2.6 in asterCC BOX 0.13

freepbx2.6 in asterCC BOX 0.13
asternic_realtime

asternic_realtime
asternic_distribution

asternic_distribution


tutorial: use astercrm & asterisk for broadcasting

By | asterCRM | 6 Comments

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 extensions.conf)

[for-outbound] exten => _X.,1,Dial(SIP/yourtrunk/${EXTEN},45)
exten => _X.,n,Hangup

exten => h,1,NoOp(${DIALSTATUS})
exten => h,n,Hangup

here  “yourtrunk” should be defined in your sip conf file, or you can use other trunk you have, like IAX2, ZAP, DAHD I…

2. add inbound context in asterisk

add the following content in your dialplan (like extensions.conf)

[for-collection] exten => _X.,1,NoOp(${EXTEN})
exten => _X.,Background(YOURMESSAGE)
exten => _X.,n,Hangup

exten => 1,1,Queue(1000); means when customer press 1 when it’s playing, he will reach your queue 1000

exten => h,1,Hangup()

then it will look like

context

3. add group in astercrm

login astercrm as admin, then go to extension->group admin, add a group for this broadcasting project

group

4. add campaign in astercrm

then go to diallist->campaign, add a campaign, in outcontext and incontext, we will put the context we added before, for-outbound and for-collection

campaign

5. upload the diallist

you can upload a excel/cvs file to diallist, or you can insert record to diallist table using your script

numbers.csv

numbers

import:

import

6. start the dialer

then u can go to dialer page to enable the campaign,  also you can set a limitation of  the max outbound calls there

dialer

7. set a time limitation

if you only want it dial at spcific time, you can add a time package for the campaign. first add some time

diallist -> worktime

worktime

then create a work time package and add the worktime in

worktime_package

then set the campaign to use this work time package

campaign_with_worktime

8. check dial result

go to diallist -> dialedlist, you can find the result

dialedlist

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.

A Sonicwell Product · Also: CXMind AI · WCC Contact Center