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

From innovaphone wiki
Jump to navigation Jump to search
(gpa Knowledgebase Artikel Q10358 importiert)
 
No edit summary
Line 1: Line 1:
'''FAQ:'''
'''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?
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:'''
'''Answer:'''
You should use the SOAP Interface for this.  Have a look at the 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]].  The SOAP api documentation can be found in any firmware release build in the predoc folder.  See related external links


==Related External Links==
==Related Articles==
http://download.innovaphone.com
 
* [[Reference7:SOAP_API]]
* [[Howto:Authentication in the SOAP API interface]]
* [[Howto:SOAP API PHP5 Sample Code]]


<!--*[[Main_Page|wiki-innovaphone]]-->
<!--*[[Main_Page|wiki-innovaphone]]-->


[[Category:Faq|{{PAGENAME}}]]
[[Category:Faq|{{PAGENAME}}]]

Revision as of 15: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. The SOAP api documentation can be found in any firmware release build in the predoc folder. See related external links

Related Articles