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

James Sizemore james at deny.org
Mon Oct 13 07:18:47 MST 2003


Or is this the current patch <smile>  app_queue.c-recursiveboxcar.patch

James Sizemore wrote:

> I agree, Your patch would be a nice addition to the queue functionality.
> I nominate  this patch for inclusion in CVS as is:
> http://asterisk.toad.net/app_queue.c-pos+holdtime+queuetimeout.patch
>
> And if "average time in queue" is the only thing holding up this patch 
> right
> now just drop it till that part gets worked out.  <smile>
>
> Richard Lyman wrote:
>
>> no clue if either/any ever will.  seems everyone is looking for 
>> either max options, or singular functionality additions.
>> i just made it to do it's function, timeout if no agents available 
>> within X.  if you want to expand other functions please do so.
>>
>> given that the extensions handling is extensive in asterisk, myself i 
>> can't see the need for anything more than the mod i did.  (it's sole 
>> purpose was to dump the call back into extensions handling, where it 
>> is up to the creative juices of it's owner to do with the call what 
>> they will)
>>
>> goodluck
>>
>> James Sizemore wrote:
>>
>>> 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
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Asterisk-Dev mailing list
>>> Asterisk-Dev at lists.digium.com
>>> http://lists.digium.com/mailman/listinfo/asterisk-dev
>>>
>>
>> _______________________________________________
>> Asterisk-Dev mailing list
>> Asterisk-Dev at lists.digium.com
>> http://lists.digium.com/mailman/listinfo/asterisk-dev
>
>
>
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev





More information about the asterisk-dev mailing list