[Home]

Summary:ASTERISK-20197: MeetMe: When using E or e options entering a conference user doesn't hear leading zeros
Reporter:Jonathan Rose (jrose)Labels:
Date Opened:2012-08-07 11:20:24Date Closed:
Priority:MinorRegression?No
Status:Open/NewComponents:Applications/app_meetme
Versions:SVN 13.18.4 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:When using the E/e option for MeetMe, the user will be entered into the first empty conference available. If that empty conference happens to start with leading 0's, ast_say_digits will be invoked on that conference name and the leading zeros will be stripped from the announcement.

This is annoying because presumably the user relies on this information to tell people which conference to join. So if a user join '0001' and hears that he is joining conference '1', he'll tell people that he is in conference 1. However, if people try to join conference 1, that is either an undefined conference room or a different conference all together.

I'm pretty sure the fix is simple and will just involve changing ast_say_digits to something like ast_say_character string.
Comments: