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

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to