[asterisk-users] timeout with outbound calls

A J Stiles asterisk_list at earthshod.co.uk
Fri Jul 8 06:43:39 CDT 2011


On Friday 08 Jul 2011, salaheddine elharit wrote:
> what can i do in order to fix this issue

If and when an absolute timeout occurs, Asterisk jumps to the "T" extension.  
So, in the same context as your 223 extension, you need something like

exten => T,1,NoOp(Absolute timeout triggered)
exten => T,n,Hangup()

This will write "Absolute timeout triggered" to the console and hang up.  Put 
whatever commands in there you like, obviously .....

-- 
AJS

Answers come *after* questions.



More information about the asterisk-users mailing list