Archive for November, 2009

asterCC & asterCC BOX released 0.13

asterCC V0.13 (1790) - 14.26 MB
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 [...]

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 you can use other trunk you have, like [...]

Leave a Comment