{
"config_name": "<config_name>",
"tenant_id": "<tenant-id>",
"analysis": "AMD",
"energy_lwm": 200,
"min_ambient_energy": 1000,
"initial_silence_ignore": 5000,
"sensitivity": 3,
"silence_detect_limit": 1250,
"beep_to_silence_gap": 1000,
"tones":
{
"FX":"2100|10"
},
"log_voice": false,
"log_rtp_history": false,
"break_events": "",
"amd_time_limit": 1750,
"frequency_count": 200,
"detect_dtmf": true,
"beep_is_am": false,
"total_timeout": 20000
}
Note-
- You can add the break events in the break_events parameter.
- If energy_lwm is used with 200 then make sure to test the min_ambient_energy between 1000-2000 against your samples and settle for the number that works best for you.
- If the audio is to be logged then you can set "log_voice":true and it will be stored in the /var/amd_files directory
- log_voice":"yes/no" is to be used if you are using the http API. If you are using the NATS API then it will be log_voice":"false/true"