Steve Murphy
9f08e7e132
Merged revisions 89036 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r89036 | murf | 2007-11-06 10:52:50 -0700 (Tue, 06 Nov 2007) | 1 line
closes issue #8786 - where the [catname](!) and [catname](othercat1,othercat2,...) notation gets dropped across a ConfigUpdate (or any other thing that would cause a config file to be written). While I was at it, I also cleaned up some of the destroy routines to free up comments, which was not being done. Made sure the new struct I introduced is also cleaned up properly at destruction time. My code handles multiple template inclusions. Many thanks to ssokol for his patch, which, while not literally used in the final merge, served as a foundation for the fix.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89062 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-11-06 21:08:38 +00:00
..
2007-10-29 22:24:44 +00:00
2007-10-30 15:47:19 +00:00
2007-09-11 13:10:04 +00:00
2007-10-16 19:47:16 +00:00
2007-07-26 15:49:18 +00:00
2007-10-22 13:36:13 +00:00
2007-06-14 19:39:12 +00:00
2007-05-24 22:07:50 +00:00
2007-05-24 22:07:50 +00:00
2007-05-24 22:07:50 +00:00
2007-08-22 14:12:24 +00:00
2007-10-26 00:11:31 +00:00
2007-10-25 16:21:30 +00:00
2007-11-06 19:40:33 +00:00
2007-10-17 21:16:40 +00:00
2007-10-25 16:21:30 +00:00
2007-11-06 19:40:33 +00:00
2007-10-22 20:05:18 +00:00
2007-11-06 19:51:37 +00:00
2007-10-22 20:05:18 +00:00
2007-09-06 22:34:44 +00:00
2007-08-01 15:39:54 +00:00
2007-08-06 19:52:40 +00:00
2007-10-22 20:05:18 +00:00
2007-11-06 20:55:58 +00:00
2007-06-06 21:20:11 +00:00
2007-11-02 21:25:55 +00:00
2007-11-06 21:08:38 +00:00
2007-05-20 17:52:00 +00:00
2007-11-05 15:15:22 +00:00
2007-08-10 16:24:11 +00:00
2007-08-10 18:37:32 +00:00
2007-06-06 21:20:11 +00:00
2007-09-04 13:11:49 +00:00
2007-10-22 20:05:18 +00:00
2007-09-20 19:45:00 +00:00
2007-08-16 21:09:46 +00:00
2007-08-29 19:41:16 +00:00
2007-10-22 20:05:18 +00:00
2007-06-06 21:20:11 +00:00
2007-10-22 20:05:18 +00:00
2007-11-06 19:23:10 +00:00
2007-10-22 20:05:18 +00:00
2007-10-22 20:05:18 +00:00
2007-07-26 15:49:18 +00:00
2007-06-24 18:51:41 +00:00
2007-06-24 18:51:41 +00:00
2007-11-06 17:05:13 +00:00
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.
2007-11-01 22:26:51 +00:00
2007-11-05 21:27:04 +00:00
2007-10-22 20:05:18 +00:00
2007-06-06 21:20:11 +00:00
2007-11-06 19:04:45 +00:00
2007-10-29 20:02:31 +00:00
2007-11-02 16:54:11 +00:00
2007-09-21 14:40:10 +00:00
2007-09-05 16:31:39 +00:00
2007-08-08 19:30:52 +00:00
2007-11-05 20:44:05 +00:00
2007-06-07 19:31:05 +00:00
2007-11-06 19:10:26 +00:00
2007-11-03 14:19:47 +00:00
2007-10-22 20:05:18 +00:00
2007-10-22 20:05:18 +00:00
2007-10-22 20:05:18 +00:00
2007-08-20 22:53:48 +00:00
2007-11-04 19:44:31 +00:00