[asterisk-bugs] [JIRA] (ASTERISK-27837) GROUP_COUNT not working as expected
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Fri May 4 11:03:55 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Mudgett updated ASTERISK-27837:
---------------------------------------
Description:
I don't believe that GROUP_COUNT is working correctly in 13.19.1.
I have the tested the following:
{noformat}
[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()})
{noformat}
Using external lines, I place three calls concurrently to the Asterisk platform…
{noformat}
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
{noformat}
I was expecting the Number of Calls on Trunk to increase with each additional, concurrent call…
T
was:
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
> 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:
> {noformat}
> [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()})
> {noformat}
> Using external lines, I place three calls concurrently to the Asterisk platform…
> {noformat}
> 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
> {noformat}
> 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