Jump to content

Wilco Swart

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Wilco Swart

  1. Hi,

     

    I'm able to setup a call using CSTA feature MakeCall. I register the CallId wich is returned in the reply SOAP message.

    However, when I try to disconnect this call using the domain and registered CallId I get a CSTA error.

     

    Here is the SOAP message I send:

     

    <?xml version=\"1.0\" standalone=\"yes\"?>

    <env:Envelope xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:sns=\"http://www.pbxnsip.com/soap/pbx\">

    <env:Body>

    <sns:ClearCall>

    <domain>localhost</domain>

    <callToBeCleared>5f09f036@pbx#23962144@localhost</callToBeCleared>

    </sns:ClearCall>

    </env:Body>

    </env:Envelope>

     

    Does anyone know how to resolve this.

     

    Wilco

×
×
  • Create New...