July 2017
Intermediate to advanced
434 pages
12h 59m
English
We still have a problem: we saw in the previous chapter how the "Local_Extension" in dialplan define how to route calls whenever "destination_number" (eg, what the caller dialed in hope to reach the callee) is matching the regular expression "^(10[01][0-9])$". This regex matches 1000...1019, and then send the call to the user with an "id" corresponding to the dialed number.
We must do one of two things: we can modify that already existing "Local_Extensions" so its condition matches 1020 too, or we can create a new extension in dialplan.
We can create a new extension in dialplan by copying all the "Local_Extension" XML snippet (from the opening "extension" tag to the closing "/extension" tag, both included). ...
Read now
Unlock full access