Extensions and vpn clients are duplicated

After upgrading from freepbx 13 to 14, my extensions are duplicated when observing them using the extensions tab from the gui. Any ideas on how to resolve this?

Sounds like a screen-shot would help us out here. I’m not sure what you’re seeing, but it should be capable of explanation.

What do you see under Reports > Asterisk Info > Peers, Do you also see them duplicate?

They are not duplicated there. That’s what is strange.

Do you see it in the database duplicate as well?

Be careful: (run each line invidually)

mysql
use asterisk;
select * FROM devices;

No, no duplicates there which is why this is weird.

Is your system up to date? if not.

yum update -y 
fwconsole restart 
fwconsole ma upgradeall
fwconsole reload

If it is. try re-downloading core, framework and sysadmin.

fwconsole ma downloadinstall core framework sysadmin --force
fwconsole reload

finally, if the above does not correct the issue, then I’d say you should export the extensions via Bulk Handler, fix the CSV, delete all extensions (You can do that by “Select All” in the extensions module) apply config and import it again.

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