Fix res_ari_asterisk load issue
The new res_ari_asterisk.so module presents several config options from asterisk main. Unfortunately, they aren't exported, so the module won't load on Linux. This patch renames the variables, adding the ast_ prefix so they will be exported. Review: https://reviewboard.asterisk.org/r/2737 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396166 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- include/asterisk/options.h 4 additions, 4 deletionsinclude/asterisk/options.h
- main/asterisk.c 22 additions, 22 deletionsmain/asterisk.c
- main/channel.c 1 addition, 1 deletionmain/channel.c
- main/cli.c 6 additions, 6 deletionsmain/cli.c
- main/manager.c 3 additions, 3 deletionsmain/manager.c
- main/pbx.c 6 additions, 6 deletionsmain/pbx.c
- res/ari/resource_asterisk.c 7 additions, 7 deletionsres/ari/resource_asterisk.c
- utils/extconf.c 3 additions, 3 deletionsutils/extconf.c
Loading
Please register or sign in to comment