BigW Consortium Gitlab

Commit 7c2ab6e8 by Ashish Syal Committed by David Frey

Implement voice call tutorial app

parent 56833268
* Make sure that you use a voice SIM and not a data SIM for this tutorial.
* This tutorial only allows you to make a phone call from mangOH to another phone
* Insert a headset audio jack into CN500 to listen to the audio
* Mangoh must be registered on Network with the SIM in ready stat by entering `cm sim`
* Make sure voiceCallService is started by entering: `app start voiceCallService`
* Check "logread -f "
* Execute app : app runProc mangohVoiceCall --exe=mangohVoiceCall -- <Destination phone number>
* Follow INFO instruction in traces.
executables:
{
mangohVoiceCall = ( mangohVoiceCall )
}
processes:
{
envVars:
{
LE_LOG_LEVEL = DEBUG
}
}
start: manual
bindings:
{
mangohVoiceCall.mangohVoiceCall.le_voicecall -> voiceCallService.le_voicecall
mangohVoiceCall.mangohVoiceCall.le_audio -> audioService.le_audio
}
sources:
{
mangohVoiceCall.c
}
requires:
{
api:
{
le_voicecall.api
le_audio.api
le_mdmDefs.api [types-only]
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment