Skip to content

Commit 0514ae5

Browse files
committed
Fix formatting of voice call response in communication_apis.py
1 parent 863ddce commit 0514ae5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

utils/communication_apis.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"Queued"}], "errorMessage": "None"}'
2929
3030
Make a voice call with text
31-
{'entries': [{'phoneNumber': '+254728303524', 'sessionId': 'ATVId_xxxx',
32-
'status': 'Queued'}], 'errorMessage': 'None',
33-
'xml_response': '<?xml version="1.0"?>\n<Response>\n
34-
<Say voice="woman">Hello, this is a test message</Say>\n</Response>',
35-
'session_id': '1dbd2e4e-20be-4971-9455-dfed5fe5552c', 'callback_url':
36-
'https://80c4-165-73-248-94.ngrok-free.app/voice/callback'}
31+
{'entries': [{'phoneNumber': '+254728303524', 'sessionId': 'ATVId_xxxx',
32+
'status': 'Queued'}], 'errorMessage': 'None',
33+
'xml_response': '<?xml version="1.0"?>\n<Response>\n
34+
<Say voice="woman">Hello, this is a test message</Say>\n</Response>',
35+
'session_id': '1dbd2e4e-20be-4971-9455-dfed5fe5552c', 'callback_url':
36+
'https://<url>.ngrok-free.app/voice/callback'}
3737
"""
3838

3939
import os

0 commit comments

Comments
 (0)