-
- Downloads
channels: Allow updating variable value
When modifying an already defined variable in some channel drivers they add a new variable with the same name to the list, but that value is never used, only the first one found. Introduce ast_variable_list_replace() and use it where appropriate. ASTERISK-23756 #close Patches: setvar-multiplie.patch submitted by Michael Goryainov Change-Id: Ie1897a96c82b8945e752733612ee963686f32839
Showing
- channels/chan_dahdi.c 4 additions, 2 deletionschannels/chan_dahdi.c
- channels/chan_iax2.c 10 additions, 6 deletionschannels/chan_iax2.c
- channels/chan_sip.c 4 additions, 2 deletionschannels/chan_sip.c
- include/asterisk/config.h 18 additions, 0 deletionsinclude/asterisk/config.h
- main/config.c 16 additions, 0 deletionsmain/config.c
- res/res_pjsip/pjsip_configuration.c 3 additions, 1 deletionres/res_pjsip/pjsip_configuration.c
Loading
Please register or sign in to comment