[mythtv-users] OT: Re: vonage Voicemail Waiting Indicator on mythtv

James Armstrong james at thearmstrongs.org
Thu Mar 16 12:52:13 UTC 2006


This section can be added the to script right after the check for 
callerid. It does not do anything with the info yet, but will give you a 
starting point:

        my $vmail=$dataset;
        if ($vmail=~/NOTIFY sip:/){
          $vmail=$dataset;
          if ($vmail=~/Messages-Waiting: Yes/) {
            print("Voicemail Messages Waiting\n\n");
            }
          if ($dataset=~/Messages-Waiting: No/) {
            print("No Voicemail Messages Waiting\n\n");
            }
          }
        return;


More information about the mythtv-users mailing list