AbsoluteTimeout

Hello

My dialplan uses:
exten => s,1,AbsoluteTimeout(1000)

But i can’t find it. Logs show:
[Mar 19 12:40:42] WARNING[4249]: pbx.c:1755 pbx_extension_helper: No
application ‘AbsoluteTimeout’ for extension (DID_trunk_1, s, 1)

Should i compile asterisk with some special flags (or download some addons) ? to have AbsoluteTimeout() ?

Thanx

You might want to look at

asteriskguru.com/tutorials/a … meout.html

Ian

AbsoluteTimeout() has retired quite some time ago. Check out function TIMEOUT().

(or core show function TIMEOUT if 1.4.)