How can I determine the phone\'s voicemail number in Android code?
Call getVoiceMailNumber() on the TelephonyManager.
TelephonyManager
You can use getVoiceMailNumber() in the TelephonyManager class, please note that this may not work with all cell phone providers:
Android TelephonyManager