VoIP

Project Diary: Xtools [3]

Completed converting one parse utility from previous scripting language to PHP, currently debugging.  Parse utilities will run as cron jobs to control CPU load.
Began writing file upload code, reading up on how files get uploaded via PHP and how to protect the server when permitting file uploads.  I’m currently thinking that I’ll upload to a [...]


Project Diary: XTools [2]

Status update:

Expanded code documentation (comments)
Added Site module to project with basic functionality intact.


Nortel IP Phone, reset to factory defaults

Resetting a Nortel IP phone just became a lot easier.  Nortel has announced in their Unistim 3.0 documentation the ability to reset a Nortel IP phone to factory default settings.  The following code is required to reset to factory default:

**RENEW[mac]#

Where [mac] is replaced by your MAC address.  Example: If your MAC address is 00:11:22:33:44:55, then [...]