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
Steve Murphy 5ac24b25d3
This corrects the problem with flags and %lld formats on 64-bit machines, where uint64_t is NOT acceptable for %lld, and also works on 32-bit machines. At least, with gcc.
19 years ago
..
snmp Simplify some logic and convert spaces to tabs 19 years ago
Makefile Merged revisions 44055 via svnmerge from 20 years ago
res_adsi.c Add a massive set of changes for converting to use the ast_debug() macro. 19 years ago
res_agi.c Merged revisions 75401 via svnmerge from 19 years ago
res_clioriginate.c merge qwell's CLI verbification work 20 years ago
res_config_odbc.c It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. 19 years ago
res_config_pgsql.c It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. 19 years ago
res_config_sqlite.c Add a massive set of changes for converting to use the ast_debug() macro. 19 years ago
res_convert.c a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode 19 years ago
res_crypto.c Add a massive set of changes for converting to use the ast_debug() macro. 19 years ago
res_eventtest.c Merge changes from team/russell/events 19 years ago
res_features.c This corrects the problem with flags and %lld formats on 64-bit machines, where uint64_t is NOT acceptable for %lld, and also works on 32-bit machines. At least, with gcc. 19 years ago
res_indications.c Convert uses of strdup() to ast_strdup() 19 years ago
res_jabber.c Correct an issue where the wrong type was being used to start sasl. 19 years ago
res_limit.c Fix building under Solaris. 19 years ago
res_monitor.c Fix building that was broken by recent monitor.h changes. Thanks Russell for pointing this out (and pointing out what I probably did to prevent gcc from fixing it - don't ctrl-C builds) 19 years ago
res_musiconhold.c via 10206, I have added an option (e) to Dial to allow the h exten to get run on peer. Had to upgrade ast_flag stuff to 64 bits to do this. 19 years ago
res_odbc.c Merged revisions 69702 via svnmerge from 19 years ago
res_realtime.c It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. 19 years ago
res_smdi.c Code cleanup of res_smdi 19 years ago
res_snmp.c Merged revisions 67872 via svnmerge from 19 years ago
res_speech.c Use the linkedlists.h AST_LIST_NEXT macro for modifying the list of results. 19 years ago