Commit Graph

266 Commits (1ea4af21cac1d68070ed80aae17f95feeffd8c8c)

Author SHA1 Message Date
Tilghman Lesher 63cc189747 AST-2009-005
16 years ago
Tilghman Lesher ca0f026f41 Reverting index() fix, applying a different methodology, based upon developer discussions.
16 years ago
Tilghman Lesher 5dbbf21212 Force an error if a blank is passed to QUOTE (because the documentation states the argument is not optional).
16 years ago
Tilghman Lesher ed177d72d4 Fix a memory leak.
16 years ago
Tilghman Lesher 399bd49b7d Revision 189537 was supposed to make 1.4 more correct. Instead, it broke func_odbc. Reverting.
16 years ago
Tilghman Lesher 292448fd86 Use a different determinator on whether to print the delimiter, since leading fields may be blank.
16 years ago
Leif Madsen b0c91953cf Document CHANNEL(transfercapability) in CLI documentation.
16 years ago
Tilghman Lesher 591dd05d9e Add a workaround for func_odbc/ARRAY() for problems that occur with certain special characters.
16 years ago
Russell Bryant 9161b7fc87 Revert unnecessary indications API change from rev 122314
17 years ago
Tilghman Lesher ebe9c9c5db If either conditional is NULL, don't try copying it.
17 years ago
Mark Michelson 7fdf99803e Backport of AUDIOHOOK_INHERIT for Asterisk 1.4
17 years ago
Russell Bryant 32fff369e7 Fix some observed slowdowns in dialplan processing.
17 years ago
Steve Murphy ba6d2c67ac (closes issue #13597)
17 years ago
Kevin P. Fleming 18df35a2c1 somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass
17 years ago
Kevin P. Fleming add5ff5b05 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
Steve Murphy 961bc7e758 The magic trick to avoid this crash is not to
17 years ago
Sean Bright a300fefab6 Since passing \0 as the second argument to strchr is valid (and will
17 years ago
Tilghman Lesher 93ef1ee4ef Dialplan functions should not actually return 0, unless they have modified the
17 years ago
Tilghman Lesher afae26f04d Backport support for some of the keyword modifications used in 1.6 (while warning that
17 years ago
Tilghman Lesher e647244fe8 Additional check for more string specifiers than arguments.
17 years ago
Russell Bryant 7a5caf1a57 Fix a memory leak in func_curl. Every thread that used this function leaked
17 years ago
Jeff Peeler f9818af8dd Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow.
17 years ago
Steve Murphy 5c2cf0f3c0 (closes issue #10668)
17 years ago
Tilghman Lesher 2691e0d5b0 Take into account the length of delimiters when calculating result string length.
17 years ago
Tilghman Lesher dccfa36f8e Force ast_mktime() to check for DST, since strptime(3) does not.
17 years ago
Tilghman Lesher 56e908b787 Safely use the strncat() function.
17 years ago
Jason Parker f29e9e72ba swap location for this..
17 years ago
Jason Parker 01b6eae2e5 Document the 'l' option to the CDR() function.
17 years ago
Tilghman Lesher 1dde474916 Missing braces.
18 years ago
Joshua Colp 91762636b9 Don't try to copy the category from the group if no category exists.
18 years ago
Joshua Colp edfb14d0f6 If no group has been provided to the GROUP_COUNT dialplan function then use the first one specific to the channel.
18 years ago
Tilghman Lesher 3d142f0271 Allow the default "0" to be returned if the STAT fails
18 years ago
Kevin P. Fleming fd1e942f53 fix some copy-and-paste leftovers
18 years ago
Kevin P. Fleming 627f595c58 In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,
18 years ago
Russell Bryant c1556baa9f fix some formatting i accidentally changed
18 years ago
Russell Bryant 2fc83c3db1 This set of changes is to make some callerID handling thread-safe.
18 years ago
Tilghman Lesher 1d33d680b9 Default result of STAT should be "0" not "".
18 years ago
Jason Parker 71319ccaa9 Allow some function modules to compile under dev mode.
18 years ago
Tilghman Lesher 18eafd3074 Add autoservice to several more functions which might delay in their responses.
18 years ago
Tilghman Lesher aa7f0bf1b2 The addition of autoservice to func_curl additionally made func_curl dependent
18 years ago
Tilghman Lesher 5ee24bef92 Backport alternate encoding of newline delimiters from trunk to 1.4, as approved by Russell
18 years ago
Steve Murphy 9ecad31855 closes issue #11052 -- where nothing after the ? will allow un-initialized variable values to corrupt and crash asterisk on 64-bit platforms
18 years ago
Russell Bryant f59ad2a3ed Using curl can take a substantial amount of time, so the channel should be
18 years ago
Tilghman Lesher a390611c48 The IF() function was not allowing true values that had embedded colons (closes issue #10613)
18 years ago
Russell Bryant 7b1aaf8791 Revert very broken fix for issue #10540 ... none of these values take ms so I
18 years ago
Russell Bryant e5be9cb65f Fix func_timeout to take values in floating point so 1.5 actually means
18 years ago
Russell Bryant cbdc6b5b2d To prevent 92138749238754 more reports of "I have unixodbc installed, but
18 years ago
Jason Parker 5305d9c27f Merged revisions 69258 via svnmerge from
18 years ago
Tilghman Lesher cb8813a250 Merged revisions 67161 via svnmerge from
18 years ago
Tilghman Lesher 70b882702c On some drivers, deallocating the statement handle isn't enough. We also have to clear the cursor (nice, Oracle)
18 years ago