Re: [asterisk-users] Continuing after a TIMEOUT(absolute)

2010-05-13 Thread lesouvage
The whole idea of TIMEOUT(absolute) is to end to call after a certain time. My advice is to explain what you are trying to achieve, there might be a solutions but I doubt you will find it while using TIMEOUT(absolute). If the dial plan reaches the t or T extension there are, as far as I

Re: [asterisk-users] Continuing after a TIMEOUT(absolute)

2010-05-13 Thread Zeeshan Zakaria
It is possible. I do a whole lot of processing after dial and before hanging up a call. In your case you can try using something like: exten = h,1,Playback(blah) exten = h,2,HangUp() And make sure these lines are in the same context where the Dial command is. There are other ways too to achieve

Re: [asterisk-users] Continuing after a TIMEOUT(absolute)

2010-04-30 Thread C F
I don't think you are actually hitting the time out. Comment out the set timeout line I think the results will be the same. Which tells me the timeout is not kicking in. On 4/29/10, Brendan Sterne bren...@callvine.com wrote: Greetings, I'm trying to continue to do some processing after a

Re: [asterisk-users] Continuing after a TIMEOUT(absolute)

2010-04-30 Thread Brendan Sterne
CF, When I comment out the timeout the call continues as expected. I believe the timeout is kicking in. Can anyone point me to an example where TIMEOUT(absolute) is used as a general timer, where the call continues after the expiry? I'm not sure which extension to use T or t. I've tried

[asterisk-users] Continuing after a TIMEOUT(absolute)

2010-04-29 Thread Brendan Sterne
Greetings, I'm trying to continue to do some processing after a TIMEOUT (absolute). In my dialplan below, when a call comes in to [default], I call macro-phonenum and pass it a timeout of 20 seconds. macro- phonenum sets TIMEOUT(absolute), then loops saying the phone number that was