Ticket #5414 (new Bugs)

Opened 2 years ago

MeetMe save lowercase i in database despite using capital I for review functionality

Reported by: kg4ysy Assigned to:
Priority: minor Milestone: Undetermined
Component: Conferences Version: 2.9-branch
Keywords: meetme, review, database Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

The asterisk db stores meetme options in the correct case except for i (record name). The database has it as lowercase which prompts for a review of what is recorded. The actual dialplan, however, uses the uppercase I which does not prompt for review. I am writing a custom dialplan and was piggy backing off of the database entry and found that I am going to have to make an AGI call to uppercase the I. Is this intended?