diff --git a/voice/connect-an-inbound-call.py b/voice/connect-an-inbound-call.py index 2961a18..0c7895c 100755 --- a/voice/connect-an-inbound-call.py +++ b/voice/connect-an-inbound-call.py @@ -10,7 +10,7 @@ def answer_call(): "action": "connect", "from": "NEXMO_NUMBER", "endpoint": [{ - "type": 'phone', + "type": "phone", "number": "YOUR_SECOND_NUMBER" }] }