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/main
Jason Parker 65cbfa5d0d
Make application help text a little more clear about the use of extensions in a filename.
19 years ago
..
db1-ast clean up (and ignore) assembler and preprocessor intermediate files if any are created during the build 19 years ago
editline Fix build of editline on Solaris. 19 years ago
stdtime Also set up gmtoff (this is used in the %z gnu extension to strftime) 19 years ago
Makefile A big one... 19 years ago
abstract_jb.c
acl.c
aescrypt.c
aeskey.c
aesopt.h
aestab.c
alaw.c
app.c on second thought... revert all the other changes i've made in app options parsing leaving only one: if an empty argument is supplied for an option, set that argument pointer to point to an empty string rather than NULL, so that the application can do normal checks on it without worrying about it being NULL 19 years ago
ast_expr2.c
ast_expr2.fl gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 19 years ago
ast_expr2.h
ast_expr2.y
ast_expr2f.c This should get rid of a really, really irritating warning generated by some 64-bit platforms from libc, where free(0) is frowned upon 19 years ago
asterisk.c When runuser/rungroup is specified, a remote console could only be attained by root 19 years ago
astmm.c Remove a lock that doesn't make any sense. The regions lock needs to be held 19 years ago
astobj2.c Change the behavior of ao2_link(). Previously, in inherited a reference. 19 years ago
autoservice.c * Add a bit more of a verbose comment as to why a hangup frame needs to be 19 years ago
buildinfo.c
callerid.c
cdr.c closes issue #11379; OK, this is an attempt to make both sides happy. To the cdr.conf file, I added the option 'unanswered', which defaults to 'no'. In this mode, you will see a cdr for a call, whether it was answered or not. The disposition will be NO ANSWER or ANSWERED, as appropriate. The src is as you'd expect, the destination channel will be one of the channels from the Dial() call, usually the last in the list if more than one chan was specified. With unanswered set to 'yes', you will still see this cdr entry in both cases. But in the case where the dial timed out, you will also see a cdr for each line attempted, marked NO ANSWER, with no destination channel name. The new option defaults to 'no', so you don't see the pesky extra cdr's by default, and you will not see the irritating 'not posted' messages. 19 years ago
channel.c If we fail to create a channel after allocating a timing fd, we need to make sure to close it. 19 years ago
chanvars.c
cli.c Fix an issue with console verbosity when running asterisk -rx to execute a command 19 years ago
coef_in.h
coef_out.h
config.c If a typo is found in a config file, we previous continued on with what was already loaded. 19 years ago
cryptostub.c
db.c Suppress a LOG_DEBUG message if debug is not enabled. 19 years ago
devicestate.c
dial.c Fix issues with async dialing with an application executing. The application has to be terminated and control returned to the thread before hanging things up. (issue #BE-252) 19 years ago
dlfcn.c
dns.c
dnsmgr.c gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 19 years ago
dsp.c We need to make sure we free the input frame if we return a different frame in ast_dsp_process. 19 years ago
ecdisa.h
enum.c
file.c Use of "private" as a field name in a header file messes with C++ projects 19 years ago
fixedjitterbuf.c
fixedjitterbuf.h
frame.c
fskmodem.c
global_datastores.c Fix potential memory leak with the dialed interfaces list if another memory allocation fails. 19 years ago
http.c
image.c
indications.c
io.c
jitterbuf.c
loader.c Add a new module flag to indicate that a build sum is present. Modules built 19 years ago
logger.c Make sure logger is reloaded at general reload in the cli. 19 years ago
manager.c Change the behavior of ao2_link(). Previously, in inherited a reference. 19 years ago
md5.c
netsock.c
pbx.c Make application help text a little more clear about the use of extensions in a filename. 19 years ago
plc.c
poll.c
privacy.c
rtp.c Add G729A as another possible payload name for G729. Some devices use this instead of G729, which is perfectly normal since the payload number itself is defined and can't be used by anything else so the name doesn't matter that much. 19 years ago
say.c Properly say the seconds here.. 19 years ago
sched.c gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 19 years ago
sha1.c
slinfactory.c
srv.c Return the proper value when the srv_callback function executes properly. 19 years ago
strcompat.c
tdd.c Bug fixes to tdd support in zaptel. 19 years ago
term.c
threadstorage.c Make the lock in the threadstorage debugging code untracked to avoid a deadlock 19 years ago
translate.c
udptl.c Fix various in the udptl implementation. It could return empty modem frames, have an incorrect sequence number on packets, and display the wrong sequence number in the debug messages. 19 years ago
ulaw.c
utils.c Make the lock protecting each thread's list of locks it currently holds 19 years ago