Method telephonyLineLogs

 return to group index



telephonyLineLogs

telephonyLineLogsStructtelephonyLineLogs ( stringsession, stringnumber, stringcountry, intpagingStart, intpagingLimit )

Description

Get line error logs

Parameters

  • stringsession : the session id
  • stringnumber : the number
  • stringcountry : the country
  • intpagingStart : paging: the first id, default is 0
  • intpagingLimit : paging: the limit, default is none

Returns

the line logs
  • stringnumber : the line number
  • telephonyLineLogsListStruct[] list : the array of line logs details
  • inttotalRecords : the total number of logs records
programming languages / libraries :
 
Parameters :
string session : $session
string number :
string country :
int pagingStart :
int pagingLimit :