Displaying 1 result from an estimated 1 matches for "business1".
Did you mean:
business
2006 Feb 23
2
Incoming/Outgoing call question
...her companies have about 3 to 5 numbers going into their offices. My
question is if there is a good way to test for which number and where to
send it to.
Right now my though process was something like this (keep in mind I
haven't wrote it):
[default]
include => Our-Numbers
include => Business1
include => Business2
[Out-Numbers]
exten => s,1,gotoif,$[${EXTEN}=Number1 |
${EXTEN}=Number2......${EXTEN}=NumberN]?Match:1|:
Is that the best way to test for the number that is being dialed? Or can
you recommend a better way. If anyone has done something similar could
you share how you...