channel.c: Allow generic plc then channel formats are equal
If the two formats on a channel are equal, we don't transcode and since the generic plc needs slin to work, it doesn't get invoked. * A new configuration option "genericplc_on_equal_codecs" was added to the "plc" section of codecs.conf to allow generic packet loss concealment even if no transcoding was originally needed. Transcoding via SLIN is forced in this case. ASTERISK-27743 Change-Id: I0577026a179dea34232e63123254b4e0508378f4
Showing
- CHANGES 7 additions, 0 deletionsCHANGES
- configs/samples/codecs.conf.sample 8 additions, 1 deletionconfigs/samples/codecs.conf.sample
- include/asterisk/options.h 3 additions, 0 deletionsinclude/asterisk/options.h
- main/asterisk.c 1 addition, 0 deletionsmain/asterisk.c
- main/channel.c 7 additions, 3 deletionsmain/channel.c
- main/plc.c 9 additions, 0 deletionsmain/plc.c
Loading
Please register or sign in to comment