Two BASH scripts to interface with Asterisk to auto dial a list of numbers using a list of different outbound caller ID for each call. The calls last 11 secs or enough time to ring about 2 times. If the call is answered then a recording plays and the call disconnects.
- download files
- chmod +x autocalleridcheck
- chmod +x singlelinecheck
Use the scripts
- Modify both lists with the numbers you need to check and call
- callerids.list -- list of outbound called IDs the calls will come from
- testphones.list -- list of phone numbers to call using the oubound caller IDs from the above list for each call
- ./autocalleridcheck
or
- ./singlelinecheck [CallerID.to.Check] [Test.Line.to.Call]