Jump to content

Makara

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Makara

  1. Hi All,

     

    I'm trying to make a call between two users via CSTA but i got invalidCalledDeviceID CSTA error.

     

    The request XML is:

     

    POST http://192.168.10.101/soap.xml HTTP/1.0

    Content-Type: text/xml

    Host: 192.168.10.101

    Content-Length: 343

    Connection: Keep-Alive

     

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

    <env:Body>

    <sns:MakeCall>

    <callingDevice>sip:10000@192.168.10.101</callingDevice>

    <calledDirectoryNumber>sip:600@192.168.10.101</calledDirectoryNumber>

    <autoOriginate>doNotPrompt</autoOriginate>

    </sns:MakeCall>

    </env:Body>

    </env:Envelope>

     

    Server Response is:

    HTTP/1.0 500 Internal Server Error

    Content-Type: application/xml

    Content-Length: 583

     

    <?xml version="1.0" encoding="UTF-8"?>

    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope" xmlns:csta="http://www.ecma-international.org/standards/ecma-323/csta/ed4">

    <SOAP-ENV:Body>

    <SOAP-ENV:Fault>

    <SOAP-ENV:faultcode>Client</SOAP-ENV:faultcode>

    <SOAP-ENV:faultstring>CSTA Error</SOAP-ENV:faultstring>

    <SOAP-ENV:detail>

    <csta:CSTAErrorCode xmlns:csta="http://www.ecma-international.org/standards/ecma-323/csta/ed4">

    <csta:operation>invalidCalledDeviceID</csta:operation>

    </csta:CSTAErrorCode>

    </SOAP-ENV:detail>

    </SOAP-ENV:Fault>

    </SOAP-ENV:Body>

    </SOAP-ENV:Envelope>

     

    Both devices are connected, registered and make calls between each other. Server version is 4.0.1.3446.

     

    Does anyone know how to resolve this.

×
×
  • Create New...