chore(sync): mirror docs from openclaw/openclaw@ec69c07b27

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-01 11:38:56 +00:00
parent de4c96a129
commit 55f5ad3f3d
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "0a74037f6f7a601498890188f091bf31b69fa362",
"syncedAt": "2026-05-01T10:59:36.913Z"
"sha": "ec69c07b2738f4660456e1b2d2e5f178fd758701",
"syncedAt": "2026-05-01T11:37:03.375Z"
}

View File

@ -668,6 +668,12 @@ space, because the carrier cannot call back into those addresses. Do not use
`localhost`, `127.0.0.1`, `0.0.0.0`, `10.x`, `172.16.x`-`172.31.x`,
`192.168.x`, `169.254.x`, `fc00::/7`, or `fd00::/8` as `publicUrl`.
Twilio notify-mode outbound calls send their initial `<Say>` TwiML directly in
the create-call request, so the first spoken message does not depend on Twilio
fetching webhook TwiML. A public webhook is still required for status callbacks,
conversation calls, pre-connect DTMF, realtime streams, and post-connect call
control.
Use one public exposure path:
```json5