I have now found myself with a customer that has users in multiple area codes that need to be able to dial 7-digit in all of the area codes.
My intention would be to have an outbound extension for each area code on 1 phone. When the user selects that line for an outbound call I want it to recognize that area code to send based on ${outbound_caller_id_number} variable.
If the "Outbound Caller ID Number" is set to +15597779900, I would hope to be able to do something like this:
Any advice will be appreciated.
My intention would be to have an outbound extension for each area code on 1 phone. When the user selects that line for an outbound call I want it to recognize that area code to send based on ${outbound_caller_id_number} variable.
If the "Outbound Caller ID Number" is set to +15597779900, I would hope to be able to do something like this:
action | bridge | sofia/gateway/xxxx-xxx1/1${outbound_caller_id_number[digits3-5]}$1 | 0 | 85 |
Any advice will be appreciated.