Hi,<br><br>Watching my queue_log file content, I can read entries like :<br>1349940957|1349940957.4|6025|Local/6455@from-queue/n|ADDMEMBER|<br><br>My extensions.conf file used this statement:<br>exten =&gt; *9876,n,AddQueueMember(6025,Local/6455@from-queue/n,10,,FOOBAR,hint:6455@ext-local)<br>
<br>I was expecting to see:<br>1349940957|1349940957.4|6025|FOOBAR|ADDMEMBER|<br><br>Searching the web, I found a reference to <a href="https://issues.asterisk.org/jira/browse/ASTERISK-14769">https://issues.asterisk.org/jira/browse/ASTERISK-14769</a><br>
Reading carefully this issue, I found a reference to a log-member-as-agent = no default value in queues.conf but could not find any other reference of this setting elsewhere.<br><br><br>My questions are:<br>1. Is it possible to configure Asterisk 1.8 (I&#39;m using 1.8.12 but I can upgrade to 1.8.17 if, and only if, necessary) so that ADDMEMBER entries in queue_log refers to member name instead of member location ?<br>
If positive how should this be configured ?<br><br>2. Page <a href="https://wiki.asterisk.org/wiki/display/AST/Queue+Logs">https://wiki.asterisk.org/wiki/display/AST/Queue+Logs</a> do not mention ADDMEMBER events.<br>Is it normal ?<br>
<br>3. Should this log-member-as-agent be documented or should its reference in ASTERISK-14769 somehow explained ?<br><br>Regards<br>