Joshua Colp 
							
						 
					 
					
						
						
							
						
						4553ab9eab 
					 
					
						
						
							
							Merged revisions 53152 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r53152 | file | 2007-02-05 11:06:18 -0600 (Mon, 05 Feb 2007) | 2 lines
Ensure say_cfg is NULL when the module is loaded. (issue #8946  reported by junky)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53153  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-02-05 17:06:56 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						2101e5be28 
					 
					
						
						
							
							Merged revisions 53150 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r53150 | file | 2007-02-05 10:02:00 -0600 (Mon, 05 Feb 2007) | 2 lines
Unregister Playback CLI commands as well as dialplan application. (issue #8946  reported by junky)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53151  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-02-05 16:03:23 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						c59714fbfc 
					 
					
						
						
							
							Add CALLERPRES dialplan function and deprecate SetCallerPres application  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53141  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-02-03 22:05:02 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						ce321f87e9 
					 
					
						
						
							
							Merged revisions 53136 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r53136 | russell | 2007-02-03 14:44:20 -0600 (Sat, 03 Feb 2007) | 12 lines
Merged revisions 53133 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r53133 | russell | 2007-02-03 14:38:13 -0600 (Sat, 03 Feb 2007) | 4 lines
set the DIALSTATUS variable to contain "INVALIDARGS" when the dial application
exits early because of invalid arguments instead of just leaving it empty.
(issue #8975 )
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53137  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-02-03 20:46:36 +00:00 
						 
				 
			
				
					
						
							
							
								Olle Johansson 
							
						 
					 
					
						
						
							
						
						d07e640c6f 
					 
					
						
						
							
							Merged revisions 53081 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r53081 | oej | 2007-02-01 21:38:58 +0100 (Thu, 01 Feb 2007) | 2 lines
Change debug level for state change message that is not really informative when debugging app_queue
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53083  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-02-01 20:44:49 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						782cd26efa 
					 
					
						
						
							
							Remove duplicate calls to pthread_attr_destroy() that I put in yesterday  
						
						... 
						
						
						
						by accident.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53061  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-02-01 14:43:44 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						b233892198 
					 
					
						
						
							
							Merged revisions 53046 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r53046 | russell | 2007-01-31 15:32:08 -0600 (Wed, 31 Jan 2007) | 11 lines
Merged revisions 53045 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r53045 | russell | 2007-01-31 15:25:11 -0600 (Wed, 31 Jan 2007) | 3 lines
Fix a bunch of places where pthread_attr_init() was called, but
pthread_attr_destroy() was not.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53047  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-31 21:35:15 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						78587a8402 
					 
					
						
						
							
							Merged revisions 53042 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r53042 | russell | 2007-01-31 12:18:25 -0600 (Wed, 31 Jan 2007) | 2 lines
Remove an extra \r\n from manager user events.  (issue #8955 , mnicholson)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53043  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-31 18:18:58 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						26a33b2ffc 
					 
					
						
						
							
							Merged revisions 53037 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r53037 | russell | 2007-01-31 11:39:28 -0600 (Wed, 31 Jan 2007) | 3 lines
Only changed the paused status in an existing queue member if the paused
column exists.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53038  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-31 17:39:55 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						59b382021e 
					 
					
						
						
							
							Merged revisions 53035 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r53035 | russell | 2007-01-31 11:34:22 -0600 (Wed, 31 Jan 2007) | 4 lines
Instead of always creating a realtime queue member as unpaused, read the
"paused" column and use that value for the paused status of the member.
(issue #8949 , jmls)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53036  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-31 17:35:14 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						095b911df1 
					 
					
						
						
							
							Merged revisions 52717 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r52717 | file | 2007-01-29 18:43:40 -0500 (Mon, 29 Jan 2007) | 10 lines
Merged revisions 52716 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r52716 | file | 2007-01-29 18:39:39 -0500 (Mon, 29 Jan 2007) | 2 lines
Now that filename is part of the structure and since it comes before postprocess... we have to add it to our postprocess line. (reported on asterisk-dev by Boris Bakchiev)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52718  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-29 23:45:39 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						e0944a6fc9 
					 
					
						
						
							
							Resolve some warnings when not building with IMAP_STORAGE  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52612  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-01-29 20:47:43 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						89bcae322d 
					 
					
						
						
							
							Change vmstates list to use linked list macros.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52610  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-01-29 20:22:08 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						0fbb5a24e0 
					 
					
						
						
							
							Code cleanup of IMAP storage support in app_voicemail.  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52607  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-01-29 20:04:42 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						6a7f296faf 
					 
					
						
						
							
							Merged revisions 52572 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r52572 | file | 2007-01-29 13:59:41 -0500 (Mon, 29 Jan 2007) | 2 lines
Use ast_calloc instead of malloc.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52580  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-29 19:03:01 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						6b02211f03 
					 
					
						
						
							
							Merged revisions 52523 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r52523 | file | 2007-01-29 12:33:19 -0500 (Mon, 29 Jan 2007) | 2 lines
Set quota information to 0 when creating a vm_state. (issue #8924  reported by neutrino88)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52524  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-29 17:39:09 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						44beb7c475 
					 
					
						
						
							
							Merged revisions 52416 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r52416 | file | 2007-01-26 21:13:41 -0500 (Fri, 26 Jan 2007) | 10 lines
Merged revisions 52415 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r52415 | file | 2007-01-26 21:09:10 -0500 (Fri, 26 Jan 2007) | 2 lines
Make COMPLETECALLER and COMPLETEAGENT output to queue_log follow documentation. (issue #7677  reported by amilcar)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52417  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-27 02:15:21 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						48e707b6aa 
					 
					
						
						
							
							Merged revisions 52163 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r52163 | file | 2007-01-24 20:51:35 -0500 (Wed, 24 Jan 2007) | 10 lines
Merged revisions 52162 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r52162 | file | 2007-01-24 20:48:52 -0500 (Wed, 24 Jan 2007) | 2 lines
Add another note about audio files being played back to each bridged party. (issue #8718  reported by ppyy)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52168  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-25 01:54:39 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						174606b4bd 
					 
					
						
						
							
							Merged revisions 52160 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r52160 | russell | 2007-01-24 19:37:16 -0600 (Wed, 24 Jan 2007) | 2 lines
By suggestion from kpfleming last week, change "vmpassword" to "vmsecret".
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52161  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-25 01:38:05 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Murphy 
							
						 
					 
					
						
						
							
						
						ad06bf844c 
					 
					
						
						
							
							As per bug 8859 (Add option to revert old ChanIsAvail() with 's' option behavior), this update makes the 't' option available, which calls ast_parse_device_state instead of ast_device_state. This option will not dive into the channel driver to find the status of the device (which could be good if sip devicestate isn't returning full status, for various reasons).  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52086  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-01-24 20:35:54 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						9826fc599b 
					 
					
						
						
							
							Merged revisions 52049 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r52049 | file | 2007-01-24 13:20:05 -0500 (Wed, 24 Jan 2007) | 2 lines
Merge in dialing API and the app_page that uses it. (issue #BE-118)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52050  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-24 18:23:07 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						19a8da7bed 
					 
					
						
						
							
							Merged revisions 51829 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r51829 | russell | 2007-01-23 18:19:55 -0600 (Tue, 23 Jan 2007) | 12 lines
Merged revisions 51828 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r51828 | russell | 2007-01-23 18:17:50 -0600 (Tue, 23 Jan 2007) | 4 lines
Don't set a new value for the END_ variable on the channel before using the
old value.  If you do, it will lead to accessing a memory address that has
been free()'d.  (issue #8895 , arkadia)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51830  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-24 00:21:32 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						1fda861ff8 
					 
					
						
						
							
							Make 'H' command do as advertised and add 'E' and 'V' commands to ExternalIVR. (issue  #8165  reported by mnicholson)  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51592  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-01-23 04:45:43 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						ea17720d1e 
					 
					
						
						
							
							Merged revisions 51407 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r51407 | file | 2007-01-22 14:13:44 -0500 (Mon, 22 Jan 2007) | 10 lines
Merged revisions 51406 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r51406 | file | 2007-01-22 14:08:52 -0500 (Mon, 22 Jan 2007) | 2 lines
Move filestream creation to Mixmonitor loop. This will prevent a blank file from being created if no frames ever pass through to be recorded. (issue #7589  reported by steve_mcneil)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51408  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-22 19:22:07 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						d26bb9ccb6 
					 
					
						
						
							
							Merged revisions 51343 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r51343 | russell | 2007-01-19 18:13:06 -0600 (Fri, 19 Jan 2007) | 2 lines
Remove an unused instance of an unnamed enum.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51344  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-20 00:13:52 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						c39e1b8246 
					 
					
						
						
							
							Merged revisions 51341 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r51341 | russell | 2007-01-19 16:19:10 -0600 (Fri, 19 Jan 2007) | 2 lines
Remove another duplicated definition
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51342  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-19 22:34:13 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
							
						
						cde480e400 
					 
					
						
						
							
							Merged revisions 51339 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r51339 | russell | 2007-01-19 15:20:20 -0600 (Fri, 19 Jan 2007) | 2 lines
Remove a variable that was declared twice.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51340  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-19 21:21:03 +00:00 
						 
				 
			
				
					
						
							
							
								Luigi Rizzo 
							
						 
					 
					
						
						
							
						
						1b35a441d9 
					 
					
						
						
							
							include "asterisk/zapata.h" instead of testing for  
						
						... 
						
						
						
						the location of the header files.
On passing, add a cast to insure -Werror clean compilation
on FreeBSD 6.x, where time_t does not match %ld
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51293  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-01-19 16:21:24 +00:00 
						 
				 
			
				
					
						
							
							
								Luigi Rizzo 
							
						 
					 
					
						
						
							
						
						dc31eaa025 
					 
					
						
						
							
							include "asterisk/zapata.h" instead of looking  
						
						... 
						
						
						
						directly for the zaptel.h and tonezone.h
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51292  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-01-19 16:16:19 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Parker 
							
						 
					 
					
						
						
							
						
						5d25265403 
					 
					
						
						
							
							Merged revisions 51265 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r51265 | qwell | 2007-01-18 16:50:23 -0600 (Thu, 18 Jan 2007) | 4 lines
Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.
Issue 8832, patch(es) by tgrman
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51266  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-18 22:56:35 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						68d39c2b72 
					 
					
						
						
							
							Merged revisions 51251 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r51251 | file | 2007-01-18 14:17:34 -0500 (Thu, 18 Jan 2007) | 2 lines
Only start timeout once we reach the end of the files to play back.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51252  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-18 19:19:24 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						dd23f68d18 
					 
					
						
						
							
							Add 's' option to Page application which checks devicestate before dialing. (issue  #8673  reported by sunder)  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51215  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-01-18 05:24:08 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						180eb47bcb 
					 
					
						
						
							
							Merged revisions 51213 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r51213 | file | 2007-01-17 19:48:55 -0500 (Wed, 17 Jan 2007) | 2 lines
Build the IMAP remote directory string better and properly. Fix an issue with encoding the GSM voicemail when attaching to the voicemail. (issue #8808  reported by akohlsmith)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51214  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-18 00:49:58 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Parker 
							
						 
					 
					
						
						
							
						
						ce5d9ab661 
					 
					
						
						
							
							Merged revisions 51186 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r51186 | qwell | 2007-01-17 11:36:53 -0600 (Wed, 17 Jan 2007) | 2 lines
re-add "password" for realtime voicemail
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51189  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-17 17:37:56 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						87fad338e6 
					 
					
						
						
							
							Merged revisions 51176 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r51176 | kpfleming | 2007-01-16 19:29:12 -0600 (Tue, 16 Jan 2007) | 2 lines
a few more coding style cleanups and one bug fix (from AnthonyL)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51177  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-17 01:30:04 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Parker 
							
						 
					 
					
						
						
							
						
						73bc822fa8 
					 
					
						
						
							
							Merged revisions 51167 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r51167 | qwell | 2007-01-16 16:50:19 -0600 (Tue, 16 Jan 2007) | 6 lines
Fix an issue with IMAP storage and realtime voicemail.
Also update the vmdb sql script for IMAP specific options.
Issue 8819, initial patches by bsmithurst (slightly modified by me)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51168  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-16 22:53:13 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						8cda34b5fc 
					 
					
						
						
							
							Merged revisions 51159 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r51159 | tilghman | 2007-01-16 15:28:39 -0600 (Tue, 16 Jan 2007) | 10 lines
Merged revisions 51158 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r51158 | tilghman | 2007-01-16 15:26:06 -0600 (Tue, 16 Jan 2007) | 2 lines
Postgres driver doesn't like a NULL pointer when retrieving the length (Bug 8513)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51160  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-16 21:33:57 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						8bd73ec01b 
					 
					
						
						
							
							remove pointless DEBUG message (watch those patch merges, people!)  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51155  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-01-16 19:01:42 +00:00 
						 
				 
			
				
					
						
							
							
								Matt O'Gorman 
							
						 
					 
					
						
						
							
						
						7dd96f284b 
					 
					
						
						
							
							Merged revisions 51150 via svnmerge from  
						
						... 
						
						
						
						https://svn.digium.com/svn/asterisk/branches/1.4 
........
r51150 | mogorman | 2007-01-16 11:46:12 -0600 (Tue, 16 Jan 2007) | 2 lines
minor things i missed before i get jumped on
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51151  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-16 17:47:26 +00:00 
						 
				 
			
				
					
						
							
							
								Matt O'Gorman 
							
						 
					 
					
						
						
							
						
						a4640ee9d8 
					 
					
						
						
							
							Patch allows for changing voicemail password in users.conf from voicemail main, written by AnthonyL  bug  #8436  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51031  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-01-16 00:29:25 +00:00 
						 
				 
			
				
					
						
							
							
								Matt O'Gorman 
							
						 
					 
					
						
						
							
						
						da9d86bfc2 
					 
					
						
						
							
							Merged revisions 50957 via svnmerge from  
						
						... 
						
						
						
						https://svn.digium.com/svn/asterisk/branches/1.4 
................
r50957 | mogorman | 2007-01-15 15:08:07 -0600 (Mon, 15 Jan 2007) | 12 lines
Merged revisions 50946 via svnmerge from 
https://svn.digium.com/svn/asterisk/branches/1.2 
........
r50946 | mogorman | 2007-01-15 14:44:53 -0600 (Mon, 15 Jan 2007) | 4 lines
Solves issue with forwarding voicemails from folders other than inbox.
patch by anthonyl.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50958  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-15 21:12:56 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						4aba5a78d9 
					 
					
						
						
							
							Merged revisions 50433 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r50433 | file | 2007-01-10 15:25:44 -0500 (Wed, 10 Jan 2007) | 2 lines
Merge speech-multi branch which adds support for joining multiple sound files together to be played one after another in SpeechBackground.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50434  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-10 20:26:55 +00:00 
						 
				 
			
				
					
						
							
							
								Joshua Colp 
							
						 
					 
					
						
						
							
						
						a378353ecc 
					 
					
						
						
							
							Merged revisions 50298 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r50298 | file | 2007-01-09 23:55:13 -0500 (Tue, 09 Jan 2007) | 10 lines
Merged revisions 50295 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r50295 | file | 2007-01-09 23:51:06 -0500 (Tue, 09 Jan 2007) | 2 lines
Add another return value to dial_exec_full that indicates execution is going to continuing at a new extension/context/priority and to just let it slide. (issue #8598  reported by jon)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50302  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-10 04:56:48 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						3b3a66e54b 
					 
					
						
						
							
							Merged revisions 50151 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r50151 | tilghman | 2007-01-09 07:40:45 -0600 (Tue, 09 Jan 2007) | 12 lines
Merged revisions 50150 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r50150 | tilghman | 2007-01-09 07:30:04 -0600 (Tue, 09 Jan 2007) | 4 lines
The advent of realtime has enabled people to use commas in the fullname field.
This could cause an issue with sending voicemails, when the field is unquoted.
(Issue 8595)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50152  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-09 13:45:14 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Parker 
							
						 
					 
					
						
						
							
						
						3a98c6af87 
					 
					
						
						
							
							Merged revisions 50098 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r50098 | qwell | 2007-01-08 17:39:12 -0600 (Mon, 08 Jan 2007) | 4 lines
Fix an issue with voicemail and users.conf, where it wouldn't ever parse a password, since it was using "secret" instead of "password"
Issue 8761, reported by and patch suggestion from ssokol.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50099  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-08 23:40:28 +00:00 
						 
				 
			
				
					
						
							
							
								Matt O'Gorman 
							
						 
					 
					
						
						
							
						
						70b945c4f1 
					 
					
						
						
							
							Merged revisions 50073 via svnmerge from  
						
						... 
						
						
						
						https://svn.digium.com/svn/asterisk/branches/1.4 
........
r50073 | mogorman | 2007-01-08 15:11:16 -0600 (Mon, 08 Jan 2007) | 1 line
we can't unlock a channel if we cant find it. - AnthonyL bug #8741 
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@50074  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-08 21:17:51 +00:00 
						 
				 
			
				
					
						
							
							
								Tilghman Lesher 
							
						 
					 
					
						
						
							
						
						52ea03bd86 
					 
					
						
						
							
							Merged revisions 49834 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r49834 | tilghman | 2007-01-07 15:44:52 -0600 (Sun, 07 Jan 2007) | 10 lines
Merged revisions 49833 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r49833 | tilghman | 2007-01-07 15:43:10 -0600 (Sun, 07 Jan 2007) | 2 lines
If openstream fails, then we crash (Issue 8564)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49835  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-07 21:46:38 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						cd73a483f1 
					 
					
						
						
							
							const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way here  
						
						... 
						
						
						
						git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49711  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
						
					 
					
						2007-01-05 23:32:42 +00:00 
						 
				 
			
				
					
						
							
							
								Kevin P. Fleming 
							
						 
					 
					
						
						
							
						
						87b9abc892 
					 
					
						
						
							
							Merged revisions 49676 via svnmerge from  
						
						... 
						
						
						
						https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r49676 | kpfleming | 2007-01-05 16:16:33 -0600 (Fri, 05 Jan 2007) | 2 lines
reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49678  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-05 22:43:18 +00:00 
						 
				 
			
				
					
						
							
							
								Matt O'Gorman 
							
						 
					 
					
						
						
							
						
						d618580449 
					 
					
						
						
							
							Merged revisions 49459 via svnmerge from  
						
						... 
						
						
						
						https://svn.digium.com/svn/asterisk/branches/1.4 
................
r49459 | mogorman | 2007-01-04 12:11:19 -0600 (Thu, 04 Jan 2007) | 10 lines
Merged revisions 49447 via svnmerge from 
https://svn.digium.com/svn/asterisk/branches/1.2 
........
r49447 | mogorman | 2007-01-04 11:45:16 -0600 (Thu, 04 Jan 2007) | 2 lines
converted a lot of 256 to PATH_MAX and some white space fixes.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49464  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
					
						2007-01-04 18:28:50 +00:00