asterisk/main
Russell Bryant e40c662a06 Merged revisions 115551 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r115551 | russell | 2008-05-08 10:24:54 -0500 (Thu, 08 May 2008) | 4 lines

Don't use a channel before checking for channel allocation failure.
(closes issue #12609)
Reported by: edantie

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115552 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-08 15:26:49 +00:00
..
db1-ast clean up assembler and preprocessor files if they are here too 2007-10-29 22:24:44 +00:00
editline Merged revisions 107352 via svnmerge from 2008-03-11 11:36:51 +00:00
libresample Add doxygen documentation to libresample.h while it's still fresh on my mind 2008-01-02 21:49:44 +00:00
stdtime Merged revisions 103845 via svnmerge from 2008-02-20 18:28:00 +00:00
abstract_jb.c Doxygen updates 2008-01-22 08:58:46 +00:00
acl.c Merged revisions 111442 via svnmerge from 2008-03-27 19:26:45 +00:00
adsistub.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
aescrypt.c use the OpenSSL AES implementation if it's available (unless configured not to) 2007-05-24 22:07:50 +00:00
aeskey.c use the OpenSSL AES implementation if it's available (unless configured not to) 2007-05-24 22:07:50 +00:00
aesopt.h merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
aestab.c use the OpenSSL AES implementation if it's available (unless configured not to) 2007-05-24 22:07:50 +00:00
alaw.c Whitespace changes only 2008-03-04 23:04:29 +00:00
app.c Modify TIMEOUT() to be accurate down to the millisecond. 2008-05-01 23:06:23 +00:00
ast_expr2.c (closes issue #12467) 2008-04-21 21:13:02 +00:00
ast_expr2.fl (closes issue #12467) 2008-04-21 21:13:02 +00:00
ast_expr2.h (closes issue #12467) 2008-04-21 21:13:02 +00:00
ast_expr2.y (closes issue #12467) 2008-04-21 21:13:02 +00:00
ast_expr2f.c (closes issue #12467) 2008-04-21 21:13:02 +00:00
asterisk.c Merged revisions 115415 via svnmerge from 2008-05-06 19:32:29 +00:00
astmm.c Get rid of any remaining ast_verbose calls in the code in favor of 2008-02-05 23:00:15 +00:00
astobj2.c Introducing various astobj2 enhancements, chief being a refcount tracing feature, and various documentation updates in astobj2.h, and the addition of standalone utility, refcounter, that will filter the trace output for unbalanced, unfreed objects. This comes from the team/murf/bug11210 branch. 2008-04-16 17:45:28 +00:00
audiohook.c Add two new dialplan functions from libspeex for applying audio gain control 2008-05-01 16:57:19 +00:00
autoservice.c Merged revisions 114230 via svnmerge from 2008-04-17 22:24:00 +00:00
buildinfo.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
callerid.c Merged revisions 114257 via svnmerge from 2008-04-18 18:03:06 +00:00
cdr.c Add the "config reload <conffile>" command, which allows you to tell Asterisk 2008-03-26 18:39:06 +00:00
channel.c Modify TIMEOUT() to be accurate down to the millisecond. 2008-05-01 23:06:23 +00:00
chanvars.c another bunch of include removals (errno.h and asterisk/logger.h) 2007-11-19 19:09:03 +00:00
cli.c Modify TIMEOUT() to be accurate down to the millisecond. 2008-05-01 23:06:23 +00:00
config.c #execing the same file multiple times led to warning messages saying that the same file was 2008-05-05 22:14:06 +00:00
cryptostub.c Whitespace changes only 2008-03-04 23:04:29 +00:00
cygload.c Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
db.c Several manager changes: 2008-01-10 00:12:35 +00:00
devicestate.c Merged revisions 96644 via svnmerge from 2008-01-05 02:12:10 +00:00
dial.c Modify TIMEOUT() to be accurate down to the millisecond. 2008-05-01 23:06:23 +00:00
dlfcn.c Whitespace changes only 2008-03-04 23:04:29 +00:00
dns.c Merged revisions 112138 via svnmerge from 2008-04-01 17:23:19 +00:00
dnsmgr.c This adds DNS SRV record support to DNS manager. If there is a SRV record for a given domain, the hostname and port listed in the SRV record will be used. If no SRV record exists or a SRV lookup is not attempted, the DNS lookup on the specified domain will be performed as normal. Chan_sip has been modified to take advantage of the new SRV support. 2008-04-01 17:53:08 +00:00
dsp.c Merged revisions 114207 via svnmerge from 2008-04-17 16:40:12 +00:00
ecdisa.h merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
enum.c Add the "config reload <conffile>" command, which allows you to tell Asterisk 2008-03-26 18:39:06 +00:00
event.c Simplify code by using a taskprocessor for dispatching events in the Asterisk core. 2008-05-05 22:01:56 +00:00
features.c fix this logic to actually be correct... the fd can't be *both* -1 and an array index to be checked in rfds/efds (bug found by gcc-4.3) 2008-04-29 18:58:48 +00:00
file.c Merged revisions 114035 via svnmerge from 2008-04-10 17:27:16 +00:00
fixedjitterbuf.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
fixedjitterbuf.h merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
frame.c Merged revisions 114207 via svnmerge from 2008-04-17 16:40:12 +00:00
fskmodem.c Whitespace changes only 2008-03-04 23:04:29 +00:00
global_datastores.c Asterisk, when parking can drop rights a caller when a parking timeout occurs. Also, when doing built-in attended transfers, sometimes incorrectly passes rights from the transferrer to the transferee. This patch tries to fixes the parking issue and lays some groundwork for later fixing the transfer issue. 2008-03-01 01:30:37 +00:00
hashtab.c Make it so you don't have to cast away const in a couple places 2008-03-04 04:47:32 +00:00
http.c Merged revisions 114600 via svnmerge from 2008-04-23 22:53:20 +00:00
image.c Whitespace changes only 2008-03-04 23:04:29 +00:00
indications.c Just some minor coding style cleanup... 2008-02-11 18:27:47 +00:00
io.c Merged revisions 94977 via svnmerge from 2007-12-27 20:11:20 +00:00
jitterbuf.c Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not 2008-03-18 15:43:34 +00:00
loader.c Add the "config reload <conffile>" command, which allows you to tell Asterisk 2008-03-26 18:39:06 +00:00
logger.c Merged revisions 115333 via svnmerge from 2008-05-05 23:00:31 +00:00
Makefile A taskprocessor is an object that has a name, a task queue, and an event processing thread. Modules reference a taskprocessor, push tasks into the taskprocessor as needed, and unreference the taskprocessor when the taskprocessor is no longer needed. 2008-05-03 03:40:32 +00:00
manager.c Optionally display the value of several variables within the Status command. 2008-05-05 19:33:14 +00:00
md5.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
netsock.c Remove astobj.h from some places where it wasn't needed 2008-03-20 17:45:29 +00:00
pbx.c Merged revisions 115551 via svnmerge from 2008-05-08 15:26:49 +00:00
plc.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
poll.c Whitespace changes only 2008-03-04 23:04:29 +00:00
privacy.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
rtp.c Merged revisions 114100 via svnmerge from 2008-04-14 13:53:33 +00:00
say.c Whitespace changes only 2008-03-04 23:04:29 +00:00
sched.c Fix up a problem that was introduced into the scheduler when it was converted 2008-05-07 21:11:33 +00:00
sha1.c more header removal/normalization 2007-11-21 00:23:49 +00:00
slinfactory.c Put my slinfactory changes back in. 2008-04-07 14:54:42 +00:00
srv.c Convert ast_verbose to ast_verb. 2007-12-14 14:48:38 +00:00
strcompat.c Whitespace changes only 2008-03-04 23:04:29 +00:00
taskprocessor.c A taskprocessor is an object that has a name, a task queue, and an event processing thread. Modules reference a taskprocessor, push tasks into the taskprocessor as needed, and unreference the taskprocessor when the taskprocessor is no longer needed. 2008-05-03 03:40:32 +00:00
tcptls.c Rename ast_tcptls_server_instance to session_instance, since this pertains to 2008-03-12 22:13:18 +00:00
tdd.c Whitespace changes only 2008-03-04 23:04:29 +00:00
term.c Whitespace changes only 2008-03-04 23:04:29 +00:00
threadstorage.c Merged revisions 91192 via svnmerge from 2007-12-05 17:49:03 +00:00
translate.c Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not 2008-03-18 15:43:34 +00:00
udptl.c Add the "config reload <conffile>" command, which allows you to tell Asterisk 2008-03-26 18:39:06 +00:00
ulaw.c another bunch of include removals (errno.h and asterisk/logger.h) 2007-11-19 19:09:03 +00:00
utils.c Merged revisions 115017 via svnmerge from 2008-05-01 19:00:18 +00:00