[Asterisk-Dev] Re: [Asterisk-Users] Queues and max time in queue
timeout?
Richard Lyman
pchammer at dynx.net
Sun Oct 12 19:14:22 MST 2003
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
>
More information about the asterisk-dev
mailing list