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
Tilghman Lesher a1fdc1c769
Missed one conversion to comma delimiter (thanks, Juggie) and add documentation on the
18 years ago
..
snmp Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second 18 years ago
Makefile Merged revisions 44055 via svnmerge from 19 years ago
res_adsi.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
res_agi.c Missed one conversion to comma delimiter (thanks, Juggie) and add documentation on the 18 years ago
res_clioriginate.c (closes issue #10271) 18 years ago
res_config_odbc.c (closes issue #10271) 18 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. 18 years ago
res_config_sqlite.c (closes issue #10271) 18 years ago
res_convert.c (closes issue #10271) 18 years ago
res_crypto.c (closes issue #10271) 18 years ago
res_eventtest.c Merge changes from team/russell/events 18 years ago
res_features.c After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort. 18 years ago
res_indications.c (closes issue #10271) 18 years ago
res_jabber.c Correct an issue where the wrong type was being used to start sasl. 18 years ago
res_limit.c Fix building under Solaris. 18 years ago
res_monitor.c (closes issue #10271) 18 years ago
res_musiconhold.c After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort. 18 years ago
res_odbc.c Merged revisions 69702 via svnmerge from 18 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. 18 years ago
res_smdi.c Code cleanup of res_smdi 18 years ago
res_snmp.c (closes issue #10271) 18 years ago
res_speech.c Use the linkedlists.h AST_LIST_NEXT macro for modifying the list of results. 18 years ago