[asterisk-users] Goto Question

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Thu Jan 8 10:24:24 CST 2009


On Thursday 08 January 2009 09:56:04 Darrin Henshaw wrote:
> My situation I have is based on the contexts already in place, particularly
> for outbound calls, I need to do a Goto sending the call back into the
> extension it currently is. The reason for this is they want to implement
> call recording using MixMonitor. To do so they are going to prefix all
> calls they want to record with an *. However, I only have one context for
> outgoing calls, meaning once I invoke MixMonitor, I need to strip the fist
> digit from the call and send it back into that same extension.
>
> Is this possible? I haven't tried it before, and am not sure if it will
> work. Thanks.

Goto(${EXTEN:1},1)

-- 
Tilghman



More information about the asterisk-users mailing list