Commit Graph

1095 Commits (0881f07aed1670a854df65205fbe5df6d3bebf30)

Author SHA1 Message Date
Mark Michelson 0881f07aed AST_LIST_REMOVE_CURRENT takes only one argument.
19 years ago
Luigi Rizzo 339d27ebe9 use %d and cast to int instead of %zd for size_t object,
19 years ago
Kevin P. Fleming c18691dec0 Merged revisions 89105 via svnmerge from
19 years ago
Kevin P. Fleming edc78d6023 improve linked-list macros in two ways:
19 years ago
Luigi Rizzo d0b2d2dc62 remove a debugging message which i forgot in.
19 years ago
Russell Bryant 5480c54e56 Fix another CLI command so it doesn't run the real code when called for initialization.
19 years ago
Joshua Colp f440f8ba48 Fix up some PBX logic that became broken. The code would exit prematurely when it should have been collecting more digits.
19 years ago
Tilghman Lesher 7c56918262 Commit some cleanups to the format type code.
19 years ago
Steve Murphy 9f08e7e132 Merged revisions 89036 via svnmerge from
19 years ago
Joshua Colp 0971b51cfc Remove native bridging check for DTMF based transfers. Thanks to the last batch of RTP changes it is no longer required for the media stream to go through Asterisk if DTMF is going over signalling. It will simply reinvite back as needed.
19 years ago
Russell Bryant 5ab1541da9 Fix the memory show allocations CLI command so that it doesn't spew out all
19 years ago
Steve Murphy 117d3d834e Hoping to avoid a crash in OSX for a problem blitzrage found
19 years ago
Olle Johansson 402cfcfbbc Formatting. Illegaly using some spare spaces from Russell's space-bucket.
19 years ago
Olle Johansson 6519abeffc Additional TDD changes (preparing for SIP changes - adding TDD support to SIP)
19 years ago
Mark Michelson 5a4867543d "show application <foo>" changes for clarity.
19 years ago
Olle Johansson 8b917df39b Merged revisions 89042 via svnmerge from
19 years ago
Luigi Rizzo 81456f8493 Fix embedding of modules on FreeBSD:
19 years ago
Russell Bryant 9bfd82cec2 Merged revisions 88805 via svnmerge from
19 years ago
Mark Michelson 57c4409689 Merged revisions 88826 via svnmerge from
19 years ago
Luigi Rizzo b80dc41707 Move the last instance of AST_LIBS to the only place it is used,
19 years ago
Russell Bryant aecb21e822 Merged revisions 88719 via svnmerge from
19 years ago
Russell Bryant 7df9905e71 Merged revisions 88709 via svnmerge from
19 years ago
Russell Bryant 6677325afc Merged revisions 88624 via svnmerge from
19 years ago
Luigi Rizzo ba6664ef7d remove a cygwin-specific function remap that does not work.
19 years ago
Luigi Rizzo 08b10da53b Simplify the implementation and the API for stringfields;
19 years ago
Tilghman Lesher eb856fbb48 Revert commit #86119. Some users intentionally do not want colorized terminals, so this was a misfeature.
19 years ago
James Golovich 05dd7fec2c Set CLI command to the correct name. Rev 85460 introduced two 'database show' commands when this one
19 years ago
Russell Bryant 927901fdef Show the channel unique ID in the "show channel concise" output
19 years ago
Jason Parker 4cb45f18a1 Merged revisions 88283 via svnmerge from
19 years ago
Tilghman Lesher e8c781b215 Add pbx_lua as a method of doing extensions
19 years ago
Tilghman Lesher b6c7daa804 Don't re-cache the filename, but check to see if it already exists
19 years ago
Tilghman Lesher b5c2bcb169 'h' extension doesn't execute past first priority
19 years ago
Tilghman Lesher 90db1316ed Modify WaitExten to include an optional dialtone
19 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.
19 years ago
Tilghman Lesher c2aee728e9 Conditionally free lock_info->thread_name to avoid a useless warning
19 years ago
Joshua Colp 284721fdb1 Drop any more references to type in the Exception dialplan function.
19 years ago
Tilghman Lesher b6ec350910 Optimize pbx_substitute_variables
19 years ago
Jason Parker e985a00a32 Update documentation to give an example of how to use the return status of RaiseException
19 years ago
Mark Michelson e0d13e169c The priority gets incremented after raising an exception, so the priority should be set to 0
19 years ago
Mark Michelson e5f87bbac3 Jumped the gun a bit in the RaiseException app. It would always return -1
19 years ago
Jason Parker efe87112fb Merged revisions 87567 via svnmerge from
19 years ago
Kevin P. Fleming a4b8ca220d clean up assembler and preprocessor files if they are here too
19 years ago
Russell Bryant f7782d60d1 Merged revisions 87396 via svnmerge from
19 years ago
Joshua Colp 255e26c480 Drop the RTCP Read too short message to debug. There are some phones out there that send a sort of keep alive packet in the RTCP that trigger this every 5 seconds.
19 years ago
Russell Bryant 70db49ae2f Merged revisions 87373 via svnmerge from
19 years ago
Joshua Colp 0769dd6e1e Merged revisions 87294 via svnmerge from
19 years ago
Tilghman Lesher 446a6cdc94 Use the same delimited character as the FILTER function in FIELDQTY and CUT.
19 years ago
Kevin P. Fleming c6a8d45f43 Merged revisions 87069 via svnmerge from
19 years ago
Steve Murphy 16d06cb62f closes issue #11045 - each file needs to define ASTERISK_FILE_VERSION, if you are going to set MTX_PROFILE in the compiler flags; the problem was that the fixes were getting made to the generated .c file, and erased the next time someone regenerated that file from the corresponding .y or .flex file. Moral of story: keep your eyes open and make mods to the .y (or flex input file) and re-run bison (or flex) as the Makefile directs for that file, and then check in both. Also, res_config_sqlite was kinda missed, and has the same issue.
19 years ago
Steve Murphy 8b13d258c6 Merged revisions 86880 via svnmerge from
19 years ago