Method telephonyVoicemailMessagesRemoteUpload

 return to group index



telephonyVoicemailMessagesRemoteUpload

voidtelephonyVoicemailMessagesRemoteUpload ( stringsession, stringnumber, stringcountry, stringmessType, stringfilename, stringurl )

Description

Personalize voicemail message using a remote URL

Parameters

  • stringsession : the session id
  • stringnumber : the number
  • stringcountry : the country
  • stringmessType : the type of message (greet|unavailable). "greet" is to use new message as preannounce, "unavailable" as full customized message.
  • stringfilename : the stored filename. If empty, the downloaded filename will be used instead.
  • stringurl : the absolute url of the file. The message will be downloaded from this url after the call of this method.
programming languages / libraries :
 
Parameters :
string session : $session
string number :
string country :
string messType :
string filename :
string url :