cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2481
Views
0
Helpful
2
Replies

NotifyXccConnectionData and ResponseXccConnectionAuthorize?

jboga
Level 5
Level 5

Hello,

I'm developing using Cisco's UC Gateway Services.

I managed to have a working SOAP Server without a problem. Right now I've tested the SolicitXccProbing/ResponseXccProbing and doing a RequestXccConnectionRelease.

However, I'm trying yo test a NotifyXccConnectionData and ResponseXccConnectionAuthorize with block or release but it's not working. The routers gives an HTTP error getting the response.

<?xml version="1.0" ?>

<SOAP:Envelope xmlns:SOAP="http://www.w3.org/2003/05/soap-envelope">

        <SOAP:Body>

                <SolicitXccConnectionAuthorize xmlns="http://www.cisco.com/schema/cisco_xcc/v1_0">

                        <msgHeader>

                                <transactionID>66A5D6D8:3392</transactionID>

                                <registrationID>62959620:XCC:QCE:66</registrationID>

                        </msgHeader>

                        <callData>

                                <callID>139</callID>

                                <state>ACTIVE</state>

                        </callData>

                        <connDetailData>

                                <connData>

                                        <connID>417670</connID>

                                        <state>AUTHORIZE_CALL_ATTEMPT</state>

                                </connData>

                                <guid>800B79D7-3CDD-B146-7F00-6802AC1EC9A6</guid>

                                <callingAddrData>

                                        <type>E164</type>

                                        <addr>CALLINGNUMBER</addr>

                                </callingAddrData>

                                <calledAddrData>

                                        <type>E164</type>

                                        <addr>CALLEDNUMBER</addr>

                                </calledAddrData>

                                <origCallingAddrData>

                                        <type>E164</type>

                                        <addr>CALLINGNUMBER</addr>

                                </origCallingAddrData>

                                <origCalledAddrData>

                                        <type>E164</type>

                                        <addr>CALLEDNUMBER</addr>

                                </origCalledAddrData>

                                <connIntfType>CONN_H323</connIntfType>

                                <mediaData>

                                        <type>VOICE</type>

                                </mediaData>

                                <connIntf>IPADDRESS</connIntf>

                                <connDirectionType>INCOMING</connDirectionType>

                        </connDetailData>

                </SolicitXccConnectionAuthorize>

        </SOAP:Body>

</SOAP:Envelope>

The response is:

<?xml version="1.0"?>

<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">

    <soapenv:Header/>

    <soapenv:Body>

        <ResponseXccConnectionAuthorize xmlns="http://www.cisco.com/schema/cisco_xcc/v1_0">

            <msgHeader>

                <registrationID>62959620:XCC:QCE:66</registrationID>

                <transactionID>66A5D6D8:3392</transactionID>

            </msgHeader>

            <action>block</action>

        </ResponseXccConnectionAuthorize>

    </soapenv:Body>

</soapenv:Envelope>

This is the debug result that I get using a debug wsapi xcc messages

Nov 18 17:58:52.409: //WSAPI/XCC/OUTGOING_MESSAGE:: msg_type[19]  SolicitXccConnectionAuthorize

Nov 18 17:58:52.409: registrationID 62959620:XCC:QCE:66

Nov 18 17:58:52.409: callID: 139

Nov 18 17:58:52.409: state 2

Nov 18 17:58:52.409: connID: 417670

Nov 18 17:58:52.409: state: 2

Nov 18 17:58:52.437: //WSAPI//INCOMING_RESPONSE:: type 1  HTTP_ERROR:

Nov 18 17:58:52.437: http_error_code -3

Am I doing something wrong in the response? Do I need to include more information?

Best regards,

2 Replies 2

Raghavendra G V
Cisco Employee
Cisco Employee

Hi,

Sorry for the late reply. If you are still facing the issue, could you please collect the logs with below debugs enabled.

debug wsapi infra all

debug wsapi xcc all

debug ip http all

Thanks,

Raghavendra

Raghavendra,


I'll do this during the week and let you know.


Best regards,

-- Jose

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: