04-14-2020 04:56 AM - edited 04-15-2020 12:43 AM
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?
04-14-2020 09:57 PM
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>
04-15-2020 12:43 AM
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)
04-21-2020 01:53 PM
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?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide