[asterisk-bugs] [JIRA] (ASTERISK-27837) GROUP_COUNT not working as expected

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu May 3 19:41:56 CDT 2018


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=243297#comment-243297 ] 

Asterisk Team commented on ASTERISK-27837:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> 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