Limiting Call Length

We want to use an AGI script to limit the length of any given call. This is not a global setting, we need to do it on a per-call basis.

From the documentation I’ve read, it seems setting the AbsoluteTimeout variable would be the best approach.

Is there a different approach we should be looking at?

Thanks,
Dean

You can try to create part of the dialplan in AGI and generate Dial with L(x) option

Can I make a DeadAGI call to a PHP script and build the dialplan that way?

Thanks,
Dean