Posted on July 7th, 2008 by Dennis Little
I have long-used VNC and variants (ie: TightVNC) as a way to access my Linux desktops. Comparing VNC to Windows’ Remote Desktop, I have never been happy at all with the way that VNC underperforms. This is of course due to the underlying differences in the way that VNC and RDP render screens, but that [...]
Filed under: Linux, Technology, Ubuntu, Windows | No Comments »
Posted on January 10th, 2008 by Dennis Little
Have you ever written an email, told the recipient to refer to the attachment and then clicked “Send” before making the attachment? I do it all the time and it probably makes me look like a giant idiot.
Would it not be great if your email client could check any outgoing email for phrases that might [...]
Filed under: Business, Linux, Technology | 4 Comments »
Posted on December 20th, 2007 by Dennis Little
This is a follow-up to this post.
CallCentric has been working great for outbound SIP trunking and customer support continues to be very responsive.
Unfortunately, CallCentric does not support oversubscribing direct-inward-dial (DID) numbers to single trunks / channels. This is a total bummer as it is often the case that a business has low simultaneous usage of [...]
Filed under: Asterisk / Trixbox / Telephony, Business, Linux, Technology | 5 Comments »
Posted on October 29th, 2007 by Dennis Little
In order to change any advanced settings on your Polycom SoundPoint IP VoIP phone, you will need the admin password:
Username (this is case sensitive): Polycom
Password: 456
Filed under: Asterisk / Trixbox / Telephony, Linux, Technology | No Comments »
Posted on October 29th, 2007 by Dennis Little
I came in to the office this morning to find all of our Polycom VoIP phones had the wrong time. Although the Asterisk server had been patched for the new daylight savings timeĀ (DST) rules, my sip.conf file had some incorrect configuration. I searched around the net and found a solution. Change your sip.conf file [...]
Filed under: Asterisk / Trixbox / Telephony, Linux, Technology | No Comments »
Posted on October 29th, 2007 by Dennis Little
Here is a simple bash shell script to run a process and automatically stop it after a set period of minutes / time. I use this in cron, so I will give my crontab entry first:
#in this cron entry: cd to /usr/local, run script_start at 3:00 pm M-F
#and kill it after 300 minutes if it [...]
Filed under: Linux, Technology | No Comments »