Hello, Im using /conversation/call api method to create a new call:
{
"phoneNumber": "+34XXXXXXXXX",
"callerId": "",
"callerIdName": "",
"callFromQueueId": "",
"callQueueId": "",
"callUserId": "50fd6136-bddb-4cc8-a0e8-c68f4c0XXXX",
"priority": 0,
"languageId": "",
"routingSkillsIds": [],
"conversationIds": [],
"participants": [{
"address": "+34XXXXXXXXX",
"name": "",
"userId": "",
"queueId": ""
}],
"uuiData": ""
}
When we set differents phoneNumber with different DDI configurated, the call is going out always with the same DDI.
Can you help us to solve thia issue?
Thanks