Picture of Paul 2771
Registered 8 years 234 days
Paul 2771 Monday, 28 May 2018, 10:16 PM
SOAP - Callstatus via PHP auf Web- Server
Hallo zusammen

Ich wollte mich mal in das SOAP API-Thema einlesen. Leider kapiere ich es nicht ganz.

Ziel ist es, den Callstatus auf einem Webserver anzeigen zu lassen via PHP.

Hat da jemand einen Codeschnippsel rumliegen?

Vielen Dank
Gruess

Paul
Picture of Sebastian Hayer-Lutz (innovaphone)
Moderator Registered 6 years 334 days
Sebastian Hayer-Lutz (innovaphone) Wednesday, 30 May 2018, 09:23 AM
Re: SOAP - Callstatus via PHP auf Web- Server
Hallo Paul,

den sample Code in unserer Wiki hast du dir bereits angesehen?
Da sind bereits einige Beispiele an denen du dich lang hangeln könntest.


More sample Code
  • create a SOAP session to the master PBX
  • create a user session on a device
  • initiate a call via SOAP and terminate it once connected
  • List all available SOAP functions
  • Show an object's configuration using the Admin() function
  • clone of adminshow which forces config=1
  • Modify a user object using the Admin() function
  • Clone a PBX object using the Admin() function
  • Add call forwarding using Admin() function
  • Delete call forwarding using Admin() function
  • Get the PBX key
  • Generate an encrypted PBX user password
  • Set a new password for user
  • Get the password of a PBX object in clear
  • Decrypt a password from VARs (only works for boxes with default admin password!)
  • Encrypt a password for use in VARs (only works for boxes with default admin password!)
  • Find matching users


Interessant für dein Vorhaben wäre dann noch die Callinfo

Beste Grüße Basti
Picture of Paul 2771
Registered 8 years 234 days
Paul 2771 Tuesday, 29 May 2018, 02:43 PM
Re: SOAP - Callstatus via PHP auf Web- Server
Hallo Basti

Ja, diese Dokus habe ich alle schon durch und versucht es nachzustellen.
Das einzige was ich hinkriege ist, ob der User Registriert ist oder nicht.

Ich verstehe auch wie ich mit dem Script: Callinfo weiterkommen soll..

Hat da jemand ein Beispiel wie ich den Call-Status auslesen kann?

Danke
Gruess

Paul
← You can define your color theme preference here