[asterisk-users] Question on groups
Mike
list at virtutel.ca
Fri Apr 18 11:30:23 CDT 2008
I believe I am close to fixing my problems with my 1.2 to 1.4.19 upgrade. I
have one question: to limit my customers to the number of channels they have
paid for, I use the GROUP feature. I also regularly check in the CLI what`s
going on using "group show channels".
Basically, my system is designed so that an external call is set to group
$ACCOUNTCODE and an internal call set to group internal-$ACCOUNTCODE.
i.e.: 5551234567 for an external call and internal-5551234567 for an
internal call. Internal calls are not limited, but I still keep track of
them.
When I used "group show channels" in the 1.2 CLI, I`d get a healthy mix of
5551234567 and internal-5551234567. Ever since moving to 1.4.19, I only see
the external calls when using "group show channels". Nothing about the
internal calls.
The relevant line is in my extensions.conf is :
exten => _X!.,n,Set(GROUP=internal-${CDR(accountcode)})
And the CLI shows :
-- Executing [711 at generic-extensions-db:2] Set("SIP/00041234432-1-b7d4b908",
"GROUP=internal-5149070849") in new stack
Which seems right. But it never shows up in the CLI when checking for group
channels.
Any clue? Did something major change between 1.2 and 1.4?
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080418/f7016b91/attachment.htm
More information about the asterisk-users
mailing list