| 
 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. Please follow these steps: - SSH into your PBXware and run following commands
 cd /opt/pbxwaresh/mysqluse pbxwaredelete from dids;use admin_sitedelete from pbxware_phones;exit
   After above is done, all of your DIDs will be deleted from the system.  
 |