[Asterisk-Dev] Re: [Asterisk-Users] Queues and max time in queue timeout?

James Sizemore james at deny.org
Sun Oct 12 15:40:42 MST 2003


Thanks , You know if either of these patchs will be in CVS soon?
Hell I would be happy if queue() just listened to AbsoluteTimeout
it does not! If it did I could have done something like this:

[closed]
exten => 3860,1,AbsoluteTimeout(10)
exten => 3860,2,Queue(nocnq|tT)
exten => 3860,3,AbsoluteTimeout(0)
exten => 3860,4,Background(OpsMenuNight)
exten => 3860,5,Voicemail2(u3860 at isdnnet)
exten => 3860,6,Goto(default|#|1)
exten => t,1,Goto(3860|3)
exten => 0,1,Goto(receptionist|s|1)

Hu hum!


Richard Lyman wrote:

> http://bugs.digium.com/bug_view_page.php?bug_id=0000195
>
> hunt the bugs, someone else was doing one also.
>
> James Sizemore wrote:
>
>> Can a call be kicked out of a queue if it reaches a specific timeout?
>> I don't see an obvious way to do this in either queues.conf or
>> extensions.conf any pointers or patches to do this?  <smile>
>>
>>
>> _______________________________________________
>> Asterisk-Users mailing list
>> Asterisk-Users at lists.digium.com
>> http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users






More information about the asterisk-dev mailing list