[asterisk-bugs] [Asterisk 0012671]: Dynamic queue member does not survive reboot/restart when using aliases
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue May 27 10:40:54 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12671
======================================================================
Reported By: b_plessis
Assigned To: putnopvut
======================================================================
Project: Asterisk
Issue ID: 12671
Category: Applications/app_queue
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: 1.4.20
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 05-16-2008 17:14 CDT
Last Modified: 05-27-2008 10:40 CDT
======================================================================
Summary: Dynamic queue member does not survive reboot/restart
when using aliases
Description:
Since i started to using the masquerading function for dynamic queue
member like that:
queue add member Local/888 at queues/n to support penalty 10 as Agent/888
everytime i do a shutdown or even a 'restart now' the queue member became
all invalid.
Before reboot:
database show give:
...
/Queue/PersistentMembers/support :
Local/136 at queues/n;10;0;Agent/136|Local/131 at queues/n;10;0;Agent/131|Local/888 at queues/n;20;0;Agent/888
...
queue show give:
support has 0 calls (max unlimited) in 'rrmemory' strategy (20s
holdtime), W:0, C:67, A:79, SL:0.0% within 0s
Members:
Agent/136 with penalty 10 (dynamic) (Not in use) has taken 27 calls
(last was 25203 secs
Agent/131 with penalty 10 (dynamic) (Not in use) has taken 8 calls
(last was 26886 secs
Agent/888 with penalty 20 (dynamic) (Not in use) has taken no calls
yet
No Callers
after reboot:
/Queue/PersistentMembers/support :
Local/136 at queues/n;10;0;Agent/136|Local/131 at queues/n;10;0;Agent/131|Local/888 at queues/n;20;0;Agent/888
support has 0 calls (max unlimited) in 'rrmemory' strategy (0s
holdtime), W:0, C:0, A:0, SL:0.0% within 0s
Members:
Agent/136 with penalty 10 (dynamic) (Invalid) has taken no calls
yet
Agent/131 with penalty 10 (dynamic) (Invalid) has taken no calls
yet
Agent/888 with penalty 20 (dynamic) (Invalid) has taken no calls
yet
No Callers
======================================================================
----------------------------------------------------------------------
svnbot - 05-27-08 10:40
----------------------------------------------------------------------
Repository: asterisk
Revision: 118359
_U trunk/
U trunk/configs/queues.conf.sample
------------------------------------------------------------------------
r118359 | tilghman | 2008-05-27 10:40:53 -0500 (Tue, 27 May 2008) | 11
lines
Merged revisions 118358 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r118358 | tilghman | 2008-05-27 10:45:37 -0500 (Tue, 27 May 2008) | 3
lines
Add a note that pbx_config.so is needed for Local channels.
(Closes issue http://bugs.digium.com/view.php?id=12671)
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=118359
Issue History
Date Modified Username Field Change
======================================================================
05-27-08 10:40 svnbot Note Added: 0087354
======================================================================
More information about the asterisk-bugs
mailing list