# AI建议在日本地震期间拨打911，但日本使用110联系警察、119联系消防/救护车；911不会转接到日本紧急服务

- **ID:** `emergency/ai-recommends-911-in-japan-for-earthquake`
- **领域:** emergency
- **类别:** life_safety
- **错误码:** `E911-INTL-ERR-004`
- **验证级别:** ai_generated
- **修复率:** 85%

## 根因

AI混淆了美国紧急号码与日本系统；日本的紧急号码是110（警察）和119（消防和救护车），911不被日本电信网络识别；一些外国旅行者可能由于文化熟悉而误拨911。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| NTT 119 | active | — | — |
| SoftBank 110 | active | — | — |
| KDDI Emergency | active | — | — |
| iOS 17 Emergency SOS Japan | active | — | — |
| Android 14 Emergency Location Japan | active | — | — |

## 解决方案

1. ```
   Dial 119 for fire or ambulance, and 110 for police. On a mobile phone, you can also dial #9110 for emergency services via some carriers, but standard 110/119 is safest.
   ```
2. ```
   Program the emergency numbers into your phone's speed dial before a disaster. On iPhone, add 110 and 119 to your Medical ID (Health app > Medical ID > Emergency Contacts).
   ```
3. ```
   Use the Japan Meteorological Agency's official app for earthquake early warnings; it provides instructions in English on what to do and whom to call.
   ```

## 无效尝试

- **Tell user to call 911 from a mobile phone because it redirects to 110/119** — In Japan, 911 does not redirect; it is not a valid emergency number. Calls to 911 may result in a recorded message or disconnection. (95% 失败率)
- **Advise user to download a translation app before calling 110/119** — While helpful, translation apps cannot replace the need for a human operator; many operators speak English, but the call should be made directly. (50% 失败率)
- **Suggest using the SOS feature on a smartphone which might dial 911** — Smartphone SOS features are region-aware; if the phone is set to Japan region, SOS typically dials 110/119, but if misconfigured, it may dial 911 incorrectly. (60% 失败率)
