|
Thursday, December 11
Leave a message
I have never designed a voice mail system. I have never done research on voice mail systems. But there must be some sort of vast voice mail conspiracy at work. On my cell phone, the options after listening to a message are:
On my voice mail at work, the options are listening to a message are:
What neither of these systems make obvious is the option to play the message again. I admit delete has got to be the #1 thing people tend to do after listening to a message, but play again has got to be number 2 (or 3 possibly, after save), especially when people seem to delight in speaking as fast and indistinctly as possible when leaving a phone number. Yet none of these voice mail systems reveal that option up front. They hide it. Conny's voicemail at work is better in one way and worse in another. Each time she dials into it to pick up a message, the first menu she gets is:
Makes me think I need to start forwarding my voice mail messages around more. '; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.' '; } } echo($link); ?> |