Queue members not showing in queue button
I've have a plain vanilla Asterisk 13.3.2 installation (no freepbx) and just installed fop2 2.31.
Note: I am not using mysql for either, if that matters.
I created a basic buttons.cfg with only Extension and Queue buttons defined. The extension buttons work as expected. The queue buttons do show waiting calls, but they are not listing the queue members. (This worked fine for me on earlier versions of Asterisk with earlier versions of fop2, so I am familiar with what it should look like).
Here is an example of output from a "queue show", which does show the members:
Here is an example of those user's definitions from my sip.conf:
And here is an example of the queue definition in buttons.cfg:
I've tried to keep both the Asterisk and FOP installations very basic and simple, so I'm not sure where I've gone wrong.
Any ideas of what I can do or check?
Note: I am not using mysql for either, if that matters.
I created a basic buttons.cfg with only Extension and Queue buttons defined. The extension buttons work as expected. The queue buttons do show waiting calls, but they are not listing the queue members. (This worked fine for me on earlier versions of Asterisk with earlier versions of fop2, so I am familiar with what it should look like).
Here is an example of output from a "queue show", which does show the members:
Trouble-Phones-EAST has 3 calls (max unlimited) in 'rrmemory' strategy (545s holdtime, 288s talktime), W:0, C:33, A:2, SL:57.6% within 600s
Members:
"Clerk 14" <> (sip/1014 from sip/1014) (ringinuse disabled) (dynamic) (paused) (Not in use) has taken 6 calls (last was 1199 secs ago)
"Clerk 21" <> (sip/1021 from sip/1021) (ringinuse disabled) (dynamic) (paused) (Not in use) has taken no calls yet
"Clerk 15" <> (sip/1015 from sip/1015) (ringinuse disabled) (dynamic) (paused) (Not in use) has taken 22 calls (last was 1197 secs ago)
"Clerk 13" <> (sip/1013 from sip/1013) (ringinuse disabled) (dynamic) (paused) (Not in use) has taken no calls yet
Callers:
1. SIP/2093-0000166b (wait: 31:40, prio: 0)
2. SIP/2092-0000178d (wait: 19:51, prio: 0)
3. SIP/2091-00001793 (wait: 19:46, prio: 0)
Here is an example of those user's definitions from my sip.conf:
[1013](softphone)
username=1013
callerid="Clerk 13"
context=default
[1014](softphone)
username=1014
callerid="Clerk 14"
context=default
[1015](softphone)
username=1015
callerid="Clerk 15"
context=default
And here is an example of the queue definition in buttons.cfg:
[QUEUE/Trouble-Phones-EAST]
type=queue
extension=3004
context=default
label=Trouble EAST
I've tried to keep both the Asterisk and FOP installations very basic and simple, so I'm not sure where I've gone wrong.
Any ideas of what I can do or check?
Comments
Is this a bug or am I doing something wrong?
I can try and get an Asterisk 12 installation together as a test just to see if it is isolated to Asterisk 13 or not.
The only thing that I think is funny is the member name for your queue members. You usually have just a name, like John, not a full callerid string like it seems you have:
"Clerk 14" <>
With quotes for the name and empty number between <>
How are you adding your queue members?
Best regards,
One thing I noticed after restarting Asterisk is that the new CallerID's weren't taking effect! It seems that was due to me having PersistentMembers=yes in queues.conf, which I just changed to no and restarted again. Now the caller ID's are correct in queue show:
But they unfortunately still don't show up in the queue buttons in FOP - they still say Agents: 0 and don't list the actual members.
I feel like we are getting closer, though. I'll keep tinkering...
A queue member name could be Clerk02, instead of "Clerk02" <1002>
How are you adding queue members? Queue member names are NOT in direct relation with callerid settings in sip.conf
To help remove the softphone from the equation, I just tried adding a queue member from the Asterisk console using
When I do that, the member does look a little different in the console, but still no change on the button itself:
If I do the above while running FOP2 in debug mode, I get the following output:
Does that last line perhaps help narrow down this issue at all?
queue add member SIP/1002 to In-Lanes as 'Clerk 02'
Best regards,
If I do "queue add member SIP/1002 to In-Lanes"
No quotes - and it DOES show up in the Queue button as "Clerk02" (the callerid).
Oddly, the "as" at the end of the queue add member line is not working at all - it rejects the command. No matter though.
So I either need to figure out how to ditch the quotes or get that patched version from you. I'm not sure what is adding them, though, since I took them out of the callerid string entirely, and the phone app doesn't specify it anywhere in its config (but maybe it is reading it from Asterisk's callerid and adding the quotes before sending the AMI command).
On a side note, I do have an older system elsewhere running Asterisk 1.8.7 with FOP2 2.26 where the queue buttons work fine even though it also has quotes in the member names.
Thanks for all your help thus far!!! I'll try and find you in live chat.
Best regards,
When i have upgrade the latest version all queue members not shown like before ..
please help me..
Second, did you configure buttons manually via buttons.cfg or similar? If so, you must be sure the queue buttons have a context and extension headers defined, otherwise they won't display its members.