Method telephonyVoicemailMessagesDownload

 return to group index



telephonyVoicemailMessagesDownload

telephonyVoicemailMessagesDownloadReturntelephonyVoicemailMessagesDownload ( stringsession, stringnumber, stringcountry, stringmessType, stringformat )

Description

Download the voicemail message (base64)

Parameters

  • stringsession : sessio-id
  • stringnumber : numero
  • stringcountry : maa
  • stringmessType : the message type to download (unavailable|greet) default is unavailable
  • stringformat : the message format (wav|mp3), default is wav

Returns

  • stringfileName : the file name
  • stringfileData : the file raw data (encoded in base64)
  • stringmd5sum : the file md5sum
programming language :
 
Parameters :
string session : $session
string number :
string country :
string messType :
string format :