03-30-2023 03:09 AM - edited 04-02-2023 06:10 AM
Hello,
Our server is not being called back on webex incomig calls events.
The webhook list return the correct data :
{
"items": [
{
"id": "Y2lzY29zcGFyazovL3XXXXXXXXXXXXXXXXXXXXXXXXWI5YzEtZGY4MTg4NDRmOGRl",
"name": "CTI-NSSOFT",
"targetUrl": "https://XXXXXXXXXXXXXX.fr/webhook/webex",
"resource": "telephony_calls",
"event": "created",
"filter": "personality=terminator&state=alerting&callType=external",
"orgId": "Y2lzY29zcXXXXXXXXXXXXXXXXXXXXE2Ni1mM2E0LTQ1YTUtYmQ1YS00ZTllNzA5NzM4Yjc",
"createdBy": "Y2lzY29zcGFXXXXXXXXXXXXXXXXXXX5LTQxZjMtODU2Zi00MjgyMzU0MzI3ZTc",
"appId": "Y2lzY29zcGFyaXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXYTU2ODkxYThlYmFiYjkyNGJiNjFmYWIzM2IzYjJk",
"ownedBy": "creator",
"status": "active",
"created": "2023-03-29T14:35:55.835Z"
}
]
}
We tried with webhook.site as target to help debug, but no call either.
I tried with removing some filters, with callType=external only, but no luck either.
Did you see an error in my declaration, or is there a configuration to enable at the tenant ?
I'm out of ideas
Thanks for your help
03-30-2023 01:03 PM
ok, just did some additional tests
* state=alerting works
* personality=terminator works
* callType=location does not work whenever it is added to the filter
Best would be to open a ticket with devsupport@webex.com in order to have them looking into that issue.
03-30-2023 04:28 PM
Hi dtibbe,
I've open a support case, they have reproduced your analysis, and they are escalating an issue about the callType filter.
I have removed it from my webhook declaration and it work fine. I have implemented a server side filter on the callType property while they are evaluating the issue.
Thanks for your help
03-30-2023 04:56 AM
Just to be sure: you tried Webex Callings Calls, not Calls on Webex, right?
03-30-2023 04:59 AM
I want to be notified when an external person call my webex public phone number.
Hope this clarify the use case.
03-30-2023 12:41 PM
For me, the webhook looks fine.
I just have a sandbox account, so I cannot test with external calls.
Have you tried removing all filters just to verify that any call will be sent? I just tested for an internal call towards an AA, there was a webhook fired..
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