Howto:Retrieve PBX User Info from a Web Application: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:


'''Answer:'''
'''Answer:'''
You should use the SOAP Interface for this.  Have a look at the [[Reference:SOAP_API#UserInfo.5B.5D_FindUser.28string_v501.2C_string_cn.2C_string_h323.2C_string_e164.2C_integer_count.2C_integer_next.29|FindUser function]].  The SOAP api documentation can be found in any firmware release build in the predoc folder.  See related external links
You should use the SOAP Interface for this.  Have a look at the [[Reference:SOAP_API#UserInfo.5B.5D_FindUser.28string_v501.2C_string_cn.2C_string_h323.2C_string_e164.2C_integer_count.2C_integer_next.29|FindUser function]].   


==Related Articles==
==Related Articles==

Latest revision as of 19:07, 8 May 2009

FAQ: I am developing a web application to handling all the calling data from IP800 to webuser, and what I need to do next is: I want to read users in pbx. Can I do this in http => GET or POST command, or can IP800 send me some way this data?

Answer: You should use the SOAP Interface for this. Have a look at the FindUser function.

Related Articles