Requesting answer_call using azure-communication-callautomation and getting error #38974
Labels
Communication - Call Automation
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
I'm using azure-communication-callautomation, It was working fine till 21 dec 2024, and on 23 dec 2024 I started getting error
(None) No HTTP resource was found that matches the request URI 'https://nextpma.plat.skype.com/calling/callConnections:answer?api-version=2024-11-15-preview'
I have not changed anything is code and this error suddenly started.
To Reproduce
Steps to reproduce the behavior:
`CALL_CONNECTION_CLIENT.answer_call(
incoming_call_context=incoming_call_context,
callback_url=ANSWER_CALL_CALLBACK_URL,
cognitive_services_endpoint=COGNATIVE_SERVICES_ENDPOINT, # Correctly pass the endpoint
operation_context=f"{caller_id}"
)'
Expected behavior
call should get answered.
Screenshots
in last 2-3 lined you can observe error
Additional context
I am adding logs for analysis:
Received event: {'to': {'kind': 'phoneNumber', 'rawId': '4:+12222221673', 'phoneNumber': {'value': '+1222222673'}}, 'from': {'kind': 'phoneNumber', 'rawId': '4:+1222222230', 'phoneNumber': {'value': '+12222222230'}}, 'serverCallId': 'aHR0cHM6Ly9hcGkuZmxpZ2h0cHJveHkuc2t5cGUuY29tL2FwaS92Mi9jcC9jjjjjjjjjjjjjjjjjjjjjjjjjjjjjb2QtYWtzLmNvbnYuc2t5cGUuY29tL2NvbnYvaGlEajcwZ2Z1RUN0UFJWSk1SNllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllAzODE4MQ==', 'callerDisplayName': 'NEW YORK NY', 'incomingCallContext': 'eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJjYyI6Ikg0c0lBQUFBQU.eyJhbGcnpGaU5MbzlUT0EtYWhnLWNmQXRKRHAzOE5uYm9CU3VHQmpMS0NJUjFuZllrMk5RZ2pFSW5TRkhzNDZsYzR3QnZkdndzcEVPeWdRV0pWMFRPMVdjekxhSTFrWW0tOENWVnFRYVFISmJZTzhObi1xQ1RFWEM4NjNPcnB4Zk1ValhJdTlQM0kZaelhidUVGTFBYRXNNRVFYN0Q0YjFqOXNCOFVwN0ZJLTVnS0YyUHgwTHpTbHN2WWNfeUdpQWF3akhWUjN3T044Y3JFSlljWFhrNms3dGNGYVZzOW0xN21OWV9PZGxHMGx2eDB6T3hNdWczdXZfY0UEJLRW9xTGVnQUFWV3JjdTRDWVBfUnR3RE83TzQ3TlpRIn0.', 'correlationId': 'fdf8ee20-5844-498d-a1f1-a9828c9ef499'}
The text was updated successfully, but these errors were encountered: