Method telephonySmsUserSend

 return to group index



telephonySmsUserSend

inttelephonySmsUserSend ( stringlogin, stringpassword, stringsmsAccount, stringnumberFrom, stringnumberTo, stringmessage, intsmsValidity, intsmsClass, intsmsDeferred, intsmsPriority, intsmsCoding, stringtag, booleannoStop )

Description

Lähetä SMS käyttäen SMS-käyttäjää

Parameters

  • stringlogin : käyttäjätunnus
  • stringpassword : käyttäjän salasana
  • stringsmsAccount : SMS-tili
  • stringnumberFrom : lähettäjän numero
  • stringnumberTo : vastaanottajan numero
  • stringmessage : viesti
  • intsmsValidity : the maximum time -in minute(s)- before the message is dropped, defaut is 10 minutes
  • 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 : SMS koodaus : 1 7 bittiselle tai 2 unicodelle, oletus on 1
  • stringtag : an optional tag
  • booleannoStop : do not display STOP clause in the message, this requires that this is not an advertising message

Returns

SMS-id
programming language :
 
Parameters :
string login :
string password :
string smsAccount :
string numberFrom :
string numberTo :
string message :
int smsValidity :
int smsClass :
int smsDeferred :
int smsPriority :
int smsCoding :
string tag :
boolean noStop :