Re: [asterisk-users] GROUP_COUNT not counting correctly

2010-11-05 Thread Chad Wallace
On Fri, 05 Nov 2010 15:27:11 +0100 Jonas Kellens wrote: > this is a test to add a channel to multiple GROUPs. It can't be done. $ sudo asterisk -rx 'core show function GROUP' -= Info about function 'GROUP' =- [Syntax] GROUP([category]) [Synopsis] Gets or sets the channel group. [Descrip

[asterisk-users] GROUP_COUNT not counting correctly

2010-11-05 Thread Jonas Kellens
Hello, this is a test to add a channel to multiple GROUPs. this is my dialplan : exten => s,n,NoOp(groepcount = ${GROUP_COUNT(40)}) exten => s,n,Set(GROUP(40)=40) exten => s,n,NoOp(This channel is member of : ${GROUP_LIST()}) exten => s,n,NoOp(groepcount = ${GROUP_COUNT(40)}) exten => s,n,NoOp