Method telephonyPhonebookOnGroupContactModify

 return to group index



telephonyPhonebookOnGroupContactModify

voidtelephonyPhonebookOnGroupContactModify ( stringsession, stringgroup, intid, stringname, stringsurname, stringworkPhone, stringworkMobile, stringhomePhone, stringhomeMobile, stringgroupName )

Description

Modify a phonebook contact

Parameters

  • stringsession : the session id
  • stringgroup : the group
  • intid : the contact id
  • stringname : the contact name
  • stringsurname : the contact surname
  • stringworkPhone : the work phone number
  • stringworkMobile : the work mobile number
  • stringhomePhone : the home phone number
  • stringhomeMobile : the home mobile number
  • stringgroupName : the contact group
programming languages / libraries :
 
Parameters :
string session : $session
string group :
int id :
string name :
string surname :
string workPhone :
string workMobile :
string homePhone :
string homeMobile :
string groupName :