Jump to content

Marijn Rispens

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Marijn Rispens

  1. Well, I've solved the problem without using SOAP.

     

    The 30 sec timeout was because the "HTTP/1.1" protocol is beeing used on the wiki examples.

    Change this to "HTTP/1.0" and everything runs smooth ....

     

    Thanx for all comments

  2. We have a customer who is asking for this integration as well. I was just going to do some simple curl requests.

     

    Is it possible to show me some of the functions?

    Can't seem to develop a good starting point.

     

    Thanx!

  3. Hi

     

    I've received a request to access the PBX through SOAP.

    Well, this works, exept for a small minor, every request I do takes exactly 30 sec.

    (i've used the script on wiki)

     

    I've contacted support and got the following answer:

     

    These is programming issues, the scripts on pbxnsip wiki are for examples only.

    You need to learn CURL.

     

    So i'm no digging through the internet but can't fint anything usefull.

     

    Can anyone help me, even a small step to the right direction is welcome!

     

    Thanx!

  4. Hello

     

    We've just installed version 2.1.12.2489 (Win32) on a brand new server.

    Specs are saying that the system resources are far above minimal.

     

    But even though a simple script like the one below takes a good 30 seconds.

    Example from: http://wiki.pbxnsip.com/index.php/Access_to_the_Database

     

    $columns = array( 0=>"first", 1=>"name", 2=>"number");

    pbx_get( "adrbook", 2, $columns, $result_set );

    print_r( $result_set );

     

    Thanx!

  5. This post was of great help to me, once the licence was updated the Trusted IP option became visible.

    This works perfectly!

     

    But ... is there any way to add more then one Trusted IP adress?

    I'm finding myself in the position where I need several applications to gain access to the PBX.

    And of course those applications are on multiple servers ...

     

    Thanx!

×
×
  • Create New...