-
- Downloads
This update fulfils the request of bug 7109, which claimed the language arg to...
This update fulfils the request of bug 7109, which claimed the language arg to ast_stream_and_wait() was redundant. Almost all calls just used chan->language, and seeing how chan is the first argument, this certainly seems redundant. A change of language could just as easily be done by simply changing the channel language before calling. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47821 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- apps/app_directory.c 5 additions, 5 deletionsapps/app_directory.c
- apps/app_followme.c 2 additions, 2 deletionsapps/app_followme.c
- apps/app_voicemail.c 9 additions, 9 deletionsapps/app_voicemail.c
- include/asterisk/file.h 1 addition, 2 deletionsinclude/asterisk/file.h
- main/app.c 7 additions, 7 deletionsmain/app.c
- main/channel.c 4 additions, 4 deletionsmain/channel.c
- main/file.c 2 additions, 3 deletionsmain/file.c
- res/res_features.c 12 additions, 12 deletionsres/res_features.c
Loading
Please register or sign in to comment