Re: [Asterisk-Users] Drop the call in 10min

2003-07-14 Thread Cristi
[EMAIL PROTECTED] wrote: There is a way to drop every running call every 10 min of conversation? Isamar ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users Check the whentohangup value from cdr

Re: [Asterisk-Users] Drop the call in 10min

2003-07-14 Thread Cristi
[EMAIL PROTECTED] wrote: There is a way to drop every running call every 10 min of conversation? Isamar ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users ast_channel_setwhentohangup(chan,600);

[Asterisk-Users] Drop the call in 10min

2003-07-13 Thread isamar
There is a way to drop every running call every 10 min of conversation? Isamar ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Drop the call in 10min

2003-07-13 Thread Jeremy McNamara
*CLI show application AbsoluteTimeout -= Info about application 'AbsoluteTimeout' =- [Synopsis]: Set absolute maximum time of call [Description]: AbsoluteTimeout(seconds): Set the absolute maximum amount of time permitted for a call. A setting of 0 disables the timeout. Always returns 0.