1revision: 1 2countries { 3 iso_code: "US" 4 eccs { 5 phone_number: "54321" 6 types: POLICE 7 types: AMBULANCE 8 types: FIRE 9 types: MARINE_GUARD 10 types: MOUNTAIN_RESCUE 11 types: MIEC 12 types: AIEC 13 routing: NORMAL 14 normal_routing_mncs: "05" 15 } 16 eccs { 17 phone_number: "888" 18 types: POLICE 19 types: AMBULANCE 20 types: FIRE 21 types: MARINE_GUARD 22 types: MOUNTAIN_RESCUE 23 types: MIEC 24 types: AIEC 25 routing: NORMAL 26 normal_routing_mncs: "45" 27 normal_routing_mncs: "47" 28 normal_routing_mncs: "05" 29 } 30 eccs { 31 phone_number: "654321" 32 types: POLICE 33 types: AMBULANCE 34 types: FIRE 35 types: MARINE_GUARD 36 types: MOUNTAIN_RESCUE 37 types: MIEC 38 types: AIEC 39 routing: EMERGENCY 40 normal_routing_mncs: "" 41 } 42 eccs { 43 phone_number: "7654321" 44 types: POLICE 45 types: AMBULANCE 46 types: FIRE 47 types: MARINE_GUARD 48 types: MOUNTAIN_RESCUE 49 types: MIEC 50 types: AIEC 51 routing: NORMAL 52 normal_routing_mncs: "" 53 } 54 eccs { 55 phone_number: "4321" 56 types: POLICE 57 types: AMBULANCE 58 types: FIRE 59 types: MARINE_GUARD 60 types: MOUNTAIN_RESCUE 61 types: MIEC 62 types: AIEC 63 routing: NORMAL 64 } 65 ecc_fallback: "911" 66} 67