Commit Graph

277 Commits (8235a16c2bd0805575004dff9e9edab09b4d45f9)

Author SHA1 Message Date
Terry Wilson 7fd5264698 Inherit CHANNEL() writes to both sides of a Local channel
15 years ago
Tilghman Lesher 996a394a7d Prevent DAHDI channels from overriding the callerid, once it's been set by the user.
15 years ago
Tilghman Lesher df56d04848 Guard against division by zero.
15 years ago
Tilghman Lesher b2dc944264 Revise documentation on disposition values to the actual values used.
16 years ago
David Vossel 4cfef673d6 fixes segfault in func_groupcount
16 years ago
David Vossel 251f196760 fixes merging error, datastore was being freed in the wrong function.
16 years ago
Matthew Nicholson aa51d30173 Properly handle '=' while decoding base64 messages and null terminate strings returned from BASE64_DECODE.
16 years ago
David Vossel 25968fe49b fixes memory leak in func_audiohookinherit.c
16 years ago
Matthias Nick c179867fb4 changed the prototype definition of csv_quote
16 years ago
Matthias Nick ebba623307 added a new dialplan function 'CSV_QUOTE' and changed the cdr_custom.sample.conf
16 years ago
Matthias Nick e66c485660 check bounds - prevents for buffer overflow
16 years ago
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.
17 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