Méthode telephonyFMHuntingModificationMembers
retour à l'index du groupe
telephonyFMHuntingModificationMembers
voidtelephonyFMHuntingModificationMembers (
stringsession,
stringnumber,
stringcountry,
stringbillingAccount,
string[]list_destinations,
int[]list_noReplyTimer,
boolean[]list_logged
)
Description
Easy PABX, modify members for an huntingParamètres
- stringsession : the session id
- stringnumber : le numéro
- 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 ])