Posts Tagged ‘free’

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

why we say asterCC solutions could work with all kinds of asterisk based solution.

asterCC package provides a call center solution and a billing solution for asterisk, the most important feature is, asterCC could work with all asterisk based solutions and no need do any modification to the original system,  as we have tested, including:

Trixbox
Elastix
Callweaver
Freepbx
Magiclink
Fonesoft
asterisk2billing (a2b)
pbx in a flash

so when you are using a asterisk based system and want [...]

Leave a Comment