Displaying 2 results from an estimated 2 matches for "numbern".
Did you mean:
number
2006 Feb 23
2
Incoming/Outgoing call question
...mber 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 did this type of a setup? I know I could manually put
in each one, but I think there probably is a better way. If I have t...
2005 Mar 22
0
RE: Asterisk-Users Digest, Vol 8, Issue 150
...ASE_COMPLETE answering teh SETUP. The fact that the CALL PROCEEDING
>also includes a PROGRESS element is incidental.
>
>
Are you suggesting that * is telling the other side that we are making
noise and they shouldn't? My intent here is to have the telco say "I'm
sorry the numbern is not in service" instead of tying up one of our
lines for the duration of such a message. Likewise with Congestion....
odd part is that Busy works fine, as I mentioned in my original post.
Thanks for the posts Peter and Eric. Good to know I am going about
this in the right direction....