aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2011-02-10Merged revisions 307535 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ................ r307535 | qwell | 2011-02-10 16:35:49 -0600 (Thu, 10 Feb 2011) | 15 lines Merged revisions 307534 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r307534 | qwell | 2011-02-10 16:33:09 -0600 (Thu, 10 Feb 2011) | 8 lines Remove color when executing commands via a remote console. Essentially this makes '-x' imply '-n' on rasterisk. This was done in a different and incomplete way previously, which I'm reverting here. (issue #18776) Reported by: alecdavis ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@307536 f38db490-d61c-443f-a65b-d21fe96a405b
2011-02-09Disable color during running testlathama1-1/+1
(closes issue #18776) Reported by: alecdavis Patches: ast_deb_init.diff uploaded by lathama (license 1028) Tested by: andrel, lathama git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@307314 f38db490-d61c-443f-a65b-d21fe96a405b
2011-01-19Add binutils-dev for BETTER_BACKTRACESpabelanger1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@302831 f38db490-d61c-443f-a65b-d21fe96a405b
2011-01-04Merged revisions 300429 via svnmerge from russell2-227/+517
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: http://svn.digium.com/svn/asterisk/branches/1.8@300430 f38db490-d61c-443f-a65b-d21fe96a405b
2010-12-17-v implies -f, so override with -F.tilghman1-0/+2
(closes issue #18446) Reported by: lathama Patches: rc.debian.asterisk.diff uploaded by lathama (license 1028) Tested by: lathama git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@298827 f38db490-d61c-443f-a65b-d21fe96a405b
2010-12-07Merged revisions 297819 via svnmerge from tilghman2-3/+36
https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ................ r297819 | tilghman | 2010-12-07 16:40:45 -0600 (Tue, 07 Dec 2010) | 11 lines Merged revisions 297818 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r297818 | tilghman | 2010-12-07 16:35:50 -0600 (Tue, 07 Dec 2010) | 4 lines Use non-deprecated APIs for CoreAudio Review: https://reviewboard.asterisk.org/r/1040/ ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@297821 f38db490-d61c-443f-a65b-d21fe96a405b
2010-11-18Add RedHat specific dependenciespabelanger1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@295404 f38db490-d61c-443f-a65b-d21fe96a405b
2010-11-05Corret spelling and exampletwilson1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@294049 f38db490-d61c-443f-a65b-d21fe96a405b
2010-11-05Tell people to use the correct common name for clients as welltwilson1-5/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@294047 f38db490-d61c-443f-a65b-d21fe96a405b
2010-10-22Don't create directories without at least o+xtwilson1-2/+2
Also, making files that you are going to modify read-only is dumb. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@292825 f38db490-d61c-443f-a65b-d21fe96a405b
2010-10-22Make files readable only by the ownertwilson1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@292794 f38db490-d61c-443f-a65b-d21fe96a405b
2010-10-22Merged revisions 292786 via svnmerge from lmadsen1-36/+135
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: http://svn.digium.com/svn/asterisk/branches/1.8@292787 f38db490-d61c-443f-a65b-d21fe96a405b
2010-10-22Add TLS cert helper scripttwilson1-0/+186
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: http://svn.digium.com/svn/asterisk/branches/1.8@292740 f38db490-d61c-443f-a65b-d21fe96a405b
2010-10-21Fix typo in SUSE init script.pabelanger1-1/+1
Reported by: Dave Cotton on asterisk-users list. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@292628 f38db490-d61c-443f-a65b-d21fe96a405b
2010-10-19Add resample and imap_tk dependencies.pabelanger1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@292343 f38db490-d61c-443f-a65b-d21fe96a405b
2010-10-02Allow users to pass additional arguments to the Subversion command thatkpfleming1-1/+1
obtains the MP-3 source code. (reported on IRC by jmls) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@290026 f38db490-d61c-443f-a65b-d21fe96a405b
2010-09-16Don't fail when running the Debian init script directly (as one would ↵qwell1-1/+1
normally do). readlink apparently returns 1 when the arg isn't a symlink, which caused the script to exit. (closes issue #17910) Reported by: wurstsalat git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@287195 f38db490-d61c-443f-a65b-d21fe96a405b
2010-09-14Merged revisions 286587 via svnmerge from tilghman2-0/+58
https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r286587 | tilghman | 2010-09-14 00:06:05 -0500 (Tue, 14 Sep 2010) | 2 lines Add documentation on missing backend tables for Voicemail ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@286588 f38db490-d61c-443f-a65b-d21fe96a405b
2010-08-03Remove the MP3 decoder source code and replace it with a small shell script.russell1-0/+14
Review: https://reviewboard.asterisk.org/r/836/ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@280742 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-28Merged revisions 280089 via svnmerge from lmadsen1-1/+1
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: http://svn.digium.com/svn/asterisk/branches/1.8@280090 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-20Separate queue_log arguments into separate fields, and allow the text file ↵tilghman1-0/+24
to be used, even when realtime is used. (closes issue #17082) Reported by: coolmig Patches: 20100720__issue17082.diff.txt uploaded by tilghman (license 14) Tested by: coolmig git-svn-id: http://svn.digium.com/svn/asterisk/trunk@278307 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-20Add a package to install_prereq.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@278096 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-16Add documentation for MOH realtime fieldstilghman1-0/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@277452 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-16Allow ipaddress to contain the maximum IPv6 address.tilghman4-4/+13
Also, update meetme to the full list of supported fields. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@276869 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-15Add lua5.1 to the handy dandy list of packages.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@276616 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-13Merged revisions 275909 via svnmerge from tilghman6-41/+17
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: http://svn.digium.com/svn/asterisk/trunk@275910 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-13Add example script for use with the externpasscheck voicemail.conf option.russell1-0/+65
(closes issue #17628) Reported by: lmadsen Tested by: russell, lmadsen Review: https://reviewboard.asterisk.org/r/774/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@275863 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-21add speex 16khz sample frame so codec cost can be calculateddvossel1-1/+1
(closes issue #17534) Reported by: fabled Patches: speex-wb-sample.diff uploaded by fabled (license 448) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@271625 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-09Merged revisions 269334 via svnmerge from pabelanger1-8/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r269334 | pabelanger | 2010-06-09 13:24:53 -0400 (Wed, 09 Jun 2010) | 12 lines Fix Debian init script to not use -c. When using the init script as-is currently, it could cause issues on Debian such as high CPU usage. This fix has worked for several people so I'm implementing the change. We now handle color displays properly. (closes issue #16784) Reported by: pabelanger Patches: 20100530__issue16784__2.diff.txt uploaded by tilghman (license 14) Tested by: pabelanger, tilghman ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269346 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-09Add libjack-dev to install_prereq.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269205 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-09Add libpopt-dev, libical-dev, and libspandsp-dev to install_prereq.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269204 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-09Add libnewt-dev to install-prereq.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269203 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-09Add libopenais-dev to install_prereq.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269202 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-09Add an "install-unpackaged" command to install_prereq for installing ↵russell1-3/+22
unpackaged dependencies (such as NBS and libresample). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269201 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-09Add libcurl to install_prereq.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269200 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-09Add freetds-dev to install_prereq.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269199 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-09Add libradiusclient-ng-dev to install_prereq.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269198 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-09Add libbluetooth-dev to install_prereq.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269197 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-09Add libmysqlclient-dev to install_prereq.russell1-5/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269196 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-09Add libgtk2.0-dev to the packages list for install_prereq.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@269187 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-06Take advantage of variable substitution already in the Makefile to specify ↵tilghman1-3/+3
the correct location for files in init.d. (closes issue #16979) Reported by: jw-asterisk (issue #15691) Reported by: itamarjp git-svn-id: http://svn.digium.com/svn/asterisk/trunk@268534 f38db490-d61c-443f-a65b-d21fe96a405b
2010-05-30Merged revisions 266437 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r266437 | tilghman | 2010-05-29 23:43:28 -0500 (Sat, 29 May 2010) | 2 lines Reverting patch and reopening issue #16784, as patch breaks color display. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@266438 f38db490-d61c-443f-a65b-d21fe96a405b
2010-05-16live_ast: add commands 'rsync' and 'gen-live-asterisk'tzafrir1-6/+27
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: http://svn.digium.com/svn/asterisk/trunk@263250 f38db490-d61c-443f-a65b-d21fe96a405b
2010-04-27Add missing file (pointed out by TheDavidFactor on #asterisk-dev) referenced ↵tilghman1-0/+42
by revision 239231. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@259189 f38db490-d61c-443f-a65b-d21fe96a405b
2010-04-26Line 24 missed in compatibility fix in revision 233577diruggles1-1/+1
added a "fun:" prefix line 24 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@258974 f38db490-d61c-443f-a65b-d21fe96a405b
2010-04-20Add missing 'useragent' field to sip-friends.sql file.lmadsen1-0/+1
(closes issue #17171) Reported by: thehar Patches: sip-friends.patch uploaded by thehar (license 831) Tested by: pabelanger, thehar git-svn-id: http://svn.digium.com/svn/asterisk/trunk@258106 f38db490-d61c-443f-a65b-d21fe96a405b
2010-04-10fix hyphen vs. minus in man pagestzafrir3-11/+10
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: http://svn.digium.com/svn/asterisk/trunk@256704 f38db490-d61c-443f-a65b-d21fe96a405b
2010-03-26Work around a bug in dash on Ubuntu by checking the number of arguments ↵seanbright1-1/+3
before shift'ing. Reported and tested by pabelanger. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@254976 f38db490-d61c-443f-a65b-d21fe96a405b
2010-03-22Update query should be an UPDATE, not a SELECT.tilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@253758 f38db490-d61c-443f-a65b-d21fe96a405b
2010-03-22Return the list for later manipulation. This fixes an issue with the update ↵tilghman1-1/+1
procedure. Debugging with mmichelson. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@253755 f38db490-d61c-443f-a65b-d21fe96a405b