Hi
I’m facing an issue controlling internal calls using the Media API on a MiVB system.
Environment:
MiVB 10.1 SP1
Mitel 6930W
CLGW 1.3.0.01-3229
When an internal call is originated from the 6930W to another internal device, and I try to invoke a blindTransfer, I receive 502 Bad Gateway from the Media API. If I make an internal call that originates from a different internal device to the 6930W, I am able to blindTrasfer successfully.
All other call scenarios work for using the blindTransfer feature.
The payload I’m using is
{
“action”: “blindTransfer”,
“destination”: “destination extension number”
}
Method PUT to https://media.api.mitel.io/2017-09-01/endpoints/{ext number}/calls/{call ID}
I am able to supply Call IDs, logs etc but would prefer to do so privately.
Thanks
Andrew