diff --git a/simple_outbound_call.py b/simple_outbound_call.py index d146701..1ce3687 100644 --- a/simple_outbound_call.py +++ b/simple_outbound_call.py @@ -5,11 +5,11 @@ from vocode.models.agent import EchoAgentConfig, WebSocketUserImplementedAgentCo if __name__ == '__main__': call = OutboundCall( recipient=CallEntity( - phone_number="+14088926228", + phone_number="+11234567890", ), caller=CallEntity( - phone_number="+14086600744", + phone_number="+11234567890", ), agent_config=EchoAgentConfig(initial_message="Hello!") ) - call.start() \ No newline at end of file + call.start()