http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+AbsoluteTimeout
The AbsoluteTimeout should do the trick. Also take a look at the newer format: http://www.voip-info.org/wiki/index.php?page=Asterisk+func+timeout absolute: The absolute maximum amount of time permitted for a call. A setting of 0 disables the timeout. digit: The maximum amount of time permitted between digits when the user is typing in an extension. When this timeout expires, after the user has started to type in an extension, the extension will be considered complete, and will be interpreted. Note that if an extension typed in is valid, it will not have to timeout to be tested, so typically at the expiry of this timeout, the extension will be considered invalid (and thus control would be passed to the 'i' extension, or if it doesn't exist the call would be terminated). The default timeout is 5 seconds. response: The maximum amount of time permitted after falling through a series of priorities for a channel in which the user may begin typing an extension. If the user does not type an extension in this amount of time, control will pass to the 't' extension if it exists, and if not the call would be terminated. The default timeout is 10 seconds. -----Original Message----- From: Richard (Rogers @ work) [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 9:15 PM To: [email protected] Subject: [on-asterisk] Maximum timeout for each call HI, I would like to set up a maximum timeout say 30 mins for a given extension or globally for all calls. When timeout happens, it will disconnect a given call. Is this doable with configuration? Thanks, Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
