Restricting max duration of a call

Hi,

I have to restrict the duration of all the calls through our Asterisk server to a specific value say 1 hour.

Can anyone point me in the right direction as to how to configure?

thanks,

RD

If you are dialing out have a look at the L option:
voip-info.org/wiki-Asterisk+cmd+Dial

Or you can use the Absolutetimeout command:
voip-info.org/wiki/index.php … uteTimeout

THANKS.