microsoftgraph / microsoft-graph-comms-samples

Microsoft Graph Communications Samples
MIT License
208 stars 231 forks source link

Invite participants with phone failed #410

Open Janath opened 3 years ago

Janath commented 3 years ago

Call invite operation with direct routing failed. { "participants": [ { "@odata.type": "#microsoft.graph.invitationParticipantInfo", "identity": { "@odata.type": "#microsoft.graph.identitySet", "phone": { "@odata.type": "#microsoft.graph.identity", "id": "+61xxxxxxxx" } } } ], "clientContext": "671f2c00-8c1f-4341-bd35-c1df3c29fd05" }

InviteParticipantsOperation always has below error message. .... "status": "failed", "clientContext": "671f2c00-8c1f-4341-bd35-c1df3c29fd05", "resultInfo": { "@odata.type": "#microsoft.graph.resultInfo", "code": 412, "subcode": 9999, "message": "addParticipants failed for participant 4:+61xxxxxxxx. Underlying reason: Could not find the PSTN content for the sponsor of this PSTN leg.. DiagCode: 412#10073" }, "id": "8b9e3f46-e5c1-4e1c-813f-b934b811bcf6" ...

Graph version is beta.

Janath commented 3 years ago

Sometimes I get this error

addParticipants failed for participant 4:+61xxxxxxxx. Underlying reason: Call does not contain the metadata required for making this PSTN dial out.. DiagCode: 403#10151

saadali commented 3 years ago

I am also facing the same problem. Any update on this?