Displaying 2 results from an estimated 2 matches for "testcorp7".
Did you mean:
testcorp
2010 Nov 05
1
GROUP_COUNT not counting correctly
...nt = ${GROUP_COUNT(40L)})
exten => s,n,Set(GROUP(40)=40L)
exten => s,n,NoOp(This channel is member of : ${GROUP_LIST()})
exten => s,n,NoOp(groepcount = ${GROUP_COUNT(40L)})
this is the output on a first call :
[Nov 5 17:17:31] -- Executing [s at sub-CheckChannels:17]
NoOp("SIP/testcorp7-00000036", "groepcount = 0") in new stack
[Nov 5 17:17:31] -- Executing [s at sub-CheckChannels:18]
Set("SIP/testcorp7-00000036", "GROUP(40)=40") in new stack
[Nov 5 17:17:31] -- Executing [s at sub-CheckChannels:19]
NoOp("SIP/testcorp7-00000036&q...
2012 Aug 23
1
RemoveQueueMember and realtime queues
Hello,
using asterisk 1.8.11.1
using realtime queues
When trying to remove a queue member, I get the following :
-- Executing [122 at from-TESTCORP:2]
RemoveQueueMember("SIP/testcorp5-0000000c", "testcorpq1,SIP/testcorp7")
in new stack
WARNING[18788]: app_queue.c:5653 rqm_exec: Unable to remove interface
from queue 'testcorpq1': 'SIP/testcorp7' is not a dynamic member
How can one remove a queue member when using realtime queues ?
Extra question : adding a queue member to a queue, will AddQ...