[Home]

Summary:ASTERISK-07134: meetme list returns user id's with a 0 prefix, but does not accept commands with 0 prefixes
Reporter:darkskiez (darkskiez)Labels:
Date Opened:2006-06-09 11:05:04Date Closed:2006-06-09 13:54:51
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The output of a meetme list will say
User #: 01 blah...

However, meetme kick/mute 01 wont work, you must drop the leading zero.

I feel that if it presents the ID's in this way, it should accept them too.


Comments:By: Andrey S Pankov (casper) 2006-06-09 12:06:16

user_no is int in struct ast_conf_user. And "User #: %-2.2d..." is the only
place in the code where we don't use "%d" for the format.

By: Joshua C. Colp (jcolp) 2006-06-09 13:54:51

Fixed in 1.2 branch but not in trunk since it was already changed. Thanks!