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
Russell Bryant c6f1387e73
Don't try to change working directory if a directory was not configured.
17 years ago
..
snmp Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow. 17 years ago
Makefile the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems. 17 years ago
res_adsi.c Free some frames that would otherwise leak on error. 18 years ago
res_agi.c Don't wait forever, if there's a specified recording timeout. 17 years ago
res_clioriginate.c Perform dialing asynchronously when using the originate CLI command so the CLI does not appear to block. 18 years ago
res_config_odbc.c Oops 17 years ago
res_config_pgsql.c Change warning message to debug, since there are cases where 0 results is perfectly fine. 17 years ago
res_convert.c (closes issue #10246) 18 years ago
res_crypto.c fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 17 years ago
res_features.c Handle a case where a call can be bridged to a channel that is still ringing. 17 years ago
res_indications.c fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 17 years ago
res_jabber.c somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass 17 years ago
res_monitor.c 1. Prevent the addition of an extra '/' to the beginning of an absolute pathname. 18 years ago
res_musiconhold.c Don't try to change working directory if a directory was not configured. 17 years ago
res_odbc.c Some sanity checks that may have led to prior crashes, found by codefreeze-lap 17 years ago
res_smdi.c Dialplan functions should not actually return 0, unless they have modified the 17 years ago
res_snmp.c Disable reload functionality in res_snmp. It is not possible to initialize the 18 years ago
res_speech.c Make it the engine's responsible to check for the presence of results. 18 years ago