Skip to content

Remove UCI option asterisk.extension.vad

Yalu Zhang requested to merge in_out_map_uci into devel

asterisk.extension.vad and asterisk.extension.comfort_noise controls if voice activity detection and comfort noise generation generation is enabled. They are actually configuring the same feature divided by two options, epCnx.comfortNoise and epCnx.silence. So one UCI option can be used to control both of them.

Check connection_create() in endptmngr for details.

Merge request reports