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

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:


* [[Reference7:SOAP_API]]
* [[Reference7:SOAP_API]]
* [[Howto:Using the SOAP Admin Function]]
* [[Howto:Authentication in the SOAP API interface]]
* [[Howto:Authentication in the SOAP API interface]]
* [[Howto:SOAP API PHP5 Sample Code]]
* [[Howto:SOAP API PHP5 Sample Code]]

Revision as of 15:09, 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