FOP2 ADDMEMBER/REMOVEMEMBER issue
HI,
Every time I add member to a queue in a FOP2 I get following messages in queue_log file:
But when i add member through feature code *455101 i get following messages:
As you can see when I use feature code Asterisk use MemberName in ADDMEMBER/REMOVEMEMBER messages, and I can find this in a Asternic CC Stats Pro by the agent name. But when I use FOP2 GUI I should find it by Agent/[number] in Asternic CC Stats Pro.
Is there a way to change queue_log messages to use MemberName when I add agent through FOP2 GUI?
Every time I add member to a queue in a FOP2 I get following messages in queue_log file:
1404293734|MANAGER|5101|Local/2101@from-queue/n|ADDMEMBER|
1404293738|MANAGER|5101|Local/2101@from-queue/n|REMOVEMEMBER|
But when i add member through feature code *455101 i get following messages:
1404293806|1404293803.0|5101|Local/2101@from-queue/n|ADDMEMBER|
1404293806|MANAGER|5101|Andrey Dudnikov|ADDMEMBER|
1404293819|1404293817.1|5101|Local/2101@from-queue/n|REMOVEMEMBER|
1404293819|MANAGER|5101|Andrey Dudnikov|REMOVEMEMBER|
As you can see when I use feature code Asterisk use MemberName in ADDMEMBER/REMOVEMEMBER messages, and I can find this in a Asternic CC Stats Pro by the agent name. But when I use FOP2 GUI I should find it by Agent/[number] in Asternic CC Stats Pro.
Is there a way to change queue_log messages to use MemberName when I add agent through FOP2 GUI?
Comments
/usr/local/fop2/fop2_server -v
To set the member names, among other settings for add/remove members, you have to add the queuechannel directive to your button configuration (if you do that by hand, autoconfiguration scripts for freepbx will do that automatically):
queuechannel=Local/101@from-queue/n|Penalty=0|MemberName=Reception|StateInterface=SIP/101
fop2_server version 2.27
I'm using it with Asterisk 11 and FreePBX 2.11. Buttons were configured with autoconfiguration, and in table fop2buttons there is MemberName filled up with name, but any way in messages there is just Local/2101@from-queue/n not the name.
This is for the asterisk wiki:
I've tried out tailqueuelogFreePBX28 and now Asterisk queue log messages doubles: