mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-7607 #resolve #comment Update URLs to reflect https protocol on freeswitch.org websites and update additional URLs to avoid 301 redirects.
This commit is contained in:
@@ -616,7 +616,7 @@ freeswitch (1.0.7)
|
||||
mod_blacklist: Resource leak fixes, config checks and add help output for api interface (r:41abb3e6)
|
||||
mod_blacklist: add ability to dump a list back to it's text file (r:1d5f5ec7)
|
||||
mod_blacklist: fix broken dump/save (r:abc5d7cd/FS-3617)
|
||||
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)
|
||||
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)
|
||||
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)
|
||||
mod_callcenter: Try to fix the ring-all, also add cli auto complete done in previous commit (r:1666783c)
|
||||
mod_callcenter: Add missing odbc db support (Not tested, please someone test this) (r:42436e27)
|
||||
|
@@ -50,7 +50,7 @@ Create a Pull Request
|
||||
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
|
||||
|
@@ -11,7 +11,7 @@ updated for the respective phrase_xx.xml file.
|
||||
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,
|
||||
|
Reference in New Issue
Block a user