inbound calls

This commit is contained in:
Ajay Raj 2023-03-04 13:59:33 -08:00
commit 2893ba9780
8 changed files with 58 additions and 20 deletions

View file

@ -24,4 +24,4 @@ class TestWebSocketAgent(WebSocketAgent):
if __name__ == "__main__":
agent = TestWebSocketAgent()
agent.run(port=3001)
agent.run(port=3000)