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 case | Description |
|---|---|
| 📞 Call detection | Identify incoming numbers and trigger actions |
| 🔊 Remote listening | Activate microphone for cabin monitoring |
| 📲 Bidirectional communication | Talk to driver in real time |
| 🚨 Panic button | Call automatically during emergencies |
| 🔐 Call-based control | Execute commands when receiving call from authorized number |
Important: During an active voice call, GPRS data transmission and reception is temporarily inhibited.
Available Commands
📞CID Command
Incoming call detection by Caller ID (10 numbers)
→📲DS Command
Destination numbers for outgoing calls (5 destinations)
→🔊VCC Command
Initiate outgoing voice call
→🔇VCH Command
End current voice call
→Operation Modes
| Mode | Command | Description |
|---|---|---|
| 🔔 Detection | CID | Only detects incoming call and generates CIDxx+ trigger |
| 👂 Listening | VCC with mode 1 | Unidirectional audio (listen only) |
| 🗣️ Full Duplex | VCC with mode 2 | Bidirectional audio (talk and listen) |
How does an incoming call work?
- A call arrives at the device
- The Caller ID is verified against the configured number list (CID00-CID09)
- 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
- The
- 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<Related Configuration
| Command | Function | Description |
|---|---|---|
| CXVC | Audio config | Volume, gain, answer mode |
Use CXVC to adjust audio parameters like speaker volume, microphone sensitivity and auto-answer behavior.
See Also
- Event Engine — Using CID triggers in rules
- SMS Configuration — Alternative communication method
Last updated