[Home]

Summary:ASTERISK-15130: [patch] Building Queues with Asterisk - A How-to Guide
Reporter:Leif Madsen (lmadsen)Labels:
Date Opened:2009-11-12 16:19:11.000-0600Date Closed:2010-01-14 08:38:39.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Documentation
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) building_queues_with_asterisk_examples.tar.gz
( 1) Building_Queues_DRAFT.txt
( 2) Building_Queues_FINAL.txt
Description:This is a document whose purpose is to instruct the reader on how to build a queue within Asterisk and to get device state working correctly.

This documentation is based on Asterisk 1.6.2.
Comments:By: Paul D Hales (pdhales) 2009-11-15 22:07:58.000-0600

Line 34:
disallow=als

Should read:
disallow=all

By: Leif Madsen (lmadsen) 2009-11-16 10:11:33.000-0600

Updated documentation per note above, and uploaded the file with the fix. Thanks for the review!

By: Chad Wallace (cmdrwalrus) 2009-11-20 14:37:33.000-0600

On line 189:
persistantmembers=yes

should be:
persistentmembers=yes


And line 201:
queue.conf

should be:
queues.conf

By: Chad Wallace (cmdrwalrus) 2009-11-26 17:32:50.000-0600

You mention that it's based on 1.6.2...  but has anyone tried it with 1.4?  

It looks like it should work--as long as your channels have call-limit set.  The example code will probably not work, though, since I'm a 1.4 user, and I don't recognize the template stuff.

Anyway, I only ask because I'm not ready to move to 1.6 right now, but I'd like to use this queue system instead of the one suggested in queues-with-callback-members.txt.  This one is much simpler and more robust than that one.

By: Leif Madsen (lmadsen) 2009-12-01 13:12:26.000-0600

Templates do indeed work with 1.4 -- they have been there for quite a long time, they just don't get enough usage that people know about them. They are great!

Try out the examples. You'll definitely need to change callcounter to call-limit.

Let me know!

By: Digium Subversion (svnbot) 2010-01-14 08:38:03.000-0600

Repository: asterisk
Revision: 240039

A   trunk/doc/building_queues.txt

------------------------------------------------------------------------
r240039 | lmadsen | 2010-01-14 08:38:02 -0600 (Thu, 14 Jan 2010) | 11 lines

Add documentation about how to build queues.

Add a how-to set of documentation about building queues with Asterisk.
This documentation is based on Asterisk 1.6.2 but should work on most
versions with minor modifications.

(closes issue ASTERISK-15130)
Reported by: lmadsen
Patches:
     Building Queues (FINAL).txt uploaded by lmadsen (license 10)
Tested by: pdhales, lmadsen, cmdrwalrus
------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=240039

By: Digium Subversion (svnbot) 2010-01-14 08:38:38.000-0600

Repository: asterisk
Revision: 240040

_U  branches/1.6.2/
A   branches/1.6.2/doc/building_queues.txt

------------------------------------------------------------------------
r240040 | lmadsen | 2010-01-14 08:38:38 -0600 (Thu, 14 Jan 2010) | 19 lines

Merged revisions 240039 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r240039 | lmadsen | 2010-01-14 08:38:01 -0600 (Thu, 14 Jan 2010) | 11 lines
 
 Add documentation about how to build queues.
 
 Add a how-to set of documentation about building queues with Asterisk.
 This documentation is based on Asterisk 1.6.2 but should work on most
 versions with minor modifications.
 
 (closes issue ASTERISK-15130)
 Reported by: lmadsen
 Patches:
       Building Queues (FINAL).txt uploaded by lmadsen (license 10)
 Tested by: pdhales, lmadsen, cmdrwalrus
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=240040