FreePBX14 Need to Convert OSS to EPM

Hello All,

Currently OSS-EPM doesn’t work interface wise, so I can’t export the data providing me MAC / extension and template information. How can I gather this info in order to do a conversion to new (not so new but official ) EPM?

Thanks

You’ll need to pull it directly from mysql:

fwconsole m
select * from endpointman_mac_list;

I tried that however the extension number is not in that table.

You will need to explore. Get a list of tables with:

show tables like "%endpointman%";
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.