Displaying GV voicemail transcripts on my phone's microbrowser is something I have been interested in doing for a while. It turns out that aaronpk has written a nice php API for GV that can be used for this application quite easily. Here's how:
1) Get the Google Voice PHP API from here.
2) Get my bugfix patch from here. Copy gv.patch into the same directory as GoogleVoice.php and apply the patch as follows:
3) Get the file vm.php from here. Edit line 4 of vm.php to add your GV credentials (email and password).
4) Put both the patched GoogleVoice.php and vm.php files in a directory accessible to the web server (e.g. /var/www/html). Point your phone's microbrowser to vm.php, and you should see a transcription of each new voicemail. Voicemails that have been read won't be shown (if you don't have any new voicemails, you will get a blank page).
The default configuration and formatting can be changed to add things like click-to-call and paging through voicemails for different numbers, depending on the capabilities of your microbrowser. If you do make some of these modifications, post your results!
This makes a nice combination when configured with the GV system on your PIAF as shown here.
Dave
1) Get the Google Voice PHP API from here.
2) Get my bugfix patch from here. Copy gv.patch into the same directory as GoogleVoice.php and apply the patch as follows:
Code:
patch -p0 < gv.patch
4) Put both the patched GoogleVoice.php and vm.php files in a directory accessible to the web server (e.g. /var/www/html). Point your phone's microbrowser to vm.php, and you should see a transcription of each new voicemail. Voicemails that have been read won't be shown (if you don't have any new voicemails, you will get a blank page).
The default configuration and formatting can be changed to add things like click-to-call and paging through voicemails for different numbers, depending on the capabilities of your microbrowser. If you do make some of these modifications, post your results!
This makes a nice combination when configured with the GV system on your PIAF as shown here.
Dave
Last edited by a moderator: