Displaying 1 result from an estimated 1 matches for "dial_guest".
Did you mean:
dial_dest
2010 Apr 13
2
All incoming calls landing in [customers] context
...d I seem be be running into something
that doesn't make sense to me.
I've got 2 contexts, one for customers, and one for guests, that I include
into [customers] and [default], in extensions.conf, as below:
=============================================================
[default]
include = dial_GUEST
[customers]
include = parkedcalls
include = dial
=============================================================
The contexts, dial, and dial_GUEST essentially handle all call routing, with
the idea that guests (anonymous internet callers) can't get out to the pstn.
The problem is that ALL in...