pbxlab-v1
Created by: hoowa,Last modification on Wed 11 of Oct, 2006 [06:31 UTC]
Contents - XMLRPC - Tutorials - Specifications - pbxLab-1.0 - ENGLISH - 中文
pbxLab Version 1
pbxlab.getAddressBook
pbxlab.getAddressBook
Response:
{
statecode=>"statecode",
msg=>"",
book=>{group=>"office",name=>"Mr sun",calleridname=>"1001",calleridnum=>"1001",cellphone=>"123456",
officephone=>"08411113",email=>"abc@abc.com",address=>"etc.........."},..LOOP...
};
get address book from server
- arg1: username=
- string,NOTNULL
- arg2: password=
- MD5,string,NOTNULL
Response:
{
statecode=>"statecode",
msg=>"",
book=>{group=>"office",name=>"Mr sun",calleridname=>"1001",calleridnum=>"1001",cellphone=>"123456",
officephone=>"08411113",email=>"abc@abc.com",address=>"etc.........."},..LOOP...
};
get address book from server
pbxlab.getCDR
pbxlab.getCDR
get CDR data from server with options.
- arg1: username=
- string,NOTNULL
- arg2: password=
- MD5,string,NOTNULL
- arg3: date=
- time,int,NULL
- arg4: maxrecords=
- int,NULL
get CDR data from server with options.

Comments