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