Método telephonySmsMultiSend

 voltar ao índice do grupo



telephonySmsMultiSend

int[]telephonySmsMultiSend ( stringsession, stringsmsAccount, stringnumberFrom, string[]numberTo, stringmessage, intsmsValidity, intsmsClass, intsmsDeferred, intsmsPriority, intsmsCoding, stringtag, stringnumberToCsv, booleannoStop )

Descrição

Send a SMS to mutiple contacts

Parâmetros

  • stringsession : the session id
  • stringsmsAccount : the SMS account
  • stringnumberFrom : the number from
  • string[]numberTo : the numbers to array
  • stringmessage : the message
  • intsmsValidity : the maximum time -in minute(s)- before the message is dropped, defaut is 48 hours
  • intsmsClass : the sms class: flash(0),phone display(1),SIM(2),toolkit(3), default is 1
  • intsmsDeferred : the time -in minute(s)- to wait before sending the message, default is 0
  • intsmsPriority : the priority of the message (0 to 3), default is 3
  • intsmsCoding : the sms coding : 1 for 7 bit or 2 for unicode, default is 1
  • stringtag : an optional tag
  • stringnumberToCsv : the specified url or slot id of csv numbers. Use it only if numberTo is empty
  • booleannoStop : do not display 'STOP au XXXXX' clause (FR only), this requires that this is not an advertising message

Regresso

the SMS ids
linguagem :
 
Parâmetros :
string session : $sessão
string smsAccount :
string numberFrom :
string[] numberTo :
string message :
int smsValidity :
int smsClass :
int smsDeferred :
int smsPriority :
int smsCoding :
string tag :
string numberToCsv :
boolean noStop :