Hello Everyone, its been a little while!
Asterisk: 13.7.2
I have been playing around with a callback script I wrote in the override file:
* The system collects a callback number from the caller and calls the collected number back.
* When the system calls the collected number back and checks if the caller is really there (press 1 to continue).
* If the caller is there (presses 1) they are then transferred to a miscellaneous destination.
This all works fine, but one enhancement I would like to add is that the caller ID changes from my trunk CID (which it currently is) to the number of the caller that the system called.
Any ideas on what I need to add to the override file to accomplish this?
Example:
* Caller calls in and provides a number, 444.444.4444.
* System collects the number, 444.444.4444, and hangs up.
* System calls 444.444.4444 and confirms the caller is there before transferring to misc destination.
How do I make it so the caller ID that the misc destination sees is 444.444.4444 and not the trunk CID?
Thanks for any help or guidance you may be able to provide!