8d5c36c9bb 
								
							
								 
							
						 
						
							
							
								
								Add RFC 3327 Path header support to chan_sip  
							
							... 
							
							
 
							
							This patch adds support for RFC 3327 "Path" headers. This can be enabled in
sip.conf using the 'supportpath' setting, either on a global basis or on a
peer basis. This setting enables Asterisk to route outgoing out-of-dialog
requests via a set of proxies by using a pre-loaded route-set defined by the
Path headers in the REGISTER request. This patch also adds Realtime support
for dynamically updating the Path information for a peer.
A huge thank-you to Klaus Darillion and Olle E Johansson for their efforts
in writing this patch.
Review: https://reviewboard.asterisk.org/r/2235/ 
Review: https://reviewboard.asterisk.org/r/991/ 
(closes issue ASTERISK-16884)
Reported by: klaus3000
Tested by: klaus3000, oej, mjordan
patches:
  path-1.8.0-patch.txt uploaded by klaus3000 (License 5054)
  oolong-path-support-trunk in team branch by oej (License 5267)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@382440  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								fa83a52b33 
								
							
								 
							
						 
						
							
							
								
								Add support for DPMA to autosupport  
							
							... 
							
							
 
							
							This adds the ability to get the DPMA version, a listing of the local
firmware directory, and indexes of configured remote directories.
(closes issue AST-1070)
Reported By: Malcolm Davenport
Tested By: Kinsey Moore <kmoore@digium.com>
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380004  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a3e7a77a82 
								
							
								 
							
						 
						
							
							
								
								Update init.d scripts to handle stderr; readd splash screen for remote consoles  
							
							... 
							
							
 
							
							When r376428 was commited to re-order start up sequences to be more tolerant of
forking with thread primitives, a few items were changed that caused changes
in behavior on some distros. This includes:
 * Not displaying the splash screen on a remote console.
 * Displaying an error message on stderr when a remote console cannot connect
   to a running instance of Asterisk.
In the first case, the splash screen was re-added (thanks to Michael L. Young).
In the second case, the various init.d scripts were modified to pipe stderr
to /dev/null, as the error message is useful - if you execute a remote
console or a remote console command execution and it fail, it should tell
you. Note that the error message was always present, it just failed to be
printed prior to r376428.
Much thanks to the folks who quickly reported this problem, provided solutions,
and promptly tested the various init.d scripts on a variety of distros.
(closes issue ASTERISK-20945)
Reported by: Warren Selby
Tested by: Michael L. Young, Jamuel Starkey, kaldemar, Danny Nicholas, mjordan
patches:
  asterisk-20945-remote-intro-msg.diff uploaded by elguero (license 5026)
  ASTERISK-20945-1.8-mjordan.diff uploaded by mjordan (license 6283)
........
Merged revisions 379760 from http://svn.asterisk.org/svn/asterisk/branches/1.8 
........
Merged revisions 379777 from http://svn.asterisk.org/svn/asterisk/branches/10 
........
Merged revisions 379790 from http://svn.asterisk.org/svn/asterisk/branches/11 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379791  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								08e6ae82a6 
								
							
								 
							
						 
						
							
							
								
								Add LDAP libraries to install script  
							
							... 
							
							
 
							
							Add LDAP dev package to Debian/Ubuntu install list.  Existed in Redhat already.
(issue ASTERISK-20886)
........
Merged revisions 379643 from http://svn.asterisk.org/svn/asterisk/branches/11 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379644  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								73b33dbacf 
								
							
								 
							
						 
						
							
							
								
								Reduce number of packages install_prereq installs on Debian systems.  
							
							... 
							
							
 
							
							'search' will look for any package containing the name provided, so we need to
force a more exact search.
........
Merged revisions 379276 from http://svn.asterisk.org/svn/asterisk/branches/1.8 
........
Merged revisions 379277 from http://svn.asterisk.org/svn/asterisk/branches/11 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379278  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7695ea2643 
								
							
								 
							
						 
						
							
							
								
								Add JSON API for Asterisk.  
							
							... 
							
							
 
							
							This provides a JSON API by pulling in and wrapping the Jansson JSON
library[1]. The Asterisk API basically mirrors the Jansson
functionality, with a few minor tweaks.
 * Some names have been asteriskified to protect the innocent.
 * Jansson provides both reference-stealing and reference-borrowing
   versions of several API's. The Asterisk API is exclusively
   reference-stealing for operations that put elements into arrays and
   objects.
 * No support for doubles, since we usually don't need that.
 * Coming along for the ride is the ast_test_validate macro, which made
   the unit tests much easier to write.
 [1]: http://www.digip.org/jansson/ 
(issue ASTERISK-20887)
(closes issue ASTERISK-20888)
Review: https://reviewboard.asterisk.org/r/2264/ 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@378915  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								2db81d7fc2 
								
							
								 
							
						 
						
							
							
								
								Add UUID packages now required to configure  
							
							... 
							
							
 
							
							In ASTERISK-20726 UUID was added to Asterisk.  This commit is to add the dependancies to the install script
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@378259  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f750caba3a 
								
							
								 
							
						 
						
							
							
								
								Add libuuid to install_prereq for Fedora.  
							
							... 
							
							
 
							
							I ran this script and my build failed.  pjproject requires this.
........
Merged revisions 377195 from http://svn.asterisk.org/svn/asterisk/branches/11 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@377196  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								2c3638df98 
								
							
								 
							
						 
						
							
							
								
								ast_tls_cert script: Better response for various exit conditions to openssl  
							
							... 
							
							
 
							
							(closes issue ASTERISK-20260)
Reported by: Daniel O'Connor
Patches:
	ast_tls_cert-update.diff uploaded by Daniel O'Connor (license 6419)
........
Merged revisions 375325 from http://svn.asterisk.org/svn/asterisk/branches/1.8 
........
Merged revisions 375326 from http://svn.asterisk.org/svn/asterisk/branches/10 
........
Merged revisions 375327 from http://svn.asterisk.org/svn/asterisk/branches/11 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375328  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								399428224d 
								
							
								 
							
						 
						
							
							
								
								Append Doxygen to Debian packages list  
							
							... 
							
							
 
							
							Add Doxygen to the Debian install list.  I will check for other platforms like Red Hat
(issue ASTERISK-20259)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374897  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7d4ccea736 
								
							
								 
							
						 
						
							
							
								
								Enable usage of system-provided NetBSD editline library if available.  
							
							... 
							
							
 
							
							This patch changes the Asterisk configure script and build system to detect
the presence of the NetBSD editline library (libedit) on the system. If it is
found, it will be used in preference to the version included in the Asterisk
source tree.
(closes issue ASTERISK-18725)
Reported by: Jeffrey C. Ollie
Review: https://reviewboard.asterisk.org/r/1528/ 
Patches:
  0001-Allow-linking-building-against-an-external-editline.patch uploaded by jcollie (license #5373 ) (heavily modified by kpfleming)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370481  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								2603707f30 
								
							
								 
							
						 
						
							
							
								
								live_ast: don't set working directory  
							
							... 
							
							
 
							
							contrib/scripts/live_ast currently assumes that it is being run from the
top-level directory of the source tree. It creates a script that will
also set the working directory.
This fix avoids the need to set the working directory if the caller sets
LIVE_AST_BASE_DIR instead.
It relies on realpath for that. If realpath is not available, it will
fall back to the original behaviour.
Review: https://reviewboard.asterisk.org/r/2027/ 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370048  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1d1c28ac4b 
								
							
								 
							
						 
						
							
							
								
								Update install_prereq script to include missing GSM library for debian amd move SQLite3.  
							
							... 
							
							
 
							
							(closes issue ASTERISK-19367)
Reported by: Andrew Latham
Patches:
	debian_install_prereq.diff uploaded by Andrew Latham (license 5985)
........
Merged revisions 360138 from http://svn.asterisk.org/svn/asterisk/branches/1.8 
........
Merged revisions 360139 from http://svn.asterisk.org/svn/asterisk/branches/10 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360140  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								2ce189c5b8 
								
							
								 
							
						 
						
							
							
								
								Revision 354046 added res_corosync as a replacement for res_ais, but didn't  
							
							... 
							
							
 
							
							actually remove res_ais. This commit removes it.
In addition, the 'install_prereq' script has been updated to no longer install
AIS dependency packages, and instead install Corosync packages instead.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354459  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								994d4d019c 
								
							
								 
							
						 
						
							
							
								
								Continuation of last patch - since LIVE_AST_LD_PATH_EXTRA will now never  
							
							... 
							
							
 
							
							be empty, don't check for it, instead of check if LD_LIBRARY_PATH is
already set and if so, append LIVE_AST_LD_PATH_EXTRA properly.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354314  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								8e79e31aa5 
								
							
								 
							
						 
						
							
							
								
								Include live/usr/lib in the shared library search path to that we pick up  
							
							... 
							
							
 
							
							libasteriskssl.so at run time when using live_ast.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354313  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								3fda975b9d 
								
							
								 
							
						 
						
							
							
								
								Whitespace only (remove trailing spaces)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354312  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								16adf6de8c 
								
							
								 
							
						 
						
							
							
								
								Include iLBC source code for distribution with Asterisk  
							
							... 
							
							
 
							
							This patch includes the iLBC source code for distribution with Asterisk.
Clarification regarding the iLBC source code was provided by Google, and
the appropriate licenses have been included in the codecs/ilbc folder.
Review: https://reviewboard.asterisk.org/r/1675 
Review: https://reviewboard.asterisk.org/r/1649 
(closes issue: ASTERISK-18943)
Reporter: Leif Madsen
Tested by: Matt Jordan
........
Merged revisions 351450 from http://svn.asterisk.org/svn/asterisk/branches/1.8 
........
Merged revisions 351451 from http://svn.asterisk.org/svn/asterisk/branches/10 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@351452  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								0f83634984 
								
							
								 
							
						 
						
							
							
								
								Multiple revisions 350788-350789  
							
							... 
							
							
 
							
							........
  r350788 | kpfleming | 2012-01-14 09:22:33 -0600 (Sat, 14 Jan 2012) | 8 lines
  
  Ensure that two prerequisites are properly installed on Debian-style distributions.
  
  * Don't specify a specific version of libgmime; newer versions are available
    now and acceptable.
  
  * Install libsrtp so that res_srtp can be built.
........
  r350789 | kpfleming | 2012-01-14 09:23:32 -0600 (Sat, 14 Jan 2012) | 3 lines
  
  Correct some 'set-but-not-used' variable warnings.
........
Merged revisions 350788-350789 from http://svn.asterisk.org/svn/asterisk/branches/1.8 
........
Merged revisions 350790 from http://svn.asterisk.org/svn/asterisk/branches/10 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@350791  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								f9db1ac0ae 
								
							
								 
							
						 
						
							
							
								
								Multiple revisions 350127-350128  
							
							... 
							
							
 
							
							........
  r350127 | rmudgett | 2012-01-09 12:40:33 -0600 (Mon, 09 Jan 2012) | 12 lines
  
  Update contrib script live_ast to invoke Asterisk with valgrind and suppression file.
  
  * Added valgrind_compare script to compare two valgrind log files for
  differences.
  
  (issue ASTERISK-17339)
  Reported by: Tzafrir Cohen
  Patches:
        valgrind_compare (license #5035 ) script uploaded by Tzafrir Cohen
        live_ast_valgrind.diff (license #5035 ) patch uploaded by Tzafrir Cohen
        live_ast_valgrind_v2.diff (license #5185 ) patch uploaded by Paul Belanger
........
  r350128 | rmudgett | 2012-01-09 12:54:56 -0600 (Mon, 09 Jan 2012) | 11 lines
  
  live_ast: valgrind: run asterisk under valgrind
  
  Adds a new sub-command, "valgrind" to live_ast. It runs asterisk under
  valgrind. The extra command-line parameters are passed to Asterisk as
  usual, and parameters to valgrind are passed through LIVE_AST_VALGRIND_ARGS
  in live.conf .
  
  Review: https://reviewboard.asterisk.org/r/1109/ 
  
  Merged revisions 326636 from http://svn.asterisk.org/svn/asterisk/branches/10 
........
Merged revisions 350127-350128 from http://svn.asterisk.org/svn/asterisk/branches/1.8 
........
Merged revisions 350129 from http://svn.asterisk.org/svn/asterisk/branches/10 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@350130  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								270a015875 
								
							
								 
							
						 
						
							
							
								
								Update autosupport script and man page  
							
							... 
							
							
 
							
							Added information collection from the output of the utilities: top, free, uptime, ifconfig
Added information collection from the output of the Asterisk command 'dahdi show status'
Added option / flag '-n, --non-interactive'
Updated man page to reflect new option / flag '-n, --non-interactive'
Patch-by: John Bigelow (itzanger)
(closes issue AST-749)
........
Merged revisions 349504 from http://svn.asterisk.org/svn/asterisk/branches/1.8 
........
Merged revisions 349505 from http://svn.asterisk.org/svn/asterisk/branches/10 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@349506  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								684fd12597 
								
							
								 
							
						 
						
							
							
								
								This adds support for setting several safe_asterisk parameters using  
							
							... 
							
							
 
							
							environment variables and also enables a custom run directory for asterisk
(instead of defaulting to /tmp).
Patch by: Byron Clark (byronclark)
(closes ASTERISK-17810)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@348698  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								b1b315fcb2 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 336572 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
........
  r336572 | lmadsen | 2011-09-19 10:41:16 -0500 (Mon, 19 Sep 2011) | 7 lines
  
  Update get_ilbc_source.sh script to work again.
  
  Recently iLBC support in Asterisk has changed after the acquisition of GIPS
  by Google. More information about how this may affect you is available in a
  blog post at:
  
    http://blogs.asterisk.org/2011/09/19/ilbc-support-in-asterisk-after-googles-acquisition-of-gips/ 
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@336574  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								225178dbef 
								
							
								 
							
						 
						
							
							
								
								live_ast: valgrind: run asterisk under valgrind  
							
							... 
							
							
 
							
							Adds a new sub-command, "valgrind" to live_ast. It runs asterisk under
valgrind. The extra command-line parameters are passed to Asterisk as
usual, and parameters to valgrind are passed through LIVE_AST_VALGRIND_ARGS
in live.conf .
Review: https://reviewboard.asterisk.org/r/1109/ 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@326636  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								84686384fc 
								
							
								 
							
						 
						
							
							
								
								Prompt conversion script  
							
							... 
							
							
 
							
							Several variables in the script control which files are converted and the
source and destination formats.
Patch-by: Trey Blancher <support@digium.com>
(closes AST-560)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@326368  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								04b653358e 
								
							
								 
							
						 
						
							
							
								
								Add a cdr_csv to MySQL import script to contrib/scripts.  
							
							... 
							
							
 
							
							(closes issue #17036 )
Reported by: precisenetworks
Patches:
      import-cdr-csv-mysql.pl uploaded by precisenetworks (license 1010)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317916  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								87a8619e34 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 317104 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
................
  r317104 | lmadsen | 2011-05-05 11:04:24 -0400 (Thu, 05 May 2011) | 15 lines
  
  Merged revisions 317102 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4 
  
  ........
    r317102 | lmadsen | 2011-05-05 10:54:46 -0400 (Thu, 05 May 2011) | 8 lines
    
    Disable console colourization inside safe_asterisk checks.
    
    (closes issue #19213 )
    Reported by: lefoyer
    Patches: 
          issue19213_strip_color_in_safe_asterisk-svn.patch uploaded by wdoekes (license 717)
    Tested by: wdoekes, lefoyer
  ........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317105  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								b6bb13b498 
								
							
								 
							
						 
						
							
							
								
								Add gsm-devel as a package to install on redhat based systems.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@303547  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								17c6ed7745 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 302831 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
........
  r302831 | pabelanger | 2011-01-19 18:29:45 -0500 (Wed, 19 Jan 2011) | 2 lines
  
  Add binutils-dev for BETTER_BACKTRACES
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@302832  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								08e6f86d23 
								
							
								 
							
						 
						
							
							
								
								update safe_asterisk script  
							
							... 
							
							
 
							
							change defaults to make a little more sense. Default log location is now asterisk log location and default email notification has been changed to root on the local machine
Review: https://reviewboard.asterisk.org/r/1067/ 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300761  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								eb9f9bcba6 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 300430 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
................
  r300430 | russell | 2011-01-04 15:00:16 -0600 (Tue, 04 Jan 2011) | 18 lines
  
  Merged revisions 300429 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2 
  
  ................
    r300429 | russell | 2011-01-04 14:59:56 -0600 (Tue, 04 Jan 2011) | 11 lines
    
    Merged revisions 300428 via svnmerge from 
    https://origsvn.digium.com/svn/asterisk/branches/1.4 
    
    ........
      r300428 | russell | 2011-01-04 14:56:04 -0600 (Tue, 04 Jan 2011) | 4 lines
      
      Update the autosupport script from Digium support.
      
      (closes AST-395)
    ........
  ................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300432  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								38926fce3c 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 295404 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
........
  r295404 | pabelanger | 2010-11-18 00:12:05 -0500 (Thu, 18 Nov 2010) | 2 lines
  
  Add RedHat specific dependencies
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@295405  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								43e8c7df2b 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 294049 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
........
  r294049 | twilson | 2010-11-05 09:05:50 -0700 (Fri, 05 Nov 2010) | 2 lines
  
  Corret spelling and example
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@294050  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								98c363a5ac 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 294047 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
........
  r294047 | twilson | 2010-11-05 08:36:20 -0700 (Fri, 05 Nov 2010) | 2 lines
  
  Tell people to use the correct common name for clients as well
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@294048  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								8ea287b0c0 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 292825 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
........
  r292825 | twilson | 2010-10-22 15:35:29 -0700 (Fri, 22 Oct 2010) | 4 lines
  
  Don't create directories without at least o+x
  
  Also, making files that you are going to modify read-only is dumb.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@292826  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								3d658dce9b 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 292794 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
........
  r292794 | twilson | 2010-10-22 15:18:36 -0700 (Fri, 22 Oct 2010) | 2 lines
  
  Make files readable only by the owner
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@292808  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								8de8e4a11c 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 292787 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
................
  r292787 | lmadsen | 2010-10-22 16:28:43 -0500 (Fri, 22 Oct 2010) | 21 lines
  
  Merged revisions 292786 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2 
  
  ........
    r292786 | lmadsen | 2010-10-22 16:16:12 -0500 (Fri, 22 Oct 2010) | 13 lines
    
    Update the LDIF file for LDAP.
    The LDIF file asterisk.ldif was quite a bit out of date from the asterisk.ldap-schema file, so I've
    now updated that to be in sync. The asterisk.ldif file being out of sync was a problem on my systems
    where I was doing an ldapadd to import the schema into the LDAP database, and the existing file
    would cause problems and ERROR messages when registering.
    
    Additional documention has been added based on feedback in the issue I'm closing.
    
    (closes issue #13861 )
    Reported by: scramatte
    Patches:
          ldap-update.txt uploaded by lmadsen (license 10)
    Tested by: lmadsen, jcovert, suretec, rgenthner
  ........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@292788  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								89a16f9c81 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 292740 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
........
  r292740 | twilson | 2010-10-22 09:49:34 -0700 (Fri, 22 Oct 2010) | 45 lines
  
  Add TLS cert helper script
  
  This script is useful for quickly generating self-signed CA, server, and client
  certificates for use with Asterisk. It is still recommended to obtain
  certificates from a recognized Certificate Authority and to develop an
  understanding how SSL certificates work. Real security is hard work.
  
  OPTIONS:
    -h  Show this message
    -m  Type of cert "client" or "server". Defaults to server.
    -f  Config filename (openssl config file format)
    -c  CA cert filename (creates new CA cert/key as ca.crt/ca.key if not passed)
    -k  CA key filename
    -C  Common name (cert field)
          For a server cert, this should be the same address that clients
          attempt to connect to. Usually this will be the Fully Qualified
          Domain Name, but might be the IP of the server. For a CA or client
          cert, it is merely informational. Make sure your certs have unique
          common names.
    -O  Org name (cert field)
          An informational string (company name)
    -o  Output filename base (defaults to asterisk) 
    -d  Output directory (defaults to the current directory)
  
  Example:
  
  To create a CA and a server (pbx.mycompany.com) cert with output in /tmp:
    ast_tls_cert -C pbx.mycompany.com -O "My Company" -d /tmp
  
  This will create a CA cert and key as well as asterisk.pem and the the two
  files that it is made from: asterisk.crt and asterisk.key. Copy asterisk.pem
  and ca.crt somewhere (like /etc/asterisk) and set tlscertfile=/etc/asterisk.pem
  and tlscafile=/etc/ca.crt. Since this is a self-signed key, many devices will
  require you to import the ca.crt file as a trusted cert.
  
  To create a client cert using the CA cert created by the example above:
    ast_tls_cert -m client -c /tmp/ca.crt -k /tmp/ca.key -C "Joe User" -O \
      "My Company" -d /tmp -o joe_user
  
  This will create client.crt/key/pem in /tmp. Use this if your device supports
  a client certificate. Make sure that you have the ca.crt file set up as
  a tlscafile in the necessary Asterisk configs. Make backups of all .key files
  in case you need them later.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@292743  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								54ee79d254 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 292343 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
........
  r292343 | pabelanger | 2010-10-19 18:14:23 -0400 (Tue, 19 Oct 2010) | 2 lines
  
  Add resample and imap_tk dependencies.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@292345  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								00b274ef4d 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 290026 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
........
  r290026 | kpfleming | 2010-10-02 12:57:13 -0500 (Sat, 02 Oct 2010) | 6 lines
  
  Allow users to pass additional arguments to the Subversion command that
  obtains the MP-3 source code.
  
  (reported on IRC by jmls)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@290027  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								5f45148399 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 280742 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
........
  r280742 | russell | 2010-08-03 13:48:45 -0500 (Tue, 03 Aug 2010) | 4 lines
  
  Remove the MP3 decoder source code and replace it with a small shell script.
  
  Review: https://reviewboard.asterisk.org/r/836/ 
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@280743  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								83fe232b9f 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 280090 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.8 
................
  r280090 | lmadsen | 2010-07-28 08:52:50 -0500 (Wed, 28 Jul 2010) | 16 lines
  
  Merged revisions 280089 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2 
  
  ................
    r280089 | lmadsen | 2010-07-28 08:51:16 -0500 (Wed, 28 Jul 2010) | 9 lines
    
    Merged revisions 280088 via svnmerge from 
    https://origsvn.digium.com/svn/asterisk/branches/1.4 
    
    ........
      r280088 | lmadsen | 2010-07-28 08:50:38 -0500 (Wed, 28 Jul 2010) | 1 line
      
      Update help text to be less confusing.
    ........
  ................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@280091  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							15 years ago  
				
					
						
							
							
								 
						
							
							
								293bdffe70 
								
							
								 
							
						 
						
							
							
								
								Add a package to install_prereq.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@278096  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								9778856a03 
								
							
								 
							
						 
						
							
							
								
								Add lua5.1 to the handy dandy list of packages.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276616  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								9e51ba05d5 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 275909 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
  r275909 | tilghman | 2010-07-13 09:47:30 -0500 (Tue, 13 Jul 2010) | 2 lines
  
  Move SQL scripts into their own database-specific directories.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@275910  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								e5a3a2f1cd 
								
							
								 
							
						 
						
							
							
								
								Add example script for use with the externpasscheck voicemail.conf option.  
							
							... 
							
							
 
							
							(closes issue #17628 )
Reported by: lmadsen
Tested by: russell, lmadsen
Review: https://reviewboard.asterisk.org/r/774/ 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@275863  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								e370f7526f 
								
							
								 
							
						 
						
							
							
								
								Add libjack-dev to install_prereq.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269205  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								a6b951248b 
								
							
								 
							
						 
						
							
							
								
								Add libpopt-dev, libical-dev, and libspandsp-dev to install_prereq.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269204  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								edbb8560ca 
								
							
								 
							
						 
						
							
							
								
								Add libnewt-dev to install-prereq.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269203  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								7dd5497aa3 
								
							
								 
							
						 
						
							
							
								
								Add libopenais-dev to install_prereq.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269202  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								0837a7088b 
								
							
								 
							
						 
						
							
							
								
								Add an "install-unpackaged" command to install_prereq for installing unpackaged dependencies (such as NBS and libresample).  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269201  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								3716797dfa 
								
							
								 
							
						 
						
							
							
								
								Add libcurl to install_prereq.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269200  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								fe260aa203 
								
							
								 
							
						 
						
							
							
								
								Add freetds-dev to install_prereq.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269199  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								5ae67447b3 
								
							
								 
							
						 
						
							
							
								
								Add libradiusclient-ng-dev to install_prereq.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269198  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								7cccb2da6b 
								
							
								 
							
						 
						
							
							
								
								Add libbluetooth-dev to install_prereq.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269197  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								0c8c9bb1c7 
								
							
								 
							
						 
						
							
							
								
								Add libmysqlclient-dev to install_prereq.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269196  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								0ed7cf1240 
								
							
								 
							
						 
						
							
							
								
								Add libgtk2.0-dev to the packages list for install_prereq.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269187  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								b8ea6e7500 
								
							
								 
							
						 
						
							
							
								
								live_ast: add commands 'rsync' and 'gen-live-asterisk'  
							
							... 
							
							
 
							
							This adds the following two commands to live_ast:
* rsync [user]@host directory
  Copy over all generated files to <directory> at remote host.
  Would allow running live_ast there. Hence allows separating a build
  machine from a test machine.
* gen-live-asteris: regenerate live/asterisk . Useful if copying over
  files to a different directory.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@263250  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								f7a34c978e 
								
							
								 
							
						 
						
							
							
								
								Add missing 'useragent' field to sip-friends.sql file.  
							
							... 
							
							
 
							
							(closes issue #17171 )
Reported by: thehar
Patches: 
      sip-friends.patch uploaded by thehar (license 831)
Tested by: pabelanger, thehar
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258106  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								16774318f9 
								
							
								 
							
						 
						
							
							
								
								fix hyphen vs. minus in man pages  
							
							... 
							
							
 
							
							In troff '-' is used for a hyphen. A minus is denoted by '\-' . This is
normally also used for a dash.
This patch converts all '-'-s that are minuses or dashes to '\-'.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@256704  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								a165ccc10f 
								
							
								 
							
						 
						
							
							
								
								Work around a bug in dash on Ubuntu by checking the number of arguments before shift'ing.  
							
							... 
							
							
 
							
							Reported and tested by pabelanger.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@254976  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								fdef7e5deb 
								
							
								 
							
						 
						
							
							
								
								Update query should be an UPDATE, not a SELECT.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253758  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								957dfc8c6d 
								
							
								 
							
						 
						
							
							
								
								Return the list for later manipulation.  This fixes an issue with the update procedure.  
							
							... 
							
							
 
							
							Debugging with mmichelson.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253755  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								589c397065 
								
							
								 
							
						 
						
							
							
								
								Accomodate equal signs in DSNs and add documentation, based upon mmichelson's feedback.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253712  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								dcc85db7b6 
								
							
								 
							
						 
						
							
							
								
								Add the libvpb-dev package as a dependency.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245385  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								e438cffa36 
								
							
								 
							
						 
						
							
							
								
								Add more packages required for building Asterisk modules.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245383  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								3168cb379d 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 239307 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
  r239307 | tilghman | 2010-01-11 21:18:36 -0600 (Mon, 11 Jan 2010) | 8 lines
  
  Portability and other fixes for the safe_asterisk script
  (closes issue #16416 )
   Reported by: bklang
   Patches: 
         safe_asterisk-compat-1.patch uploaded by bklang (license 919)
         20100106__issue16416__trunk.diff.txt uploaded by tilghman (license 14)
   Tested by: bklang
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@239308  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								5050e04101 
								
							
								 
							
						 
						
							
							
								
								Schema file additions  
							
							... 
							
							
 
							
							* Added AsteriskDialplan, AsteriskAccount and AsteriskMailbox  objectClasses
  to allow standalone dialplan, account and mailbox entries (STRUCTURAL)
* Added new Fields:
- AstAccountLanguage, AstAccountTransport, AstAccountPromiscRedir,
- AstAccountAccountCode, AstAccountSetVar, AstAccountAllowOverlap,
- AstAccountVideoSupport, AstAccountIgnoreSDPVersion
* Removed redundant IPaddr (there's already IPAddress)
- Gives more configuration Flags for SIP-Users available (tested)
- Allows to create Asterisk Attributes in defined Asterisk ObjectClasses
  without extensibleObject (which really should be the last resort); gives
  also additional possibilities for LDAP-filter 
(closes issue #15874 )
Reported by: Medozas
Patches:
      asterisk.ldap-schema.patch uploaded by Medozas (license 41)
Tested by: Medozas, suretec
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@229050  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								1b147b0094 
								
							
								 
							
						 
						
							
							
								
								Make calltoken support work with realtime users and peers.  
							
							... 
							
							
 
							
							In the course of this, I also found that the results of ast_gethostbyname
were being used incorrectly in both chan_iax2 and chan_sip, so both have
been fixed.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@217916  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								1ede3c3ca6 
								
							
								 
							
						 
						
							
							
								
								live_ast: Fix asterisk.conf instead of regenerating it  
							
							... 
							
							
 
							
							* Don't write asterisk.conf from scratch. Fix the existing one.
* Pass extra 'make' command-line arguments to 'install' and 'samples'.
* Fix some extra typos.
closes issue #15019  .
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@217015  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								2dee355517 
								
							
								 
							
						 
						
							
							
								
								Fixed typo  
							
							... 
							
							
 
							
							(closes issue #15710 )
Reported by: suretec
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@212027  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								f2b9fc797d 
								
							
								 
							
						 
						
							
							
								
								Added three new attributes and applied a patch to res_config_ldap.c  
							
							... 
							
							
 
							
							attributetype ( AstAccountSubscribeContext
        NAME 'AstAccountSubscribeContext'
        DESC 'Asterisk subscribe context'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
attributetype ( AstAccountIpAddr
        NAME 'AstAccountIpAddr'
        DESC 'Asterisk aaccount IP address'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
attributetype ( AstAccountUserAgent
        NAME 'AstAccountUserAgent'
        DESC 'Asterisk account user context'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
and patch fix_empty_attributes_1.6.1.4_v2.patch 
(closes issue #13725 )
Reported by: macogeek
Patches:
      fix_empty_attributes_1.6.1.4_v2.patch uploaded by xvisor (license 863)
Tested by: suretec
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@211767  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								e9d22f802e 
								
							
								 
							
						 
						
							
							
								
								Rename 'canreinvite' option to 'directmedia', with backwards compatibility.  
							
							... 
							
							
 
							
							It is clear from multiple mailing list, forum, wiki and other sorts of posts
that users don't really understand the effects that the 'canreinvite' config
option actually has, and that in some cases they think that setting it to 'no'
will actually cause various other features (T.38, MOH, etc.) to not work properly,
when in fact this is not the case. This patch changes the proper name of the
option to what it should have been from the beginning ('directmedia'), but
preserves backwards compatibility for existing configurations.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@210190  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							16 years ago  
				
					
						
							
							
								 
						
							
							
								85c3b3e3b5 
								
							
								 
							
						 
						
							
							
								
								add OpenBSD to the install_prereq script  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@208886  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								7244366e7a 
								
							
								 
							
						 
						
							
							
								
								libxml2-dev is needed as well by default.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@208848  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								3ee2e7566f 
								
							
								 
							
						 
						
							
							
								
								use aptitude for debian based systems  
							
							... 
							
							
 
							
							The function to check wether we need to install packages was using
dpkg-query which was gives wrong output on Debian 5
Also, the apt-get has been replaced with aptitude because aptitude
is now the preferred way to handle packages on Debian
(closes issue #15570 )
Reported by: mvanbaak
Patches:
      2009072400_installprereq-aptitude.diff uploaded by mvanbaak (license 7)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@208542  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								b13740d1b1 
								
							
								 
							
						 
						
							
							
								
								Document all meetme realtime fields, and in the process, make some field lengths more consistent.  
							
							... 
							
							
 
							
							(closes issue #15493 )
 Reported by: lasko
 Patches: 
       meetme.diff uploaded by lasko (license 833)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@206567  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								469fb6b79a 
								
							
								 
							
						 
						
							
							
								
								Add information for new meetme realtime fields  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198626  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								f51bb019bb 
								
							
								 
							
						 
						
							
							
								
								Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197824  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								e9cb075d94 
								
							
								 
							
						 
						
							
							
								
								Added AstVoicemailContext  
							
							... 
							
							
 
							
							Added AstVoicemailContext
(closes issue #15155 )
Reported by: scramatte
Tested by: suretec
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197431  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								8fd3f6882e 
								
							
								 
							
						 
						
							
							
								
								New objectclass AsteriskVoiceMail and AstAccountCallLimit attribute  
							
							... 
							
							
 
							
							Added new ObjectClass AsteriskVoiceMail, and AstAccountCallLimit attribute 
and cleaned up formatting and tested with OpenLDAP
(closes issue #15155 )
Reported by: scramatte
Patches:
      asterisk.schema uploaded by scramatte (license 796)
Tested by: suretec
Review: [full review board URL with trailing slash]
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197409  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								a5fc03b683 
								
							
								 
							
						 
						
							
							
								
								closes issue  #15156  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197406  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								02401da266 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 196657 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
  r196657 | file | 2009-05-26 10:06:09 -0300 (Tue, 26 May 2009) | 7 lines
  
  Remove some bash specific stuff from safe_asterisk.
  
  (closes issue #10812 )
  Reported by: paravoid
  Patches:
        safe_asterisk_bashism.diff uploaded by tzafrir (license 46)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@196658  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								ba6dab1a1b 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 189849 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
  r189849 | mvanbaak | 2009-04-22 16:29:28 +0200 (Wed, 22 Apr 2009) | 12 lines
  
  replace sed with tr to remove \r from downloaded file
  
  On some systems, sed does not recognize \r in the pattern the way it
  was used here.
  Use tr instead because this works the same across systems.
  
  (closes issue #14936 )
  Reported by: leobrown
  Patches: 
        2009042201_14936.diff.txt uploaded by mvanbaak (license 7)
  	  Tested by: leobrown, mvanbaak
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@189850  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								92b20aa053 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 187763 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
  r187763 | tilghman | 2009-04-10 12:28:46 -0500 (Fri, 10 Apr 2009) | 2 lines
  
  Add lastms column to the contributed table designs
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@187764  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								5b497da128 
								
							
								 
							
						 
						
							
							
								
								set ASTVARRUNDIR=$(localstatedir)/run/asterisk as default path  
							
							... 
							
							
 
							
							When running asterisk as non-root and without this patch the pidfile wants
to go into /var/run/asterisk.pid. This directory is not writable for
the non-root user and changing permissions is not an option.
Putting it in /var/run/asterisk/asterisk.pid makes it possible
to set permissions on the /var/run/asterisk dir so everything
works as it should be.
Patched committed is based on pabelanger's patch.
(closes issue #13153 )
Reported by: pabelanger
Patches:
      2009012900_bug13153-nonrootscripts.diff.txt uploaded by mvanbaak (license 7)
Review: http://reviewboard.digium.com/r/139/ 
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@177852  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								898fd64528 
								
							
								 
							
						 
						
							
							
								
								The realtime_pgsql.sql script is missing a couple of fields.  
							
							... 
							
							
 
							
							closes issue #14339 )
Reported by: fiddur
Patches:
      realtime_pgsql.sql.diff uploaded by fiddur (license 678)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172271  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								c7f3a38ea3 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 168614 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
  r168614 | seanbright | 2009-01-14 15:52:00 -0500 (Wed, 14 Jan 2009) | 9 lines
  
  Update autosupport script to supply info for both Zaptel and DAHDI in 1.4 and
  be sure to run dahdi_test in 1.6.x and trunk instead of zttest.
  
  (closes issue #14132 )
  Reported by: dsedivec
  Patches:
        asterisk-1.4-autosupport.patch uploaded by dsedivec (license 638)
        asterisk-trunk-autosupport.patch uploaded by dsedivec (license 638)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168615  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								84a4f83020 
								
							
								 
							
						 
						
							
							
								
								Add a script to find out the correct settings for Asterisk behind NAT  
							
							... 
							
							
 
							
							(closes issue #13065 )
Reported by: tzafrir
Patches:
      sip_nat_settings uploaded by tzafrir (license 46)
      sip_nat_settings_6 uploaded by mvanbaak (license 7)
Tested by: tzafrir, pabelanger, Dovid and moi
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168265  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								d92e53a6f5 
								
							
								 
							
						 
						
							
							
								
								Oops... fix the fieldname I changed yesterday to be right.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167662  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								82af1445e7 
								
							
								 
							
						 
						
							
							
								
								Update the sip-friends.sql file to use the non-deprecated 'defaultname' instead of 'username' and remove an extra comma that would cause the script to fail as-is  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167373  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								326653d5e8 
								
							
								 
							
						 
						
							
							
								
								Set up umask as a possible configuration option.  
							
							... 
							
							
 
							
							(closes issue #13753 )
 Reported by: irroot
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@164798  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								5d67d461aa 
								
							
								 
							
						 
						
							
							
								
								Update autosupport script with a few changes.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@161830  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								154f9deed2 
								
							
								 
							
						 
						
							
							
								
								Clarify documentation, following merge of realtime_update2 branch  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@151762  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								e98ee36c0f 
								
							
								 
							
						 
						
							
							
								
								Add a contributed script for running Asterisk without installing it, first.  
							
							... 
							
							
 
							
							(closes issue #11680 )
 Reported by: tzafrir
 Patches: 
       live_ast_6 uploaded by tzafrir (license 46)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@151601  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								5797763dcf 
								
							
								 
							
						 
						
							
							
								
								use pkill instead of killall to be more portable  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@147266  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								803b6799de 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 145479 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
  r145479 | lmadsen | 2008-10-01 13:18:30 -0400 (Wed, 01 Oct 2008) | 6 lines
  
  Update the realtime_pgsql.sql script to create the setinterfacevar column.
  
  (closes issue #13549 )
  Reported by: fiddur
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@145487  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								13c3bfcbc8 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 143736 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r143736 | seanbright | 2008-09-19 20:50:10 -0400 (Fri, 19 Sep 2008) | 9 lines
Make vmail.cgi work with mailboxes defined in users.conf, too.
(closes issue #13187 )
Reported by: netvoice
Patches:
      20080911__bug13187.diff.txt uploaded by Corydon76 (license 14)
      (Slightly modified to take alchamist's comments on mantis into account)
Tested by: msales, alchamist, seanbright
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@143737  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								d1df7bfcfc 
								
							
								 
							
						 
						
							
							
								
								Make safe_asterisk work on dash/sh/bash etc.  
							
							... 
							
							
 
							
							(closes issue #13111 )
Reported by: pabelanger
Patches:
      2008071901_issue13111_safe_asterisk.diff uploaded by mvanbaak (license 7)
Tested by: mvanbaak, pabelanger
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135061  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								6291cd19bf 
								
							
								 
							
						 
						
							
							
								
								remove remaining Zaptel references in various places  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134086  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								865a126751 
								
							
								 
							
						 
						
							
							
								
								Update version  
							
							... 
							
							
 
							
							(closes issue #13163 )
 Reported by: suretec
 Patches: 
       asterisk.ldif uploaded by suretec (license 70)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@133902  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								46db155e92 
								
							
								 
							
						 
						
							
							
								
								Build the logrotate script according to paths  
							
							... 
							
							
 
							
							(Closes issue #13147 )
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@133400  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								70a0b7fcd1 
								
							
								 
							
						 
						
							
							
								
								Add logrotate script for Asterisk  
							
							... 
							
							
 
							
							(closes issue #13085 )
 Reported by: pabelanger
 Patches: 
       logrotate uploaded by pabelanger (license 224)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@132977  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								509fd1aff7 
								
							
								 
							
						 
						
							
							
								
								LDAP schema updates  
							
							... 
							
							
 
							
							(closes issue #12860 )
 Reported by: flyn
 Patches: 
       asterisk.ldif uploaded by suretec (license 70)
       asterisk.schema uploaded by suretec (license 70)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@128160  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								ed553a7c77 
								
							
								 
							
						 
						
							
							
								
								Separate multiple items encoded into a single field with ';'  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@126021  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								115ff1bb37 
								
							
								 
							
						 
						
							
							
								
								Don't hang if the command is blank  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125583  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								ef3b214728 
								
							
								 
							
						 
						
							
							
								
								Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@122234  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								99c2f1c9f7 
								
							
								 
							
						 
						
							
							
								
								Expand CDR uniqueid field to 150 chars, to account for maximum systemname.  
							
							... 
							
							
 
							
							(Closes issue #12831 )
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@121855  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								14b35dfb38 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 121596 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r121596 | seanbright | 2008-06-10 14:34:45 -0400 (Tue, 10 Jun 2008) | 6 lines
Fixes a problem with some buggy versions of GNU awk (3.1.3) not liking carriage returns in scripts.
(closes issue #12749 )
Reported by: alinux
Tested by: Laureano (on #asterisk-dev), juggie
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@121597  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								9471b87d27 
								
							
								 
							
						 
						
							
							
								
								Merge the adaptive realtime branch, which will make adding new required fields  
							
							... 
							
							
 
							
							to realtime less painful in the future.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@120789  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								fcc15d65b1 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 119301 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r119301 | mvanbaak | 2008-05-30 18:44:39 +0200 (Fri, 30 May 2008) | 14 lines
dont use a bashism way to check the $VERSION variable.
The rc/init.d scripts, and safe_asterisk work on normal sh now again.
Tested on:
OpenBSD 4.2 (me)
Debian etch (me)
Ubuntu Hardy (me and loloski)
FC9 (loloski)
(closes issue #12687 )
Reported by: loloski
Patches:
      20080529-12687-safe_asterisk-fixversion.diff.txt uploaded by mvanbaak (license 7)
	  Tested by: loloski, mvanbaak
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@119302  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								8722b3b5ae 
								
							
								 
							
						 
						
							
							
								
								Add a script which installs every package needed for a Debian install of  
							
							... 
							
							
 
							
							Asterisk, and includes possible support (to be contributed) for various other
distributions.
(closes issue #10523 )
 Reported by: tzafrir
 Patches: 
       install_prereq_2 uploaded by tzafrir (license 46)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115813  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								44bf50567f 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 115557 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r115557 | russell | 2008-05-08 10:37:49 -0500 (Thu, 08 May 2008) | 3 lines
remove postgres_cdr.sql, as the CDR schema is in realtime_pgsql.sql, as well
(closes issue #9676 )
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115558  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								7bab9e3710 
								
							
								 
							
						 
						
							
							
								
								Update typos in description fields  
							
							... 
							
							
 
							
							(closes issue #12598 )
 Reported by: suretec
 Patches: 
       asterisk_schema_changes.patch uploaded by suretec (license 70)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115509  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								a41572affc 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 115422 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r115422 | qwell | 2008-05-06 14:55:29 -0500 (Tue, 06 May 2008) | 15 lines
Merged revisions 115421 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r115421 | qwell | 2008-05-06 14:54:57 -0500 (Tue, 06 May 2008) | 7 lines
read requires an argument on some non-bash shells
(closes issue #12593 )
Reported by: bkruse
Patches:
      getilbc.sh_12593_v1.diff uploaded by bkruse (license 132)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115423  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								e01ada1ca7 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 115285 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r115285 | tilghman | 2008-05-04 22:22:25 -0500 (Sun, 04 May 2008) | 7 lines
When starting Asterisk, bug out if Asterisk is already running.
(closes issue #12525 )
 Reported by: explidous
 Patches: 
       20080428__bug12525.diff.txt uploaded by Corydon76 (license 14)
 Tested by: mvanbaak
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115286  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								17924115db 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 114823 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r114823 | kpfleming | 2008-04-29 07:53:12 -0500 (Tue, 29 Apr 2008) | 10 lines
Merged revisions 114822 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r114822 | kpfleming | 2008-04-29 07:52:32 -0500 (Tue, 29 Apr 2008) | 2 lines
stop script from appending source code if run multiple times
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114824  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								3376c2212c 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 114689 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r114689 | tilghman | 2008-04-26 08:15:21 -0500 (Sat, 26 Apr 2008) | 6 lines
Clicking forward without selecting a message leaves an errant .lock file.
(closes issue #12528 )
 Reported by: pukepail
 Patches: 
       patch.diff uploaded by pukepail (license 431)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114690  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								c2d0b572bf 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 114138 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r114138 | qwell | 2008-04-15 12:17:18 -0500 (Tue, 15 Apr 2008) | 7 lines
Update Digium autosupport script, for more useful information.
(closes issue #12452 )
Reported by: angler
Patches:
      autosupport.diff uploaded by angler (license 106)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114139  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								e7daf63fd8 
								
							
								 
							
						 
						
							
							
								
								Make tab-completion work for all cases  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114115  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								c716e8de53 
								
							
								 
							
						 
						
							
							
								
								Add tab command-line completion  
							
							... 
							
							
 
							
							(Closes issue #12428 )
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114098  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								954fea4d10 
								
							
								 
							
						 
						
							
							
								
								The hydra grows yet another head...  
							
							... 
							
							
 
							
							(closes issue #12401 )
 Reported by: davevg
 Patches: 
       astcli.diff2 uploaded by davevg (license 209)
 Tested by: davevg, Corydon76
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114042  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								e735c70ce1 
								
							
								 
							
						 
						
							
							
								
								Fix a small file handle "leak" pointed out by jjshoe on #asterisk.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@113838  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								03479bd418 
								
							
								 
							
						 
						
							
							
								
								Additional enhancements  
							
							... 
							
							
 
							
							(closes issue #12390 )
 Reported by: tzafrir
 Patches: 
       astcli_fixes.diff uploaded by tzafrir (license 46)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@113647  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								8e5dafab4d 
								
							
								 
							
						 
						
							
							
								
								Add commandline tool for doing CLI commands through AMI (instead of using asterisk -rx)  
							
							... 
							
							
 
							
							(closes issue #12389 )
 Reported by: davevg
 Patches: 
       astcli uploaded by davevg (license 209)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@113559  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								d2daba25f7 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 113399 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r113399 | tilghman | 2008-04-08 11:51:28 -0500 (Tue, 08 Apr 2008) | 6 lines
Add security note on astgenkey's manpage.
(closes issue #12373 )
 Reported by: lmamane
 Patches: 
       20080406__bug12373.diff.txt uploaded by Corydon76 (license 14)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@113400  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								352ca6584b 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 111129 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r111129 | file | 2008-03-26 16:55:08 -0300 (Wed, 26 Mar 2008) | 6 lines
Update autosupport script.
(closes issue #12310 )
Reported by: angler
Patches:
      autosupport.diff uploaded by angler (license 106)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@111130  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								13d8451459 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 111024 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r111024 | kpfleming | 2008-03-26 14:06:56 -0500 (Wed, 26 Mar 2008) | 10 lines
Merged revisions 111019 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r111019 | kpfleming | 2008-03-26 13:58:37 -0500 (Wed, 26 Mar 2008) | 2 lines
add a script to make getting the iLBC source code simple for end users
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@111025  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								b8fe71d8cb 
								
							
								 
							
						 
						
							
							
								
								Comment debug  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109680  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								f0096c713e 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 107877 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r107877 | tilghman | 2008-03-11 20:52:40 -0500 (Tue, 11 Mar 2008) | 2 lines
Document all of the possible realtime fields
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@107878  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								0b97554307 
								
							
								 
							
						 
						
							
							
								
								Add contributed script for separation of database access from Asterisk  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@107721  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								cfa0ec1f97 
								
							
								 
							
						 
						
							
							
								
								Add res_config_ldap for realtime LDAP engine.  
							
							... 
							
							
 
							
							(closes issue #5768 )
 Reported by: mguesdon
 Patches: 
       res_config_ldap-v0.7.tar.gz uploaded by mguesdon (license 121)
       res_ldap.conf.sample uploaded by suretec (license 70)
       asterisk-v3.1.4.ldif uploaded by suretec (license 70)
       asterisk-v3.1.4.schema uploaded by suretec (license 70)
 Tested by: oej, mguesdon, suretec, cthorner
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@99696  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								922de69e41 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 83316 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r83316 | russell | 2007-09-20 16:01:20 -0500 (Thu, 20 Sep 2007) | 3 lines
Change safe_asterisk to explicitly ask for /bin/bash, as it uses bashisms.
(closes issue #10772 , reported by culrich)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83317  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								cd9c418200 
								
							
								 
							
						 
						
							
							
								
								Incorporate the ability to log output of safe_asterisk to syslog (closes issue  #9882 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81744  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								aea8783546 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 81189 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r81189 | mmichelson | 2007-08-28 09:12:14 -0500 (Tue, 28 Aug 2007) | 5 lines
Fixes a forwarding problem when using res_config_mysql
(closes issue #10573 , reported by chrisvaughan, patch suggested by chrisvaughan as well)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81190  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							18 years ago  
				
					
						
							
							
								 
						
							
							
								134d16b3d3 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 77844 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r77844 | murf | 2007-07-31 14:59:10 -0600 (Tue, 31 Jul 2007) | 9 lines
Merged revisions 77842 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r77842 | murf | 2007-07-31 13:19:35 -0600 (Tue, 31 Jul 2007) | 1 line
This probably isn't super-general, but it's a first stab at using kill -11 to generate a core file instead of gcore.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77847  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								1a3f2c5605 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 70164 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r70164 | russell | 2007-06-19 19:03:22 -0500 (Tue, 19 Jun 2007) | 2 lines
don't delete the backtrace in ast_grab_core
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70234  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								3d6db3c4af 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 69744 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r69744 | tilghman | 2007-06-18 12:46:40 -0500 (Mon, 18 Jun 2007) | 10 lines
Merged revisions 69743 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r69743 | tilghman | 2007-06-18 12:45:15 -0500 (Mon, 18 Jun 2007) | 2 lines
Issue 9998 - Remove SIG prefix, since it's not supported by ksh
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69746  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								67f43ccce8 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 64759 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r64759 | russell | 2007-05-17 11:52:53 -0500 (Thu, 17 May 2007) | 3 lines
Remove script that is no longer functional since the build system was redone.
(issue #9340 , reported by junky)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64760  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								a4f5985b8c 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 63905 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r63905 | tilghman | 2007-05-11 11:35:51 -0500 (Fri, 11 May 2007) | 10 lines
Merged revisions 63903 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r63903 | tilghman | 2007-05-11 11:31:03 -0500 (Fri, 11 May 2007) | 2 lines
Issue 9121 - fixups for safe_asterisk script
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@63906  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								41f6554273 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 63403 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
........
r63403 | russell | 2007-05-08 10:10:37 -0500 (Tue, 08 May 2007) | 3 lines
Move realtime_pgsql.sql to contrib/scripts to be with the rest of the sql examples.
(issue #9676 , suretec)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@63404  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								c97add6954 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 51236 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.4 
................
r51236 | tilghman | 2007-01-18 11:49:41 -0600 (Thu, 18 Jan 2007) | 10 lines
Merged revisions 51235 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r51235 | tilghman | 2007-01-18 11:42:17 -0600 (Thu, 18 Jan 2007) | 2 lines
Document all the fields, including the indication that "uniqueid" should not be renamed.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51237  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								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 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								83ba545d8a 
								
							
								 
							
						 
						
							
							
								
								oops - somebody forgot to change this - long ago, probably.  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46341  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								590591c16e 
								
							
								 
							
						 
						
							
							
								
								Make a zttest of 20 seconds part of the autosupport script (issue  #7752  reported by kshumard)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40395  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								9301bbd3ab 
								
							
								 
							
						 
						
							
							
								
								add the ability to run an arbitrary command if asterisk crashes  
							
							... 
							
							
 
							
							(inspired by issue #7698 , which was res_segfault by anthm)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39636  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							19 years ago  
				
					
						
							
							
								 
						
							
							
								2af019970f 
								
							
								 
							
						 
						
							
							
								
								Merged revisions 21638 via svnmerge from  
							
							... 
							
							
 
							
							https://origsvn.digium.com/svn/asterisk/branches/1.2 
........
r21638 | kpfleming | 2006-04-19 16:10:41 -0500 (Wed, 19 Apr 2006) | 2 lines
support system-specific scripts in safe_asterisk, before starting Asterisk proper
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21639  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								bb92e0ec1f 
								
							
								 
							
						 
						
							
							
								
								Bug 5702 - Realtime patch for meetme  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12232  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								3e73dcfa2c 
								
							
								 
							
						 
						
							
							
								
								Make sure safe_asterisk retains previous script defaults  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8587  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								1bb29aa0cd 
								
							
								 
							
						 
						
							
							
								
								Updates from royk to safe_asterisk ( #5207 ) Thanks!  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8582  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								e57c15deee 
								
							
								 
							
						 
						
							
							
								
								Small typo fix  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7785  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								aa2def927f 
								
							
								 
							
						 
						
							
							
								
								add script for simple 'no-brainer' restarts of safe_asterisk (issue  #5139 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7748  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								2c65582b66 
								
							
								 
							
						 
						
							
							
								
								remove extraneous svn:executable properties  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7221  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								ccc121825f 
								
							
								 
							
						 
						
							
							
								
								protect web form parameters against malicious input  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6896  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								63ad336bbf 
								
							
								 
							
						 
						
							
							
								
								Add lookup script for people without CIDNAME plus rich variables...  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6455  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							20 years ago  
				
					
						
							
							
								 
						
							
							
								079b24c53c 
								
							
								 
							
						 
						
							
							
								
								Build safe_asterisk script substituting the proper path in (bug  #4952 , patch not used)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6327  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								57fcfceddf 
								
							
								 
							
						 
						
							
							
								
								This script is now useless...  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6256  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								349a64ef8f 
								
							
								 
							
						 
						
							
							
								
								add path-locking to voicemail CGI app (bug  #4304 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6055  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								8f8d190b46 
								
							
								 
							
						 
						
							
							
								
								add man pages for autosupport and safe_asterisk scripts (bug  #4642 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6026  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								253377c208 
								
							
								 
							
						 
						
							
							
								
								use proper shebang line in autosupport script, at proper location (bug  #4640 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6021  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								6bf31cae9e 
								
							
								 
							
						 
						
							
							
								
								add man pages (bug  #4515 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5999  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								99f890b746 
								
							
								 
							
						 
						
							
							
								
								add script for grabbing core dump from running Asterisk process (bug  #4174 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5671  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								8fa566e5ed 
								
							
								 
							
						 
						
							
							
								
								Add load tester (bug  #3870 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5280  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								5dc4b018a4 
								
							
								 
							
						 
						
							
							
								
								updates from angler  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5169  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								c1becf7fe5 
								
							
								 
							
						 
						
							
							
								
								Fix paths in astxs (bug  #3466 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4933  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								155af741e5 
								
							
								 
							
						 
						
							
							
								
								Merge john's autosupport updates  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4873  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								9fc931366e 
								
							
								 
							
						 
						
							
							
								
								Add John's autosupport script  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4858  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								414430d775 
								
							
								 
							
						 
						
							
							
								
								update astxs (small tweak)  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4527  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								50da413b63 
								
							
								 
							
						 
						
							
							
								
								Specify hostname if there is a crash (bug  #2958 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4364  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								6d8ef68057 
								
							
								 
							
						 
						
							
							
								
								Merge manager action and example (bug  #2701 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4363  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								798e1fde9a 
								
							
								 
							
						 
						
							
							
								
								Fix managerproxy (bug  #2506 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4149  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								a872c59003 
								
							
								 
							
						 
						
							
							
								
								vmail.cgi updates (bug  #2686 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4140  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								9efbc46301 
								
							
								 
							
						 
						
							
							
								
								Add manager proxy (bug  #2506 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4102  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								ef2cd744cf 
								
							
								 
							
						 
						
							
							
								
								Support both MySQL and traditional mailboxes in vmail.cgi (bug  #2297 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3781  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								f5b1c6c27e 
								
							
								 
							
						 
						
							
							
								
								Update astgenkey to make empty ones too  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3780  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								dc542971df 
								
							
								 
							
						 
						
							
							
								
								Allow "-" in password to make it unchangable (bug  #2386 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3729  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								7ede296efd 
								
							
								 
							
						 
						
							
							
								
								fix a bug in some small changes to astxs utility  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3656  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								0ffa958fc4 
								
							
								 
							
						 
						
							
							
								
								some small changes to astxs utility  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3651  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							21 years ago  
				
					
						
							
							
								 
						
							
							
								eb718e597d 
								
							
								 
							
						 
						
							
							
								
								Let safe_asterisk take arguments (bug  #2085 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3511  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								fd9b6d13e6 
								
							
								 
							
						 
						
							
							
								
								Trivial fix for README.messages-expire  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3387  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								45ee2978cd 
								
							
								 
							
						 
						
							
							
								
								Update messages-expire script  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3275  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								1feaac6a54 
								
							
								 
							
						 
						
							
							
								
								Allow defining a default context (bug  #1658 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2984  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								489656458f 
								
							
								 
							
						 
						
							
							
								
								update astxs to default /usr/src/asterisk  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2829  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								6f9df58afe 
								
							
								 
							
						 
						
							
							
								
								Bug # 1503: Add Peter's fix to include "accountcode" support to MySQL based IAX-Friends  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2823  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								66498eee0b 
								
							
								 
							
						 
						
							
							
								
								update astxs utility to allow auto load/unload and url compile  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2822  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								882411586a 
								
							
								 
							
						 
						
							
							
								
								Add Peter's SQL complaint script (bug  #1482 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2795  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								5385ca0a0e 
								
							
								 
							
						 
						
							
							
								
								applied final release of bug 1353 per Mark's permission  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2782  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								6b55f06a23 
								
							
								 
							
						 
						
							
							
								
								vmail.cgi updates  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2776  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								1498cc552f 
								
							
								 
							
						 
						
							
							
								
								Make primary key context and voicemailbox and make the file easier on  
							
							... 
							
							
 
							
							the eyes (bug 1208)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2492  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								3a2f0750cb 
								
							
								 
							
						 
						
							
							
								
								Fix safe_asterisk script  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2410  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								6724dd1597 
								
							
								 
							
						 
						
							
							
								
								Improve SIP friends support (should address bugs  #1063  &  #1052 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2202  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								39f0e4b207 
								
							
								 
							
						 
						
							
							
								
								Add tables for iax and sip friends (bug  #913 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2076  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								78e57f29bc 
								
							
								 
							
						 
						
							
							
								
								Move qview to the right place  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2074  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								929f24602e 
								
							
								 
							
						 
						
							
							
								
								Add userfield to schema. Bug  #833  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2027  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								548860bce0 
								
							
								 
							
						 
						
							
							
								
								Fix error when forwarding voicemail. Bug  #682  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1927  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								5b13ea0278 
								
							
								 
							
						 
						
							
							
								
								Fix SQL description for longer channels  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1815  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								6d32c64100 
								
							
								 
							
						 
						
							
							
								
								Update addmailbox script (bug  #404 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1773  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								adb1122f72 
								
							
								 
							
						 
						
							
							
								
								Add message expiry from cron (bug  #388 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1652  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								274ce67572 
								
							
								 
							
						 
						
							
							
								
								Add contributed postgreSQL schema for CDR (bug  #381 )  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1628  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							22 years ago  
				
					
						
							
							
								 
						
							
							
								bca487f709 
								
							
								 
							
						 
						
							
							
								
								Add flags column so that we can exclude some records from being published in the output file  
							
							... 
							
							
 
							
							git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1326  65c4cc65-6c06-0410-ace0-fbb531ad65f3 
							
						 
						
							23 years ago