You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/res
Luigi Rizzo 51391e6b09
shuffle a little bit the content of header files to reduce dependencies.
18 years ago
..
ael shuffle a little bit the content of header files to reduce dependencies. 18 years ago
snmp Fix a typo in the Asterisk MIB and fix astNumChanBridged so it acts as a counter again 18 years ago
Makefile Fix building of modules under cygwin. 18 years ago
res_adsi.c remove a bunch of useless #include "options.h" 18 years ago
res_ael_share.c remove a bunch of useless #include "options.h" 18 years ago
res_agi.c remove a number of #include <fcntl.h> which are either 18 years ago
res_clioriginate.c include "logger.h" and errno.h from asterisk.h - usage shows that they 18 years ago
res_config_odbc.c remove a bunch of useless #include "options.h" 18 years ago
res_config_pgsql.c remove a bunch of useless #include "options.h" 18 years ago
res_config_sqlite.c remove a bunch of useless #include "options.h" 18 years ago
res_convert.c include "logger.h" and errno.h from asterisk.h - usage shows that they 18 years ago
res_crypto.c remove a number of #include <fcntl.h> which are either 18 years ago
res_features.c closes issue #11285, where an unload of a module that creates a dialplan context, causes a crash when you do a 'dialplan show' of that context. This is because the registrar string is defined in the module, and the stale pointer is traversed. The reporter offered a patch that would always strdup the registrar string, which is practical, but I preferred to destroy the created contexts in each module where one is created. That seemed more symmetric. There were only 6 place in asterisk where this is done: chan_sip, chan_iax2, chan_skinny, res_features, app_dial, and app_queue. The two apps destroyed the context, but left the contexts. All is fixed now and unloads should be dialplan friendly. 18 years ago
res_indications.c include "logger.h" and errno.h from asterisk.h - usage shows that they 18 years ago
res_jabber.c remove a bunch of useless #include "options.h" 18 years ago
res_limit.c include "logger.h" and errno.h from asterisk.h - usage shows that they 18 years ago
res_monitor.c remove a bunch of useless #include "options.h" 18 years ago
res_musiconhold.c remove a bunch of useless #include "options.h" 18 years ago
res_odbc.c remove a bunch of useless #include "options.h" 18 years ago
res_realtime.c remove a bunch of useless #include "options.h" 18 years ago
res_smdi.c remove a bunch of useless #include "options.h" 18 years ago
res_snmp.c remove a bunch of useless #include "options.h" 18 years ago
res_speech.c remove a bunch of useless #include "options.h" 18 years ago