You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -212,6 +213,7 @@ When `--wait` times out (exit code 5), the operation may have succeeded — the
212
213
| Command | On timeout | Recovery |
213
214
|---------|-----------|----------|
214
215
|`number order --wait`| Number may be activating | Check `band number list --plain` — if the number appears, it completed. If not, retry the order. |
216
+
|`number activate --wait` / `number deactivate --wait`| Service activation order may still be RECEIVED/PROCESSING | Check `band number get <number> --plain` — the `inboundActivated` / `outbound*Activated` flags reflect the terminal state. Re-running the same activate is idempotent. |
215
217
|`call create --wait`| Call may still be active | Check `band call get <call-id> --plain` — look at the `state` field. |
216
218
|`transcription create --wait`| Transcription may be processing | Check `band transcription get <call-id> <rec-id> --plain`. |
217
219
@@ -260,7 +262,8 @@ account + auth
260
262
└─→ vcp create (links to app)
261
263
└─→ number search → number order
262
264
└─→ vcp assign
263
-
└─→ call create
265
+
└─→ number activate --voice-inbound
266
+
└─→ call create
264
267
```
265
268
266
269
**Voice (Legacy):**
@@ -323,6 +326,7 @@ band number list --plain
323
326
band number search --area-code 919 --quantity 1 --plain
324
327
band number order <number> --wait # 5. order number
325
328
band vcp assign <vcp-id><number># 6. assign number to VCP
329
+
band number activate <number> --voice-inbound --wait # 7. enable inbound voice
326
330
```
327
331
328
332
If step 2 fails with 409 "HTTP voice feature is required," or step 3 fails with 403, fall back to legacy.
0 commit comments