Skip to Content
CommandsCommunicationsCallsAudio Configuration

Audio Configuration

Rinho devices with audio support allow making and receiving voice calls, detecting incoming calls via Caller ID and activating remote listening mode.

What is it used for?

Use caseDescription
📞 Call detectionIdentify incoming numbers and trigger actions
🔊 Remote listeningActivate microphone for cabin monitoring
📲 Bidirectional communicationTalk to driver in real time
🚨 Panic buttonCall automatically during emergencies
🔐 Call-based controlExecute commands when receiving call from authorized number

Important: During an active voice call, GPRS data transmission and reception is temporarily inhibited.


Available Commands


Operation Modes

ModeCommandDescription
🔔 DetectionCIDOnly detects incoming call and generates CIDxx+ trigger
👂 ListeningVCC with mode 1Unidirectional audio (listen only)
🗣️ Full DuplexVCC with mode 2Bidirectional audio (talk and listen)

How does an incoming call work?

  1. A call arrives at the device
  2. The Caller ID is verified against the configured number list (CID00-CID09)
  3. If the number is in the list:
    • The CIDxx+ trigger is generated (where xx is the position 00-09)
    • An automatic action can be executed via rules
    • Optionally the call is answered to start audio session
  4. If the number is NOT in the list: the call is ignored

The CIDxx+ trigger allows executing any action: activate outputs, send reports, start remote listening, etc.


Usage Examples

Remote control by call

// Configure authorized number in CID00 >SCID00 +5491112345678< // When receiving call from that number, activate output >SRL50E;TRG=CID00+;ACC={SSSXP0011}<

Remote listening on event

// Configure control center number in DS00 >SDS00 +5491198765432< // When panic detected (IN01), call and activate listening >SRL51E;TRG=IN01+;ACC={VCC001}<

Manual bidirectional call

// Start full duplex call to destination 00 >VCC002< // 00 = destination, 2 = bidirectional mode // Hang up call >VCH<

CommandFunctionDescription
CXVCAudio configVolume, gain, answer mode

Use CXVC to adjust audio parameters like speaker volume, microphone sensitivity and auto-answer behavior.


See Also

Last updated