search for: dialgoiax

Displaying 1 result from an estimated 1 matches for "dialgoiax".

2005 Oct 16
1
GROUP and GROUP_COUNT
...e call to GROUP even though no calls are going through it except the one call. When making 1 outbound (not via transfer) call via the macro GROUP_COUNT returns 0 before and after the call to GROUP. I'm not sure if Im doing something wrong or not. Here are the portions of my dialplan: [macro-dialgoiax] exten => s,1,NoOp(Group Count: ${GROUP_COUNT(GOIAX)}) exten => s,n,Set(GROUP()=GOIAX) ;Set Group exten => s,n,NoOp(Group List: ${GROUP_LIST()}) exten => s,n,NoOp(Group Count: ${GROUP_COUNT()}) exten => s,n,NoOp(Group Count2: ${GROUP_COUNT(GOIAX)}) exten => s,n,NoOp(...