[Asterisk-Users] Timeout Gives T in cdr.

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Mon May 3 14:08:47 MST 2004


On Monday 03 May 2004 13:56, Frank Mandarino wrote:
> I have worked around this issue by storing the extension in a
> variable, then restoring it using a Goto in the 'T' processing. 
> For example:
>
> exten => 411,1,SetVar(ORIG_EXTEN=${EXTEN})
> exten =>
> 411,2,Dial(IAX2/hhandresen at iaxtel/18005558355 at iaxtel,40,rS(10)) ...
> exten => 411,200,Playback(call-timed-out)
> exten => 411,201,Hangup
>
> exten => T,1,Goto(${ORIG_EXTEN},200)

I'm curious about your usage here.  You don't appear to be using
AbsoluteTimeout, yet you're using extension "T", not extension "t".
How is this working for you?

-- 
Tilghman



More information about the asterisk-users mailing list