I would like to be able to adjust the inbound route dialplan that gets generated when you setup a destination. What files or scripts control what builds the resulting dialplan?
Specifically, I would like to insert a caller ID lookup line before the transfer line. This works great on its own but I have to manually add it each time I create a new destination. I would like to have it populate automatically.
action set effective_caller_id_name=${cidlookup(${caller_id_number})} true 0 25
Specifically, I would like to insert a caller ID lookup line before the transfer line. This works great on its own but I have to manually add it each time I create a new destination. I would like to have it populate automatically.
action set effective_caller_id_name=${cidlookup(${caller_id_number})} true 0 25