Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						154e107d06 
					 
					
						
						
							
							Blocked revisions 9326 via svnmerge  
						
						... 
						
						
						
						........
r9326 | tilghman | 2006-02-09 15:10:10 -0600 (Thu, 09 Feb 2006) | 2 lines
Revert behavior change from previous commit (fixes only)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9327  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-09 21:11:13 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						3665cabca3 
					 
					
						
						
							
							Blocked revisions 9323 via svnmerge  
						
						... 
						
						
						
						........
r9323 | tilghman | 2006-02-09 15:02:05 -0600 (Thu, 09 Feb 2006) | 2 lines
Backport 5929 to 1.2
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9324  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-09 21:08:29 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						b96af335d8 
					 
					
						
						
							
							conversions to memory allocation wrappers, remove duplicated error messages,  
						
						... 
						
						
						
						remove unnecessary casts, malloc+memset to calloc (issue #6395 )
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9310  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-09 16:59:50 +00:00 
						 
				 
			
				
					
						
							
							
								Christian Richter 
							
						 
					 
					
						
						
							
						
						091a14754d 
					 
					
						
						
							
							still some L1 related fixes  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9309  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-09 16:58:13 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						4d07b89fdd 
					 
					
						
						
							
							- Change "rfc2833" to "rtp" in sip.conf. Keeping backwards compatibility.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9294  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-09 15:40:53 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						24ceb84434 
					 
					
						
						
							
							- Adding example on using european time zones in voicemail.conf  
						
						... 
						
						
						
						- Moving the timezone section to below the documentation section
Example written and contributed by Henrik Olsen, Astricon Training student.
Thanks!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9292  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-09 15:25:34 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						9f7097b004 
					 
					
						
						
							
							git-svn-id:  https://origsvn.digium.com/svn/asterisk/trunk@9263  65c4cc65-6c06-0410-ace0-fbb531ad65f3  
						
						
						
						
					 
					
						2006-02-09 02:35:34 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						3f37ece516 
					 
					
						
						
							
							remove some Makefile targets for things that don't exist in the tree  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9261  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-09 02:27:30 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						7529e12ab4 
					 
					
						
						
							
							remove unnecessary format check in zt_request so that we will actually accept  
						
						... 
						
						
						
						a requested format of ALAW (issue #6421 , different patch)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9260  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-09 02:21:57 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						e13567b0c9 
					 
					
						
						
							
							various code cleanup changes including changing #define'd constants to enums,  
						
						... 
						
						
						
						comments to doxygen style, memory allocation to use ast_ wrappers, use calloc
instead of malloc+memset, and removing duplicated error messages (issue #6435 )
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9259  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-09 02:08:04 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						a8d24df108 
					 
					
						
						
							
							clarify return value (issue  #6434 )  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9248  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-09 01:52:09 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						14906b3cfc 
					 
					
						
						
							
							Merged revisions 9246 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r9246 | russell | 2006-02-08 20:24:55 -0500 (Wed, 08 Feb 2006) | 2 lines
reload peercontext on iax2 reload (issue #6442 )
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9247  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2006-02-09 01:33:50 +00:00 
						 
				 
			
				
					
						
							
							
								Matt O'Gorman 
							
						 
					 
					
						
						
							
						
						5f0de64f78 
					 
					
						
						
							
							Merged revisions 9232 via svnmerge from  
						
						... 
						
						
						
						https://svn.digium.com/svn/asterisk/branches/1.2 
........
r9232 | mogorman | 2006-02-08 16:12:34 -0600 (Wed, 08 Feb 2006) | 4 lines
Make logger report error,warning,notice if logger.conf
not found, also updated chan_oss to give correct
error message if its config file is not found.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9239  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2006-02-08 23:14:17 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						8774e4a7d8 
					 
					
						
						
							
							Merged revisions 9233 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r9233 | tilghman | 2006-02-08 16:34:38 -0600 (Wed, 08 Feb 2006) | 2 lines
Leave it to RH/CentOS to put the freetds headers in a completely nonstandard location.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9238  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2006-02-08 23:10:39 +00:00 
						 
				 
			
				
					
						
							
							
								Christian Richter 
							
						 
					 
					
						
						
							
						
						be20a26a35 
					 
					
						
						
							
							fix for the L2 Signalling  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9225  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-08 19:51:53 +00:00 
						 
				 
			
				
					
						
							
							
								Christian Richter 
							
						 
					 
					
						
						
							
						
						f354a43bd3 
					 
					
						
						
							
							L2 Signalling in PTP-TE Mode fixed  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9223  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-08 19:39:37 +00:00 
						 
				 
			
				
					
						
							
							
								Christian Richter 
							
						 
					 
					
						
						
							
						
						a43c6c0f49 
					 
					
						
						
							
							* dozens of white-space removements  
						
						... 
						
						
						
						* some // comment removements
* debugging optimization, use port where possible
* fixed  pickup problem (pickup didn't work anymore after mqueue)
* removed some mIDSN_JOLLY defines which are not needed anymore in mqueue
* adapted the new cli.h constifications
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9215  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-08 16:10:21 +00:00 
						 
				 
			
				
					
						
							
							
								Matthew Fredrickson 
							
						 
					 
					
						
						
							
						
						556ec7c940 
					 
					
						
						
							
							Make sure we output the APDU debug on pri debug commands  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9194  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-07 18:00:42 +00:00 
						 
				 
			
				
					
						
							
							
								Christian Richter 
							
						 
					 
					
						
						
							
						
						b42dd639ee 
					 
					
						
						
							
							default values of jitterbuffer and jitterbuffer_upper_threshold should be > 0, this fixes the tv_fix warnings, because we use ast_read to transmit frames to asterisk in jitterbuffer mode, instead of queueing the audio data with ast_queue_frame.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9186  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-07 13:34:59 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						8d8aa07407 
					 
					
						
						
							
							minor cleanup  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9166  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-06 20:30:49 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						d87a77b89b 
					 
					
						
						
							
							rename properties for forward-porting fixes so they don't conflict with developer branches  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9163  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-06 20:18:17 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						b347ddf3c6 
					 
					
						
						
							
							Merged revisions 9156 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r9156 | tilghman | 2006-02-05 11:10:19 -0600 (Sun, 05 Feb 2006) | 2 lines
Bug 6176 - Fix race condition
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9157  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2006-02-05 17:20:29 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						5384e654f7 
					 
					
						
						
							
							remove windows-style line endings  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9150  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-04 16:32:27 +00:00 
						 
				 
			
				
					
						
							
							
								BJ Weschke 
							
						 
					 
					
						
						
							
						
						81125d803e 
					 
					
						
						
							
							Don't set a global variable if the channel you're trying to set CHANLOCALSTATUS on has gone away already.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9139  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-03 22:38:38 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						34bcd0e0b6 
					 
					
						
						
							
							Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9138  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-03 22:37:29 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						193b923925 
					 
					
						
						
							
							remove obsolete stuff  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9124  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 22:23:00 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						a84d2cf4ea 
					 
					
						
						
							
							make chan_misdn build on x86-64  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9123  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 22:05:47 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						ec5dfabc65 
					 
					
						
						
							
							updates to compile against current trunk  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9119  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 21:49:36 +00:00 
						 
				 
			
				
					
						
							
							
								Christian Richter 
							
						 
					 
					
						
						
							
						
						0563c61f3a 
					 
					
						
						
							
							updated the misdn documentation  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9116  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 21:25:37 +00:00 
						 
				 
			
				
					
						
							
							
								Christian Richter 
							
						 
					 
					
						
						
							
						
						7133d1b006 
					 
					
						
						
							
							* removed unnecessary struct elements and functions  
						
						... 
						
						
						
						* fixed "RETRIEVE does not work" bug
* fixed some NT Mode bugs
* removed some // comments
* added configureable jitterbuffer
* removed own tone-generator, and use asterisks instead, to support 
  asterisks indications
* added more support for hw-bridging, we bridge now every possible call
* fixed some hdlc mode issues, with a patch for chan_zap we can make 
  data calls between chan_zap and chan_misdn now
* completely reworked the config engine, works like a charm now
* fixed SetCallerPres - bug
* added Progress and Proceeding passing
* optimized Ringing Indication handling
* added full ast_send_text support (you can setup nice menus with the dialplan
  now)
* added support to read /etc/misdn-init.conf to clarify the NT+PTP Problem
* we compile now channels/misdn if mISDNuser is installed systemwide
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9114  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 21:15:34 +00:00 
						 
				 
			
				
					
						
							
							
								Matthew Fredrickson 
							
						 
					 
					
						
						
							
						
						7bed7d9048 
					 
					
						
						
							
							Fix w/ string field updates  #6397  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9113  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 21:02:19 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						f1377e3ce1 
					 
					
						
						
							
							- Remove "frame relay" from chan_sip !  
						
						... 
						
						
						
						- Add some comments for the monitoring thread
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9107  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 20:51:08 +00:00 
						 
				 
			
				
					
						
							
							
								Matthew Fredrickson 
							
						 
					 
					
						
						
							
						
						d65e912816 
					 
					
						
						
							
							git-svn-id:  https://origsvn.digium.com/svn/asterisk/trunk@9106  65c4cc65-6c06-0410-ace0-fbb531ad65f3  
						
						
						
						
					 
					
						2006-02-02 20:50:29 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						2f4524f1df 
					 
					
						
						
							
							- Add doxygen docs on return values on check_user_full()  
						
						... 
						
						
						
						- Simplify code in handle_request_subscribe (mailbox subscription)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9105  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 20:28:57 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						88e37acdcd 
					 
					
						
						
							
							- Make debug logging for each authentication (twice per call) optional  
						
						... 
						
						
						
						- Small update to doxygen comment
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9104  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 20:18:31 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						51ea2f4707 
					 
					
						
						
							
							Merged revisions 9086 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r9086 | kpfleming | 2006-02-02 12:37:04 -0600 (Thu, 02 Feb 2006) | 2 lines
don't override ASTERISKVERSIONNUM to 000000 for non-svn builds
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9088  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2006-02-02 18:40:22 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						2d6f4ee90f 
					 
					
						
						
							
							block patch that has already been merged  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9087  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 18:40:06 +00:00 
						 
				 
			
				
					
						
							
							
								Matthew Fredrickson 
							
						 
					 
					
						
						
							
						
						af52e3fd90 
					 
					
						
						
							
							More stringfield related changes  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9085  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 18:33:23 +00:00 
						 
				 
			
				
					
						
							
							
								Matthew Fredrickson 
							
						 
					 
					
						
						
							
						
						35edaf57d6 
					 
					
						
						
							
							Fix so that hardhdlc works w/ chan_zap  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9072  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 16:09:38 +00:00 
						 
				 
			
				
					
						
							
							
								Matthew Fredrickson 
							
						 
					 
					
						
						
							
						
						54135bacbd 
					 
					
						
						
							
							Fix for very unlikely memory leak in res_odbc  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9071  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 16:09:01 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						a45394d3e9 
					 
					
						
						
							
							Issue  #6383  - Crash on CLI originate with missing channel argument  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9065  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-02 14:04:29 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						a16ae226b6 
					 
					
						
						
							
							use string fields for some stuff in ast_channel  
						
						... 
						
						
						
						const-ify some more APIs
remove 'type' field from ast_channel, in favor of the one in the channel's tech structure
allow string field module users to specify the 'chunk size' for pool allocations
update chan_alsa to be compatible with recent const-ification patches
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9060  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-01 23:05:28 +00:00 
						 
				 
			
				
					
						
							
							
								Matt O'Gorman 
							
						 
					 
					
						
						
							
						
						f246b9fc64 
					 
					
						
						
							
							reports why an agi script errors out on opening  
						
						... 
						
						
						
						file
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9059  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-01 20:40:45 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						adaddaa5c5 
					 
					
						
						
							
							- Update URL to digium store  
						
						... 
						
						
						
						- Remove X100p and S100u
- Add mISDN
- remove ISDN4Linux 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9057  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-01 19:16:09 +00:00 
						 
				 
			
				
					
						
							
							
								Matt O'Gorman 
							
						 
					 
					
						
						
							
						
						7d03c33e0a 
					 
					
						
						
							
							Allows for user to uninstall asterisk binaries  
						
						... 
						
						
						
						bug 6177
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9052  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-01 18:39:41 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						286a521e11 
					 
					
						
						
							
							- Removing the "README." from the name of the README files.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9047  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-01 17:49:02 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						8204f581ab 
					 
					
						
						
							
							- Adding a doc/00README.1st with an INDEX over README files  
						
						... 
						
						
						
						- Moving files from / to /doc or /configs
- Renaming some documentation files
Thank you for the initiative, manxpower!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9046  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-01 17:16:08 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						3f6cc5c544 
					 
					
						
						
							
							- Clarify default setting of canreinvite (thanks royk)  
						
						... 
						
						
						
						- Add some extra headers and reference to other doc/ files for realtime
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9034  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-02-01 13:23:59 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						f0c6fe952e 
					 
					
						
						
							
							Optimize settings of defaults for a new peer object and make sure  
						
						... 
						
						
						
						we set the same defaults for autocreated peers and other peers.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9013  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-01-31 18:40:07 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						a228af1dd9 
					 
					
						
						
							
							remove some more local declarations of null frames  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9004  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2006-01-31 17:57:12 +00:00