-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
I am getting this error while creating a participant for an outbound call:
Error creating SIP participant: TwirpError(code=invalid_argument, message=twirp error unknown: INVITE failed: sip status: 400 (BAD_REQUEST), status=400, metadata={'error_details': 'CAMSLElOVklURSBmYWlsZWQ6IHNpcCBzdGF0dXM6IDQwMCAoQkFEX1JFUVVFU1QpGiwKJXR5cGUuZ29vZ2xlYXBpcy5jb20vbGl2ZWtpdC5TSVBTdGF0dXMSAwiQAw==', 'sip_status': 'SIP_STATUS_BAD_REQUEST', 'sip_status_code': '400'})
I am setting the following parameters for CreateSIPParticipantRequest
- room_name
- sip_trunk_id
- sip_call_to
- participant_identity
- participant_name
- wait_until_answered
It seems I am not sending correct parameters. I am not able to figure out what is wrong with the ones I am currently passing or if something needs to be added or removed.
I could really use some guidance here. Thanks in Advance!
Metadata
Metadata
Assignees
Labels
No labels