[Home]

Summary:ASTERISK-27822: cmd "meetme list" don't count members with Callerid Number >12 chars
Reporter:Daniel Knoll (kenji)Labels:
Date Opened:2018-04-22 13:19:21Date Closed:
Priority:MinorRegression?
Status:Open/NewComponents:Applications/app_meetme
Versions:15.3.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:debian9_x64Attachments:
Description:I found out that "meetme list" counts for something wrong. There are no members whose phone number is >12 numbers.

"meetme list <roomnumber> " list all members correct.

Sample:
- "meetme list" shows 73 members
- "meetme list room"  shows 96 members

{code}
asterisk*CLI> meetme list concise
1234!73!0!01:25:50!0!0

asterisk*CLI> meetme list 1234 concise
...
96!xxxxxxxx!!SIP/xxxxx-0000565c!!!1!!-1!00:02:11
{code}


the difference is exact the number of members who has a CallerID Number greater then 12
Comments:By: Asterisk Team (asteriskteam) 2018-04-22 13:19:22.907-0500

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].

By: George Joseph (gjoseph) 2018-04-24 09:13:47.329-0500

Your issue is in the queue. Your patience is appreciated as a developer may work the issue when time and resources become available.

Asterisk is an open source project and community members work the issues on a voluntary basis. You are welcome to develop your own patches and submit them to the project.[1]

If you are not a programmer and you are in a hurry to see a patch provided then you might try rallying support on the Asterisk users mailing list or forums.[2] Another alternative is offering a bug bounty on the asterisk-dev mailing list.[3] Often a little incentive can go a long way.

[1]: https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process
[2]: http://www.asterisk.org/community/discuss
[3]: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Bug+Bounties

app_meetme is in "extended" support and is supported by the community only.


By: N A (InterLinked) 2022-03-05 09:35:07.288-0600

Can you clarify if this is still happening? I can't reproduce this issue at all with Asterisk 18, latest DAHDI, and Debian 11.

{noformat}
[Mar  5 10:33:18]     -- Executing [s@meetme:1] Set("PJSIP/autotest1-00000003", "CALLERID(num)=4413115552368") in new stack
[Mar  5 10:33:18]     -- Executing [s@meetme:2] MeetMe("PJSIP/autotest1-00000003", "123,d") in new stack
[Mar  5 10:33:18]     -- Created MeetMe conference 1023 for conference '123'
[Mar  5 10:33:18]     -- <PJSIP/autotest1-00000003> Playing 'conf-onlyperson.ulaw' (language 'en')
pbxdev*CLI> meetme list concise
123!1!0!00:00:04!1!0
pbxdev*CLI> meetme list 123 concise
1!4413115552368!Anonymous!PJSIP/autotest1-00000003!!!!!-1!00:00:07
pbxdev*CLI> meetme list
Conf Num       Parties        Marked     Activity  Creation  Locked
123            0001           N/A        00:00:53  Dynamic   No
* Total number of MeetMe users: 1
pbxdev*CLI> meetme list 123
User #: 01 441311555236 Anonymous            Channel: PJSIP/autotest1-00000003     (unmonitored) 00:00:56
1 users in that conference.
{noformat}