From b4e21c5f25f1509b748b15c83202f4b105aeb285 Mon Sep 17 00:00:00 2001 From: elt Date: Mon, 30 Mar 2026 02:34:07 +0530 Subject: [PATCH 1/2] feat: upgrade to LiveKit Agents SDK v1.5.1, fix Sarvam TTS audio, and tune interruption pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump livekit-agents dependency to >=1.5.1 for TurnHandlingOptions and adaptive interruption support. - Migrate AgentSession construction from deprecated individual params to TurnHandlingOptions dict with MultilingualModel turn detection and adaptive ML-based barge-in classification. - Fix Sarvam TTS audio playback: disable WebSocket streaming (returns raw PCM without WAV headers) and force REST API path which returns proper WAV with RIFF headers. Workaround for livekit/agents#5267. - Align Sarvam TTS from_config defaults with __init__ defaults (en-IN/bulbul:v3/shubh/True). - Tune VAD and interruption defaults to SDK-recommended values: activation_threshold 0.25->0.5, min_silence_duration 0.25->0.5, min_interruption_duration 0.05->0.3, endpointing delays reduced for faster turn commits. - Make SIP noise cancellation configurable via noise_cancellation_sip kwarg (default: off) — avoids double-talk suppression from BVCTelephony layering on top of provider echo cancellation. - Add preemptive_generation support for reduced perceived latency. - Gate diagnostic event handlers behind debug=True kwarg. - Add echo detection helpers (transcription_node, agent text buffer) to AgentSetup for future echo filtering. --- .gitignore | 4 +- logs.txt | 3936 ++++++++++++++++++++++++++++++ pyproject.toml | 2 +- siphon/agent/core/entrypoint.py | 102 +- siphon/agent/core/voice_agent.py | 46 +- siphon/plugins/sarvam.py | 39 +- 6 files changed, 4102 insertions(+), 27 deletions(-) create mode 100644 logs.txt diff --git a/.gitignore b/.gitignore index 7961a03..c5c75a2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ docs/ agent.py call.py .scannerwork -.pytest_cache \ No newline at end of file +.pytest_cache +.claude +testing/ \ No newline at end of file diff --git a/logs.txt b/logs.txt new file mode 100644 index 0000000..fc96665 --- /dev/null +++ b/logs.txt @@ -0,0 +1,3936 @@ +(.venv) blackdwarftech@siphon-test:~/siphon$ python agent.py +[2026-03-29 17:34:46,647] [INFO] [siphon] livekit_ffi::server:139:livekit_ffi::server - initializing ffi server v0.12.42 +[2026-03-29 17:34:46,649] [INFO] [siphon] livekit_ffi::cabi:50:livekit_ffi::cabi - initializing ffi server v0.12.42 +[2026-03-29 17:34:51,385] [WARNING] [siphon.plugins.sarvam.log] Unknown model 'bulbul:v3', skipping compatibility check +[2026-03-29 17:34:51,419] [DEBUG] [asyncio] Using selector: EpollSelector + 17:34:51.419 DEBUG asyncio Using selector: EpollSelector +[2026-03-29 17:34:51,426] [DEV] [siphon.agents] Watching /home/blackdwarftech/siphon + 17:34:51.426 DEV siphon.agents Watching /home/blackdwarftech/siphon +[2026-03-29 17:34:54,410] [INFO] [siphon] livekit_ffi::server:139:livekit_ffi::server - initializing ffi server v0.12.42 +[2026-03-29 17:34:54,411] [INFO] [siphon] livekit_ffi::cabi:50:livekit_ffi::cabi - initializing ffi server v0.12.42 +[2026-03-29 17:34:58,855] [WARNING] [siphon.plugins.sarvam.log] Unknown model 'bulbul:v3', skipping compatibility check +[2026-03-29 17:34:58,862] [DEBUG] [asyncio] Using selector: EpollSelector + 17:34:58.862 DEBUG asyncio Using selector: EpollSelector +[2026-03-29 17:34:58,872] [INFO] [siphon.agents] starting worker + 17:34:58.872 INFO siphon.agents starting worker + {"version": "1.3.11", "rtc-version": "1.0.23"} +[2026-03-29 17:34:58,875] [INFO] [siphon.agents] preloading plugins + 17:34:58.875 INFO siphon.agents preloading plugins + {"packages": ["livekit.plugins.silero", +"livekit.plugins.google", "livekit.plugins.cartesia", "livekit.plugins.deepgram", +"livekit.plugins.openai", "livekit.plugins.groq", "livekit.plugins.sarvam", "av"]} +[2026-03-29 17:34:58,885] [INFO] [siphon.agents] HTTP server listening on :39195 + 17:34:58.885 INFO siphon.agents HTTP server listening on :39195 +[2026-03-29 17:34:59,112] [INFO] [siphon.agents] registered worker + 17:34:59.112 INFO siphon.agents registered worker + {"agent_name": "Agent-System", "id": "AW_wGbqHrNeZN8f", +"url": "wss://hackthon-fk3rjww1.livekit.cloud", "region": "US Central", "protocol": 17} +[2026-03-29 17:36:32,545] [INFO] [siphon.agents] received job request + 17:36:32.545 INFO siphon.agents received job request + {"job_id": "AJ_PtVR33XbV32x", "dispatch_id": +"AD_FEQdkq3cKy9D", "room": "271c882c-fd1c-4eda-a738-58def8a0042c", "room_id": +"RM_KK5YMwYNMMSW", "agent_name": "Agent-System", "resuming": false, "enable_recording": false} +[2026-03-29 17:36:32,562] [DEBUG] [siphon.agents] received assignment + 17:36:32.562 DEBUG siphon.agents received assignment + {"agent_name": "Agent-System", "room_id": +"RM_KK5YMwYNMMSW", "room": "271c882c-fd1c-4eda-a738-58def8a0042c", "job_id": "AJ_PtVR33XbV32x", +"dispatch_id": "AD_FEQdkq3cKy9D", "enable_recording": false} +[2026-03-29 17:36:38,605] [INFO] [siphon.agents] initializing process + 17:36:38.605 INFO siphon.agents initializing process {"pid": 2843474} +[2026-03-29 17:36:38,786] [INFO] [siphon] livekit_ffi::server:139:livekit_ffi::server - initializing ffi server v0.12.42 +[2026-03-29 17:36:38,788] [INFO] [siphon] livekit_ffi::cabi:50:livekit_ffi::cabi - initializing ffi server v0.12.42 +[2026-03-29 17:36:39,958] [WARNING] [siphon.plugins.sarvam.log] Unknown model 'bulbul:v3', skipping compatibility check +[2026-03-29 17:36:39,966] [INFO] [siphon.agents] process initialized +[2026-03-29 17:36:39,966] [DEBUG] [asyncio] Using selector: EpollSelector + 17:36:39.966 INFO siphon.agents process initialized +[2026-03-29 17:36:39,966] [DEBUG] [asyncio] Using selector: EpollSelector + {"pid": 2843474, "elapsed_time": 1.36} + DEBUG asyncio Using selector: EpollSelector {"pid": 2843474} +[2026-03-29 17:36:40,022] [WARNING] [siphon.plugins.sarvam.log] Unknown model 'bulbul:v3', skipping compatibility check +[2026-03-29 17:36:40,022] [INFO] [calling-agent] Call type detected: outbound +[2026-03-29 17:36:40,022] [WARNING] [siphon.plugins.sarvam.log] Unknown model 'bulbul:v3', skipping compatibility check + 17:36:40.022 WARNI… siphon.p…arvam.log Unknown model 'bulbul:v3', skipping compatibility + check + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:40,022] [INFO] [calling-agent] Call type detected: outbound + INFO calling-agent Call type detected: outbound + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:40,363] [INFO] [calling-agent] Call memory enabled. Phone number from metadata: +917795341235 +[2026-03-29 17:36:40,363] [INFO] [calling-agent] Call memory enabled. Phone number from metadata: +917795341235 +[2026-03-29 17:36:40,365] [INFO] [calling-agent] No previous call memory found for +917795341235 +[2026-03-29 17:36:40,365] [INFO] [calling-agent] Injected calendar operation guidelines into system instructions +[2026-03-29 17:36:40,369] [INFO] [calling-agent] Entrypoint LLM object: , Type: +[2026-03-29 17:36:40,369] [INFO] [calling-agent] Session components - LLM: , TTS: , STT: , Greeting Instruction: Introduce yourself in a friendly way, System Instruction: you are a sales agent for the Octual company and you'll be selling the product to the suer, and convince them to buy it anyway., Tools: None + 17:36:40.363 INFO calling-agent Call memory enabled. Phone number from metadata: + +917795341235 + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:40,365] [INFO] [calling-agent] No previous call memory found for +917795341235 + 17:36:40.365 INFO calling-agent No previous call memory found for +917795341235 + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:40,365] [INFO] [calling-agent] Injected calendar operation guidelines into system instructions + INFO calling-agent Injected calendar operation guidelines into system + instructions + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:40,369] [INFO] [calling-agent] Entrypoint LLM object: , Type: + 17:36:40.369 INFO calling-agent Entrypoint LLM object: + , Type: + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:40,369] [INFO] [calling-agent] Session components - LLM: , TTS: , STT: , Greeting Instruction: Introduce yourself in a friendly way, System Instruction: you are a sales agent for the Octual company and you'll be selling the product to the suer, and convince them to buy it anyway., Tools: None + INFO calling-agent Session components - LLM: + , TTS: + , STT: + , Greeting Instruction: Introduce + yourself in a friendly way, System Instruction: + you are a sales agent for the Octual company and + you'll be selling the product to the suer, and + convince them to buy it anyway., Tools: None + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:40,567] [DEBUG] [siphon.agents] input stream attached +[2026-03-29 17:36:40,567] [DEBUG] [siphon.agents] input stream attached + 17:36:40.567 DEBUG siphon.agents input stream attached + {"participant": null, "source": "SOURCE_UNKNOWN", +"accepted_sources": ["SOURCE_MICROPHONE"], "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:40,584] [DEBUG] [siphon.agents] http_session(): creating a new httpclient ctx +[2026-03-29 17:36:40,585] [INFO] [siphon.plugins.sarvam.log] Connecting to Sarvam TTS WebSocket +[2026-03-29 17:36:40,584] [DEBUG] [siphon.agents] http_session(): creating a new httpclient ctx + 17:36:40.584 DEBUG siphon.agents http_session(): creating a new httpclient ctx +[2026-03-29 17:36:40,590] [INFO] [calling-agent] Agent entering room... + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:40,595] [INFO] [calling-agent] Conversation monitoring setup complete +[2026-03-29 17:36:40,595] [INFO] [calling-agent] Conversation monitoring setup +[2026-03-29 17:36:40,585] [INFO] [siphon.plugins.sarvam.log] Connecting to Sarvam TTS WebSocket + 17:36:40.585 INFO siphon.p…arvam.log Connecting to Sarvam TTS WebSocket + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:40,590] [INFO] [calling-agent] Agent entering room... + 17:36:40.590 INFO calling-agent Agent entering room... + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:40,595] [INFO] [calling-agent] Conversation monitoring setup complete + 17:36:40.595 INFO calling-agent Conversation monitoring setup complete + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:40,595] [INFO] [calling-agent] Conversation monitoring setup + INFO calling-agent Conversation monitoring setup + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:42,296] [DEBUG] [siphon.agents] start reading stream +[2026-03-29 17:36:42,296] [DEBUG] [siphon.agents] start reading stream + 17:36:42.296 DEBUG siphon.agents start reading stream + {"participant": +"sip-271c882c-fd1c-4eda-a738-58def8a0042c", "source": "SOURCE_MICROPHONE", "pid": 2843474, +"job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:42,335] [DEBUG] [siphon.agents] using audio io: `RoomIO` -> `AgentSession` -> `TranscriptSynchronizer` -> `RoomIO` +[2026-03-29 17:36:42,338] [DEBUG] [siphon.agents] using transcript io: `AgentSession` -> `TranscriptSynchronizer` -> `RoomIO` +[2026-03-29 17:36:42,335] [DEBUG] [siphon.agents] using audio io: `RoomIO` -> `AgentSession` -> `TranscriptSynchronizer` -> `RoomIO` +[2026-03-29 17:36:42,339] [INFO] [calling-agent] Session config: allow_int=True, discard_audio=False, min_int_words=0, min_int_dur=0.30, false_int_timeout=1.5, resume_false=True, preemptive=True +[2026-03-29 17:36:42,340] [INFO] [calling-agent] Agent session started successfully. +[2026-03-29 17:36:42,340] [INFO] [calling-agent] Starting SIP call status monitoring... + 17:36:42.335 DEBUG siphon.agents using audio io: `RoomIO` -> `AgentSession` -> + `TranscriptSynchronizer` -> `RoomIO` + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:42,338] [DEBUG] [siphon.agents] using transcript io: `AgentSession` -> `TranscriptSynchronizer` -> `RoomIO` + 17:36:42.338 DEBUG siphon.agents using transcript io: `AgentSession` -> + `TranscriptSynchronizer` -> `RoomIO` + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:42,339] [INFO] [calling-agent] Session config: allow_int=True, discard_audio=False, min_int_words=0, min_int_dur=0.30, false_int_timeout=1.5, resume_false=True, preemptive=True + 17:36:42.339 INFO calling-agent Session config: allow_int=True, + discard_audio=False, min_int_words=0, + min_int_dur=0.30, false_int_timeout=1.5, + resume_false=True, preemptive=True + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:42,340] [INFO] [calling-agent] Agent session started successfully. + 17:36:42.340 INFO calling-agent Agent session started successfully. + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:42,340] [INFO] [calling-agent] Starting SIP call status monitoring... + INFO calling-agent Starting SIP call status monitoring... + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:42,458] [DEBUG] [siphon.plugins.deepgram] Established new Deepgram STT WebSocket connection: +[2026-03-29 17:36:42,458] [DEBUG] [siphon.plugins.deepgram] Established new Deepgram STT WebSocket connection: + 17:36:42.458 DEBUG siphon.p….deepgram Established new Deepgram STT WebSocket connection: + {"headers": {"dg-project-id": +"003fbf4f-5287-4ba2-bf77-99f930b370ab", "dg-request-id": +"20120fd7-74e7-4c41-847b-dee8f53b2bef", "Date": "Sun, 29 Mar 2026 17:36:42 GMT"}, "pid": +2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:44,683] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session +[2026-03-29 17:36:44,683] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully +[2026-03-29 17:36:44,683] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session +[2026-03-29 17:36:44,684] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config + 17:36:44.683 INFO siphon.p…arvam.log Starting TTS WebSocket session + {"session_id": 131983067110464, "connection_state": +"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:44,683] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully + INFO siphon.p…arvam.log WebSocket connected successfully + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:44,684] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config + 17:36:44.684 DEBUG siphon.p…arvam.log Sending TTS config + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": null, "config": {"type": "config", "data": {"target_language_code": +"en-IN", "speaker": "shubh", "pitch": 0.0, "pace": 1.0, "loudness": 1.0, +"enable_preprocessing": true, "model": "bulbul:v3"}}, "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,210] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,210] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.210 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,236] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,236] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.236 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,268] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,268] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.268 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,302] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,302] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.302 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,430] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,431] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,431] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,432] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,430] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.430 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,431] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.431 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,431] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,432] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.432 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,461] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,461] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.461 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,492] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,492] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.492 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,524] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,524] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.524 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,558] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,558] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.558 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,588] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,588] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.588 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,625] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,625] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.625 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,655] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,655] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.655 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,684] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,684] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.684 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,715] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,715] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.715 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,748] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,748] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.748 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,778] [INFO] [calling-agent] Updated call memory phone number from SIP: +917795341235 +[2026-03-29 17:36:45,778] [INFO] [calling-agent] Call result: True +[2026-03-29 17:36:45,778] [INFO] [calling-agent] Updated call memory phone number from SIP: +917795341235 +[2026-03-29 17:36:45,781] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.778 INFO calling-agent Updated call memory phone number from SIP: + +917795341235 + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,778] [INFO] [calling-agent] Call result: True + INFO calling-agent Call result: True + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,781] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.781 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,818] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,818] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.818 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,844] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,844] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.844 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,875] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,875] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.875 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,908] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:45,908] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.908 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,993] [INFO] [calling-agent] AGENT_STATE: listening -> speaking +[2026-03-29 17:36:45,993] [INFO] [calling-agent] AGENT_STATE: listening -> speaking +[2026-03-29 17:36:45,999] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.993 INFO calling-agent AGENT_STATE: listening -> speaking +[2026-03-29 17:36:46,001] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:45,999] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:45.999 DEBUG siphon.p…arvam.log Processing message type: audio +[2026-03-29 17:36:46,007] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,001] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.001 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,007] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.007 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,037] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,037] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.037 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,067] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,067] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.067 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,099] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,099] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.099 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,131] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,131] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.131 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,163] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,163] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.163 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,196] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,196] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.196 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,229] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,229] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.229 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,259] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,259] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.259 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,292] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,292] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.292 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,323] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,323] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.323 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,355] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,355] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.355 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,387] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,387] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.387 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,421] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,421] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.421 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,452] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,452] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.452 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,483] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,483] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.483 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,515] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,515] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.515 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,547] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,547] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.547 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,580] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,580] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.580 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,613] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,613] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.613 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,643] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,643] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.643 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,676] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,676] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.676 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.707 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,739] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,739] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.739 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,772] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,772] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.772 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,803] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,803] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.803 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,864] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,865] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:46,864] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.864 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:46,865] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:46.865 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,027] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,027] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:47.027 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,057] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,057] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:47.057 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,089] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,089] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:47.089 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,121] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,121] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:47.121 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,153] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,153] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:47.153 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,186] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,186] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:47.186 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,217] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,217] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:47.217 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,250] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,250] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:47.250 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,285] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,285] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:47.285 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,314] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,314] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:47.314 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,328] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,329] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,329] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event +[2026-03-29 17:36:47,330] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received +[2026-03-29 17:36:47,328] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:47,333] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully + 17:36:47.328 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,329] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:47.329 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,329] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event + DEBUG siphon.p…arvam.log Processing message type: event + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,330] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received + 17:36:47.330 DEBUG siphon.p…arvam.log Generation complete event received + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,333] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully + 17:36:47.333 INFO siphon.p…arvam.log WebSocket session completed successfully + {"session_id": 131983067110464, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,381] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup +[2026-03-29 17:36:47,381] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup + 17:36:47.381 DEBUG siphon.p…arvam.log Starting TTS stream cleanup + {"session_id": 131983067110464, "connection_state": +"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:47,618] [INFO] [calling-agent] AGENT_STATE: speaking -> listening +[2026-03-29 17:36:47,618] [INFO] [calling-agent] AGENT_STATE: speaking -> listening + 17:36:47.618 INFO calling-agent AGENT_STATE: speaking -> listening + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:49,412] [INFO] [calling-agent] AGENT_STATE: listening -> speaking +[2026-03-29 17:36:49,414] [DEBUG] [siphon.agents] resumed false interrupted speech +[2026-03-29 17:36:49,414] [INFO] [calling-agent] FALSE_INTERRUPTION: resumed=True +[2026-03-29 17:36:49,412] [INFO] [calling-agent] AGENT_STATE: listening -> speaking + 17:36:49.412 INFO calling-agent AGENT_STATE: listening -> speaking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:49,414] [DEBUG] [siphon.agents] resumed false interrupted speech + 17:36:49.414 DEBUG siphon.agents resumed false interrupted speech + {"timeout": 1.5, "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:49,414] [INFO] [calling-agent] FALSE_INTERRUPTION: resumed=True + INFO calling-agent FALSE_INTERRUPTION: resumed=True + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:53,576] [INFO] [calling-agent] Assistant message: Hello! I'm with Octual, here to help you find the perfect product for your needs. How can I assist you today? +[2026-03-29 17:36:53,576] [INFO] [calling-agent] AGENT_STATE: speaking -> listening +[2026-03-29 17:36:53,578] [INFO] [calling-agent] Greeting sent +[2026-03-29 17:36:53,576] [INFO] [calling-agent] Assistant message: Hello! I'm with Octual, here to help you find the perfect product for your needs. How can I assist you today? + 17:36:53.576 INFO calling-agent Assistant message: Hello! I'm with Octual, here to + help you find the perfect product for your needs. + How can I assist you today? + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:53,576] [INFO] [calling-agent] AGENT_STATE: speaking -> listening + INFO calling-agent AGENT_STATE: speaking -> listening + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:53,578] [INFO] [calling-agent] Greeting sent + 17:36:53.578 INFO calling-agent Greeting sent + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:56,765] [INFO] [calling-agent] TRANSCRIPT: 'What can you do?' (final=False, agent_state=listening, speech=[no active speech]) +[2026-03-29 17:36:56,765] [INFO] [calling-agent] TRANSCRIPT: 'What can you do?' (final=False, agent_state=listening, speech=[no active speech]) + 17:36:56.765 INFO calling-agent TRANSCRIPT: 'What can you do?' (final=False, + agent_state=listening, speech=[no active speech]) + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:56,965] [INFO] [calling-agent] TRANSCRIPT: 'What can you do?' (final=True, agent_state=listening, speech=[no active speech]) +[2026-03-29 17:36:56,965] [DEBUG] [siphon.agents] received user transcript +[2026-03-29 17:36:56,965] [INFO] [calling-agent] TRANSCRIPT: 'What can you do?' (final=True, agent_state=listening, speech=[no active speech]) +[2026-03-29 17:36:56,969] [DEBUG] [siphon.agents] using preemptive generation + 17:36:56.965 INFO calling-agent TRANSCRIPT: 'What can you do?' (final=True, + agent_state=listening, speech=[no active speech]) + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:56,965] [DEBUG] [siphon.agents] received user transcript + DEBUG siphon.agents received user transcript + {"user_transcript": "What can you do?", "language": +"en", "transcript_delay": 0.30281543731689453, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:56,969] [DEBUG] [siphon.agents] using preemptive generation + 17:36:56.969 DEBUG siphon.agents using preemptive generation + {"preemptive_lead_time": 0.003449678421020508, "pid": +2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:57,001] [INFO] [calling-agent] User message: What can you do? +[2026-03-29 17:36:57,002] [INFO] [calling-agent] AGENT_STATE: listening -> thinking +[2026-03-29 17:36:57,001] [INFO] [calling-agent] User message: What can you do? + 17:36:57.001 INFO calling-agent User message: What can you do? + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:57,002] [INFO] [calling-agent] AGENT_STATE: listening -> thinking + 17:36:57.002 INFO calling-agent AGENT_STATE: listening -> thinking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:57,671] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session +[2026-03-29 17:36:57,672] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully +[2026-03-29 17:36:57,672] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config +[2026-03-29 17:36:57,671] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session + 17:36:57.671 INFO siphon.p…arvam.log Starting TTS WebSocket session + {"session_id": 131983192262368, "connection_state": +"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:57,672] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully + 17:36:57.672 INFO siphon.p…arvam.log WebSocket connected successfully + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:57,672] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config + DEBUG siphon.p…arvam.log Sending TTS config + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": null, "config": {"type": "config", "data": {"target_language_code": +"en-IN", "speaker": "shubh", "pitch": 0.0, "pace": 1.0, "loudness": 1.0, +"enable_preprocessing": true, "model": "bulbul:v3"}}, "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,302] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,302] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.302 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,328] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,328] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.328 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,335] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking +[2026-03-29 17:36:58,335] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking + 17:36:58.335 INFO calling-agent AGENT_STATE: thinking -> speaking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,359] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,359] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.359 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,391] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,391] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.391 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,522] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,523] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,523] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,523] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,522] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.522 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,523] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.523 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,523] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,523] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,552] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,552] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.552 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,584] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,584] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.584 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,617] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,617] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.617 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,649] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,649] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.649 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,683] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,683] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.683 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,709] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,709] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.709 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,741] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,741] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.741 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,776] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,776] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.776 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,806] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,806] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.806 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,841] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,841] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.841 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,872] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,872] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.872 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,908] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,908] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.908 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,937] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,937] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.937 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:58,968] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:58,968] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:58.968 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,000] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,000] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.000 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,032] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,032] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.032 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,065] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,065] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.065 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,099] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,099] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.099 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,129] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,129] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.129 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,164] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,164] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.164 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,193] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,193] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.193 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,225] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,225] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.225 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,258] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,258] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.258 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,290] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,290] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.290 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,317] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,317] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.317 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,354] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,354] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.354 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,385] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,385] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.385 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,418] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,418] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.418 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,450] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,450] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.450 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,483] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,483] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.483 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,514] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,514] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.514 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,547] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,547] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.547 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,579] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,579] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.579 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,610] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,610] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.610 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,644] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,644] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.644 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,675] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,675] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.675 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.707 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,739] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,739] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.739 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,771] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,771] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.771 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,804] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,804] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.804 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,837] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,837] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.837 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,868] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,868] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.868 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,900] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,900] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.900 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,932] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,932] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.932 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,964] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,964] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.964 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:36:59,997] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:36:59,997] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:36:59.997 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,030] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,030] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.030 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,059] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,059] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.059 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,093] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,093] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.093 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,125] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,125] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.125 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,159] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,159] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.159 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,192] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,192] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.192 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,222] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,222] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.222 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,255] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,255] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.255 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,287] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,287] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.287 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,319] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,319] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.319 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,351] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,351] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.351 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,384] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,384] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.384 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,416] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,416] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.416 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,448] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,448] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.448 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,480] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,480] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.480 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,513] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,513] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.513 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,545] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,545] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.545 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,578] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,578] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.578 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,609] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,609] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.609 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,670] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,670] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,670] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.670 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,670] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,835] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,835] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.835 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,869] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,869] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.869 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,897] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,897] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.897 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,928] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,928] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.928 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,961] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,961] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.961 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:00,993] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:00,993] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:00.993 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,024] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:01,024] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:01.024 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,056] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:01,056] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:01.056 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,089] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:01,089] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:01.089 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,121] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:01,121] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:01.121 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,153] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:01,153] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:01.153 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,184] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:01,184] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:01.184 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,217] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:01,217] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:01.217 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,249] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:01,249] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:01.249 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,264] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:01,265] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:01,264] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:01,265] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event +[2026-03-29 17:37:01,267] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received +[2026-03-29 17:37:01,268] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully + 17:37:01.264 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,265] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:01.265 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,265] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event + DEBUG siphon.p…arvam.log Processing message type: event + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,267] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received + 17:37:01.267 DEBUG siphon.p…arvam.log Generation complete event received + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,268] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully + 17:37:01.268 INFO siphon.p…arvam.log WebSocket session completed successfully + {"session_id": 131983192262368, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,302] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup +[2026-03-29 17:37:01,302] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup + 17:37:01.302 DEBUG siphon.p…arvam.log Starting TTS stream cleanup + {"session_id": 131983192262368, "connection_state": +"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,963] [INFO] [calling-agent] AGENT_STATE: speaking -> listening +[2026-03-29 17:37:01,963] [INFO] [calling-agent] AGENT_STATE: speaking -> listening + 17:37:01.963 INFO calling-agent AGENT_STATE: speaking -> listening + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:01,972] [INFO] [calling-agent] TRANSCRIPT: 'Sí, sí.' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) +[2026-03-29 17:37:01,972] [INFO] [calling-agent] TRANSCRIPT: 'Sí, sí.' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) + 17:37:01.972 INFO calling-agent TRANSCRIPT: 'Sí, sí.' (final=False, + agent_state=listening, speech=[allow_int=True, + interrupted=False, done=False]) + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:02,173] [INFO] [calling-agent] TRANSCRIPT: 'Sí, sí.' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) +[2026-03-29 17:37:02,173] [INFO] [calling-agent] TRANSCRIPT: 'Sí, sí.' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) + 17:37:02.173 INFO calling-agent TRANSCRIPT: 'Sí, sí.' (final=False, + agent_state=listening, speech=[allow_int=True, + interrupted=False, done=False]) + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:04,665] [INFO] [calling-agent] AGENT_STATE: listening -> speaking +[2026-03-29 17:37:04,666] [DEBUG] [siphon.agents] resumed false interrupted speech +[2026-03-29 17:37:04,667] [INFO] [calling-agent] FALSE_INTERRUPTION: resumed=True +[2026-03-29 17:37:04,665] [INFO] [calling-agent] AGENT_STATE: listening -> speaking + 17:37:04.665 INFO calling-agent AGENT_STATE: listening -> speaking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:04,666] [DEBUG] [siphon.agents] resumed false interrupted speech + 17:37:04.666 DEBUG siphon.agents resumed false interrupted speech + {"timeout": 1.5, "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:04,667] [INFO] [calling-agent] FALSE_INTERRUPTION: resumed=True + 17:37:04.667 INFO calling-agent FALSE_INTERRUPTION: resumed=True + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:08,016] [INFO] [calling-agent] AGENT_STATE: speaking -> listening +[2026-03-29 17:37:08,016] [INFO] [calling-agent] AGENT_STATE: speaking -> listening + 17:37:08.016 INFO calling-agent AGENT_STATE: speaking -> listening + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:09,215] [INFO] [calling-agent] TRANSCRIPT: 'Okay.' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) +[2026-03-29 17:37:09,215] [INFO] [calling-agent] TRANSCRIPT: 'Okay.' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) + 17:37:09.215 INFO calling-agent TRANSCRIPT: 'Okay.' (final=False, + agent_state=listening, speech=[allow_int=True, + interrupted=False, done=False]) + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:10,117] [INFO] [calling-agent] TRANSCRIPT: 'Ok, también.' (final=True, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) +[2026-03-29 17:37:10,117] [DEBUG] [siphon.agents] received user transcript +[2026-03-29 17:37:10,117] [INFO] [calling-agent] TRANSCRIPT: 'Ok, también.' (final=True, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) +[2026-03-29 17:37:10,120] [INFO] [calling-agent] Assistant message: I can help you find the right product, answer questions about it, and guide you through the purchasing process to make it easy and smooth for you. Just let me know what you're looking + 17:37:10.117 INFO calling-agent TRANSCRIPT: 'Ok, también.' (final=True, + agent_state=listening, speech=[allow_int=True, + interrupted=False, done=False]) + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:10,117] [DEBUG] [siphon.agents] received user transcript + DEBUG siphon.agents received user transcript + {"user_transcript": "Ok, también.", "language": "es", +"transcript_delay": 0.3994126319885254, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:10,120] [INFO] [calling-agent] Assistant message: I can help you find the right product, answer questions about it, and guide you through the purchasing process to make it easy and smooth for you. Just let me know what you're looking + 17:37:10.120 INFO calling-agent Assistant message: I can help you find the right + product, answer questions about it, and guide you + through the purchasing process to make it easy and + smooth for you. Just let me know what you're + looking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:10,159] [INFO] [calling-agent] User message: Ok, también. +[2026-03-29 17:37:10,160] [INFO] [calling-agent] AGENT_STATE: listening -> thinking +[2026-03-29 17:37:10,159] [INFO] [calling-agent] User message: Ok, también. + 17:37:10.159 INFO calling-agent User message: Ok, también. + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:10,160] [INFO] [calling-agent] AGENT_STATE: listening -> thinking + 17:37:10.160 INFO calling-agent AGENT_STATE: listening -> thinking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:10,775] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session +[2026-03-29 17:37:10,775] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully +[2026-03-29 17:37:10,775] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config +[2026-03-29 17:37:10,775] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session + 17:37:10.775 INFO siphon.p…arvam.log Starting TTS WebSocket session + {"session_id": 131983192111152, "connection_state": +"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:10,775] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully + INFO siphon.p…arvam.log WebSocket connected successfully + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:10,775] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config + DEBUG siphon.p…arvam.log Sending TTS config + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": null, "config": {"type": "config", "data": {"target_language_code": +"en-IN", "speaker": "shubh", "pitch": 0.0, "pace": 1.0, "loudness": 1.0, +"enable_preprocessing": true, "model": "bulbul:v3"}}, "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,349] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,349] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.349 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,358] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking +[2026-03-29 17:37:11,358] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking + 17:37:11.358 INFO calling-agent AGENT_STATE: thinking -> speaking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,373] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,373] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.373 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,404] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,404] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.404 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,569] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,570] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,569] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,571] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,572] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,572] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.569 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,570] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.570 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,571] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,595] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.571 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,572] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.572 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,572] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,595] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.595 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,627] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,627] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.627 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,658] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,658] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.658 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,690] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,690] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.690 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,722] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,722] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.722 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,753] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,753] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.753 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,784] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,784] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.784 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,816] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,816] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.816 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,850] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,850] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.850 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,879] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,879] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.879 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,910] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,910] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.910 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,942] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,942] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.942 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:11,974] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:11,974] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:11.974 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,006] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,006] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.006 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,038] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,038] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.038 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,069] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,069] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.069 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,101] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,101] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.101 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,132] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,132] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.132 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,165] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,165] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.165 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,196] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,196] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.196 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,227] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,227] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.227 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,260] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,260] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.260 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,291] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,291] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.291 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,322] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,322] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.322 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,355] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,355] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.355 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,386] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,386] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.386 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,417] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,417] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.417 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,449] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,449] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.449 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,482] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,482] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.482 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,513] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,513] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.513 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,546] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,546] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.546 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,577] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,577] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.577 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,609] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,609] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.609 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,648] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,648] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.648 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,671] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,671] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.671 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,702] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,702] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.702 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,801] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,803] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,801] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.801 DEBUG siphon.p…arvam.log Processing message type: audio +[2026-03-29 17:37:12,807] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,803] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.803 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,807] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.807 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,842] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,842] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.842 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,862] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,862] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.862 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,925] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,926] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:12,925] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.925 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:12,926] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:12.926 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,090] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,090] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.090 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,121] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,121] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.121 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,151] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,151] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.151 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,183] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,183] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.183 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,221] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,221] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.221 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,247] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,247] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.247 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,279] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,279] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.279 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,312] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,312] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.312 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,343] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,343] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.343 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,375] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,375] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.375 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,407] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,407] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.407 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,439] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,439] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.439 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,471] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,471] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.471 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,504] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,504] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.504 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,535] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,535] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.535 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,568] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,568] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.568 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,598] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,598] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.598 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,631] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,631] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.631 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,664] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,664] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.664 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,695] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,695] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.695 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,727] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,727] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.727 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,758] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,758] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.758 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,790] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,790] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.790 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,822] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,822] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.822 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,854] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,854] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.854 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,889] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,889] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.889 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,919] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,919] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.919 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,951] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,951] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.951 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:13,983] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:13,983] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:13.983 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,016] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:14,016] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:14.016 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,047] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:14,047] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:14.047 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,078] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:14,078] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:14.078 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,110] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:14,110] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:14.110 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,143] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:14,143] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:14.143 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,175] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:14,175] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:14.175 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,207] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:14,207] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:14.207 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,240] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:14,240] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:14,247] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:14,248] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:14.240 DEBUG siphon.p…arvam.log Processing message type: audio +[2026-03-29 17:37:14,248] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event +[2026-03-29 17:37:14,249] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,247] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:14.247 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,248] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:14.248 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,248] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event + DEBUG siphon.p…arvam.log Processing message type: event + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,249] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received +[2026-03-29 17:37:14,268] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully + 17:37:14.249 DEBUG siphon.p…arvam.log Generation complete event received + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,268] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully + 17:37:14.268 INFO siphon.p…arvam.log WebSocket session completed successfully + {"session_id": 131983192111152, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:14,298] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup +[2026-03-29 17:37:14,298] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup + 17:37:14.298 DEBUG siphon.p…arvam.log Starting TTS stream cleanup + {"session_id": 131983192111152, "connection_state": +"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:17,167] [INFO] [calling-agent] TRANSCRIPT: 'Stop.' (final=False, agent_state=speaking, speech=[allow_int=True, interrupted=False, done=False]) +[2026-03-29 17:37:17,167] [INFO] [calling-agent] AGENT_STATE: speaking -> listening +[2026-03-29 17:37:17,167] [INFO] [calling-agent] TRANSCRIPT: 'Stop.' (final=False, agent_state=speaking, speech=[allow_int=True, interrupted=False, done=False]) + 17:37:17.167 INFO calling-agent TRANSCRIPT: 'Stop.' (final=False, + agent_state=speaking, speech=[allow_int=True, + interrupted=False, done=False]) + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:17,167] [INFO] [calling-agent] AGENT_STATE: speaking -> listening + INFO calling-agent AGENT_STATE: speaking -> listening + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:18,117] [INFO] [calling-agent] TRANSCRIPT: 'Stop doing it.' (final=True, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) +[2026-03-29 17:37:18,117] [DEBUG] [siphon.agents] received user transcript +[2026-03-29 17:37:18,117] [INFO] [calling-agent] TRANSCRIPT: 'Stop doing it.' (final=True, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) +[2026-03-29 17:37:18,121] [INFO] [calling-agent] Assistant message: Great! If you're interested, I can tell you more about our products and how they can benefit you. Would you like to hear about a specific + 17:37:18.117 INFO calling-agent TRANSCRIPT: 'Stop doing it.' (final=True, + agent_state=listening, speech=[allow_int=True, + interrupted=False, done=False]) + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:18,117] [DEBUG] [siphon.agents] received user transcript + DEBUG siphon.agents received user transcript + {"user_transcript": "Stop doing it.", "language": "en", +"transcript_delay": 0.2547597885131836, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:18,121] [INFO] [calling-agent] Assistant message: Great! If you're interested, I can tell you more about our products and how they can benefit you. Would you like to hear about a specific + 17:37:18.121 INFO calling-agent Assistant message: Great! If you're interested, I + can tell you more about our products and how they + can benefit you. Would you like to hear about a + specific + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:18,158] [INFO] [calling-agent] User message: Stop doing it. +[2026-03-29 17:37:18,159] [INFO] [calling-agent] AGENT_STATE: listening -> thinking +[2026-03-29 17:37:18,158] [INFO] [calling-agent] User message: Stop doing it. + 17:37:18.158 INFO calling-agent User message: Stop doing it. + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:18,159] [INFO] [calling-agent] AGENT_STATE: listening -> thinking + 17:37:18.159 INFO calling-agent AGENT_STATE: listening -> thinking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:18,707] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session +[2026-03-29 17:37:18,708] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully +[2026-03-29 17:37:18,708] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config +[2026-03-29 17:37:18,707] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session + 17:37:18.707 INFO siphon.p…arvam.log Starting TTS WebSocket session + {"session_id": 131983066521744, "connection_state": +"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:18,708] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully + 17:37:18.708 INFO siphon.p…arvam.log WebSocket connected successfully + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:18,708] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config + DEBUG siphon.p…arvam.log Sending TTS config + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": null, "config": {"type": "config", "data": {"target_language_code": +"en-IN", "speaker": "shubh", "pitch": 0.0, "pace": 1.0, "loudness": 1.0, +"enable_preprocessing": true, "model": "bulbul:v3"}}, "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,256] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,256] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.256 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,263] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking +[2026-03-29 17:37:19,263] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking + 17:37:19.263 INFO calling-agent AGENT_STATE: thinking -> speaking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,280] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,280] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.280 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,312] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,312] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.312 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,344] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,344] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.344 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,475] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,476] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,475] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,477] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,477] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.475 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,476] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.476 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,477] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.477 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,477] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,503] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,503] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.503 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,537] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,537] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.537 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,568] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,568] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.568 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,603] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,603] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.603 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,632] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,632] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.632 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,664] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,664] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.664 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,697] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,697] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.697 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,729] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,729] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.729 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,743] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,743] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:19,743] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event +[2026-03-29 17:37:19,744] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received +[2026-03-29 17:37:19,744] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully +[2026-03-29 17:37:19,743] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:19.743 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,743] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,743] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event + DEBUG siphon.p…arvam.log Processing message type: event + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,744] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received + 17:37:19.744 DEBUG siphon.p…arvam.log Generation complete event received + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,744] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully + INFO siphon.p…arvam.log WebSocket session completed successfully + {"session_id": 131983066521744, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:19,769] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup +[2026-03-29 17:37:19,769] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup + 17:37:19.769 DEBUG siphon.p…arvam.log Starting TTS stream cleanup + {"session_id": 131983066521744, "connection_state": +"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:21,041] [INFO] [calling-agent] Assistant message: Understood. How can I assist you further? +[2026-03-29 17:37:21,042] [INFO] [calling-agent] AGENT_STATE: speaking -> listening +[2026-03-29 17:37:21,041] [INFO] [calling-agent] Assistant message: Understood. How can I assist you further? + 17:37:21.041 INFO calling-agent Assistant message: Understood. How can I assist + you further? + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:21,042] [INFO] [calling-agent] AGENT_STATE: speaking -> listening + 17:37:21.042 INFO calling-agent AGENT_STATE: speaking -> listening + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:25,167] [INFO] [calling-agent] TRANSCRIPT: 'El mío, yo' (final=False, agent_state=listening, speech=[no active speech]) +[2026-03-29 17:37:25,167] [INFO] [calling-agent] TRANSCRIPT: 'El mío, yo' (final=False, agent_state=listening, speech=[no active speech]) + 17:37:25.167 INFO calling-agent TRANSCRIPT: 'El mío, yo' (final=False, + agent_state=listening, speech=[no active speech]) + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:25,819] [INFO] [calling-agent] TRANSCRIPT: 'El mío, yo creo.' (final=True, agent_state=listening, speech=[no active speech]) +[2026-03-29 17:37:25,820] [DEBUG] [siphon.agents] received user transcript +[2026-03-29 17:37:25,819] [INFO] [calling-agent] TRANSCRIPT: 'El mío, yo creo.' (final=True, agent_state=listening, speech=[no active speech]) + 17:37:25.819 INFO calling-agent TRANSCRIPT: 'El mío, yo creo.' (final=True, + agent_state=listening, speech=[no active speech]) + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:25,820] [DEBUG] [siphon.agents] received user transcript +[2026-03-29 17:37:25,830] [DEBUG] [siphon.agents] using preemptive generation + 17:37:25.820 DEBUG siphon.agents received user transcript + {"user_transcript": "El mío, yo creo.", "language": +"es", "transcript_delay": 0.307753324508667, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:25,830] [DEBUG] [siphon.agents] using preemptive generation + 17:37:25.830 DEBUG siphon.agents using preemptive generation + {"preemptive_lead_time": 0.008718490600585938, "pid": +2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:25,855] [INFO] [calling-agent] User message: El mío, yo creo. +[2026-03-29 17:37:25,857] [INFO] [calling-agent] AGENT_STATE: listening -> thinking +[2026-03-29 17:37:25,855] [INFO] [calling-agent] User message: El mío, yo creo. + 17:37:25.855 INFO calling-agent User message: El mío, yo creo. + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:25,857] [INFO] [calling-agent] AGENT_STATE: listening -> thinking + 17:37:25.857 INFO calling-agent AGENT_STATE: listening -> thinking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:27,921] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session +[2026-03-29 17:37:27,921] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully +[2026-03-29 17:37:27,922] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config +[2026-03-29 17:37:27,921] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session + 17:37:27.921 INFO siphon.p…arvam.log Starting TTS WebSocket session + {"session_id": 131983066322496, "connection_state": +"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:27,921] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully + INFO siphon.p…arvam.log WebSocket connected successfully + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:27,922] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config + 17:37:27.922 DEBUG siphon.p…arvam.log Sending TTS config + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": null, "config": {"type": "config", "data": {"target_language_code": +"en-IN", "speaker": "shubh", "pitch": 0.0, "pace": 1.0, "loudness": 1.0, +"enable_preprocessing": true, "model": "bulbul:v3"}}, "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,559] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,559] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.559 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,584] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,584] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.584 DEBUG siphon.p…arvam.log Processing message type: audio +[2026-03-29 17:37:28,589] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,589] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking + 17:37:28.589 INFO calling-agent AGENT_STATE: thinking -> speaking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,617] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,617] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.617 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,648] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,648] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.648 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,779] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,780] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,780] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,779] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,781] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.779 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,780] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.780 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,780] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,781] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.781 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,811] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,811] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.811 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,842] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,842] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.842 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,874] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,874] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.874 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,906] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,906] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.906 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,937] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,937] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.937 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:28,969] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:28,969] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:28.969 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,006] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,006] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.006 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,036] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,036] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.036 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,065] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,065] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.065 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,098] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,098] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.098 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,130] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,130] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.130 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,164] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,164] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.164 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,194] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,194] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.194 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,226] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,226] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.226 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,261] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,261] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.261 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,290] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,290] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.290 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,324] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,324] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.324 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,357] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,357] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.357 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,388] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,388] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.388 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,421] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,421] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.421 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,453] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,453] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.453 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,484] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,484] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.484 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,518] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,518] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.518 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,551] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,551] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.551 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,582] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,582] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.582 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,669] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,669] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.669 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,718] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,718] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.718 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,772] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,773] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,772] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.772 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,773] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.773 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,815] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,815] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,815] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,817] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.815 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,815] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,817] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.817 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,843] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,843] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.843 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,870] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,870] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.870 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,904] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,904] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.904 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,936] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,936] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.936 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,968] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,968] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.968 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:29,999] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:29,999] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:29.999 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,031] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,031] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.031 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,064] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,064] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.064 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,098] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,098] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.098 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,129] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,129] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.129 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,160] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,160] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.160 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,192] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,192] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.192 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,225] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,225] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.225 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,257] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,257] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.257 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,291] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,291] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.291 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,321] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,321] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.321 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,356] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,356] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.356 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,385] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,385] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.385 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,417] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,417] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.417 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,449] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,449] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.449 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,482] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,482] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.482 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,514] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,514] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.514 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,547] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,547] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.547 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,578] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,578] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.578 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,611] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,611] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.611 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,642] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,642] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.642 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,676] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,676] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.676 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.707 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,740] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,740] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.740 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,772] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,772] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.772 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,804] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,804] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.804 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,837] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,837] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.837 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,869] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,869] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.869 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,901] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,901] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.901 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,933] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,933] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.933 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,966] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,966] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.966 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:30,997] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:30,997] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:30.997 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:31,030] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:31,030] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:31.030 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:31,063] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:31,063] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:31.063 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:31,095] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:31,095] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:31.095 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:31,127] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:31,127] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:31.127 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:31,140] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:31,141] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:31,140] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:31,143] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event +[2026-03-29 17:37:31,143] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received +[2026-03-29 17:37:31,146] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully + 17:37:31.140 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:31,141] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:31.141 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:31,143] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event + 17:37:31.143 DEBUG siphon.p…arvam.log Processing message type: event + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:31,143] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received + DEBUG siphon.p…arvam.log Generation complete event received + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:31,146] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully + 17:37:31.146 INFO siphon.p…arvam.log WebSocket session completed successfully + {"session_id": 131983066322496, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:31,184] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup +[2026-03-29 17:37:31,184] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup + 17:37:31.184 DEBUG siphon.p…arvam.log Starting TTS stream cleanup + {"session_id": 131983066322496, "connection_state": +"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:31,869] [INFO] [calling-agent] AGENT_STATE: speaking -> listening +[2026-03-29 17:37:31,869] [INFO] [calling-agent] AGENT_STATE: speaking -> listening + 17:37:31.869 INFO calling-agent AGENT_STATE: speaking -> listening + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:34,712] [INFO] [calling-agent] AGENT_STATE: listening -> speaking +[2026-03-29 17:37:34,713] [DEBUG] [siphon.agents] resumed false interrupted speech +[2026-03-29 17:37:34,714] [INFO] [calling-agent] FALSE_INTERRUPTION: resumed=True +[2026-03-29 17:37:34,712] [INFO] [calling-agent] AGENT_STATE: listening -> speaking + 17:37:34.712 INFO calling-agent AGENT_STATE: listening -> speaking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:34,713] [DEBUG] [siphon.agents] resumed false interrupted speech + 17:37:34.713 DEBUG siphon.agents resumed false interrupted speech + {"timeout": 1.5, "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:34,714] [INFO] [calling-agent] FALSE_INTERRUPTION: resumed=True + 17:37:34.714 INFO calling-agent FALSE_INTERRUPTION: resumed=True + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:38,263] [INFO] [calling-agent] AGENT_STATE: speaking -> listening +[2026-03-29 17:37:38,263] [INFO] [calling-agent] AGENT_STATE: speaking -> listening + 17:37:38.263 INFO calling-agent AGENT_STATE: speaking -> listening + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:38,466] [INFO] [calling-agent] TRANSCRIPT: 'El mío es' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) +[2026-03-29 17:37:38,466] [INFO] [calling-agent] TRANSCRIPT: 'El mío es' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) + 17:37:38.466 INFO calling-agent TRANSCRIPT: 'El mío es' (final=False, + agent_state=listening, speech=[allow_int=True, + interrupted=False, done=False]) + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:38,478] [INFO] [calling-agent] Assistant message: Perfecto! Para poder ayudarte mejor, ¿podrías decirme qué producto te interesa o qué necesitas exactamente? +[2026-03-29 17:37:38,478] [INFO] [calling-agent] Assistant message: Perfecto! Para poder ayudarte mejor, ¿podrías decirme qué producto te interesa o qué necesitas exactamente? + 17:37:38.478 INFO calling-agent Assistant message: Perfecto! Para poder ayudarte + mejor, ¿podrías decirme qué producto te interesa o + qué necesitas exactamente? + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:39,218] [INFO] [calling-agent] TRANSCRIPT: 'El niño choc.' (final=True, agent_state=listening, speech=[no active speech]) +[2026-03-29 17:37:39,219] [DEBUG] [siphon.agents] received user transcript +[2026-03-29 17:37:39,218] [INFO] [calling-agent] TRANSCRIPT: 'El niño choc.' (final=True, agent_state=listening, speech=[no active speech]) +[2026-03-29 17:37:39,225] [DEBUG] [siphon.agents] using preemptive generation + 17:37:39.218 INFO calling-agent TRANSCRIPT: 'El niño choc.' (final=True, + agent_state=listening, speech=[no active speech]) + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:39,219] [DEBUG] [siphon.agents] received user transcript + 17:37:39.219 DEBUG siphon.agents received user transcript + {"user_transcript": "El niño choc.", "language": "es", +"transcript_delay": 0.3067433834075928, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:39,225] [DEBUG] [siphon.agents] using preemptive generation + 17:37:39.225 DEBUG siphon.agents using preemptive generation + {"preemptive_lead_time": 0.0048520565032958984, "pid": +2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:39,262] [INFO] [calling-agent] User message: El niño choc. +[2026-03-29 17:37:39,263] [INFO] [calling-agent] AGENT_STATE: listening -> thinking +[2026-03-29 17:37:39,262] [INFO] [calling-agent] User message: El niño choc. + 17:37:39.262 INFO calling-agent User message: El niño choc. + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:39,263] [INFO] [calling-agent] AGENT_STATE: listening -> thinking + 17:37:39.263 INFO calling-agent AGENT_STATE: listening -> thinking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:39,720] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session +[2026-03-29 17:37:39,720] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully +[2026-03-29 17:37:39,721] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config +[2026-03-29 17:37:39,720] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session + 17:37:39.720 INFO siphon.p…arvam.log Starting TTS WebSocket session + {"session_id": 131983034332080, "connection_state": +"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:39,720] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully + INFO siphon.p…arvam.log WebSocket connected successfully + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": +"RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:39,721] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config + 17:37:39.721 DEBUG siphon.p…arvam.log Sending TTS config + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": null, "config": {"type": "config", "data": {"target_language_code": +"en-IN", "speaker": "shubh", "pitch": 0.0, "pace": 1.0, "loudness": 1.0, +"enable_preprocessing": true, "model": "bulbul:v3"}}, "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,198] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,198] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.198 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,206] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking +[2026-03-29 17:37:40,206] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking + 17:37:40.206 INFO calling-agent AGENT_STATE: thinking -> speaking + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,225] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,225] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.225 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,259] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,259] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.259 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,418] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,419] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,420] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,418] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,420] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.418 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,426] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,419] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.419 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,420] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.420 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,420] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,426] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.426 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,459] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,459] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.459 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,493] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,493] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.493 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,528] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,528] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.528 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,558] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,558] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.558 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,590] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,590] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.590 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,624] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,624] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.624 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,657] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,657] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.657 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,692] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,692] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.692 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,724] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,724] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.724 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,757] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,757] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.757 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,785] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,785] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.785 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,827] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,827] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.827 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,894] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,894] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.894 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,923] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,923] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,927] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.923 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,927] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.927 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,957] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,957] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.957 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,990] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,990] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.990 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:40,999] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:41,000] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:40,999] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:40.999 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:41,000] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:41.000 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,010] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,010] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.010 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,035] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,035] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.035 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,069] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,069] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.069 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,102] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,102] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.102 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,230] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,230] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,231] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,230] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.230 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,230] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,231] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,243] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.231 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,243] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.243 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,272] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,272] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.272 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,307] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,307] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.307 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,340] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,340] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.340 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,373] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,373] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.373 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,408] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,408] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.408 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,441] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,441] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.441 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,476] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,476] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.476 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,513] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,513] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.513 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,539] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,539] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.539 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,577] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,577] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.577 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,604] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,604] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.604 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,640] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,640] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.640 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,674] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,674] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.674 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.707 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,741] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,741] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.741 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,774] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,774] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.774 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,808] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,808] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.808 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,842] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,842] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.842 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,875] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,875] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.875 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,908] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,908] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.908 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,944] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,944] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.944 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:42,975] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:42,975] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:42.975 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,008] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,008] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.008 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,044] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,044] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.044 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,071] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,071] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.071 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,107] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,107] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.107 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,144] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,144] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,178] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.144 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,178] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,213] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.178 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,213] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.213 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,246] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,246] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.246 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,278] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,278] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.278 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,312] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,312] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.312 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,344] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,344] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.344 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,377] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,377] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.377 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,408] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,408] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.408 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,446] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,446] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.446 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,479] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,479] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.479 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,512] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,512] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.512 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,546] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,546] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.546 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,581] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,581] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.581 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,614] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,614] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.614 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,648] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,648] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.648 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,681] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,681] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.681 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,716] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,716] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.716 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,749] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,749] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.749 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,781] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,781] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.781 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,815] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,815] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.815 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,847] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,847] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.847 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,881] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,881] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.881 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,916] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,916] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.916 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,950] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,950] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.950 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:43,983] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:43,983] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:43.983 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,018] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:44,018] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:44.018 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,050] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:44,050] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:44.050 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,085] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:44,085] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:44.085 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,118] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio +[2026-03-29 17:37:44,118] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio + 17:37:44.118 DEBUG siphon.p…arvam.log Processing message type: audio + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,136] [INFO] [siphon.agents] closing agent session due to participant disconnect (disable via `RoomInputOptions.close_on_disconnect=False`) +[2026-03-29 17:37:44,136] [INFO] [siphon.agents] closing agent session due to participant disconnect (disable via `RoomInputOptions.close_on_disconnect=False`) + 17:37:44.136 INFO siphon.agents closing agent session due to participant + disconnect (disable via + `RoomInputOptions.close_on_disconnect=False`) + {"room": "271c882c-fd1c-4eda-a738-58def8a0042c", +"participant": "sip-271c882c-fd1c-4eda-a738-58def8a0042c", "reason": "CLIENT_INITIATED", "pid": +2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,153] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup +[2026-03-29 17:37:44,154] [DEBUG] [siphon.agents] stream closed +[2026-03-29 17:37:44,153] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup +[2026-03-29 17:37:44,156] [DEBUG] [siphon.plugins.sarvam.log] WebSocket connection closed + 17:37:44.153 DEBUG siphon.p…arvam.log Starting TTS stream cleanup + {"session_id": 131983034332080, "connection_state": +"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,154] [DEBUG] [siphon.agents] stream closed +[2026-03-29 17:37:44,166] [INFO] [calling-agent] Assistant message: Gracias por la información. ¿Podrías darme la fecha y +[2026-03-29 17:37:44,167] [INFO] [calling-agent] AGENT_STATE: speaking -> listening + 17:37:44.154 DEBUG siphon.agents stream closed + {"participant": +"sip-271c882c-fd1c-4eda-a738-58def8a0042c", "source": "SOURCE_MICROPHONE", "pid": 2843474, +"job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,156] [DEBUG] [siphon.plugins.sarvam.log] WebSocket connection closed +[2026-03-29 17:37:44,174] [INFO] [calling-agent] Saving call metadata. Response: None +[2026-03-29 17:37:44,174] [INFO] [calling-agent] Call direction determined as: outbound +[2026-03-29 17:37:44,174] [INFO] [calling-agent] Numbers saved - Agent: +18703377189, User: +917795341235 + 17:37:44.156 DEBUG siphon.p…arvam.log WebSocket connection closed + {"session_id": 131983034332080, "connection_state": +"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", +"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": +"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,166] [INFO] [calling-agent] Assistant message: Gracias por la información. ¿Podrías darme la fecha y + 17:37:44.166 INFO calling-agent Assistant message: Gracias por la información. + ¿Podrías darme la fecha y + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,167] [INFO] [calling-agent] AGENT_STATE: speaking -> listening + 17:37:44.167 INFO calling-agent AGENT_STATE: speaking -> listening + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,174] [INFO] [calling-agent] Saving call metadata. Response: None + 17:37:44.174 INFO calling-agent Saving call metadata. Response: None + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,174] [INFO] [calling-agent] Call direction determined as: outbound + INFO calling-agent Call direction determined as: outbound + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:44,174] [INFO] [calling-agent] Numbers saved - Agent: +18703377189, User: +917795341235 + INFO calling-agent Numbers saved - Agent: +18703377189, User: + +917795341235 + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +^C[2026-03-29 17:37:46,049] [INFO] [siphon.agents] shutting down worker +[2026-03-29 17:37:46,049] [WARNING] [siphon.plugins.silero] inference is slower than realtime + 17:37:46.049 INFO siphon.agents shutting down worker {"id": "AW_wGbqHrNeZN8f"} +[2026-03-29 17:37:46,049] [WARNING] [siphon.plugins.silero] inference is slower than realtime + WARNI… siphon.p…ns.silero inference is slower than realtime + {"delay": 1.8475495259109884, "pid": 2843474, +"job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:46,074] [INFO] [calling-agent] Saving call metadata. Response: None +[2026-03-29 17:37:46,076] [INFO] [calling-agent] Call direction determined as: outbound +[2026-03-29 17:37:46,077] [INFO] [calling-agent] Numbers saved - Agent: +18703377189, User: +917795341235 +[2026-03-29 17:37:46,074] [INFO] [calling-agent] Saving call metadata. Response: None + 17:37:46.074 INFO calling-agent Saving call metadata. Response: None + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:46,076] [INFO] [calling-agent] Call direction determined as: outbound + 17:37:46.076 INFO calling-agent Call direction determined as: outbound + {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", +"room_id": "RM_KK5YMwYNMMSW"} +[2026-03-29 17:37:46,077] [INFO] [calling-agent] Numbers saved - Agent: +18703377189, User: +917795341235 + 17:37:46.077 INFO calling-agent Numbers saved - Agent: +18703377189, User: + +917795341235 + {"pid": 2843474, "job_id": "AJ_PtVR33X \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 05b22fb..5795f9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ keywords = [ dependencies = [ "livekit", "livekit-api", - "livekit-agents", + "livekit-agents>=1.5.1", "boto3", "python-dotenv", "livekit-plugins-noise-cancellation", diff --git a/siphon/agent/core/entrypoint.py b/siphon/agent/core/entrypoint.py index 6befa3a..ddff860 100644 --- a/siphon/agent/core/entrypoint.py +++ b/siphon/agent/core/entrypoint.py @@ -1,7 +1,9 @@ from livekit.agents import JobContext, room_io from livekit import rtc from livekit.agents.voice import AgentSession +from livekit.agents.voice.agent_session import TurnHandlingOptions from livekit.plugins import silero, noise_cancellation +from livekit.plugins.turn_detector.multilingual import MultilingualModel from .voice_agent import AgentSetup import json import asyncio @@ -210,6 +212,7 @@ def _build_agent_session( min_endpointing_delay: float, max_endpointing_delay: float, min_interruption_duration: float, + preemptive_generation: bool = True, ) -> AgentSession: """Construct an AgentSession with the configured models and settings.""" vad_instance = silero.VAD.load( @@ -218,16 +221,27 @@ def _build_agent_session( prefix_padding_duration=prefix_padding_duration, ) + turn_options: TurnHandlingOptions = { + "turn_detection": MultilingualModel(), + "endpointing": { + "min_delay": min_endpointing_delay, + "max_delay": max_endpointing_delay, + }, + "interruption": { + "enabled": allow_interruptions, + "mode": "adaptive", + "discard_audio_if_uninterruptible": False, + "min_duration": min_interruption_duration, + }, + } + return AgentSession( llm=session_llm, tts=session_tts, stt=session_stt, vad=vad_instance, - turn_detection="stt", - allow_interruptions=allow_interruptions, - min_endpointing_delay=min_endpointing_delay, - max_endpointing_delay=max_endpointing_delay, - min_interruption_duration=min_interruption_duration, + turn_handling=turn_options, + preemptive_generation=preemptive_generation, max_tool_steps=1000, ) @@ -329,16 +343,19 @@ async def entrypoint( greeting_instructions = kwargs.get("greeting_instructions", "Greet and introduce yourself briefly") system_instructions = kwargs.get("system_instructions", "You are a helpful voice assistant") allow_interruptions = kwargs.get("allow_interruptions", True) - min_silence_duration = kwargs.get("min_silence_duration", 0.25) - activation_threshold = kwargs.get("activation_threshold", 0.25) - prefix_padding_duration = kwargs.get("prefix_padding_duration", 1.0) - min_endpointing_delay = kwargs.get("min_endpointing_delay", 0.25) - max_endpointing_delay = kwargs.get("max_endpointing_delay", 1.5) - min_interruption_duration = kwargs.get("min_interruption_duration", 0.05) + min_silence_duration = kwargs.get("min_silence_duration", 0.5) + activation_threshold = kwargs.get("activation_threshold", 0.5) + prefix_padding_duration = kwargs.get("prefix_padding_duration", 0.3) + min_endpointing_delay = kwargs.get("min_endpointing_delay", 0.2) + max_endpointing_delay = kwargs.get("max_endpointing_delay", 0.6) + min_interruption_duration = kwargs.get("min_interruption_duration", 0.3) + preemptive_generation = kwargs.get("preemptive_generation", True) tools = kwargs.get("tools", None) google_calendar = kwargs.get("google_calendar", False) date_time = kwargs.get("date_time", True) remember_call = kwargs.get("remember_call", False) + noise_cancellation_sip = kwargs.get("noise_cancellation_sip", False) + debug = kwargs.get("debug", False) agent_setup: Optional[AgentSetup] = None try: @@ -408,6 +425,7 @@ async def entrypoint( min_endpointing_delay=min_endpointing_delay, max_endpointing_delay=max_endpointing_delay, min_interruption_duration=min_interruption_duration, + preemptive_generation=preemptive_generation, ) await session.start( @@ -415,12 +433,68 @@ async def entrypoint( agent=agent_setup, room_options=room_io.RoomOptions( audio_input=room_io.AudioInputOptions( - noise_cancellation=lambda params: noise_cancellation.BVCTelephony() - if params.participant.kind == rtc.ParticipantKind.PARTICIPANT_KIND_SIP - else noise_cancellation.BVC(), + noise_cancellation=( + lambda params: noise_cancellation.BVCTelephony() + if params.participant.kind == rtc.ParticipantKind.PARTICIPANT_KIND_SIP + else noise_cancellation.BVC() + ) if noise_cancellation_sip else ( + lambda params: noise_cancellation.BVC() + if params.participant.kind != rtc.ParticipantKind.PARTICIPANT_KIND_SIP + else None + ), ), ), ) + + # ------------------------------------------------------------------ + # Diagnostic logging (only when debug=True) + # ------------------------------------------------------------------ + + if debug: + interruption_opts = session.options.interruption + logger.info( + "Session config: interrupt_enabled=%s, interrupt_mode=%s, " + "discard_audio=%s, min_duration=%.2f, preemptive=%s", + interruption_opts.get("enabled"), + interruption_opts.get("mode"), + interruption_opts.get("discard_audio_if_uninterruptible"), + interruption_opts.get("min_duration"), + session.options.preemptive_generation, + ) + + @session.on("user_input_transcribed") + def _on_user_input_transcribed(ev): + """Log ALL transcripts with speech handle state for interrupt debugging.""" + speech = session.current_speech + if speech: + speech_info = ( + f"allow_int={speech.allow_interruptions}, " + f"interrupted={speech.interrupted}, " + f"done={speech.done()}" + ) + else: + speech_info = "no active speech" + + logger.info( + "TRANSCRIPT: %r (final=%s, agent_state=%s, speech=[%s])", + ev.transcript[:120] if ev.transcript else "", + ev.is_final, + session.agent_state, + speech_info, + ) + + @session.on("agent_state_changed") + def _on_agent_state_changed(ev): + """Log agent state transitions and clear text buffer.""" + logger.info("AGENT_STATE: %s -> %s", ev.old_state, ev.new_state) + if ev.new_state != "speaking": + agent_setup.clear_agent_text_buffer() + + @session.on("agent_false_interruption") + def _on_false_interruption(ev): + """Log when the SDK detects a false interruption (echo).""" + logger.info("FALSE_INTERRUPTION: resumed=%s", ev.resumed) + logger.info("Agent session started successfully.") call_result = await monitor_call(ctx, agent_setup) diff --git a/siphon/agent/core/voice_agent.py b/siphon/agent/core/voice_agent.py index 0f58562..d1d674d 100644 --- a/siphon/agent/core/voice_agent.py +++ b/siphon/agent/core/voice_agent.py @@ -1,7 +1,8 @@ import asyncio import time from datetime import datetime -from livekit.agents.voice import Agent +from typing import AsyncIterable, Optional +from livekit.agents.voice import Agent, ModelSettings from livekit import rtc from livekit.agents import ChatContext from siphon.config import get_logger, HangupCall, CallTranscription @@ -11,9 +12,11 @@ logger = get_logger("calling-agent") -from typing import Optional from siphon.memory import MemoryService +# Maximum characters kept in the rolling agent-text buffer (for echo detection). +_AGENT_TEXT_BUFFER_MAX = 1000 + def _get_current_datetime_stamp() -> str: """Generate a current date/time stamp for injection into the system prompt. @@ -134,6 +137,10 @@ def __init__(self, # Initialize transcription mixin for conversation tracking CallTranscription.__init__(self) + # Rolling buffer of recent agent output text (for echo detection). + # Filled by transcription_node() in real-time as LLM text streams to TTS. + self._agent_text_buffer: str = "" + async def _setup_recording_task(self): if self.call_recording: try: @@ -166,6 +173,41 @@ async def _send_greeting_task(self): except Exception as e: logger.error(f"Greeting error: {e}", exc_info=True) + # ------------------------------------------------------------------ + # Echo detection helpers + # ------------------------------------------------------------------ + + async def transcription_node( + self, text: AsyncIterable, model_settings + ) -> AsyncIterable: + """Override to capture real-time LLM output for echo comparison. + + The transcription_node receives every text chunk the LLM produces + (the same text that flows to TTS). We accumulate it into a rolling + buffer so the echo filter in entrypoint can compare incoming STT + transcripts against what the agent is *currently* saying. + """ + async for delta in text: + self._agent_text_buffer += delta + # Keep only the most-recent characters (tail) + if len(self._agent_text_buffer) > _AGENT_TEXT_BUFFER_MAX: + self._agent_text_buffer = self._agent_text_buffer[ + -_AGENT_TEXT_BUFFER_MAX: + ] + yield delta + + def get_recent_agent_text(self, max_chars: int = 500) -> str: + """Return the last *max_chars* characters the agent has generated.""" + if len(self._agent_text_buffer) <= max_chars: + return self._agent_text_buffer + return self._agent_text_buffer[-max_chars:] + + def clear_agent_text_buffer(self) -> None: + """Clear the buffer (called when agent stops speaking).""" + self._agent_text_buffer = "" + + # ------------------------------------------------------------------ + def update_phone_number(self, phone_number: Optional[str]) -> None: """Update memory phone number when SIP participant data becomes available.""" if not phone_number: diff --git a/siphon/plugins/sarvam.py b/siphon/plugins/sarvam.py index 651b605..a475a6c 100644 --- a/siphon/plugins/sarvam.py +++ b/siphon/plugins/sarvam.py @@ -1,11 +1,13 @@ from typing import Optional import os +from livekit.agents import tts as _tts from livekit.plugins import sarvam from . import ClientWrapperMixin + class STT(ClientWrapperMixin): - """Clova-backed STT wrapper around the LiveKit Clova plugin.""" + """Sarvam-backed STT wrapper around the LiveKit Sarvam plugin.""" def __init__( self, language: Optional[str] = "unknown", @@ -31,7 +33,6 @@ def _build_client(self): api_key=self.api_key, ) - # JSON-serializable view (no Python objects) def to_config(self) -> dict: return { @@ -48,8 +49,23 @@ def from_config(cls, cfg: dict) -> "STT": model=cfg.get("model", "saarika:v2.5"), ) + class TTS(ClientWrapperMixin): - """Sarvam-backed TTS wrapper around the Sarvam plugin.""" + """Sarvam-backed TTS wrapper around the Sarvam plugin. + + IMPORTANT: The Sarvam WebSocket streaming path is broken upstream + (livekit-agents v1.5.1). Sarvam's WS API returns raw PCM without + WAV headers, but the LiveKit plugin declares mime_type="audio/wav", + causing the WAV decoder to fail on every synthesis after the first. + + We disable streaming (forcing REST API path) which returns proper + WAV with RIFF headers. This is a known upstream bug tracked in: + - https://github.com/livekit/agents/pull/5209 (merged, unreleased) + - https://github.com/livekit/agents/issues/5267 (still open) + + When a fixed version of livekit-plugins-sarvam is released, this + workaround can be removed. + """ def __init__( self, target_language_code: Optional[str] = "en-IN", @@ -75,7 +91,7 @@ def __init__( self._client = self._build_client() def _build_client(self): - return sarvam.TTS( + client = sarvam.TTS( target_language_code=self.target_language_code, model=self.model, speaker=self.speaker, @@ -83,6 +99,11 @@ def _build_client(self): enable_preprocessing=self.enable_preprocessing, api_key=self.api_key, ) + # Disable WebSocket streaming — Sarvam WS returns raw PCM (no RIFF + # headers) but the plugin declares audio/wav. REST API returns + # proper WAV and works correctly. + client._capabilities = _tts.TTSCapabilities(streaming=False) + return client # JSON-serializable view (no Python objects) def to_config(self) -> dict: @@ -99,9 +120,9 @@ def to_config(self) -> dict: @classmethod def from_config(cls, cfg: dict) -> "TTS": return cls( - target_language_code=cfg.get("target_language_code", "hi-IN"), - model=cfg.get("model", "bulbul:v2"), - speaker=cfg.get("speaker", "anushka"), + target_language_code=cfg.get("target_language_code", "en-IN"), + model=cfg.get("model", "bulbul:v3"), + speaker=cfg.get("speaker", "shubh"), speech_sample_rate=cfg.get("speech_sample_rate", 22050), - enable_preprocessing=cfg.get("enable_preprocessing", False), - ) \ No newline at end of file + enable_preprocessing=cfg.get("enable_preprocessing", True), + ) From 872ce231d81edb4c06d1c8caff30728d51d6ce3d Mon Sep 17 00:00:00 2001 From: elt Date: Mon, 30 Mar 2026 02:38:17 +0530 Subject: [PATCH 2/2] log file deletion --- logs.txt | 3936 ------------------------------------------------------ 1 file changed, 3936 deletions(-) delete mode 100644 logs.txt diff --git a/logs.txt b/logs.txt deleted file mode 100644 index fc96665..0000000 --- a/logs.txt +++ /dev/null @@ -1,3936 +0,0 @@ -(.venv) blackdwarftech@siphon-test:~/siphon$ python agent.py -[2026-03-29 17:34:46,647] [INFO] [siphon] livekit_ffi::server:139:livekit_ffi::server - initializing ffi server v0.12.42 -[2026-03-29 17:34:46,649] [INFO] [siphon] livekit_ffi::cabi:50:livekit_ffi::cabi - initializing ffi server v0.12.42 -[2026-03-29 17:34:51,385] [WARNING] [siphon.plugins.sarvam.log] Unknown model 'bulbul:v3', skipping compatibility check -[2026-03-29 17:34:51,419] [DEBUG] [asyncio] Using selector: EpollSelector - 17:34:51.419 DEBUG asyncio Using selector: EpollSelector -[2026-03-29 17:34:51,426] [DEV] [siphon.agents] Watching /home/blackdwarftech/siphon - 17:34:51.426 DEV siphon.agents Watching /home/blackdwarftech/siphon -[2026-03-29 17:34:54,410] [INFO] [siphon] livekit_ffi::server:139:livekit_ffi::server - initializing ffi server v0.12.42 -[2026-03-29 17:34:54,411] [INFO] [siphon] livekit_ffi::cabi:50:livekit_ffi::cabi - initializing ffi server v0.12.42 -[2026-03-29 17:34:58,855] [WARNING] [siphon.plugins.sarvam.log] Unknown model 'bulbul:v3', skipping compatibility check -[2026-03-29 17:34:58,862] [DEBUG] [asyncio] Using selector: EpollSelector - 17:34:58.862 DEBUG asyncio Using selector: EpollSelector -[2026-03-29 17:34:58,872] [INFO] [siphon.agents] starting worker - 17:34:58.872 INFO siphon.agents starting worker - {"version": "1.3.11", "rtc-version": "1.0.23"} -[2026-03-29 17:34:58,875] [INFO] [siphon.agents] preloading plugins - 17:34:58.875 INFO siphon.agents preloading plugins - {"packages": ["livekit.plugins.silero", -"livekit.plugins.google", "livekit.plugins.cartesia", "livekit.plugins.deepgram", -"livekit.plugins.openai", "livekit.plugins.groq", "livekit.plugins.sarvam", "av"]} -[2026-03-29 17:34:58,885] [INFO] [siphon.agents] HTTP server listening on :39195 - 17:34:58.885 INFO siphon.agents HTTP server listening on :39195 -[2026-03-29 17:34:59,112] [INFO] [siphon.agents] registered worker - 17:34:59.112 INFO siphon.agents registered worker - {"agent_name": "Agent-System", "id": "AW_wGbqHrNeZN8f", -"url": "wss://hackthon-fk3rjww1.livekit.cloud", "region": "US Central", "protocol": 17} -[2026-03-29 17:36:32,545] [INFO] [siphon.agents] received job request - 17:36:32.545 INFO siphon.agents received job request - {"job_id": "AJ_PtVR33XbV32x", "dispatch_id": -"AD_FEQdkq3cKy9D", "room": "271c882c-fd1c-4eda-a738-58def8a0042c", "room_id": -"RM_KK5YMwYNMMSW", "agent_name": "Agent-System", "resuming": false, "enable_recording": false} -[2026-03-29 17:36:32,562] [DEBUG] [siphon.agents] received assignment - 17:36:32.562 DEBUG siphon.agents received assignment - {"agent_name": "Agent-System", "room_id": -"RM_KK5YMwYNMMSW", "room": "271c882c-fd1c-4eda-a738-58def8a0042c", "job_id": "AJ_PtVR33XbV32x", -"dispatch_id": "AD_FEQdkq3cKy9D", "enable_recording": false} -[2026-03-29 17:36:38,605] [INFO] [siphon.agents] initializing process - 17:36:38.605 INFO siphon.agents initializing process {"pid": 2843474} -[2026-03-29 17:36:38,786] [INFO] [siphon] livekit_ffi::server:139:livekit_ffi::server - initializing ffi server v0.12.42 -[2026-03-29 17:36:38,788] [INFO] [siphon] livekit_ffi::cabi:50:livekit_ffi::cabi - initializing ffi server v0.12.42 -[2026-03-29 17:36:39,958] [WARNING] [siphon.plugins.sarvam.log] Unknown model 'bulbul:v3', skipping compatibility check -[2026-03-29 17:36:39,966] [INFO] [siphon.agents] process initialized -[2026-03-29 17:36:39,966] [DEBUG] [asyncio] Using selector: EpollSelector - 17:36:39.966 INFO siphon.agents process initialized -[2026-03-29 17:36:39,966] [DEBUG] [asyncio] Using selector: EpollSelector - {"pid": 2843474, "elapsed_time": 1.36} - DEBUG asyncio Using selector: EpollSelector {"pid": 2843474} -[2026-03-29 17:36:40,022] [WARNING] [siphon.plugins.sarvam.log] Unknown model 'bulbul:v3', skipping compatibility check -[2026-03-29 17:36:40,022] [INFO] [calling-agent] Call type detected: outbound -[2026-03-29 17:36:40,022] [WARNING] [siphon.plugins.sarvam.log] Unknown model 'bulbul:v3', skipping compatibility check - 17:36:40.022 WARNI… siphon.p…arvam.log Unknown model 'bulbul:v3', skipping compatibility - check - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:40,022] [INFO] [calling-agent] Call type detected: outbound - INFO calling-agent Call type detected: outbound - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:40,363] [INFO] [calling-agent] Call memory enabled. Phone number from metadata: +917795341235 -[2026-03-29 17:36:40,363] [INFO] [calling-agent] Call memory enabled. Phone number from metadata: +917795341235 -[2026-03-29 17:36:40,365] [INFO] [calling-agent] No previous call memory found for +917795341235 -[2026-03-29 17:36:40,365] [INFO] [calling-agent] Injected calendar operation guidelines into system instructions -[2026-03-29 17:36:40,369] [INFO] [calling-agent] Entrypoint LLM object: , Type: -[2026-03-29 17:36:40,369] [INFO] [calling-agent] Session components - LLM: , TTS: , STT: , Greeting Instruction: Introduce yourself in a friendly way, System Instruction: you are a sales agent for the Octual company and you'll be selling the product to the suer, and convince them to buy it anyway., Tools: None - 17:36:40.363 INFO calling-agent Call memory enabled. Phone number from metadata: - +917795341235 - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:40,365] [INFO] [calling-agent] No previous call memory found for +917795341235 - 17:36:40.365 INFO calling-agent No previous call memory found for +917795341235 - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:40,365] [INFO] [calling-agent] Injected calendar operation guidelines into system instructions - INFO calling-agent Injected calendar operation guidelines into system - instructions - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:40,369] [INFO] [calling-agent] Entrypoint LLM object: , Type: - 17:36:40.369 INFO calling-agent Entrypoint LLM object: - , Type: - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:40,369] [INFO] [calling-agent] Session components - LLM: , TTS: , STT: , Greeting Instruction: Introduce yourself in a friendly way, System Instruction: you are a sales agent for the Octual company and you'll be selling the product to the suer, and convince them to buy it anyway., Tools: None - INFO calling-agent Session components - LLM: - , TTS: - , STT: - , Greeting Instruction: Introduce - yourself in a friendly way, System Instruction: - you are a sales agent for the Octual company and - you'll be selling the product to the suer, and - convince them to buy it anyway., Tools: None - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:40,567] [DEBUG] [siphon.agents] input stream attached -[2026-03-29 17:36:40,567] [DEBUG] [siphon.agents] input stream attached - 17:36:40.567 DEBUG siphon.agents input stream attached - {"participant": null, "source": "SOURCE_UNKNOWN", -"accepted_sources": ["SOURCE_MICROPHONE"], "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:40,584] [DEBUG] [siphon.agents] http_session(): creating a new httpclient ctx -[2026-03-29 17:36:40,585] [INFO] [siphon.plugins.sarvam.log] Connecting to Sarvam TTS WebSocket -[2026-03-29 17:36:40,584] [DEBUG] [siphon.agents] http_session(): creating a new httpclient ctx - 17:36:40.584 DEBUG siphon.agents http_session(): creating a new httpclient ctx -[2026-03-29 17:36:40,590] [INFO] [calling-agent] Agent entering room... - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:40,595] [INFO] [calling-agent] Conversation monitoring setup complete -[2026-03-29 17:36:40,595] [INFO] [calling-agent] Conversation monitoring setup -[2026-03-29 17:36:40,585] [INFO] [siphon.plugins.sarvam.log] Connecting to Sarvam TTS WebSocket - 17:36:40.585 INFO siphon.p…arvam.log Connecting to Sarvam TTS WebSocket - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:40,590] [INFO] [calling-agent] Agent entering room... - 17:36:40.590 INFO calling-agent Agent entering room... - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:40,595] [INFO] [calling-agent] Conversation monitoring setup complete - 17:36:40.595 INFO calling-agent Conversation monitoring setup complete - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:40,595] [INFO] [calling-agent] Conversation monitoring setup - INFO calling-agent Conversation monitoring setup - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:42,296] [DEBUG] [siphon.agents] start reading stream -[2026-03-29 17:36:42,296] [DEBUG] [siphon.agents] start reading stream - 17:36:42.296 DEBUG siphon.agents start reading stream - {"participant": -"sip-271c882c-fd1c-4eda-a738-58def8a0042c", "source": "SOURCE_MICROPHONE", "pid": 2843474, -"job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:42,335] [DEBUG] [siphon.agents] using audio io: `RoomIO` -> `AgentSession` -> `TranscriptSynchronizer` -> `RoomIO` -[2026-03-29 17:36:42,338] [DEBUG] [siphon.agents] using transcript io: `AgentSession` -> `TranscriptSynchronizer` -> `RoomIO` -[2026-03-29 17:36:42,335] [DEBUG] [siphon.agents] using audio io: `RoomIO` -> `AgentSession` -> `TranscriptSynchronizer` -> `RoomIO` -[2026-03-29 17:36:42,339] [INFO] [calling-agent] Session config: allow_int=True, discard_audio=False, min_int_words=0, min_int_dur=0.30, false_int_timeout=1.5, resume_false=True, preemptive=True -[2026-03-29 17:36:42,340] [INFO] [calling-agent] Agent session started successfully. -[2026-03-29 17:36:42,340] [INFO] [calling-agent] Starting SIP call status monitoring... - 17:36:42.335 DEBUG siphon.agents using audio io: `RoomIO` -> `AgentSession` -> - `TranscriptSynchronizer` -> `RoomIO` - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:42,338] [DEBUG] [siphon.agents] using transcript io: `AgentSession` -> `TranscriptSynchronizer` -> `RoomIO` - 17:36:42.338 DEBUG siphon.agents using transcript io: `AgentSession` -> - `TranscriptSynchronizer` -> `RoomIO` - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:42,339] [INFO] [calling-agent] Session config: allow_int=True, discard_audio=False, min_int_words=0, min_int_dur=0.30, false_int_timeout=1.5, resume_false=True, preemptive=True - 17:36:42.339 INFO calling-agent Session config: allow_int=True, - discard_audio=False, min_int_words=0, - min_int_dur=0.30, false_int_timeout=1.5, - resume_false=True, preemptive=True - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:42,340] [INFO] [calling-agent] Agent session started successfully. - 17:36:42.340 INFO calling-agent Agent session started successfully. - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:42,340] [INFO] [calling-agent] Starting SIP call status monitoring... - INFO calling-agent Starting SIP call status monitoring... - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:42,458] [DEBUG] [siphon.plugins.deepgram] Established new Deepgram STT WebSocket connection: -[2026-03-29 17:36:42,458] [DEBUG] [siphon.plugins.deepgram] Established new Deepgram STT WebSocket connection: - 17:36:42.458 DEBUG siphon.p….deepgram Established new Deepgram STT WebSocket connection: - {"headers": {"dg-project-id": -"003fbf4f-5287-4ba2-bf77-99f930b370ab", "dg-request-id": -"20120fd7-74e7-4c41-847b-dee8f53b2bef", "Date": "Sun, 29 Mar 2026 17:36:42 GMT"}, "pid": -2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:44,683] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session -[2026-03-29 17:36:44,683] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully -[2026-03-29 17:36:44,683] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session -[2026-03-29 17:36:44,684] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config - 17:36:44.683 INFO siphon.p…arvam.log Starting TTS WebSocket session - {"session_id": 131983067110464, "connection_state": -"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:44,683] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully - INFO siphon.p…arvam.log WebSocket connected successfully - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:44,684] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config - 17:36:44.684 DEBUG siphon.p…arvam.log Sending TTS config - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": null, "config": {"type": "config", "data": {"target_language_code": -"en-IN", "speaker": "shubh", "pitch": 0.0, "pace": 1.0, "loudness": 1.0, -"enable_preprocessing": true, "model": "bulbul:v3"}}, "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,210] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,210] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.210 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,236] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,236] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.236 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,268] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,268] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.268 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,302] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,302] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.302 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,430] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,431] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,431] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,432] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,430] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.430 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,431] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.431 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,431] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,432] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.432 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,461] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,461] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.461 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,492] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,492] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.492 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,524] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,524] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.524 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,558] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,558] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.558 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,588] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,588] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.588 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,625] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,625] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.625 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,655] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,655] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.655 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,684] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,684] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.684 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,715] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,715] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.715 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,748] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,748] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.748 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,778] [INFO] [calling-agent] Updated call memory phone number from SIP: +917795341235 -[2026-03-29 17:36:45,778] [INFO] [calling-agent] Call result: True -[2026-03-29 17:36:45,778] [INFO] [calling-agent] Updated call memory phone number from SIP: +917795341235 -[2026-03-29 17:36:45,781] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.778 INFO calling-agent Updated call memory phone number from SIP: - +917795341235 - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,778] [INFO] [calling-agent] Call result: True - INFO calling-agent Call result: True - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,781] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.781 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,818] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,818] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.818 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,844] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,844] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.844 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,875] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,875] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.875 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,908] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:45,908] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.908 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,993] [INFO] [calling-agent] AGENT_STATE: listening -> speaking -[2026-03-29 17:36:45,993] [INFO] [calling-agent] AGENT_STATE: listening -> speaking -[2026-03-29 17:36:45,999] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.993 INFO calling-agent AGENT_STATE: listening -> speaking -[2026-03-29 17:36:46,001] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:45,999] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:45.999 DEBUG siphon.p…arvam.log Processing message type: audio -[2026-03-29 17:36:46,007] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,001] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.001 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,007] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.007 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,037] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,037] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.037 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,067] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,067] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.067 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,099] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,099] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.099 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,131] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,131] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.131 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,163] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,163] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.163 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,196] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,196] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.196 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,229] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,229] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.229 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,259] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,259] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.259 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,292] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,292] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.292 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,323] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,323] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.323 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,355] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,355] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.355 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,387] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,387] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.387 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,421] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,421] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.421 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,452] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,452] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.452 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,483] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,483] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.483 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,515] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,515] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.515 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,547] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,547] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.547 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,580] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,580] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.580 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,613] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,613] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.613 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,643] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,643] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.643 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,676] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,676] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.676 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.707 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,739] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,739] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.739 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,772] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,772] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.772 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,803] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,803] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.803 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,864] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,865] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:46,864] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.864 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:46,865] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:46.865 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,027] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,027] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:47.027 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,057] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,057] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:47.057 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,089] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,089] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:47.089 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,121] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,121] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:47.121 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,153] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,153] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:47.153 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,186] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,186] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:47.186 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,217] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,217] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:47.217 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,250] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,250] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:47.250 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,285] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,285] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:47.285 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,314] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,314] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:47.314 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,328] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,329] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,329] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event -[2026-03-29 17:36:47,330] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received -[2026-03-29 17:36:47,328] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:47,333] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully - 17:36:47.328 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,329] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:47.329 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,329] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event - DEBUG siphon.p…arvam.log Processing message type: event - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,330] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received - 17:36:47.330 DEBUG siphon.p…arvam.log Generation complete event received - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,333] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully - 17:36:47.333 INFO siphon.p…arvam.log WebSocket session completed successfully - {"session_id": 131983067110464, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,381] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup -[2026-03-29 17:36:47,381] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup - 17:36:47.381 DEBUG siphon.p…arvam.log Starting TTS stream cleanup - {"session_id": 131983067110464, "connection_state": -"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9d48206664d4", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:47,618] [INFO] [calling-agent] AGENT_STATE: speaking -> listening -[2026-03-29 17:36:47,618] [INFO] [calling-agent] AGENT_STATE: speaking -> listening - 17:36:47.618 INFO calling-agent AGENT_STATE: speaking -> listening - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:49,412] [INFO] [calling-agent] AGENT_STATE: listening -> speaking -[2026-03-29 17:36:49,414] [DEBUG] [siphon.agents] resumed false interrupted speech -[2026-03-29 17:36:49,414] [INFO] [calling-agent] FALSE_INTERRUPTION: resumed=True -[2026-03-29 17:36:49,412] [INFO] [calling-agent] AGENT_STATE: listening -> speaking - 17:36:49.412 INFO calling-agent AGENT_STATE: listening -> speaking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:49,414] [DEBUG] [siphon.agents] resumed false interrupted speech - 17:36:49.414 DEBUG siphon.agents resumed false interrupted speech - {"timeout": 1.5, "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:49,414] [INFO] [calling-agent] FALSE_INTERRUPTION: resumed=True - INFO calling-agent FALSE_INTERRUPTION: resumed=True - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:53,576] [INFO] [calling-agent] Assistant message: Hello! I'm with Octual, here to help you find the perfect product for your needs. How can I assist you today? -[2026-03-29 17:36:53,576] [INFO] [calling-agent] AGENT_STATE: speaking -> listening -[2026-03-29 17:36:53,578] [INFO] [calling-agent] Greeting sent -[2026-03-29 17:36:53,576] [INFO] [calling-agent] Assistant message: Hello! I'm with Octual, here to help you find the perfect product for your needs. How can I assist you today? - 17:36:53.576 INFO calling-agent Assistant message: Hello! I'm with Octual, here to - help you find the perfect product for your needs. - How can I assist you today? - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:53,576] [INFO] [calling-agent] AGENT_STATE: speaking -> listening - INFO calling-agent AGENT_STATE: speaking -> listening - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:53,578] [INFO] [calling-agent] Greeting sent - 17:36:53.578 INFO calling-agent Greeting sent - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:56,765] [INFO] [calling-agent] TRANSCRIPT: 'What can you do?' (final=False, agent_state=listening, speech=[no active speech]) -[2026-03-29 17:36:56,765] [INFO] [calling-agent] TRANSCRIPT: 'What can you do?' (final=False, agent_state=listening, speech=[no active speech]) - 17:36:56.765 INFO calling-agent TRANSCRIPT: 'What can you do?' (final=False, - agent_state=listening, speech=[no active speech]) - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:56,965] [INFO] [calling-agent] TRANSCRIPT: 'What can you do?' (final=True, agent_state=listening, speech=[no active speech]) -[2026-03-29 17:36:56,965] [DEBUG] [siphon.agents] received user transcript -[2026-03-29 17:36:56,965] [INFO] [calling-agent] TRANSCRIPT: 'What can you do?' (final=True, agent_state=listening, speech=[no active speech]) -[2026-03-29 17:36:56,969] [DEBUG] [siphon.agents] using preemptive generation - 17:36:56.965 INFO calling-agent TRANSCRIPT: 'What can you do?' (final=True, - agent_state=listening, speech=[no active speech]) - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:56,965] [DEBUG] [siphon.agents] received user transcript - DEBUG siphon.agents received user transcript - {"user_transcript": "What can you do?", "language": -"en", "transcript_delay": 0.30281543731689453, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:56,969] [DEBUG] [siphon.agents] using preemptive generation - 17:36:56.969 DEBUG siphon.agents using preemptive generation - {"preemptive_lead_time": 0.003449678421020508, "pid": -2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:57,001] [INFO] [calling-agent] User message: What can you do? -[2026-03-29 17:36:57,002] [INFO] [calling-agent] AGENT_STATE: listening -> thinking -[2026-03-29 17:36:57,001] [INFO] [calling-agent] User message: What can you do? - 17:36:57.001 INFO calling-agent User message: What can you do? - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:57,002] [INFO] [calling-agent] AGENT_STATE: listening -> thinking - 17:36:57.002 INFO calling-agent AGENT_STATE: listening -> thinking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:57,671] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session -[2026-03-29 17:36:57,672] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully -[2026-03-29 17:36:57,672] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config -[2026-03-29 17:36:57,671] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session - 17:36:57.671 INFO siphon.p…arvam.log Starting TTS WebSocket session - {"session_id": 131983192262368, "connection_state": -"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:57,672] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully - 17:36:57.672 INFO siphon.p…arvam.log WebSocket connected successfully - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:57,672] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config - DEBUG siphon.p…arvam.log Sending TTS config - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": null, "config": {"type": "config", "data": {"target_language_code": -"en-IN", "speaker": "shubh", "pitch": 0.0, "pace": 1.0, "loudness": 1.0, -"enable_preprocessing": true, "model": "bulbul:v3"}}, "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,302] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,302] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.302 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,328] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,328] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.328 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,335] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking -[2026-03-29 17:36:58,335] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking - 17:36:58.335 INFO calling-agent AGENT_STATE: thinking -> speaking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,359] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,359] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.359 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,391] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,391] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.391 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,522] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,523] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,523] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,523] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,522] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.522 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,523] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.523 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,523] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,523] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,552] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,552] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.552 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,584] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,584] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.584 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,617] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,617] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.617 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,649] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,649] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.649 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,683] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,683] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.683 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,709] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,709] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.709 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,741] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,741] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.741 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,776] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,776] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.776 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,806] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,806] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.806 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,841] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,841] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.841 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,872] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,872] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.872 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,908] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,908] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.908 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,937] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,937] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.937 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:58,968] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:58,968] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:58.968 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,000] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,000] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.000 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,032] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,032] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.032 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,065] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,065] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.065 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,099] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,099] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.099 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,129] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,129] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.129 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,164] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,164] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.164 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,193] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,193] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.193 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,225] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,225] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.225 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,258] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,258] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.258 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,290] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,290] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.290 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,317] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,317] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.317 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,354] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,354] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.354 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,385] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,385] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.385 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,418] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,418] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.418 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,450] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,450] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.450 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,483] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,483] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.483 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,514] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,514] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.514 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,547] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,547] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.547 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,579] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,579] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.579 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,610] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,610] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.610 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,644] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,644] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.644 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,675] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,675] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.675 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.707 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,739] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,739] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.739 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,771] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,771] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.771 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,804] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,804] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.804 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,837] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,837] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.837 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,868] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,868] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.868 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,900] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,900] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.900 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,932] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,932] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.932 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,964] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,964] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.964 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:36:59,997] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:36:59,997] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:36:59.997 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,030] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,030] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.030 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,059] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,059] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.059 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,093] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,093] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.093 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,125] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,125] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.125 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,159] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,159] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.159 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,192] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,192] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.192 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,222] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,222] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.222 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,255] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,255] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.255 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,287] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,287] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.287 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,319] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,319] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.319 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,351] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,351] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.351 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,384] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,384] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.384 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,416] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,416] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.416 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,448] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,448] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.448 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,480] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,480] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.480 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,513] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,513] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.513 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,545] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,545] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.545 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,578] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,578] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.578 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,609] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,609] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.609 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,670] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,670] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,670] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.670 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,670] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,835] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,835] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.835 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,869] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,869] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.869 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,897] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,897] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.897 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,928] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,928] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.928 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,961] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,961] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.961 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:00,993] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:00,993] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:00.993 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,024] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:01,024] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:01.024 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,056] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:01,056] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:01.056 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,089] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:01,089] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:01.089 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,121] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:01,121] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:01.121 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,153] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:01,153] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:01.153 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,184] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:01,184] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:01.184 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,217] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:01,217] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:01.217 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,249] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:01,249] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:01.249 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,264] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:01,265] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:01,264] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:01,265] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event -[2026-03-29 17:37:01,267] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received -[2026-03-29 17:37:01,268] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully - 17:37:01.264 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,265] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:01.265 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,265] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event - DEBUG siphon.p…arvam.log Processing message type: event - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,267] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received - 17:37:01.267 DEBUG siphon.p…arvam.log Generation complete event received - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,268] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully - 17:37:01.268 INFO siphon.p…arvam.log WebSocket session completed successfully - {"session_id": 131983192262368, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,302] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup -[2026-03-29 17:37:01,302] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup - 17:37:01.302 DEBUG siphon.p…arvam.log Starting TTS stream cleanup - {"session_id": 131983192262368, "connection_state": -"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c33e807be2b", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,963] [INFO] [calling-agent] AGENT_STATE: speaking -> listening -[2026-03-29 17:37:01,963] [INFO] [calling-agent] AGENT_STATE: speaking -> listening - 17:37:01.963 INFO calling-agent AGENT_STATE: speaking -> listening - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:01,972] [INFO] [calling-agent] TRANSCRIPT: 'Sí, sí.' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) -[2026-03-29 17:37:01,972] [INFO] [calling-agent] TRANSCRIPT: 'Sí, sí.' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) - 17:37:01.972 INFO calling-agent TRANSCRIPT: 'Sí, sí.' (final=False, - agent_state=listening, speech=[allow_int=True, - interrupted=False, done=False]) - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:02,173] [INFO] [calling-agent] TRANSCRIPT: 'Sí, sí.' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) -[2026-03-29 17:37:02,173] [INFO] [calling-agent] TRANSCRIPT: 'Sí, sí.' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) - 17:37:02.173 INFO calling-agent TRANSCRIPT: 'Sí, sí.' (final=False, - agent_state=listening, speech=[allow_int=True, - interrupted=False, done=False]) - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:04,665] [INFO] [calling-agent] AGENT_STATE: listening -> speaking -[2026-03-29 17:37:04,666] [DEBUG] [siphon.agents] resumed false interrupted speech -[2026-03-29 17:37:04,667] [INFO] [calling-agent] FALSE_INTERRUPTION: resumed=True -[2026-03-29 17:37:04,665] [INFO] [calling-agent] AGENT_STATE: listening -> speaking - 17:37:04.665 INFO calling-agent AGENT_STATE: listening -> speaking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:04,666] [DEBUG] [siphon.agents] resumed false interrupted speech - 17:37:04.666 DEBUG siphon.agents resumed false interrupted speech - {"timeout": 1.5, "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:04,667] [INFO] [calling-agent] FALSE_INTERRUPTION: resumed=True - 17:37:04.667 INFO calling-agent FALSE_INTERRUPTION: resumed=True - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:08,016] [INFO] [calling-agent] AGENT_STATE: speaking -> listening -[2026-03-29 17:37:08,016] [INFO] [calling-agent] AGENT_STATE: speaking -> listening - 17:37:08.016 INFO calling-agent AGENT_STATE: speaking -> listening - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:09,215] [INFO] [calling-agent] TRANSCRIPT: 'Okay.' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) -[2026-03-29 17:37:09,215] [INFO] [calling-agent] TRANSCRIPT: 'Okay.' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) - 17:37:09.215 INFO calling-agent TRANSCRIPT: 'Okay.' (final=False, - agent_state=listening, speech=[allow_int=True, - interrupted=False, done=False]) - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:10,117] [INFO] [calling-agent] TRANSCRIPT: 'Ok, también.' (final=True, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) -[2026-03-29 17:37:10,117] [DEBUG] [siphon.agents] received user transcript -[2026-03-29 17:37:10,117] [INFO] [calling-agent] TRANSCRIPT: 'Ok, también.' (final=True, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) -[2026-03-29 17:37:10,120] [INFO] [calling-agent] Assistant message: I can help you find the right product, answer questions about it, and guide you through the purchasing process to make it easy and smooth for you. Just let me know what you're looking - 17:37:10.117 INFO calling-agent TRANSCRIPT: 'Ok, también.' (final=True, - agent_state=listening, speech=[allow_int=True, - interrupted=False, done=False]) - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:10,117] [DEBUG] [siphon.agents] received user transcript - DEBUG siphon.agents received user transcript - {"user_transcript": "Ok, también.", "language": "es", -"transcript_delay": 0.3994126319885254, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:10,120] [INFO] [calling-agent] Assistant message: I can help you find the right product, answer questions about it, and guide you through the purchasing process to make it easy and smooth for you. Just let me know what you're looking - 17:37:10.120 INFO calling-agent Assistant message: I can help you find the right - product, answer questions about it, and guide you - through the purchasing process to make it easy and - smooth for you. Just let me know what you're - looking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:10,159] [INFO] [calling-agent] User message: Ok, también. -[2026-03-29 17:37:10,160] [INFO] [calling-agent] AGENT_STATE: listening -> thinking -[2026-03-29 17:37:10,159] [INFO] [calling-agent] User message: Ok, también. - 17:37:10.159 INFO calling-agent User message: Ok, también. - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:10,160] [INFO] [calling-agent] AGENT_STATE: listening -> thinking - 17:37:10.160 INFO calling-agent AGENT_STATE: listening -> thinking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:10,775] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session -[2026-03-29 17:37:10,775] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully -[2026-03-29 17:37:10,775] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config -[2026-03-29 17:37:10,775] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session - 17:37:10.775 INFO siphon.p…arvam.log Starting TTS WebSocket session - {"session_id": 131983192111152, "connection_state": -"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:10,775] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully - INFO siphon.p…arvam.log WebSocket connected successfully - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:10,775] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config - DEBUG siphon.p…arvam.log Sending TTS config - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": null, "config": {"type": "config", "data": {"target_language_code": -"en-IN", "speaker": "shubh", "pitch": 0.0, "pace": 1.0, "loudness": 1.0, -"enable_preprocessing": true, "model": "bulbul:v3"}}, "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,349] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,349] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.349 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,358] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking -[2026-03-29 17:37:11,358] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking - 17:37:11.358 INFO calling-agent AGENT_STATE: thinking -> speaking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,373] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,373] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.373 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,404] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,404] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.404 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,569] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,570] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,569] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,571] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,572] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,572] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.569 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,570] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.570 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,571] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,595] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.571 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,572] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.572 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,572] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,595] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.595 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,627] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,627] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.627 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,658] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,658] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.658 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,690] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,690] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.690 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,722] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,722] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.722 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,753] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,753] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.753 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,784] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,784] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.784 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,816] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,816] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.816 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,850] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,850] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.850 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,879] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,879] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.879 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,910] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,910] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.910 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,942] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,942] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.942 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:11,974] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:11,974] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:11.974 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,006] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,006] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.006 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,038] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,038] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.038 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,069] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,069] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.069 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,101] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,101] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.101 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,132] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,132] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.132 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,165] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,165] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.165 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,196] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,196] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.196 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,227] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,227] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.227 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,260] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,260] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.260 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,291] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,291] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.291 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,322] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,322] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.322 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,355] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,355] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.355 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,386] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,386] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.386 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,417] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,417] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.417 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,449] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,449] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.449 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,482] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,482] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.482 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,513] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,513] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.513 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,546] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,546] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.546 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,577] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,577] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.577 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,609] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,609] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.609 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,648] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,648] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.648 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,671] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,671] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.671 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,702] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,702] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.702 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,801] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,803] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,801] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.801 DEBUG siphon.p…arvam.log Processing message type: audio -[2026-03-29 17:37:12,807] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,803] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.803 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,807] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.807 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,842] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,842] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.842 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,862] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,862] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.862 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,925] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,926] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:12,925] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.925 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:12,926] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:12.926 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,090] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,090] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.090 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,121] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,121] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.121 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,151] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,151] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.151 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,183] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,183] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.183 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,221] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,221] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.221 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,247] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,247] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.247 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,279] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,279] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.279 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,312] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,312] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.312 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,343] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,343] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.343 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,375] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,375] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.375 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,407] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,407] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.407 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,439] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,439] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.439 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,471] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,471] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.471 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,504] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,504] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.504 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,535] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,535] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.535 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,568] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,568] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.568 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,598] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,598] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.598 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,631] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,631] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.631 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,664] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,664] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.664 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,695] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,695] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.695 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,727] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,727] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.727 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,758] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,758] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.758 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,790] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,790] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.790 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,822] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,822] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.822 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,854] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,854] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.854 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,889] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,889] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.889 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,919] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,919] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.919 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,951] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,951] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.951 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:13,983] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:13,983] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:13.983 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,016] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:14,016] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:14.016 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,047] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:14,047] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:14.047 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,078] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:14,078] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:14.078 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,110] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:14,110] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:14.110 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,143] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:14,143] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:14.143 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,175] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:14,175] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:14.175 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,207] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:14,207] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:14.207 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,240] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:14,240] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:14,247] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:14,248] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:14.240 DEBUG siphon.p…arvam.log Processing message type: audio -[2026-03-29 17:37:14,248] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event -[2026-03-29 17:37:14,249] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,247] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:14.247 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,248] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:14.248 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,248] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event - DEBUG siphon.p…arvam.log Processing message type: event - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,249] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received -[2026-03-29 17:37:14,268] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully - 17:37:14.249 DEBUG siphon.p…arvam.log Generation complete event received - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,268] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully - 17:37:14.268 INFO siphon.p…arvam.log WebSocket session completed successfully - {"session_id": 131983192111152, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:14,298] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup -[2026-03-29 17:37:14,298] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup - 17:37:14.298 DEBUG siphon.p…arvam.log Starting TTS stream cleanup - {"session_id": 131983192111152, "connection_state": -"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "7dd2c32ec1f5", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:17,167] [INFO] [calling-agent] TRANSCRIPT: 'Stop.' (final=False, agent_state=speaking, speech=[allow_int=True, interrupted=False, done=False]) -[2026-03-29 17:37:17,167] [INFO] [calling-agent] AGENT_STATE: speaking -> listening -[2026-03-29 17:37:17,167] [INFO] [calling-agent] TRANSCRIPT: 'Stop.' (final=False, agent_state=speaking, speech=[allow_int=True, interrupted=False, done=False]) - 17:37:17.167 INFO calling-agent TRANSCRIPT: 'Stop.' (final=False, - agent_state=speaking, speech=[allow_int=True, - interrupted=False, done=False]) - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:17,167] [INFO] [calling-agent] AGENT_STATE: speaking -> listening - INFO calling-agent AGENT_STATE: speaking -> listening - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:18,117] [INFO] [calling-agent] TRANSCRIPT: 'Stop doing it.' (final=True, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) -[2026-03-29 17:37:18,117] [DEBUG] [siphon.agents] received user transcript -[2026-03-29 17:37:18,117] [INFO] [calling-agent] TRANSCRIPT: 'Stop doing it.' (final=True, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) -[2026-03-29 17:37:18,121] [INFO] [calling-agent] Assistant message: Great! If you're interested, I can tell you more about our products and how they can benefit you. Would you like to hear about a specific - 17:37:18.117 INFO calling-agent TRANSCRIPT: 'Stop doing it.' (final=True, - agent_state=listening, speech=[allow_int=True, - interrupted=False, done=False]) - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:18,117] [DEBUG] [siphon.agents] received user transcript - DEBUG siphon.agents received user transcript - {"user_transcript": "Stop doing it.", "language": "en", -"transcript_delay": 0.2547597885131836, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:18,121] [INFO] [calling-agent] Assistant message: Great! If you're interested, I can tell you more about our products and how they can benefit you. Would you like to hear about a specific - 17:37:18.121 INFO calling-agent Assistant message: Great! If you're interested, I - can tell you more about our products and how they - can benefit you. Would you like to hear about a - specific - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:18,158] [INFO] [calling-agent] User message: Stop doing it. -[2026-03-29 17:37:18,159] [INFO] [calling-agent] AGENT_STATE: listening -> thinking -[2026-03-29 17:37:18,158] [INFO] [calling-agent] User message: Stop doing it. - 17:37:18.158 INFO calling-agent User message: Stop doing it. - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:18,159] [INFO] [calling-agent] AGENT_STATE: listening -> thinking - 17:37:18.159 INFO calling-agent AGENT_STATE: listening -> thinking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:18,707] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session -[2026-03-29 17:37:18,708] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully -[2026-03-29 17:37:18,708] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config -[2026-03-29 17:37:18,707] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session - 17:37:18.707 INFO siphon.p…arvam.log Starting TTS WebSocket session - {"session_id": 131983066521744, "connection_state": -"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:18,708] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully - 17:37:18.708 INFO siphon.p…arvam.log WebSocket connected successfully - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:18,708] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config - DEBUG siphon.p…arvam.log Sending TTS config - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": null, "config": {"type": "config", "data": {"target_language_code": -"en-IN", "speaker": "shubh", "pitch": 0.0, "pace": 1.0, "loudness": 1.0, -"enable_preprocessing": true, "model": "bulbul:v3"}}, "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,256] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,256] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.256 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,263] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking -[2026-03-29 17:37:19,263] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking - 17:37:19.263 INFO calling-agent AGENT_STATE: thinking -> speaking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,280] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,280] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.280 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,312] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,312] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.312 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,344] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,344] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.344 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,475] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,476] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,475] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,477] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,477] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.475 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,476] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.476 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,477] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.477 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,477] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,503] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,503] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.503 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,537] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,537] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.537 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,568] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,568] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.568 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,603] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,603] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.603 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,632] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,632] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.632 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,664] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,664] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.664 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,697] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,697] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.697 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,729] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,729] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.729 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,743] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,743] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:19,743] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event -[2026-03-29 17:37:19,744] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received -[2026-03-29 17:37:19,744] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully -[2026-03-29 17:37:19,743] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:19.743 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,743] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,743] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event - DEBUG siphon.p…arvam.log Processing message type: event - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,744] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received - 17:37:19.744 DEBUG siphon.p…arvam.log Generation complete event received - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,744] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully - INFO siphon.p…arvam.log WebSocket session completed successfully - {"session_id": 131983066521744, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:19,769] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup -[2026-03-29 17:37:19,769] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup - 17:37:19.769 DEBUG siphon.p…arvam.log Starting TTS stream cleanup - {"session_id": 131983066521744, "connection_state": -"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "9c985caa6b97", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:21,041] [INFO] [calling-agent] Assistant message: Understood. How can I assist you further? -[2026-03-29 17:37:21,042] [INFO] [calling-agent] AGENT_STATE: speaking -> listening -[2026-03-29 17:37:21,041] [INFO] [calling-agent] Assistant message: Understood. How can I assist you further? - 17:37:21.041 INFO calling-agent Assistant message: Understood. How can I assist - you further? - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:21,042] [INFO] [calling-agent] AGENT_STATE: speaking -> listening - 17:37:21.042 INFO calling-agent AGENT_STATE: speaking -> listening - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:25,167] [INFO] [calling-agent] TRANSCRIPT: 'El mío, yo' (final=False, agent_state=listening, speech=[no active speech]) -[2026-03-29 17:37:25,167] [INFO] [calling-agent] TRANSCRIPT: 'El mío, yo' (final=False, agent_state=listening, speech=[no active speech]) - 17:37:25.167 INFO calling-agent TRANSCRIPT: 'El mío, yo' (final=False, - agent_state=listening, speech=[no active speech]) - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:25,819] [INFO] [calling-agent] TRANSCRIPT: 'El mío, yo creo.' (final=True, agent_state=listening, speech=[no active speech]) -[2026-03-29 17:37:25,820] [DEBUG] [siphon.agents] received user transcript -[2026-03-29 17:37:25,819] [INFO] [calling-agent] TRANSCRIPT: 'El mío, yo creo.' (final=True, agent_state=listening, speech=[no active speech]) - 17:37:25.819 INFO calling-agent TRANSCRIPT: 'El mío, yo creo.' (final=True, - agent_state=listening, speech=[no active speech]) - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:25,820] [DEBUG] [siphon.agents] received user transcript -[2026-03-29 17:37:25,830] [DEBUG] [siphon.agents] using preemptive generation - 17:37:25.820 DEBUG siphon.agents received user transcript - {"user_transcript": "El mío, yo creo.", "language": -"es", "transcript_delay": 0.307753324508667, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:25,830] [DEBUG] [siphon.agents] using preemptive generation - 17:37:25.830 DEBUG siphon.agents using preemptive generation - {"preemptive_lead_time": 0.008718490600585938, "pid": -2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:25,855] [INFO] [calling-agent] User message: El mío, yo creo. -[2026-03-29 17:37:25,857] [INFO] [calling-agent] AGENT_STATE: listening -> thinking -[2026-03-29 17:37:25,855] [INFO] [calling-agent] User message: El mío, yo creo. - 17:37:25.855 INFO calling-agent User message: El mío, yo creo. - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:25,857] [INFO] [calling-agent] AGENT_STATE: listening -> thinking - 17:37:25.857 INFO calling-agent AGENT_STATE: listening -> thinking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:27,921] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session -[2026-03-29 17:37:27,921] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully -[2026-03-29 17:37:27,922] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config -[2026-03-29 17:37:27,921] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session - 17:37:27.921 INFO siphon.p…arvam.log Starting TTS WebSocket session - {"session_id": 131983066322496, "connection_state": -"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:27,921] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully - INFO siphon.p…arvam.log WebSocket connected successfully - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:27,922] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config - 17:37:27.922 DEBUG siphon.p…arvam.log Sending TTS config - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": null, "config": {"type": "config", "data": {"target_language_code": -"en-IN", "speaker": "shubh", "pitch": 0.0, "pace": 1.0, "loudness": 1.0, -"enable_preprocessing": true, "model": "bulbul:v3"}}, "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,559] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,559] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.559 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,584] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,584] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.584 DEBUG siphon.p…arvam.log Processing message type: audio -[2026-03-29 17:37:28,589] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,589] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking - 17:37:28.589 INFO calling-agent AGENT_STATE: thinking -> speaking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,617] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,617] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.617 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,648] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,648] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.648 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,779] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,780] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,780] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,779] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,781] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.779 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,780] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.780 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,780] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,781] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.781 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,811] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,811] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.811 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,842] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,842] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.842 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,874] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,874] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.874 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,906] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,906] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.906 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,937] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,937] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.937 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:28,969] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:28,969] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:28.969 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,006] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,006] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.006 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,036] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,036] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.036 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,065] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,065] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.065 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,098] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,098] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.098 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,130] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,130] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.130 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,164] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,164] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.164 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,194] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,194] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.194 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,226] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,226] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.226 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,261] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,261] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.261 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,290] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,290] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.290 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,324] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,324] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.324 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,357] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,357] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.357 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,388] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,388] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.388 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,421] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,421] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.421 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,453] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,453] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.453 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,484] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,484] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.484 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,518] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,518] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.518 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,551] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,551] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.551 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,582] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,582] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.582 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,669] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,669] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.669 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,718] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,718] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.718 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,772] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,773] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,772] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.772 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,773] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.773 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,815] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,815] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,815] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,817] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.815 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,815] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,817] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.817 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,843] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,843] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.843 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,870] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,870] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.870 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,904] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,904] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.904 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,936] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,936] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.936 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,968] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,968] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.968 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:29,999] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:29,999] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:29.999 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,031] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,031] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.031 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,064] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,064] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.064 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,098] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,098] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.098 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,129] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,129] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.129 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,160] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,160] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.160 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,192] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,192] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.192 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,225] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,225] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.225 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,257] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,257] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.257 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,291] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,291] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.291 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,321] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,321] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.321 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,356] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,356] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.356 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,385] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,385] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.385 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,417] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,417] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.417 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,449] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,449] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.449 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,482] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,482] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.482 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,514] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,514] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.514 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,547] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,547] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.547 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,578] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,578] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.578 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,611] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,611] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.611 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,642] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,642] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.642 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,676] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,676] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.676 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.707 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,740] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,740] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.740 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,772] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,772] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.772 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,804] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,804] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.804 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,837] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,837] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.837 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,869] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,869] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.869 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,901] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,901] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.901 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,933] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,933] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.933 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,966] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,966] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.966 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:30,997] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:30,997] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:30.997 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:31,030] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:31,030] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:31.030 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:31,063] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:31,063] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:31.063 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:31,095] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:31,095] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:31.095 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:31,127] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:31,127] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:31.127 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:31,140] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:31,141] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:31,140] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:31,143] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event -[2026-03-29 17:37:31,143] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received -[2026-03-29 17:37:31,146] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully - 17:37:31.140 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:31,141] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:31.141 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:31,143] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: event - 17:37:31.143 DEBUG siphon.p…arvam.log Processing message type: event - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:31,143] [DEBUG] [siphon.plugins.sarvam.log] Generation complete event received - DEBUG siphon.p…arvam.log Generation complete event received - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:31,146] [INFO] [siphon.plugins.sarvam.log] WebSocket session completed successfully - 17:37:31.146 INFO siphon.p…arvam.log WebSocket session completed successfully - {"session_id": 131983066322496, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:31,184] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup -[2026-03-29 17:37:31,184] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup - 17:37:31.184 DEBUG siphon.p…arvam.log Starting TTS stream cleanup - {"session_id": 131983066322496, "connection_state": -"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "e3a9c7f58821", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:31,869] [INFO] [calling-agent] AGENT_STATE: speaking -> listening -[2026-03-29 17:37:31,869] [INFO] [calling-agent] AGENT_STATE: speaking -> listening - 17:37:31.869 INFO calling-agent AGENT_STATE: speaking -> listening - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:34,712] [INFO] [calling-agent] AGENT_STATE: listening -> speaking -[2026-03-29 17:37:34,713] [DEBUG] [siphon.agents] resumed false interrupted speech -[2026-03-29 17:37:34,714] [INFO] [calling-agent] FALSE_INTERRUPTION: resumed=True -[2026-03-29 17:37:34,712] [INFO] [calling-agent] AGENT_STATE: listening -> speaking - 17:37:34.712 INFO calling-agent AGENT_STATE: listening -> speaking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:34,713] [DEBUG] [siphon.agents] resumed false interrupted speech - 17:37:34.713 DEBUG siphon.agents resumed false interrupted speech - {"timeout": 1.5, "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:34,714] [INFO] [calling-agent] FALSE_INTERRUPTION: resumed=True - 17:37:34.714 INFO calling-agent FALSE_INTERRUPTION: resumed=True - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:38,263] [INFO] [calling-agent] AGENT_STATE: speaking -> listening -[2026-03-29 17:37:38,263] [INFO] [calling-agent] AGENT_STATE: speaking -> listening - 17:37:38.263 INFO calling-agent AGENT_STATE: speaking -> listening - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:38,466] [INFO] [calling-agent] TRANSCRIPT: 'El mío es' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) -[2026-03-29 17:37:38,466] [INFO] [calling-agent] TRANSCRIPT: 'El mío es' (final=False, agent_state=listening, speech=[allow_int=True, interrupted=False, done=False]) - 17:37:38.466 INFO calling-agent TRANSCRIPT: 'El mío es' (final=False, - agent_state=listening, speech=[allow_int=True, - interrupted=False, done=False]) - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:38,478] [INFO] [calling-agent] Assistant message: Perfecto! Para poder ayudarte mejor, ¿podrías decirme qué producto te interesa o qué necesitas exactamente? -[2026-03-29 17:37:38,478] [INFO] [calling-agent] Assistant message: Perfecto! Para poder ayudarte mejor, ¿podrías decirme qué producto te interesa o qué necesitas exactamente? - 17:37:38.478 INFO calling-agent Assistant message: Perfecto! Para poder ayudarte - mejor, ¿podrías decirme qué producto te interesa o - qué necesitas exactamente? - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:39,218] [INFO] [calling-agent] TRANSCRIPT: 'El niño choc.' (final=True, agent_state=listening, speech=[no active speech]) -[2026-03-29 17:37:39,219] [DEBUG] [siphon.agents] received user transcript -[2026-03-29 17:37:39,218] [INFO] [calling-agent] TRANSCRIPT: 'El niño choc.' (final=True, agent_state=listening, speech=[no active speech]) -[2026-03-29 17:37:39,225] [DEBUG] [siphon.agents] using preemptive generation - 17:37:39.218 INFO calling-agent TRANSCRIPT: 'El niño choc.' (final=True, - agent_state=listening, speech=[no active speech]) - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:39,219] [DEBUG] [siphon.agents] received user transcript - 17:37:39.219 DEBUG siphon.agents received user transcript - {"user_transcript": "El niño choc.", "language": "es", -"transcript_delay": 0.3067433834075928, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:39,225] [DEBUG] [siphon.agents] using preemptive generation - 17:37:39.225 DEBUG siphon.agents using preemptive generation - {"preemptive_lead_time": 0.0048520565032958984, "pid": -2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:39,262] [INFO] [calling-agent] User message: El niño choc. -[2026-03-29 17:37:39,263] [INFO] [calling-agent] AGENT_STATE: listening -> thinking -[2026-03-29 17:37:39,262] [INFO] [calling-agent] User message: El niño choc. - 17:37:39.262 INFO calling-agent User message: El niño choc. - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:39,263] [INFO] [calling-agent] AGENT_STATE: listening -> thinking - 17:37:39.263 INFO calling-agent AGENT_STATE: listening -> thinking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:39,720] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session -[2026-03-29 17:37:39,720] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully -[2026-03-29 17:37:39,721] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config -[2026-03-29 17:37:39,720] [INFO] [siphon.plugins.sarvam.log] Starting TTS WebSocket session - 17:37:39.720 INFO siphon.p…arvam.log Starting TTS WebSocket session - {"session_id": 131983034332080, "connection_state": -"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:39,720] [INFO] [siphon.plugins.sarvam.log] WebSocket connected successfully - INFO siphon.p…arvam.log WebSocket connected successfully - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": null, "pid": 2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": -"RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:39,721] [DEBUG] [siphon.plugins.sarvam.log] Sending TTS config - 17:37:39.721 DEBUG siphon.p…arvam.log Sending TTS config - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": null, "config": {"type": "config", "data": {"target_language_code": -"en-IN", "speaker": "shubh", "pitch": 0.0, "pace": 1.0, "loudness": 1.0, -"enable_preprocessing": true, "model": "bulbul:v3"}}, "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,198] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,198] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.198 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,206] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking -[2026-03-29 17:37:40,206] [INFO] [calling-agent] AGENT_STATE: thinking -> speaking - 17:37:40.206 INFO calling-agent AGENT_STATE: thinking -> speaking - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,225] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,225] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.225 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,259] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,259] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.259 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,418] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,419] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,420] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,418] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,420] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.418 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,426] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,419] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.419 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,420] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.420 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,420] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,426] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.426 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,459] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,459] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.459 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,493] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,493] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.493 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,528] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,528] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.528 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,558] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,558] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.558 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,590] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,590] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.590 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,624] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,624] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.624 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,657] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,657] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.657 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,692] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,692] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.692 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,724] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,724] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.724 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,757] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,757] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.757 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,785] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,785] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.785 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,827] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,827] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.827 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,894] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,894] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.894 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,923] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,923] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,927] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.923 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,927] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.927 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,957] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,957] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.957 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,990] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,990] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.990 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:40,999] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:41,000] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:40,999] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:40.999 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:41,000] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:41.000 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,010] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,010] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.010 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,035] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,035] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.035 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,069] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,069] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.069 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,102] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,102] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.102 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,230] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,230] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,231] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,230] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.230 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,230] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,231] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,243] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.231 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,243] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.243 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,272] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,272] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.272 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,307] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,307] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.307 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,340] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,340] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.340 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,373] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,373] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.373 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,408] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,408] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.408 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,441] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,441] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.441 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,476] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,476] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.476 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,513] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,513] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.513 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,539] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,539] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.539 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,577] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,577] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.577 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,604] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,604] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.604 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,640] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,640] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.640 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,674] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,674] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.674 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,707] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.707 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,741] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,741] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.741 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,774] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,774] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.774 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,808] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,808] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.808 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,842] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,842] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.842 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,875] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,875] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.875 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,908] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,908] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.908 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,944] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,944] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.944 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:42,975] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:42,975] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:42.975 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,008] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,008] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.008 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,044] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,044] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.044 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,071] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,071] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.071 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,107] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,107] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.107 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,144] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,144] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,178] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.144 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,178] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,213] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.178 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,213] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.213 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,246] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,246] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.246 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,278] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,278] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.278 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,312] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,312] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.312 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,344] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,344] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.344 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,377] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,377] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.377 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,408] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,408] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.408 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,446] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,446] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.446 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,479] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,479] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.479 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,512] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,512] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.512 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,546] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,546] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.546 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,581] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,581] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.581 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,614] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,614] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.614 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,648] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,648] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.648 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,681] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,681] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.681 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,716] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,716] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.716 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,749] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,749] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.749 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,781] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,781] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.781 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,815] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,815] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.815 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,847] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,847] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.847 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,881] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,881] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.881 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,916] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,916] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.916 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,950] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,950] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.950 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:43,983] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:43,983] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:43.983 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,018] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:44,018] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:44.018 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,050] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:44,050] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:44.050 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,085] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:44,085] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:44.085 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,118] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio -[2026-03-29 17:37:44,118] [DEBUG] [siphon.plugins.sarvam.log] Processing message type: audio - 17:37:44.118 DEBUG siphon.p…arvam.log Processing message type: audio - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,136] [INFO] [siphon.agents] closing agent session due to participant disconnect (disable via `RoomInputOptions.close_on_disconnect=False`) -[2026-03-29 17:37:44,136] [INFO] [siphon.agents] closing agent session due to participant disconnect (disable via `RoomInputOptions.close_on_disconnect=False`) - 17:37:44.136 INFO siphon.agents closing agent session due to participant - disconnect (disable via - `RoomInputOptions.close_on_disconnect=False`) - {"room": "271c882c-fd1c-4eda-a738-58def8a0042c", -"participant": "sip-271c882c-fd1c-4eda-a738-58def8a0042c", "reason": "CLIENT_INITIATED", "pid": -2843474, "job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,153] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup -[2026-03-29 17:37:44,154] [DEBUG] [siphon.agents] stream closed -[2026-03-29 17:37:44,153] [DEBUG] [siphon.plugins.sarvam.log] Starting TTS stream cleanup -[2026-03-29 17:37:44,156] [DEBUG] [siphon.plugins.sarvam.log] WebSocket connection closed - 17:37:44.153 DEBUG siphon.p…arvam.log Starting TTS stream cleanup - {"session_id": 131983034332080, "connection_state": -"connected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,154] [DEBUG] [siphon.agents] stream closed -[2026-03-29 17:37:44,166] [INFO] [calling-agent] Assistant message: Gracias por la información. ¿Podrías darme la fecha y -[2026-03-29 17:37:44,167] [INFO] [calling-agent] AGENT_STATE: speaking -> listening - 17:37:44.154 DEBUG siphon.agents stream closed - {"participant": -"sip-271c882c-fd1c-4eda-a738-58def8a0042c", "source": "SOURCE_MICROPHONE", "pid": 2843474, -"job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,156] [DEBUG] [siphon.plugins.sarvam.log] WebSocket connection closed -[2026-03-29 17:37:44,174] [INFO] [calling-agent] Saving call metadata. Response: None -[2026-03-29 17:37:44,174] [INFO] [calling-agent] Call direction determined as: outbound -[2026-03-29 17:37:44,174] [INFO] [calling-agent] Numbers saved - Agent: +18703377189, User: +917795341235 - 17:37:44.156 DEBUG siphon.p…arvam.log WebSocket connection closed - {"session_id": 131983034332080, "connection_state": -"disconnected", "model": "bulbul:v3", "speaker": "shubh", "client_request_id": "35fd7c0e00da", -"server_request_id": "20260329_018a2412-da38-4497-80c2-70026526d1f1", "pid": 2843474, "job_id": -"AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,166] [INFO] [calling-agent] Assistant message: Gracias por la información. ¿Podrías darme la fecha y - 17:37:44.166 INFO calling-agent Assistant message: Gracias por la información. - ¿Podrías darme la fecha y - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,167] [INFO] [calling-agent] AGENT_STATE: speaking -> listening - 17:37:44.167 INFO calling-agent AGENT_STATE: speaking -> listening - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,174] [INFO] [calling-agent] Saving call metadata. Response: None - 17:37:44.174 INFO calling-agent Saving call metadata. Response: None - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,174] [INFO] [calling-agent] Call direction determined as: outbound - INFO calling-agent Call direction determined as: outbound - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:44,174] [INFO] [calling-agent] Numbers saved - Agent: +18703377189, User: +917795341235 - INFO calling-agent Numbers saved - Agent: +18703377189, User: - +917795341235 - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -^C[2026-03-29 17:37:46,049] [INFO] [siphon.agents] shutting down worker -[2026-03-29 17:37:46,049] [WARNING] [siphon.plugins.silero] inference is slower than realtime - 17:37:46.049 INFO siphon.agents shutting down worker {"id": "AW_wGbqHrNeZN8f"} -[2026-03-29 17:37:46,049] [WARNING] [siphon.plugins.silero] inference is slower than realtime - WARNI… siphon.p…ns.silero inference is slower than realtime - {"delay": 1.8475495259109884, "pid": 2843474, -"job_id": "AJ_PtVR33XbV32x", "room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:46,074] [INFO] [calling-agent] Saving call metadata. Response: None -[2026-03-29 17:37:46,076] [INFO] [calling-agent] Call direction determined as: outbound -[2026-03-29 17:37:46,077] [INFO] [calling-agent] Numbers saved - Agent: +18703377189, User: +917795341235 -[2026-03-29 17:37:46,074] [INFO] [calling-agent] Saving call metadata. Response: None - 17:37:46.074 INFO calling-agent Saving call metadata. Response: None - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:46,076] [INFO] [calling-agent] Call direction determined as: outbound - 17:37:46.076 INFO calling-agent Call direction determined as: outbound - {"pid": 2843474, "job_id": "AJ_PtVR33XbV32x", -"room_id": "RM_KK5YMwYNMMSW"} -[2026-03-29 17:37:46,077] [INFO] [calling-agent] Numbers saved - Agent: +18703377189, User: +917795341235 - 17:37:46.077 INFO calling-agent Numbers saved - Agent: +18703377189, User: - +917795341235 - {"pid": 2843474, "job_id": "AJ_PtVR33X \ No newline at end of file