Method telephonyFMHuntingModificationMembers

 return to group index



telephonyFMHuntingModificationMembers

voidtelephonyFMHuntingModificationMembers ( stringsession, stringnumber, stringcountry, stringbillingAccount, string[]list_destinations, int[]list_noReplyTimer, boolean[]list_logged )

Description

Easy PABX, modify members for an hunting

Parameters

  • stringsession : the session id
  • stringnumber : the number
  • stringcountry : the country
  • stringbillingAccount : the billing account
  • string[]list_destinations : synchronized list of members' phone number (ex: [ '0101010101', '0102030405' ])
  • int[]list_noReplyTimer : synchronized list of members' ringing timer (ex: [ 15, 15 ])
  • boolean[]list_logged : synchronized list of members' logged : true if member is logged, else false (ex: [ true, false ])
programming languages / libraries :
 
Parameters :
string session : $session
string number :
string country :
string billingAccount :
string[] list_destinations :
int[] list_noReplyTimer :
boolean[] list_logged :