1. Bicom Systems
  2. Solution home
  3. PBXware
  4. HOWTOs

DID :: Removing All DIDs From The System

HOWTO Removing All DIDs From The System

If you have large number of DIDs on your PBXware system, and you want to get rid of them all, only way to do it is from within the database:

  • SSH into your PBXware and run following commands
 cd /opt/pbxware
 sh/mysql
 use pbxware
 delete from dids;
 use admin_site
 delete from pbxware_phones;
 exit

After above is done, all of your DIDs will be deleted from the system.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article