Re: [Asterisk-Users] specify maximum call duration

2003-12-30 Thread Olle E. Johansson
Steven Critchfield wrote: On Mon, 2003-12-29 at 14:54, Olle E. Johansson wrote: Steven Critchfield wrote: [incoming] exten = _.*,1,answer ;exten = _.*,2,agi(timeout-lookup.agi) ; alternative exten = _.*/some match,2,Absolutetimeout(360) exten = _.*,2,noop exten =

Re: [Asterisk-Users] specify maximum call duration

2003-12-30 Thread Steven Critchfield
On Tue, 2003-12-30 at 16:25, Olle E. Johansson wrote: OK, thanks. Wasn't aware of that. Interesting feature. I'll see if I'm able to document it so users understand. It opens for very unreadable configurations, so, readers, please use with care... :-) Just like in programming, anytime

RE: [Asterisk-Users] specify maximum call duration

2003-12-29 Thread David Luyens
] [mailto:[EMAIL PROTECTED] Namens Jeremy McNamara Verzonden: zondag 28 december 2003 23:36 Aan: [EMAIL PROTECTED] Onderwerp: Re: [Asterisk-Users] specify maximum call duration David Luyens wrote: Hi, is it possible to specify a maximum call duration for a peer or an extention? Before

Re: [Asterisk-Users] specify maximum call duration

2003-12-29 Thread Philipp von Klitzing
Hi Steven! For your extended part of the original question. [incoming] exten = _.*,1,answer ;exten = _.*,2,agi(timeout-lookup.agi) ; alternative exten = _.*/some match,2,Absolutetimeout(360) exten = _.*,2,noop exten = _.*,3,goto(realcontext,${EXTEN},1) Does this look hard or tedious?

Re: [Asterisk-Users] specify maximum call duration

2003-12-29 Thread Steven Critchfield
On Mon, 2003-12-29 at 14:54, Olle E. Johansson wrote: Steven Critchfield wrote: [incoming] exten = _.*,1,answer ;exten = _.*,2,agi(timeout-lookup.agi) ; alternative exten = _.*/some match,2,Absolutetimeout(360) exten = _.*,2,noop exten = _.*,3,goto(realcontext,${EXTEN},1) Hmmm.

[Asterisk-Users] specify maximum call duration

2003-12-28 Thread David Luyens
Hi, is it possible to specify a maximum call duration for a peer or an extention? David ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] specify maximum call duration

2003-12-28 Thread Brian West
show application AbsoluteTimeout On Sun, 28 Dec 2003, David Luyens wrote: Hi, is it possible to specify a maximum call duration for a peer or an extention? David ___ Asterisk-Users mailing list [EMAIL PROTECTED]

Re: [Asterisk-Users] specify maximum call duration

2003-12-28 Thread Jeremy McNamara
David Luyens wrote: Hi, is it possible to specify a maximum call duration for a peer or an extention? Before posting a question like this you should read all the docs and type Show Applications in the asterisk CLI. This way you would have noticed an application called 'AbsoulteTimeout'

Re: [Asterisk-Users] specify maximum call duration

2003-12-28 Thread Philipp von Klitzing
Hi! Hi, is it possible to specify a maximum call duration for a peer or an extention? Before posting a question like this you should read all the docs and type Show Applications in the asterisk CLI. This way you would have noticed an application called 'AbsoulteTimeout' Hehe... read

Re: [Asterisk-Users] specify maximum call duration

2003-12-28 Thread Steven Critchfield
On Sun, 2003-12-28 at 17:04, Philipp von Klitzing wrote: Hi! Hi, is it possible to specify a maximum call duration for a peer or an extention? Before posting a question like this you should read all the docs and type Show Applications in the asterisk CLI. This way you would

Re: [Asterisk-Users] specify maximum call duration

2003-12-28 Thread Philipp von Klitzing
Hi! Hi, is it possible to specify a maximum call duration for a peer or an extention? Before posting a question like this you should read all the docs and type Show Applications in the asterisk CLI. This way you would have noticed an application called 'AbsoulteTimeout'

Re: [Asterisk-Users] specify maximum call duration

2003-12-28 Thread Steven Critchfield
On Sun, 2003-12-28 at 17:30, Philipp von Klitzing wrote: Hi! Hi, is it possible to specify a maximum call duration for a peer or an extention? Before posting a question like this you should read all the docs and type Show Applications in the asterisk CLI. This way