Russell Bryant 
							
						 
					 
					
						
						
							
						
						a7987a4d36 
					 
					
						
						
							
							re-add a couple of lines that I shouldn't have removed in the previous commit.  
						
						... 
						
						
						
						I think I should be going to bed now ...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25165  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-06 02:32:23 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						960ad9e350 
					 
					
						
						
							
							fix a problem where the frame's data pointer is overwritten by the newly  
						
						... 
						
						
						
						allocated data buffer before the data can be copied from it.  This is in
the ast_frisolate() function which is rarely used.  (issue #6732 , stefankroon)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25160  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-06 02:25:48 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						eb19888db5 
					 
					
						
						
							
							ensure that the appropriate manager events are sent in all of the places where  
						
						... 
						
						
						
						alarms are detected or cleared (issue #6866 , flefoll)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25123  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-06 00:05:27 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						0f643c18be 
					 
					
						
						
							
							update chan_h323 to reflect the new prototype for rtp_set_peer (issue  #6560 , casper)  
						
						... 
						
						
						
						This was fixed a couple months ago in the trunk, but never in 1.2.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25015  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-05 20:49:53 +00:00 
						 
				 
			
				
					
						
							
							
								BJ Weschke 
							
						 
					 
					
						
						
							
						
						3bc1111ea8 
					 
					
						
						
							
							Voicemail fixes along with an API change approved by russellb to fix the bug(s). (jcollie and supczinskib)  #7064  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25014  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-05 20:44:53 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						d27c901fa2 
					 
					
						
						
							
							use the correct function name ...  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24911  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-05 17:39:03 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						9d0eead218 
					 
					
						
						
							
							use pbx_checkcondition() instead of ast_true() to evaluate the condition  
						
						... 
						
						
						
						for MacroIf and WhileIf (issue #7086 )
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24837  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-05 14:44:50 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						c7ee76b69f 
					 
					
						
						
							
							Bug 7023 - reload should not unpause members  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24706  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-04 16:27:20 +00:00 
						 
				 
			
				
					
						
							
							
								BJ Weschke 
							
						 
					 
					
						
						
							
						
						092055c3a5 
					 
					
						
						
							
							Make sure that only the "|" is a recognized delimiter for Verbose(), as the app documentation already specifies.  #7080  (alessiof reporting)  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24669  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-04 11:17:13 +00:00 
						 
				 
			
				
					
						
							
							
								BJ Weschke 
							
						 
					 
					
						
						
							
						
						1b107baf37 
					 
					
						
						
							
							Correct application documentation to make users aware that certain options cannot be used in conjunction with others.  #6666  (chotaire)  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24567  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-03 20:58:10 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						83dc76b389 
					 
					
						
						
							
							fix up "make rpm"  
						
						... 
						
						
						
						- don't reference the gzipped man page, because we don't store them
  compressed anymore
- add some files that currently were not listed
(issue #6837 )
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24496  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-03 18:31:20 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						87d78ee383 
					 
					
						
						
							
							Issue  #7074  - Problem with long contact lines  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24381  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-03 12:39:55 +00:00 
						 
				 
			
				
					
						
							
							
								BJ Weschke 
							
						 
					 
					
						
						
							
						
						316e536e5c 
					 
					
						
						
							
							Make certain ast_stopstream() sets the channel's stream members to NULL after closing them.  #7067  (jcomellas)  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24295  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-02 19:39:50 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						49aa847408 
					 
					
						
						
							
							Prompt does not request '#' to end input, so the application should not require it  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24097  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-02 02:12:52 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						00c0af845d 
					 
					
						
						
							
							Bug 6864 - drop realtime priority on ALL external processes  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@24019  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-01 20:44:24 +00:00 
						 
				 
			
				
					
						
							
							
								BJ Weschke 
							
						 
					 
					
						
						
							
						
						822ea9615a 
					 
					
						
						
							
							Correct a condition from the prior patch that could happen in rare circumstances and cause a core dump. Thanks Qwell!  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23988  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-01 19:34:29 +00:00 
						 
				 
			
				
					
						
							
							
								BJ Weschke 
							
						 
					 
					
						
						
							
						
						b7f8ee4a6d 
					 
					
						
						
							
							Make sure that when someone 0's out while recording a msg and then chooses to DELETE the recorded file, the .txt file isn't left around by itself to cause problems later.  #7061  (dimitripietro reporting, blitzrage confirmed)  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23985  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-01 19:26:43 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						d3d73f3499 
					 
					
						
						
							
							add missing locking of the dialplan functions list in the "show functions"  
						
						... 
						
						
						
						CLI command
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23951  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-01 15:12:32 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						9426da88b7 
					 
					
						
						
							
							fix this to actually compile so people can learn from it  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23899  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-01 10:45:42 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						3e1ca33f4e 
					 
					
						
						
							
							eliminate compiler warning  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23898  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-05-01 10:45:24 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						37e9f9a15c 
					 
					
						
						
							
							remove a pointless comparison, since the buffer is smaller than the length being checked for  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23705  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-30 15:46:22 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						a7961494bd 
					 
					
						
						
							
							allow top-level OPTIMIZE setting to affect builds in these subdirectories too  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23673  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-30 14:27:56 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						5d04193649 
					 
					
						
						
							
							let the compiler determine whether hardware or software floating point should be used (like we do in the editline subdirectory)  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23638  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-30 13:55:59 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						4397e6dd42 
					 
					
						
						
							
							remove extraneous -m64 flag that is not needed  
						
						... 
						
						
						
						remove old 'look' target which is no longer needed
(these are coming from Debian patches <G>)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23636  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-30 13:38:22 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						e5c7e5df97 
					 
					
						
						
							
							ensure that the script output is correctly generated when the system's character set does not use the English lowercase/uppercase character groups  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23580  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-30 11:19:04 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						8ecd579aec 
					 
					
						
						
							
							do installation in subdirs as a separate target (so external modules can use the Makefile more easily)  
						
						... 
						
						
						
						generate final messages -after- running any post-install script that may be present
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23305  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-29 11:40:04 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						d762abaf3b 
					 
					
						
						
							
							note that group assignments must be from 0 to 63 (issue  #7048 )  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23176  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-28 16:40:32 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						d0aef28b0e 
					 
					
						
						
							
							Queue(somequeue,,,,) -> interpreted as Queue(somequeue,,,,0) (issue  #7044  reported nathan fixed by jsmith - sort of)  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@22954  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-27 19:11:47 +00:00 
						 
				 
			
				
					
						
							
							
								Matthew Fredrickson 
							
						 
					 
					
						
						
							
						
						cecda9a947 
					 
					
						
						
							
							Fix buglet in channel reassignment on SETUP_ACK  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@22866  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-27 16:12:46 +00:00 
						 
				 
			
				
					
						
							
							
								Matt O'Gorman 
							
						 
					 
					
						
						
							
						
						d9b9996a59 
					 
					
						
						
							
							do not allow for users to forward voicemail to  
						
						... 
						
						
						
						themselves, patch from 7001
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@22596  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-26 19:18:55 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						891c6d599e 
					 
					
						
						
							
							Rolling back change until kpfleming is comfy  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@22113  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-21 22:39:10 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						f2dc4f491d 
					 
					
						
						
							
							Bug 7004 - release all threads waiting on a condition prior to freeing it  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@22112  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-21 22:12:26 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						089900af32 
					 
					
						
						
							
							support system-specific scripts in safe_asterisk, before starting Asterisk proper  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@21638  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-19 21:10:41 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						95bdc91eaf 
					 
					
						
						
							
							Bug 6553 - plug memory leaks when ODBC connection is down  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@21597  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-19 18:43:17 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						9d5f3974d3 
					 
					
						
						
							
							properly handle brace-wrapped strings in variable/function references in the dialplan  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@21237  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-18 23:31:10 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						e6b64adab2 
					 
					
						
						
							
							Bug 6984 - off by one error in Random()  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@21037  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-18 06:26:04 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						6abf8e5e92 
					 
					
						
						
							
							Bug 6544 - when we remove a music class, the thread servicing it should die  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@20966  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-17 17:00:16 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						0c108cb1ec 
					 
					
						
						
							
							uncomment files that actually do exist (oops)  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@20037  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-14 17:21:09 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						2939ab99bd 
					 
					
						
						
							
							update text to match actual prompts being distributed (thanks to Kinsey in the support department for reviewing all the prompts!)  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@20034  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-14 17:00:32 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						4bea5adcbf 
					 
					
						
						
							
							Bug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxes  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19891  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-13 20:37:50 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						bd9026f975 
					 
					
						
						
							
							oops... let's not set a variable and then immediately overwrite it while assuming its old value will magically return  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19812  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-13 17:40:21 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						9a13dc9d99 
					 
					
						
						
							
							Bug 6957 - variable names beginning with CALLERID weren't substituted correctly  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19768  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-13 15:56:35 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						829bf52765 
					 
					
						
						
							
							Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAIL  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19397  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-11 22:39:59 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						b224ed93ca 
					 
					
						
						
							
							Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQL  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19394  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-11 22:24:46 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						c3d195a2b3 
					 
					
						
						
							
							don't create a 'voicemail' symlink in the sounds directory; app_voicemail has not needed it since January of 2005 (issue  #6613 )  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19353  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-11 21:58:47 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						aea2d73afa 
					 
					
						
						
							
							Bug 6097 - possible descriptor leak  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19351  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-11 21:55:51 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						5bc6b3b6fd 
					 
					
						
						
							
							don't call the originating device as part of the Page() operation (issue  #6932 )  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19348  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-11 21:50:18 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						58c3bdc8f1 
					 
					
						
						
							
							simplify spy queue flushing logic, and always force a flush when one side gets full, even if the other side is not empty (issue  #6457 )  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19347  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-11 21:35:52 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						6f7efa99d5 
					 
					
						
						
							
							don't destroy the entire dialplan during 'reload', just atomically replace it like 'extensions reload' does (issue  #6047 )  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19345  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-11 21:14:42 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						fb912bc629 
					 
					
						
						
							
							Minor linked lists bug fix. When you're dealing with swapping entries around a lot it can cause a seg fault.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@19303  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-04-11 20:46:38 +00:00