search for: queue_member_list

Displaying 14 results from an estimated 14 matches for "queue_member_list".

2008 Dec 31
2
Troubles with AEL
Hi, I'm migrating some macro from extension.conf format to AEL and they are some things i don't understand, and some i don't evan know how to get them working. Example: Doing this "queueMemberList=${QUEUE_MEMBER_LIST(queue)};" won't make any warning message, however the resulting variable value won't be the expected one (a string) but some kind of number However this work: Set(queueMemberList=${QUEUE_MEMBER_LIST(${queue})}); Is there a reason ? i have the same comportement with...
2009 Mar 07
0
QUEUE_MEMBER_COUNT: Bug or functionality ?
Hi, I use QUEUE_MEMBER_LIST and QUEUE_MEMBER_COUNT to automate Agent logoff at specified time. This works fine in normal case but today i noticed than two agents where still logged-in, but with a status of 'Invalid', and the script wasn't able to remove them since while QUEUE_MEMBER_LIST() correctly listed them,...
2008 Dec 22
1
Disconnect queues members every night
...the extension is 'autodialout' in the context 'queue') ? Channel: Local/autodialout at queues Context: queues Extension: autodialout The other question is how to make this so it is working through configuration upgrades, There is a way to list user from a named queue (QUEUE_MEMBER_LIST()) but i can't find a way to list all queues, is there one or should i manually maintain a list ? regards, benoit
2009 Nov 16
3
Queues
...answers. I would like the call to then try the cell-phones of just the people that are logged into the "on-call" queue. I've got the queue setup and the people log into and out of it by dialing extensions that use AddQueueMember() and RemoveQueueMember() respectively. I tried using QUEUE_MEMBER_LIST to write to a database list when the call comes in however it keeps adding duplicates each time the call goes into the queue. I'm just not seeing how to pass the call that goes into the queue to a dynamic list on the way out. Is attempting something like this even realistic? Thanks in advance...
2010 Jul 11
1
Is a device a member of a queue?
...ember(queuename,SIP/${ext})}?leave:join) exten => 4,n(leave),RemoveQueueMember(queuename,SIP/${ext}) exten => 4,n,Hangup exten => 4,n(join),AddQueueMember(queuename,SIP/${ext}) or simular, If such a function exists it would be very handy.... The only way I can see of doing this is to use queue_member_list(queue) and then loop through the returned list using cut searching for the device. So. 1. Is there a function I'm missing to do this say.. is_queue_member(queuename,channel) or 2. Is there some way of creating such a function. Thanks in advanced Peter Childs
2015 Mar 25
0
Determining if a queue member is paused in Dialplan logic. [1.8]
...that the QUEUE_MEMBER function supports the paused option in 1.8. To be honest, I am not sure if there is a good replacement for what I have done below in the 1.8 series. [sub_autopause_status] exten => s,1,NoOp(Checking for autopaused members for ${arg1} queue) same => n,Set(MEMBERS=${QUEUE_MEMBER_LIST(${arg1})}) same => n,Set(i=1) same => n,Set(max=${FIELDQTY(MEMBERS,,)}) same => n,While($[${i} <= ${max}]) same => n,Set(MEMBER=${CUT(MEMBERS,\,,${i})}) same => n,Set(STATUS=${QUEUE_MEMBER(${arg1},paused,${MEMBER})}) same => n,Set(MEMBER_EXT=${CUT(MEMBER,\/,2)})...
2015 Mar 25
2
Determining if a queue member is paused in Dialplan logic. [1.8]
Howdy, I'm looking at enabling autopause on one of my queues where my queue members are bad about leaving their desks without pausing. The problem I see is that when the queue pauses an Member it doesn't jump into the dialplan to do so which means my handy device state and asterisk database driven Light for the Member showing their paused status won't update. My idea for solving
2017 Oct 30
0
Asterisk 15.1.0 Now Available
...c: PJSIP scripts are missing column dtls_fingerprint in ps_endpoints table (Reported by Florian Floimair) * ASTERISK-27209 - Incorrect SDP in 200 OK when PJSIP_DTMF_MODE is used (Reported by Torrey Searle) * ASTERISK-19103 - When using realtime queues, function QUEUE_MEMBER_LIST() will return an error if no other app/function has loaded the queues first. This problem does not exist if queues.conf is used. (Reported by Jim Van Meggelen) * ASTERISK-21241 - When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is...
2017 Oct 30
0
Asterisk 14.7.0 Now Available
...ect SDP in 200 OK when PJSIP_DTMF_MODE is used (Reported by Torrey Searle) * ASTERISK-27168 - alembic: PJSIP scripts are missing column dtls_fingerprint in ps_endpoints table (Reported by Florian Floimair) * ASTERISK-19103 - When using realtime queues, function QUEUE_MEMBER_LIST() will return an error if no other app/function has loaded the queues first. This problem does not exist if queues.conf is used. (Reported by Jim Van Meggelen) * ASTERISK-21241 - When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is...
2017 Oct 30
0
Asterisk 13.18.0 Now Available
...dtls_fingerprint in ps_endpoints table (Reported by Florian Floimair) * ASTERISK-23608 - ControlPlayback fails to play files with names containing certain non-alpha characters (Reported by Jonathan White) * ASTERISK-19103 - When using realtime queues, function QUEUE_MEMBER_LIST() will return an error if no other app/function has loaded the queues first. This problem does not exist if queues.conf is used. (Reported by Jim Van Meggelen) * ASTERISK-21241 - When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is...
2017 Dec 21
0
Certified Asterisk 13.18-cert1 Now Available
...dtls_fingerprint in ps_endpoints table (Reported by Florian Floimair) * ASTERISK-23608 - ControlPlayback fails to play files with names containing certain non-alpha characters (Reported by Jonathan White) * ASTERISK-19103 - When using realtime queues, function QUEUE_MEMBER_LIST() will return an error if no other app/function has loaded the queues first. This problem does not exist if queues.conf is used. (Reported by Jim Van Meggelen) * ASTERISK-21241 - When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is...
2018 Oct 09
0
Asterisk 16.0.0 Now Available
...c: PJSIP scripts are missing column dtls_fingerprint in ps_endpoints table (Reported by Florian Floimair) * ASTERISK-27209 - Incorrect SDP in 200 OK when PJSIP_DTMF_MODE is used (Reported by Torrey Searle) * ASTERISK-19103 - When using realtime queues, function QUEUE_MEMBER_LIST() will return an error if no other app/function has loaded the queues first. This problem does not exist if queues.conf is used. (Reported by Jim Van Meggelen) * ASTERISK-21241 - When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is...
2018 Oct 09
2
Asterisk 16.0.0 Now Available
...c: PJSIP scripts are missing column dtls_fingerprint in ps_endpoints table (Reported by Florian Floimair) * ASTERISK-27209 - Incorrect SDP in 200 OK when PJSIP_DTMF_MODE is used (Reported by Torrey Searle) * ASTERISK-19103 - When using realtime queues, function QUEUE_MEMBER_LIST() will return an error if no other app/function has loaded the queues first. This problem does not exist if queues.conf is used. (Reported by Jim Van Meggelen) * ASTERISK-21241 - When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...- [ASTERISK-27209 <https://issues.asterisk.org/jira/browse/ASTERISK-27209>] - Incorrect SDP in 200 OK when PJSIP_DTMF_MODE is used (Reported by Torrey Searle) - [ASTERISK-19103 <https://issues.asterisk.org/jira/browse/ASTERISK-19103>] - When using realtime queues, function QUEUE_MEMBER_LIST() will return an error if no other app/function has loaded the queues first. This problem does not exist if queues.conf is used. (Reported by Jim Van Meggelen) - [ASTERISK-21241 <https://issues.asterisk.org/jira/browse/ASTERISK-21241>] - When using voicemail as announce only (maxmsg=0...