Skip to content

Commit 9baf489

Browse files
authored
Merge pull request #238 from pipecat-ai/mb/remove-pause-dial-in
Remove <Pause> from telnyx-chatbot example
2 parents 39261fc + fb5de9f commit 9baf489

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

telnyx-chatbot/inbound/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ To run the twilio-chatbot for inbound calling locally, we'll first set up an ngr
8585
<Connect>
8686
<Stream url="wss://your-url.ngrok.io/ws" bidirectionalMode="rtp"></Stream>
8787
</Connect>
88-
<Pause length="40"/>
8988
</Response>
9089
```
9190

@@ -138,7 +137,6 @@ To run on Pipecat Cloud, the one change you'll have to make is to your TeXML Bin
138137
<Connect>
139138
<Stream url="wss://api.pipecat.daily.co/ws/telnyx?serviceHost=AGENT_NAME.ORGANIZATION_NAME" bidirectionalMode="rtp"></Stream>
140139
</Connect>
141-
<Pause length="40"/>
142140
</Response>
143141
```
144142

telnyx-chatbot/outbound/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ async def get_answer_xml(request: Request) -> HTMLResponse:
243243
<Connect>
244244
<Stream url="{ws_url}" bidirectionalMode="rtp"></Stream>
245245
</Connect>
246-
<Pause length="40"/>
247246
</Response>'''
248247

249248
return HTMLResponse(content=texml_content, media_type="application/xml")

twilio-chatbot/inbound/client/python/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Edit the `templates/streams.xml` file to point to your server’s WebSocket endp
1414
<Connect>
1515
<Stream url="ws://localhost:7860/ws" />
1616
</Connect>
17-
<Pause length="40"/>
1817
</Response>
1918
```
2019

0 commit comments

Comments
 (0)