[asterisk-bugs] [JIRA] (ASTERISK-27837) GROUP_COUNT not working as expected
David Glasgow (JIRA)
noreply at issues.asterisk.org
Thu May 3 19:41:56 CDT 2018
David Glasgow created ASTERISK-27837:
----------------------------------------
Summary: GROUP_COUNT not working as expected
Key: ASTERISK-27837
URL: https://issues.asterisk.org/jira/browse/ASTERISK-27837
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/General
Affects Versions: 13.19.1
Reporter: David Glasgow
I don't believe that GROUP_COUNT is working correctly in 13.19.1.
I have the tested the following:
[from-trunk-sip]
exten => _.,1,Set(GROUP()=OUT_6)
exten => _.,n,NoOp(>>>>>>>>>>>>>>>>>>>> Trunk Group : ${GROUP()})
exten => _.,n,NoOp(>>>>>>>>>>>>>>>>>>>> Number of Calls on Trunk: ${GROUP_COUNT()})
Using external lines, I place three calls concurrently to the Asterisk platform…
asterisk -rvvvvvvvvvvvvvvvvvvvvv | grep ‘>>>>>>>>>>>>>>>>>>’
NoOp("SIP/66555555-000094fb", ">>>>>>>>>>>>>>>>>>>> Trunk Group : OUT_6") in new stack NoOp("SIP/66555555-000094fb", ">>>>>>>>>>>>>>>>>>>> Number of Calls on Trunk: 1") in new stack NoOp("SIP/66555555-000094fc", ">>>>>>>>>>>>>>>>>>>> Trunk Group : OUT_6") in new stack NoOp("SIP/66555555-000094fc", ">>>>>>>>>>>>>>>>>>>> Number of Calls on Trunk: 1") in new stack NoOp("SIP/66555555-000094fd", ">>>>>>>>>>>>>>>>>>>> Trunk Group : OUT_6") in new stack NoOp("SIP/66555555-000094fd", ">>>>>>>>>>>>>>>>>>>> Number of Calls on Trunk: 1") in new stack
I was expecting the Number of Calls on Trunk to increase with each additional, concurrent call…
T
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list