Joshua Colp 
							
						 
					 
					
						
						
							
						
						a39ed78af6 
					 
					
						
						
							
							Fix a minor spelling error.  
						
						... 
						
						
						
						(closes issue #10769 )
Reported by: flefoll
Patches:
      chan_sip.c.trunk.83071.inita-patch uploaded by flefoll (license 244)
      chan_sip.c.br14.83070.inita-patch uploaded by flefoll (license 244)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83230  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-20 16:17:24 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						47dc1101eb 
					 
					
						
						
							
							The System() and TrySystem() applications can take a substantial amount of  
						
						... 
						
						
						
						time to execute while not servicing the channel.  So, put the channel in
autoservice while the command is being executed.
(closes issue #10726 , reported by mnicholson)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83179  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-19 19:50:48 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						f59ad2a3ed 
					 
					
						
						
							
							Using curl can take a substantial amount of time, so the channel should be  
						
						... 
						
						
						
						autoserviced while waiting for it to complete.
(closes issue #10725 , reported by mnicholson)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83177  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-19 19:34:25 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						1b242b87ff 
					 
					
						
						
							
							When handling a reload of chan_iax2, don't use an ao2_callback() to POKE all  
						
						... 
						
						
						
						peers.  Instead, use an iterator.  By using an iterator, the peers container
is not locked while the POKE is being done.  It can cause a deadlock if the
peers container is locked because poking a peer will try to lock pvt structs,
while there is a lot of other code that will hold a pvt lock when trying to
go lock the peers container.
(reported to me directly by Loic Didelot.  Thank you for the debug info!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83175  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-19 19:13:29 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						df5599d598 
					 
					
						
						
							
							Fix up another potential race condition.  Do the loop decrementing use count  
						
						... 
						
						
						
						on events with the eventq protected from being changed.
(reported on IRC by Ivan)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83121  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-19 15:10:14 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						2187f79e54 
					 
					
						
						
							
							Protect the CDR record from modification by pbx_exec so that the application data contains the Queue data.  
						
						... 
						
						
						
						(closes issue #10761 )
Reported by: snar
Patches:
      app-queue-mixmonitor.patch uploaded by snar (license 245)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83074  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-19 13:47:59 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						4be09d967e 
					 
					
						
						
							
							(closes issue  #10760 )  
						
						... 
						
						
						
						Reported by: dimas
Patches:
      chan_sip.patch uploaded by dimas (license 88)
Read in subscribecontext option in general to be the default.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83070  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-19 13:18:22 +00:00 
						 
				 
			
				
					
						
							
							
								Christian Richter 
							
						 
					 
					
						
						
							
						
						a779f3cbf5 
					 
					
						
						
							
							removed comment which violates the coding guidelines.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83024  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-19 09:32:42 +00:00 
						 
				 
			
				
					
						
							
							
								Christian Richter 
							
						 
					 
					
						
						
							
						
						63122bb677 
					 
					
						
						
							
							added 'astdtmf' option to allow configuring the asterisk dtmf detector instead of the mISDN_dsp ones. also added the patch from irroot  #10190 , so that dtmf tones detected by the asterisk detector are passed outofband to asterisk, to make any use of dtmf tones at all.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83023  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-19 09:31:55 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						0728297127 
					 
					
						
						
							
							Change the description of app_flash to note how it can be a useful tool instead  
						
						... 
						
						
						
						of just saying that it is generally a worthless feature.
(Thanks to Jim Van Meggelen for pointing it out and providing the proposed text)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82992  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-19 00:19:49 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						88cfb003df 
					 
					
						
						
							
							Initialize a variable to NULL to make the world happy.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82961  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-18 23:41:02 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						0f23b76a39 
					 
					
						
						
							
							Add a new patch to handle interrupting the fgets() call when using FastAGI.  
						
						... 
						
						
						
						This version of the patch maintains the original behavior of the code when
not using FastAGI.
(closes issue #10553 )
Reported by: juggie
Patches:
      res_agi_fgets-4.patch uploaded by juggie (license 24)
      res_agi_fgets_1.4svn.patch uploaded by juggie (license 24)
	  Slight mods by me
Tested by: juggie, festr
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82929  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-18 22:42:27 +00:00 
						 
				 
			
				
					
						
							
							
								Doug Bailey 
							
						 
					 
					
						
						
							
						
						8ac8d79a5d 
					 
					
						
						
							
							Corrected patch applied in revision r82887.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82913  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-18 21:49:32 +00:00 
						 
				 
			
				
					
						
							
							
								Doug Bailey 
							
						 
					 
					
						
						
							
						
						33a1011c51 
					 
					
						
						
							
							Fixed a bug where http manager sessions prevented the eventq from being cleaned out because http manager sessions do not have a valid file descriptor.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82887  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-18 21:10:14 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						4668601f9c 
					 
					
						
						
							
							Fix a memory leak that can occur on systems under higher load.  The issue is  
						
						... 
						
						
						
						that when events are appended to the master event queue, they use the number
of active sessions as a use count so it will know when all active sessions
at the time the event happened have consumed it.  However, the handling of
the number of sessions was not properly synchronized, so the use count was
not always correct, causing an event to disappear early, or get stuck in
the event queue for forever.
(closes issue #9238 , reported by bweschke, patch from Ivan, modified by me)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82867  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-18 20:56:43 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Michelson 
							
						 
					 
					
						
						
							
						
						3d1a567df0 
					 
					
						
						
							
							Moving the logic for handling an empty membername to the create_member function so that there is a common place  
						
						... 
						
						
						
						where this occurs instead of being spread out to several different places.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82865  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-18 20:09:02 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						a809a030d9 
					 
					
						
						
							
							there is no need for conditional logic to select ->interface or ->membername, snince ->membername will always be populated  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82834  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-18 18:59:52 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						885a35488a 
					 
					
						
						
							
							When copying the contents from the wildcard peer, do a deep copy instead of  
						
						... 
						
						
						
						shallow copy so that it doesn't crash when beging destroyed.
(closes issue #10546 , patch by me)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82802  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-18 16:31:01 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Parker 
							
						 
					 
					
						
						
							
						
						070bcf111e 
					 
					
						
						
							
							Correct the allowexternaldomains option in SIP sample config.  
						
						... 
						
						
						
						Issue 10753
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82751  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-18 15:28:21 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						82a6309168 
					 
					
						
						
							
							Put a memset in ast_localtime() instead of a couple places in app_voicemail  
						
						... 
						
						
						
						to prevent the problem everywhere instead of just a couple of places.
(related to issue #10746 )
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82676  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-17 20:16:25 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						a67e593e66 
					 
					
						
						
							
							Initialize some memory to fix crashes when leaving voicemail.  This problem  
						
						... 
						
						
						
						was fixed by running Asterisk under valgrind.
(closes issue #10746 , reported by arcivanov, patched by me)
*** IMPORTANT NOTE:  We need to check to see if this same bug exists elsewhere.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82644  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-17 20:00:32 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						db99815a6a 
					 
					
						
						
							
							Handle the case where there are multiple dynamic features with the same digit  
						
						... 
						
						
						
						mapping, but won't always match the activated on/by access controls.  In that
case, the code needs to keep trying features for a match.
(reported by Atis on the asterisk-dev list, patched by me)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82594  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-17 16:46:59 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						d2aa701b73 
					 
					
						
						
							
							revert a change that wasn't supposed to be committed... doh!  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82592  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-17 16:40:12 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						43c2cf7938 
					 
					
						
						
							
							fix a couple of places where a logical member name (if specified) was not used, but instead the direct interface was listed  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82590  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-17 16:33:30 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						5bf3facef0 
					 
					
						
						
							
							(closes issue  #10734 )  
						
						... 
						
						
						
						Reported by: asgaroth
Instead of passing a NULL pointer into snprintf pass "". It makes Solaris much happier.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82514  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-17 02:00:59 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Murphy 
							
						 
					 
					
						
						
							
						
						3dd879bb13 
					 
					
						
						
							
							closes issue  #10668 ; thanks to arkadia for his patch; had to leave out the bit about ending the previous cdr in the fork; it would destroy current implementations.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82444  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-14 21:19:27 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						6389764c5e 
					 
					
						
						
							
							Add a note to help clarify the value set with the echocancel option.  
						
						... 
						
						
						
						(inspired by Malcolm's blog post on blogs.digium.com about HPEC)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82435  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-14 21:17:08 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Michelson 
							
						 
					 
					
						
						
							
						
						e53d7231dd 
					 
					
						
						
							
							Crap, I broke the build. Fixed.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82398  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-14 18:35:48 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Michelson 
							
						 
					 
					
						
						
							
						
						c7b6c42ef5 
					 
					
						
						
							
							Adding member name field to manager events where they were missing before  
						
						... 
						
						
						
						(closes issue #10721 , reported by snar)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82396  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-14 18:28:36 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Parker 
							
						 
					 
					
						
						
							
						
						2eff5e9334 
					 
					
						
						
							
							If a channel does not have an owner, do not try to set a channel variable.  
						
						... 
						
						
						
						This will end up making the channel variable global, which is not right.
Closes issue #10720 , patch by flefoll.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82394  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-14 17:48:05 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						5213f548f5 
					 
					
						
						
							
							Add checking for libusb here, so nobody has to deal with conflicts in the  
						
						... 
						
						
						
						chan_usbradio-1.4 branch every time the configure script gets changed
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82385  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-14 15:50:49 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						5eb2113c50 
					 
					
						
						
							
							Remove chan_usbradio from the main 1.4 branch.  It can't live here because we  
						
						... 
						
						
						
						have a strict policy to not include new features in release branches.  However,
I'm going to merge it into trunk, and I also have a special 1.4 based branch that
includes this module.
svn co http://svn.digium.com/svn/asterisk/team/jdixon/chan_usbradio-1.4 
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82382  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-14 15:42:42 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Michelson 
							
						 
					 
					
						
						
							
						
						b9a924c3d3 
					 
					
						
						
							
							Fixing a typo in the coding guidelines  
						
						... 
						
						
						
						(closes issue #10717 , reported and patched by leedm777)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82376  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-14 14:42:29 +00:00 
						 
				 
			
				
					
						
							
							
								Jim Dixon 
							
						 
					 
					
						
						
							
						
						903fba1b1d 
					 
					
						
						
							
							Fixed problem with changes made to cdr functionality  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82368  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-14 01:24:07 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						9ceb6b974f 
					 
					
						
						
							
							this new driver may not live in this branch for long (since it is a new feature), but it definitely should not be built by default  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82367  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-14 00:52:57 +00:00 
						 
				 
			
				
					
						
							
							
								Jim Dixon 
							
						 
					 
					
						
						
							
						
						1a9fc13dbe 
					 
					
						
						
							
							Added channel driver for USB Radio device and  
						
						... 
						
						
						
						support thereof.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82366  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-14 00:34:13 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Parker 
							
						 
					 
					
						
						
							
						
						6da68a5f0a 
					 
					
						
						
							
							Fix a small typo.  
						
						... 
						
						
						
						retrytime > waittime
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82358  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-13 23:11:27 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Michelson 
							
						 
					 
					
						
						
							
						
						d6b1a0bfd6 
					 
					
						
						
							
							Preemptively fixing a possible segfault. It is possible that queuename is NULL  
						
						... 
						
						
						
						(meaning pause ALL queues), so use q->name instead.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82346  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-13 20:16:37 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Parker 
							
						 
					 
					
						
						
							
						
						bc21189921 
					 
					
						
						
							
							Fix a crash that could occur in cdr_csv when mutliple threads tried to close the same file.  
						
						... 
						
						
						
						Do we actually need the locking here?  What happens if you open the same file twice, and
 two threads try to write to it at the same time?  Is fputs() going to write out the entire
 line at once?  I suspect that it could be possible for the second fopen to run during the
 first fputs, so the position could be in the middle of the previously written line...
Issue 10347, initial patch by explidous (but I removed all of the paranoia stuff..)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82344  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-13 20:11:40 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						8138003de7 
					 
					
						
						
							
							resolve a warning when not building under dev mode  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82339  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-13 18:57:08 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						c8dd4e7430 
					 
					
						
						
							
							Only compile in tracking astobj2 statistics if dev-mode is enabled.  Also, when  
						
						... 
						
						
						
						dev mode is enabled, register the CLI command that can be used to run the astobj2
test and print out statistics.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82337  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-13 18:45:59 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						1a2176da3e 
					 
					
						
						
							
							Merged revisions 82334 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r82334 | kpfleming | 2007-09-13 11:10:12 -0700 (Thu, 13 Sep 2007) | 2 lines
clarify the OpenSSL and OpenH323 license exceptions
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82335  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-09-13 18:12:00 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Michelson 
							
						 
					 
					
						
						
							
						
						1cf6ee98e0 
					 
					
						
						
							
							Added logic to handle the unlikely case that someone has two queues with the same name.  
						
						... 
						
						
						
						Asterisk will log a warning message letting the user know that one was already defined with that
name and is it skipping all further instances. This also will work for realtime queues but in order
for that to happen, the user would have to trigger a perfectly timed reload as a realtime queue is being
looked up, which is highly unlikely (but taken care of nonetheless).
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82326  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-13 16:25:59 +00:00 
						 
				 
			
				
					
						
							
							
								Philippe Sultan 
							
						 
					 
					
						
						
							
						
						b558ac3acf 
					 
					
						
						
							
							Closes issue  #9401 , reported and patched by irrot, with slight  
						
						... 
						
						
						
						modifications by me.
Handle DTMF sent by Asterisk properly.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82309  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-13 11:47:14 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						4b6653a436 
					 
					
						
						
							
							Fix a check of the wrong pointer, as pointed out by an XXX comment left in  
						
						... 
						
						
						
						the code.  The problem was harmless, however.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82296  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-12 21:56:32 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						4f1183bd27 
					 
					
						
						
							
							Oops, wrong location for FreeBSD zone files  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82291  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-12 21:28:33 +00:00 
						 
				 
			
				
					
						
							
							
								Dwayne M. Hubbard 
							
						 
					 
					
						
						
							
						
						e2611d2f54 
					 
					
						
						
							
							remove a race condition for the creation of recordthread's, and fix a small memory leak.  This closes issue# 10636  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82286  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-12 20:24:24 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						e28d1357de 
					 
					
						
						
							
							Working on issue  #10531  exposed a rather nasty 64-bit issue on ast_mktime, so we  
						
						... 
						
						
						
						updated the localtime.c file from source.  Next we'll have to write ast_strptime
to match.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82285  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-12 20:12:06 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						ef740deceb 
					 
					
						
						
							
							Clean up the output of "asterisk -h".  This tweaks the wording and wraps lines  
						
						... 
						
						
						
						at 80 characters.
(closes issue #10699 , seanbright)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82280  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-12 15:16:49 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						347dce5c71 
					 
					
						
						
							
							revert patch from issue  #10553 , as someone not using fastagi reported that this  
						
						... 
						
						
						
						broke their system.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82278  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-09-12 15:11:11 +00:00