226 Commits

Author SHA1 Message Date
Ken Rice
7a147e4762 Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
William King
7a6a310727 Fix lintian reported issue with version number ending with 0. As per: Debian Developer's Reference section 5.11.2 2012-04-19 22:28:43 -07:00
William King
ba316fcd46 oops. 1.1.head is a newer version compared to 1.1.beta2 2012-04-19 22:02:26 -07:00
William King
1303c832f3 Fix a bash variable default assignment issue when variable is missing. Also remove unneeded verbosity from the tar extraction. 2012-04-19 20:37:17 -07:00
William King
735e96a266 Adding sample script for local debian package building. 2012-04-19 19:46:11 -07:00
William King
616004cb7c Fix debsrcbuilder.sh script, and add option in src_tarball script to allow for alternate tmp directory location. 2012-04-19 19:46:10 -07:00
William King
d367e2a0d5 the debian version info now fixed to prevent newer source packages from overwriting still needed orig files. 2012-04-18 13:03:52 -07:00
William King
9c42ff7749 typo in the ci script. 2012-04-18 12:10:25 -07:00
William King
e10692544b Fix a problem with the source tarball where it was being replaced out from under the packaging system. 2012-04-18 11:33:15 -07:00
Ken Rice
4f10c4135c ci/centos: add erlang module support files 2012-03-24 05:15:11 +00:00
William King
29426bc23e ci: add debian source package building script 2012-03-24 05:15:11 +00:00
Ken Rice
3b4023c6d3 ci: add continuous integration helper scripts 2012-03-24 05:04:41 +00:00
Travis Cross
37d6c8556c add zrtp_proxy_media.lua script to intelligently enable proxy_media mode
The logic in this script enables ZRTP sessions to negotiate end-to-end
security associations, which is desirable whether or not the switch
natively supports ZRTP itself.

See the documentation in the header of the script for instructions on
enabling this behavior.
2012-03-06 22:38:44 +00:00
Brian West
2ec02e5445 FS-3890 2012-03-01 13:22:52 -06:00
Travis Cross
803d25c45c Add ability to sign releases with tagscript 2012-02-24 22:02:12 +00:00
Brian West
faf40311c6 FS-3777: --resolve 2011-12-22 13:58:25 -06:00
Jeff Lenk
918d97becd FS-3598 --resolve 2011-10-13 10:51:34 -05:00
Anthony Minessale
915b96ea8a update 2011-10-06 09:47:39 -05:00
Anthony Minessale
7d6747c9ef update 2011-10-05 13:55:20 -05:00
Michael S Collins
1a71dbf267 Add sound_test.lua utility script (lets you listen to all the sound files in a particular rate/type combo 2011-05-09 16:36:35 -07:00
Brian West
24bd230274 Merge branch 'Perl-FreeSWITCH-sendmsg-fix' of git://scm.dashjr.org/var/scmroot/git/freeswitch 2011-03-10 10:27:10 -06:00
Luke Dashjr
189d81a1b2 Bugfix: FreeSWITCH::Client::sendmsg was returning the first FSES packet it received, which caused a race condition when an event was in transit; now it waits for Content-Type: command/reply 2011-03-08 16:50:35 -06:00
Michael S Collins
5e6123ef5f Add randomize-passwords.pl script to main tree 2011-02-17 11:53:59 -08:00
Brian West
22c05ad542 fixes from tony 2011-01-27 09:41:28 -06:00
Brian West
3734f4cd44 bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
Michael S Collins
ec8f2c2bc2 scripts: add_user - cmd line utility that lets admin create new users very easily. 2010-11-22 22:00:36 -08:00
Michael S Collins
c74573cb16 Strip whitespace from IP addresses in blacklist 2010-11-19 11:42:15 -08:00
Michael S Collins
b004916036 Do at least *SOME* verification to make sure that we are getting an IP address in the blacklist list 2010-11-19 10:54:39 -08:00
Brian West
c12f81cd0f Use the right variable 2010-11-12 13:50:12 -06:00
Brian West
23f71563fb doh backwards 2010-09-30 10:23:48 -05:00
Brian West
b6a81ba7fd http://www.infiltrated.net/voipabuse/ 2010-09-27 21:36:02 -05:00
Michael Jerris
b8ec015209 change to more typical path 2010-08-05 19:53:14 -04:00
Travis Cross
0780e04511 Enhanced the self-documentation in git setup. 2010-04-15 22:25:22 +00:00
Travis Cross
3b83541f79 Clarify the syntax for git merge. 2010-04-08 19:49:49 +00:00
Travis Cross
5c668de704 Added a script to help committers configure git properly. 2010-04-08 19:40:53 +00:00
Anthony Minessale
7095887bad update 2010-04-07 01:44:56 -05:00
Travis Cross
d2ca27259a Added a script to validate our .gitignore. 2010-04-06 20:03:57 +00:00
Travis Cross
e4add917fb In release tagging, separate the tar and compression stages. 2010-04-02 16:15:04 +00:00
Michael Jerris
14226d2d94 we don't always have this 2010-04-02 02:08:53 -04:00
Michael Jerris
8e76877a26 update makefile and version generation to work with git working copy too 2010-04-02 00:07:02 -04:00
Travis Cross
5f29a839c4 Leave SWITCH_VERSION_REVISION alone in the tagging script unless it is explicitly specified. 2010-04-01 21:33:11 +00:00
Travis Cross
a647f768d5 Improved the post-tagging push instructions on the release tagging script. 2010-04-01 21:23:56 +00:00
Travis Cross
91feec300e Added a reminder to 'git push' after tagging a release. 2010-03-30 18:52:40 +00:00
Travis Cross
23d3205c36 Produce an xz (lzma) bundle when doing a release. 2010-03-30 18:41:16 +00:00
Travis Cross
5f3b27da3f Removed an obsolete release tagging script. 2010-03-30 18:41:16 +00:00
Travis Cross
54e48da7be Rewrote the release tagging script so as to work usefully with git. 2010-03-30 18:41:16 +00:00
Brian West
0aeb564dd4 simple address book dialer for use with Mac OS X Address Book using xml_rpc to issue the request to your web server... the rest is up to you
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17063 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-22 01:16:35 +00:00
Brian West
a100b63d43 commit changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16899 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-04 17:19:12 +00:00
Brian West
4d3dac5b52 FSBUILD-249
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16744 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-23 22:56:54 +00:00
Brian West
e00dd514c6 fix path
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16444 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-22 00:31:43 +00:00