Method telephonyPhonebookOnGroupContactAdd

 return to group index



telephonyPhonebookOnGroupContactAdd

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

Description

Add a phonebook contact

Parameters

  • stringsession : the session id
  • stringgroup : the group
  • intid : the phonebook id
  • stringname : the contact name
  • stringsurname : the contact surname
  • stringworkPhone : the contact work phone
  • stringworkMobile : the contact work mobile
  • stringhomePhone : the contact home phone
  • stringhomeMobile : the contact home mobile
  • stringgroupName : the contact group

Returns

the contact id
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 :