remove phone numbers

This commit is contained in:
Ajay Raj 2023-03-05 13:55:20 -08:00
commit 0befbf2c75

View file

@ -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()
call.start()