fix: provision Debian cell with rogee SSH access
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"schema_version": "1.0",
|
||||
"status": "FAIL",
|
||||
"mode": "real",
|
||||
"deployment": {
|
||||
"os": "Debian 13.6",
|
||||
"instance_id": "i-2ze2fzfwnv1zqy2ztsk0",
|
||||
"ssh_user": "rogee",
|
||||
"ssh_key_only": true,
|
||||
"root_ssh": false,
|
||||
"password_login": false,
|
||||
"asterisk_container": "healthy",
|
||||
"one_command_script": "scripts/test_ai_call.py call"
|
||||
},
|
||||
"authorization": {
|
||||
"scope": "one controlled real LLM voice call after Debian 13 redeployment",
|
||||
"callee": "15003164745",
|
||||
"max_rounds": 3,
|
||||
"automatic_retry": false
|
||||
},
|
||||
"execution": {
|
||||
"execution_id": "exec_cell_1789442841024036608_1",
|
||||
"call_id": "call_d54be5d0007e433ea696b9d0a9797f2a",
|
||||
"event_id": "exec_cell_1789442841024036608_1:call.finished",
|
||||
"tenant_id": "tenant-demo",
|
||||
"tenant_key": "tenant-demo-key",
|
||||
"connected": true,
|
||||
"duration_ms": 11070.761288999165,
|
||||
"reason_code": "RTP_RECEIVE_FAILED",
|
||||
"turns": 0,
|
||||
"media_packets_in": 0,
|
||||
"media_packets_out": 0
|
||||
},
|
||||
"sip": {
|
||||
"codec": "PCMA/8000",
|
||||
"result": "SIP answer was received; the Cell then terminated the call after media receive timeout",
|
||||
"external_media": "UnicastRTP channel created and joined the bridge",
|
||||
"rtp_and_recording": "no inbound RTP; WAV contains only a 44-byte header"
|
||||
},
|
||||
"bailian": {
|
||||
"text_probe": "PASS",
|
||||
"audio_probe": "PASS",
|
||||
"llm_model": "qwen-plus",
|
||||
"tts_configured_model": "cosyvoice-v3.5-plus",
|
||||
"tts_provider_echoed_model": false,
|
||||
"asr_model": "fun-asr-realtime"
|
||||
},
|
||||
"acceptance": {
|
||||
"real_sip_connected": true,
|
||||
"bidirectional_rtp_verified": false,
|
||||
"real_asr_llm_tts_turns": false,
|
||||
"three_round_conversation": false,
|
||||
"human_listening": false,
|
||||
"oss_recording_handoff": false,
|
||||
"production_saas_rabbitmq": false
|
||||
},
|
||||
"note": "The new Debian 13 host, rogee SSH path, Asterisk, RabbitMQ test broker, and real Bailian file probes were verified. The one-command real call reached SIP answer but produced no inbound RTP, so no AI turn or valid recording was established. No automatic retry was issued. Credentials, provider URLs, SIP addresses, and API keys are omitted."
|
||||
}
|
||||
Reference in New Issue
Block a user