[asterisk-bugs] [JIRA] (ASTERISK-27486) Static members lost "pause" on asterisk restart or module unload/load
wushumasters (JIRA)
noreply at issues.asterisk.org
Sun Dec 17 06:26:07 CST 2017
wushumasters created ASTERISK-27486:
---------------------------------------
Summary: Static members lost "pause" on asterisk restart or module unload/load
Key: ASTERISK-27486
URL: https://issues.asterisk.org/jira/browse/ASTERISK-27486
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Applications/app_queue
Affects Versions: 13.18.4, 13.17.0
Environment: Debian 8 64 bits
Reporter: wushumasters
Hi,
When i use static members on queue, after restart asterisk or unload/load app_queue, all mebers need to be paused again
ebian8-teste*CLI> queue show TESTE
TESTE has 0 calls (max unlimited) in 'ringall' strategy (0s holdtime, 0s talktime), W:1, C:0, A:0, SL:0.0% within 60s
Members:
SIP/1140634444 (Local/9998 at queue-dial from SIP/1140634444) (ringinuse enabled) (paused) (Not in use) has taken no calls yet
No Callers
debian8-teste*CLI> module unload app_queue.so
debian8-teste*CLI> module load app_queue.so
debian8-teste*CLI> queue show TESTE
TESTE has 0 calls (max unlimited) in 'ringall' strategy (0s holdtime, 0s talktime), W:1, C:0, A:0, SL:0.0% within 60s
Members:
SIP/1140634444 (Local/9998 at queue-dial from SIP/1140634444) (ringinuse enabled) (Not in use) has taken no calls yet
No Callers
The option "persistentmembers" is "yes"
Sorry my english
Thanks
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list