Commit bcaa78d
committed
[latest] fix: notify IVR app on caller hangup + fix recording events for local type
- sip_session.rs: stop_app() on caller BYE to trigger IVR on_session_end
- cleanup(): defensive stop_app() for RTP-timeout etc.
- event_loop.rs: fix double on_exit (cancel_token + AppAction::Exit)
- executor.rs: map ExitReason::Cancelled to EndReason::Hangup
- config.rs: remove recording_type gate so local recordings fire events
- sipflow_upload.rs: emit RecordingMetadataAvailable after sipflow upload
- cc submodule: fix dev-console init script for configurable apiPrefix1 parent 9c001e3 commit bcaa78d
4 files changed
Lines changed: 17 additions & 4 deletions
Submodule cc updated from eb41cb5 to bc0bf29
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
123 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
130 | | - | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
995 | 995 | | |
996 | 996 | | |
997 | 997 | | |
| 998 | + | |
998 | 999 | | |
999 | 1000 | | |
1000 | 1001 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2586 | 2586 | | |
2587 | 2587 | | |
2588 | 2588 | | |
| 2589 | + | |
| 2590 | + | |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
| 2594 | + | |
2589 | 2595 | | |
2590 | 2596 | | |
2591 | 2597 | | |
| |||
7133 | 7139 | | |
7134 | 7140 | | |
7135 | 7141 | | |
| 7142 | + | |
| 7143 | + | |
| 7144 | + | |
| 7145 | + | |
| 7146 | + | |
7136 | 7147 | | |
7137 | 7148 | | |
7138 | 7149 | | |
| |||
0 commit comments