I was trying to add new menu category in FreePBX Version 13.
I tried all the possibilities.
Referred the freePBX menu documentation at http://wiki.freepbx.org/display/FOP/FreePBX+Menu+Conf
Created the category in module.xml like below:
<ucptab access="all" category="User Panel" href="/ucp" requires_auth="false" target="ucp">UCP</ucptab>
Where user Panel is the new category. FreePBX is not considering any other categories except Admin, Applications, Connectivity, Reports.
I have been trying to add modules to new category for the past 2 days but none of the standards worked for me. Need help in resolving this issue.