I am looking for a callback system, usually associated with International Callback firms like Boomerang. I have found one called TollMaster, but he wants way too much for it.
Or, how would I get a program where I can do the following:
A DID pool say 100 numbers.
A DB where a record contains a DID number and a fixed telephone number (most likely a cell phone).
Code:
1. Inbound call on one channel (channel A).
2. Ring triggers record lookup. Do not pick up inbound call.
3. Lookup DID # in DB, and get cell #.
4. Wait 30 seconds.
5. Grab one channel on T1 (Channel B),
6. and dial cell # from DB.
7. After answer, grab other open channel (Channel C),
8. provide dial tone to Channel B,
9. and pass or transfer DTMF dialing to channel C.
Any suggestions?
Or, how would I get a program where I can do the following:
A DID pool say 100 numbers.
A DB where a record contains a DID number and a fixed telephone number (most likely a cell phone).
Code:
1. Inbound call on one channel (channel A).
2. Ring triggers record lookup. Do not pick up inbound call.
3. Lookup DID # in DB, and get cell #.
4. Wait 30 seconds.
5. Grab one channel on T1 (Channel B),
6. and dial cell # from DB.
7. After answer, grab other open channel (Channel C),
8. provide dial tone to Channel B,
9. and pass or transfer DTMF dialing to channel C.
Any suggestions?