echo ; echo ; \
echo "*****************************************************************************************************" ; \
echo "You cannot update a release tarball without a git tree. Please clone FreeSWITCH as so: " ; \
- echo " git clone https://stash.freeswitch.org/scm/fs/freeswitch.git " ; \
+ echo " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git " ; \
echo "*****************************************************************************************************" ; \
echo ; echo ; \
exit 1; \
@echo " + Additional resources: +"
@echo " + ---------------------------------- +"
@echo " + https://www.freeswitch.org +"
- @echo " + https://confluence.freeswitch.org +"
- @echo " + https://jira.freeswitch.org +"
+ @echo " + https://freeswitch.org/confluence +"
+ @echo " + https://freeswitch.org/jira +"
@echo " + http://lists.freeswitch.org +"
@echo " + +"
@echo " + irc.freenode.net / #freeswitch +"
LIBTOOL_MAJOR_VERSION="`sed -n -e '/^VERSION/{s/^.*=\"\{0,1\}\([[0-9]]\{1,\}\)\..*/\1/;p;}' ${switch_srcdir}/build/config/ltmain.sh`"
fi
if test -z "$LIBTOOL_MAJOR_VERSION" ; then
- AC_MSG_ERROR([Failed to detect your libtool version, please open a bug report on http://jira.freeswitch.org/])
+ AC_MSG_ERROR([Failed to detect your libtool version, please open a bug report on https://freeswitch.org/jira])
fi
AC_MSG_RESULT([${LIBTOOL_MAJOR_VERSION}])
debian/copyright.
Current maintainer: Travis Cross <tc@traviscross.com>
-Bug reports: http://jira.freeswitch.org/ (assign to maintainer)
+Bug reports: https://freeswitch.org/jira (assign to maintainer)
Security related bug reports: [email to maintainer]
# Acknowledgments
aptitude update && aptitude install -y git
mkdir -p /usr/src/freeswitch
- git clone https://stash.freeswitch.org/scm/fs/freeswitch.git /usr/src/freeswitch/src
+ git clone https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch/src
cd /usr/src/freeswitch/src
Ensuring you have a clean build directory
# module build-depends
$(debian_wrap "${mod_build_depends}")
Standards-Version: 3.9.3
-Homepage: http://freeswitch.org/
-Vcs-Git: https://stash.freeswitch.org/scm/fs/freeswitch.git
-Vcs-Browser: https://stash.freeswitch.org/projects/FS/repos/freeswitch/browse
+Homepage: https://freeswitch.org/
+Vcs-Git: https://freeswitch.org/stash/scm/fs/freeswitch.git
+Vcs-Browser: https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse
EOF
}
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: freeswitch
-Source: http://freeswitch.org/
+Source: https://freeswitch.org/
Files: *
Copyright: 2005-2014 Anthony Minessale II <anthm@freeswitch.org>
mod_blacklist: Resource leak fixes, config checks and add help output for api interface (r:41abb3e6)\r
mod_blacklist: add ability to dump a list back to it's text file (r:1d5f5ec7)\r
mod_blacklist: fix broken dump/save (r:abc5d7cd/FS-3617)\r
- mod_callcenter: Initial commit of the mod_callcenter application. This module is in it early state of developpement. You can see documentation on the wiki at : <a href="http://wiki.freeswitch.org/wiki/Mod_callcenter">http://wiki.freeswitch.org/wiki/Mod_callcenter</a> For support/comments, please use <a href="http://jira.freeswitch.org/">http://jira.freeswitch.org/</a> and select the MOD CALLCENTER module. (r:ba09b96d)\r
+ mod_callcenter: Initial commit of the mod_callcenter application. This module is in it early state of developpement. You can see documentation on the wiki at : <a href="http://wiki.freeswitch.org/wiki/Mod_callcenter">http://wiki.freeswitch.org/wiki/Mod_callcenter</a> For support/comments, please use <a href="https://freeswitch.org/jira">https://freeswitch.org/jira</a> and select the MOD CALLCENTER module. (r:ba09b96d)\r
mod_callcenter: Add ability to unload/reload/load a queue setting (You still need to reloadxml before). Note that joining a queue will check for it in the config and load it on the fly... I've used the same system as in mod_voicemail. Not sure if we should allow this, but just comment it out of the config before unload and it wont be available anymore (r:3eafca60)\r
mod_callcenter: Try to fix the ring-all, also add cli auto complete done in previous commit (r:1666783c)\r
mod_callcenter: Add missing odbc db support (Not tested, please someone test this) (r:42436e27)\r
chromium https://freeswitch.org/confluence/display/FREESWITCH/Pull+Requests
# add your repository as a remote (change to your username)
- git remote add stash ssh://git@stash.freeswitch.org:7999/~johndoe/freeswitch.git
+ git remote add stash ssh://git@freeswitch.org:7999/~johndoe/freeswitch.git
# push your changes to a branch
git push stash +HEAD:myfeature
How can you contribute?
You can contribute via patches posted to the mailing list or at
-http://jira.freeswitch.org, if possible please record the sound files
+https://freeswitch.org/jira, if possible please record the sound files
for testing. We also need voicemail_xx.xml macros updated for each language.
Thanks,
* and use the resulting source code and executable binaries
* (including modified versions of each) under the Mozilla Public
* License Version 1.1 (MPLv1.1). For more information about
- * FreeSWITCH, visit: http://freeswitch.org/
+ * FreeSWITCH, visit: https://freeswitch.org/
*
* As a restatement of the above, you may use, modify, and
* redistribute this library as if it were licensed under the MPLv1.1
* and use the resulting source code and executable binaries
* (including modified versions of each) under the Mozilla Public
* License Version 1.1 (MPLv1.1). For more information about
- * FreeSWITCH, visit: http://freeswitch.org/
+ * FreeSWITCH, visit: https://freeswitch.org/
*
* As a restatement of the above, you may use, modify, and
* redistribute this library as if it were licensed under the MPLv1.1
if [ ! -d "$basedir/../freeswitch-sounds" ]; then
cd $basedir/..
- git clone https://stash.freeswitch.org/scm/fs/freeswitch-sounds.git
+ git clone https://freeswitch.org/stash/scm/fs/freeswitch-sounds.git
else
cd $basedir/../freeswitch-sounds
git clean -fdx
if [ ! -d "$basedir/../freeswitch-sounds" ]; then
cd $basedir/..
- git clone https://stash.freeswitch.org/scm/fs/freeswitch-sounds.git
+ git clone https://freeswitch.org/stash/scm/fs/freeswitch-sounds.git
else
cd $basedir/../freeswitch-sounds
git clean -fdx
if [ ! -d "$basedir/../freeswitch-sounds" ]; then
cd $basedir/..
- git clone https://stash.freeswitch.org/scm/fs/freeswitch-sounds.git
+ git clone https://freeswitch.org/stash/scm/fs/freeswitch-sounds.git
else
cd $basedir/../freeswitch-sounds
git clean -fdx
if [ ! -d "$basedir/../freeswitch-sounds" ]; then
cd $basedir/..
- git clone https://stash.freeswitch.org/scm/fs/freeswitch-sounds.git
+ git clone https://freeswitch.org/stash/scm/fs/freeswitch-sounds.git
else
cd $basedir/../freeswitch-sounds
git pull
if [ ! -d "$basedir/../freeswitch-sounds" ]; then
cd $basedir/..
- git clone https://stash.freeswitch.org/scm/fs/freeswitch-sounds.git
+ git clone https://freeswitch.org/stash/scm/fs/freeswitch-sounds.git
else
cd $basedir/../freeswitch-sounds
git clean -fdx
printf("by Giovanni Maruzzelli\n");
printf("\n");
printf("Please direct all questions or issues to the FreeSWITCH mailing list or Jira\n");
-printf("(http://lists.freeswitch.org/mailman/listinfo or http://jira.freeswitch.org)\n");
+printf("(http://lists.freeswitch.org/mailman/listinfo or https://freeswitch.org/jira)\n");
printf("\n");
printf("\n");
printf("I'll ask you questions, giving default answers in square brackets [] if any\n");
Moduł bazuje na mod_say_en. Aktualnie nie jest jeszcze kompletny,
tym nie mniej pozwala na czytanie liczb czy dat/czasu. Liczę na
Wasze wsparcie w zakresie testowania modułu, sugestii, łat, etc.
-na http://jira.freeswitch.org/.
+na https://freeswitch.org/jira.
Setting the stack size on FreeBSD results in an instant crash.
If anyone knows how to fix this,
- feel free to submit a patch to http://jira.freeswitch.org
+ feel free to submit a patch to https://freeswitch.org/jira
*/
#ifndef __FreeBSD__
return catfile($tmp);
}
- my $cmd = "wget -q http://jira.freeswitch.org/si/jira.issueviews:issue-xml/$bug/$bug.xml -O $tmp";
+ my $cmd = "wget -q https://freeswitch.org/jira/si/jira.issueviews:issue-xml/$bug/$bug.xml -O $tmp";
system($cmd);
if ($rname && $aname) {
- my $data = "$title\nReporter: $rname [$rlogin]\nAssignee: $aname [$alogin]\nStatus: $status\nhttp://jira.freeswitch.org/browse/$bug\n";
+ my $data = "$title\nReporter: $rname [$rlogin]\nAssignee: $aname [$alogin]\nStatus: $status\nhttps://freeswitch.org/jira/browse/$bug\n";
open(O, ">$tmp");
print O $data;
close(O);