Hi. One of our subscriptions is no longer returning “from” number (blank)
It used to show before but I believe some time after Feb 15, it’s no longer returning any value on the “from” field.
Was there any changes from Mitel ?
here is the filter that we use:
“publicationFilter”: “$.publications[?(@.content.state == ‘connected’ && @.content.direction == ‘inbound’ )]”,
here is part of what we received
“content”: {
“from”: “”,
“fromName”: “”,
“to”: “1111”,
“toName”: “”,
“state”: “connected”,
“cause”: “newCall”,
“direction”: “inbound”,
“extraPbxData”: {
“answeringDevice”: “1111”,
“answeringName”: “”,
“callerDevice”: “”,
“callerName”: “”,
“calledDevice”: “1111”,
“calledName”: “”,
“lastRedirectionDevice”: “”,
“lastRedirectionName”: “”,
“eventType”: “establishedEvent”,
“callTrackingID”: “1708193862#490”
},
before, “from” field used to have a number i.e “8123456789”
we didn’t change anything on the request parameters