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 a large number of DIDs on your PBXware system, and you want to get rid of them all, the only way to do it is from within the database:

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

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