I have 4-digit extensions and ring groups.
I want to dial out without a 9 prefix, anything 3+ digits.
^(\d{3,20})$
works for outbound, but it then seems to break inbound calls - anything inbound then is treated as outbound.
I know there are trivial workaround but is this the expected behaviour?
I want to dial out without a 9 prefix, anything 3+ digits.
^(\d{3,20})$
works for outbound, but it then seems to break inbound calls - anything inbound then is treated as outbound.
I know there are trivial workaround but is this the expected behaviour?