Archive for the ‘asterCRM’ Category

asterCC 0.14-beta and asterCC BOX 0.14-beta-rc1 released

asterCC-BOX-0.14-beta-rc1 asterCRM 0.62: * added dnc(do not call list) for daillist * fixed worktimepackage bug with astercctools * fixed can not update callresult to dialedlist in astercrm.agi * added update groupid and accountid to mycdr(parameter “update_groupid” in astercc.conf) asterBilling 0.12: * updated astercc daemon to fixed the a billing issue, which may cause the billing [...]

Leave a Comment

tutorial: use astercrm & asterisk for broadcasting

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 [...]

Comments (2)

auto recycle the dialed number in a campaign

how to auto recycle in a outbound campaign

Leave a Comment

building a virtual office using astercrm ,freepbx and asterisk

In a virtual office, you will have few receiption but they can answer calls for hundred company, in such case, they should know which number customer dialed so that they dont mess up the calls, now we introduce u how to build a virtual call center using astercrm & asterisk. 1. add extension for receiption [...]

Comments (6)

why cant import when the file is big?

some customers find that they get a problem when import, it just gives a XML error, that’s because there’s too much data and no enough memory for php. find the php.ini for your apache line: memory_limit it could be like 16M or 20M, try change it bigger, say 64M so it looks like memory_limit = [...]

Comments (2)

dialer, queue and popup for asterisk callcenter(freepbx,trixbox,elastix,pbxinflash) with asterCRM

The latest asterCRM has a great improvement in dialer, and with asterCRM, it’s quite easy to build a call center. Here’s a how-to for a outbound call center with Freepbx and astercrm. Following by this how-to, you can creat such a solution: asterCRM dialer will call the numbers in your diallist, and when the call [...]

Comments (16)

Survey features in asterCRM for outbound call center usage

In asterCRM, it provides a survey features, so you can set survey for your customers, here will give you a simple introducation for this: first you need to add a survey, login as admin/group admin go manager interface and click survey icon, click “Add” button for a new survey, you can add several options for [...]

Comments (1)

The difference between customer mode and note mode in portal page

In asterCRM config file: astercrm.conf.php, it provides a option, with the option, you can set the information displayed in the agent work page. The parameter is “portal_display_type”, there’re two valid values, “customer” and “note” When it’s “customer” mode, it would display all customers agent putted When it’s “note” mode, it would display customers with “note” [...]

Leave a Comment

asterCRM, DID information and virtual office

In asterCRM, we can set some description for a trunk or a DID, so that when customer dial in, we could know which number he dialed or which trunk he dialed from. it’s very simple to set this, login as admin and go to management interface, select Trunkinfo, and then add the trunk or didnumber [...]

Leave a Comment

Dynamic Agent mode with asterisk, FreePBX and asterCRM

Dynamic Agent mode is very useful in a outbound call center, agents login to a queue and hear some music we definied in the queue, then predictive dailer start works, it dials customer numbers and once it get connected the dialer will redirect the call to the queue, and agent in the queue could hear [...]

Leave a Comment