Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 726 Bytes

File metadata and controls

19 lines (12 loc) · 726 Bytes

CallerIDCheck

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.

  1. download files
  2. chmod +x autocalleridcheck
  3. chmod +x singlelinecheck

Use the scripts

  1. Modify both lists with the numbers you need to check and call
  2. callerids.list -- list of outbound called IDs the calls will come from
  3. testphones.list -- list of phone numbers to call using the oubound caller IDs from the above list for each call
  4. ./autocalleridcheck

or

  1. ./singlelinecheck [CallerID.to.Check] [Test.Line.to.Call]