cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
960
Views
0
Helpful
3
Replies

XSI Event Subscription: no HTTP Request

Dauble133
Level 1
Level 1

I am trying to get the XSI event subscription working, but I do not get any Request to the given URL.

I have added a Event Subscription by posting the following xml to com.broadsoft.xsi-events/v2.0/user/<userid>

<Subscription xmlns="http://schema.broadsoft.com/xsi">
<event>Basic Call</event>
<expires>3600</expires>
<httpContact>
<uri>https://www.mydomain.net/event.php</uri>
</httpContact>
<applicationId>myApplication</applicationId>
</Subscription>

This subscription is listed correctly when I get all subscriptions by com.broadsoft.xsi-events/v2.0/subscriptions

But I do not get any Reqest. Not after create nor at any event.
I already tried the URL without the protocol and with port, but without any change.

Does the URL have to be somewhere allowed or setup anywhere else to work?

3 Replies 3

shanmsan
Cisco Employee
Cisco Employee

Hi ,

How is the XSI-events deployed, is the context path "com.broadsoft.xsi-events" or "com.broadsoft.xsievents"

Do you use your own setup for testing or is that the Devnet lab , if its Devnet lab then the context path is "com.broadsoft.xsi-events", In that case can you try com.broadsoft.xsi-events/v2.0/user/<userid>

 

 

First I want to tank you for the quick answer.

The context is "com.broadsoft.xsi-events" - sorry this was a typo,  I have corrected my post.

I use the setup from telekom (Cloud PBX)

As I wrote before, the context is correct, but I do still have the described issue.

Is there any way to find the reason for this problem?