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

David Glasgow (JIRA) noreply at issues.asterisk.org
Sat May 5 17:18:56 CDT 2018


     [ https://issues.asterisk.org/jira/browse/ASTERISK-27837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Glasgow closed ASTERISK-27837.
------------------------------------

    Resolution: Not A Bug

Issue is within a custom context...  Sorry.

> 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