[asterisk-users] Transfer Question
Mark Johnson
asterisk at astroshapes.com
Fri Jul 13 14:08:10 CDT 2007
Noah Miller wrote:
>
> Sort of. You can create a special extension in the operator's context
> with a Goto() statement. Something like this:
>
> [operator]
> exten => 100,1,Goto(internal,prompt,1)
>
> Then in the internal context:
>
> [internal]
> exten => prompt,1,Background(who-do-you-want-to-call)
> exten => prompt,2,Waitexten(10)
>
> So, when the operator dials 100, he/she can then dial an extension in
> the internal context. Normal transfer from [operator] to [internal]
> would not be allowed.
>
>
> - Noah
This might work, but I don't want people to have to remember to dial 100
if they need to call a certain set of extensions.
I know that the internal numbers all have 3 digits in their caller-id.
Maybe have a different action if the caller-id is not exactly 3 digits?
Mark
More information about the asterisk-users
mailing list