Method telephonyVoicemailMailboxDownload

 return to group index



telephonyVoicemailMailboxDownload

telephonyVoicemailMailboxDownloadReturntelephonyVoicemailMailboxDownload ( stringsession, stringnumber, stringcountry, intid, stringformat, stringfolder )

Description

Download the voicemail mailbox message (base64)

Parameters

  • stringsession : the session id
  • stringnumber : the number
  • stringcountry : the country
  • intid : the message id
  • stringformat : the message format (wav|mp3), default is wav
  • stringfolder : the folder, default is 'INBOX'

Returns

  • stringfileName : the file name
  • stringfileData : the file raw data (encoded in base64)
  • stringmd5sum : the file md5sum
programming languages / libraries :
 
Parameters :
string session : $session
string number :
string country :
int id :
string format :
string folder :