# Enable ECall service Source: [https://docs.qualcomm.com/doc/80-41102-1/topic/enable-ecall-service.html](https://docs.qualcomm.com/doc/80-41102-1/topic/enable-ecall-service.html) To enable the ECall service, run either of the following commands to compile the TelAF simulation image under the TelAF root directory. # In Dev PC Host make simulac IMPORT_SDK_SIMULATION=y sdk_rootfs= TELAF_SIMULATION_ENABLE_ECALL=yCopy to clipboard # In Dev Container cat >> simulation/.simulation.build << EOF export IMPORT_SDK_SIMULATION = y export sdk_rootfs=/path/to/your/generated/rootfs export TELAF_SIMULATION_ENABLE_ECALL = y EOF echo "make simula-c" > simulation/workstation/.simula.dev.action.sh make simula-xCopy to clipboard **Parent Topic:** [Features supported by simulation](https://docs.qualcomm.com/doc/80-41102-1/topic/features-supported-by-simulation.html) Last Published: Aug 06, 2026 [Previous Topic Enable Diagnostic services](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/enable-diagnostic-services.md) [Next Topic Switch between legacy audio service and refreshed audio service](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/switch-between-legacy-audio-service-and-refreshed-audio-service.md)