Commit Graph

13411 Commits (a6ee4667da22ba08a0aeda18d176bf56e8900fc3)
 

Author SHA1 Message Date
Luigi Rizzo a6ee4667da Cleanup the installation of samples, avoiding repetitions.
18 years ago
Joshua Colp dbd26a0a19 Merged revisions 88671 via svnmerge from
18 years ago
Tilghman Lesher 00ad9612be Change wording to that suggested by MasterYoda
18 years ago
Luigi Rizzo 1945af7e71 simplify (hopefully) the printing of $(MAKE) in aligned output.
18 years ago
Russell Bryant 6677325afc Merged revisions 88624 via svnmerge from
18 years ago
Luigi Rizzo 80023593fc print messages when entering/leaving a directory so we know where we are
18 years ago
Luigi Rizzo cddb1a2532 merge two rules with the same right hand;
18 years ago
Jason Parker 135810daf9 Merged revisions 88585 via svnmerge from
18 years ago
Kevin P. Fleming b370079027 use a variable name that actually indicates what it is for
18 years ago
Luigi Rizzo f1d2836c8e Put extra compiler flags into a variable so they are not repeated
18 years ago
Tilghman Lesher 87bcdb9273 Merged revisions 88539 via svnmerge from
18 years ago
Luigi Rizzo ba6664ef7d remove a cygwin-specific function remap that does not work.
18 years ago
Joshua Colp b543e84ef6 Fix memory leaks and deadlocks in chan_unistim.
18 years ago
Luigi Rizzo 4f4bb792a5 block merging of not-applicable patch
18 years ago
Luigi Rizzo 08b10da53b Simplify the implementation and the API for stringfields;
18 years ago
Tilghman Lesher eb856fbb48 Revert commit #86119. Some users intentionally do not want colorized terminals, so this was a misfeature.
18 years ago
James Golovich 05dd7fec2c Set CLI command to the correct name. Rev 85460 introduced two 'database show' commands when this one
18 years ago
Russell Bryant 286840b7cb fix some issues with crashing on unload, when it didn't completely load cleanly
18 years ago
Russell Bryant a99e6015b2 Convert the CLI commands to the new format
18 years ago
Russell Bryant c93520b88b propagate the DECLINE return value back to the loader
18 years ago
Russell Bryant 9a47852673 Don't kill asterisk if extensions.lua is not present.
18 years ago
Russell Bryant 927901fdef Show the channel unique ID in the "show channel concise" output
18 years ago
Russell Bryant 267683eb19 Merge the code from asterisk/team/group/chan_unistim:
18 years ago
Joshua Colp 17f0f4c3fa Merged revisions 88366 via svnmerge from
18 years ago
Joshua Colp a7c6c47e61 Merged revisions 88328 via svnmerge from
18 years ago
Russell Bryant dffa53f718 Fix replacing the version number when it has a '/' in it, like
18 years ago
Tilghman Lesher ca55e2f671 Oops, some dev-mode changes for ISO C90
18 years ago
Jason Parker 4cb45f18a1 Merged revisions 88283 via svnmerge from
18 years ago
Tilghman Lesher a6fb1baef0 Add a few bytes on LUA
18 years ago
Tilghman Lesher e8c781b215 Add pbx_lua as a method of doing extensions
18 years ago
Tilghman Lesher b6c7daa804 Don't re-cache the filename, but check to see if it already exists
18 years ago
Tilghman Lesher ce90623010 Merged revisions 88210 via svnmerge from
18 years ago
Tilghman Lesher b5c2bcb169 'h' extension doesn't execute past first priority
18 years ago
Joshua Colp 16e33c3791 Restore building under 64-bit platforms.
18 years ago
Jason Parker 2902601eea Remove traces of gnutls, since we no longer use/need it.
18 years ago
Tilghman Lesher 90db1316ed Modify WaitExten to include an optional dialtone
18 years ago
Tilghman Lesher 4650a56d23 Convert cdr_odbc to use res_odbc managed connections
18 years ago
Steve Murphy 63f2f04cf4 This commits the performance mods that give the priority processing engine in the pbx, a 25-30% speed boost. The two updates used, are, first, to merge the ast_exists_extension() and the ast_spawn_extension() where they are called sequentially in a loop in the code, into a slightly upgraded version of ast_spawn_extension(), with a few extra args; and, second, I modified the substitute_variables_helper_full, so it zeroes out the byte after the evaluated string instead of demanding you pre-zero the buffer; I also went thru the code and removed the code that zeroed this buffer before every call to the substitute_variables_helper_full. The first fix provides about a 9% speedup, and the second the rest. These figures come from the 'PIPS' benchmark I describe in blogs, conf. reports, etc.
18 years ago
Jason Parker 842b1a34fe Crap, accidentally copied the props. Thanks for pointing this out mvanbaak. The odds are quite high that this will break automerge on every team branch.
18 years ago
Jason Parker 5a58a4c475 Switch res_jabber to use openssl rather than gnutls.
18 years ago
Tilghman Lesher 49631e20a4 Merged revisions 88116 via svnmerge from
18 years ago
Jason Parker 9a7ce542bc Merged revisions 88078 via svnmerge from
18 years ago
Russell Bryant 1c7eb1d82b Change some uses of free() to ast_free(). (No functional differences.)
18 years ago
Russell Bryant cac97aa8b4 Remove another copied source file on "make clean".
18 years ago
Joshua Colp e3f3a640c0 Merged revisions 88026 via svnmerge from
18 years ago
Tilghman Lesher c2aee728e9 Conditionally free lock_info->thread_name to avoid a useless warning
18 years ago
Tilghman Lesher 97fe45ab93 Janitor: use ast_free to pair calls of ast_malloc and ast_calloc
18 years ago
Tilghman Lesher c96c01cfd1 Fix memory leak
18 years ago
Joshua Colp 78cae359c8 Merged revisions 87970 via svnmerge from
18 years ago
Joshua Colp 284721fdb1 Drop any more references to type in the Exception dialplan function.
18 years ago