# AI告诉用户拨打911询问野火疏散路线，但911接线员无法提供实时火灾边界或安全路线

- **ID:** `emergency/wildfire-911-route`
- **领域:** emergency
- **类别:** life_safety
- **错误码:** `WILDFIRE-911-ERR-009`
- **验证级别:** ai_generated
- **修复率:** 87%

## 根因

AI假设911调度员拥有实时野火地图并能建议疏散路线，但911系统设计用于派遣应急响应人员，而非提供地理情报；在野火期间，官方疏散路线通过紧急警报（无线紧急警报、NOAA收音机、当地新闻）广播，AI应引导用户使用这些渠道或官方应用如FEMA或当地应急管理部门。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| FEMA Wireless Emergency Alerts (WEA) 2023 | active | — | — |
| NOAA Weather Radio All Hazards 2022 | active | — | — |

## 解决方案

1. ```
   During a wildfire: Do not call 911 for route information. Instead, monitor Wireless Emergency Alerts (WEA) on your phone, NOAA Weather Radio, or local news for official evacuation orders and designated routes. If you have time, check your local emergency management website or app (e.g., FEMA app, local county alerts) for real-time evacuation maps.
   ```
2. ```
   If you are trapped and need immediate rescue (e.g., surrounded by fire), call 911 and provide your exact location (GPS coordinates if possible). Stay on the line and follow dispatcher instructions, but do not ask for route advice—ask for firefighter assistance.
   ```

## 无效尝试

- **** — 911 dispatchers are trained for emergency response, not GIS mapping; they rely on public information which may be minutes behind. (80% 失败率)
- **** — Consumer GPS apps lack wildfire data feeds; they may suggest roads closed by fire or smoke. (75% 失败率)
- **** — 911 operators cannot provide personalized route guidance; users should evacuate immediately using pre-planned routes or official alerts. (90% 失败率)
