SFLphone is an open-source SIP/IAX2 compatible enterprise-class softphone, published under the GNU Public License 3. GIT REPOSITORY Tree information: * daemon: contains the core application code. This code is mandatory to run the softphone. It may be considered as the core as it implements all the logic (audio layer, communication layer, account management, codecs management, dbus services). * gnome: contains the GTK+ client for SFLphone. It will connect and communicate to the core application through D-Bus. * tools: scripts * sflphone-callto: to start calls from command line * update-copyright: (dev tool) to update copyright notice with new year * sflphone-kde: git clone git://anongit.kde.org/sflphone-kde Please refer to the INSTALL file or our development website (http://projects.savoirfairelinux.net/projects/show/sflphone) for installation guide. To contact the developers: * Mailing list: http://lists.savoirfairelinux.net/mailman/listinfo/sflphone SFLphone Team
"src/fileutils.cpp" did not exist on "4701da20e83d360f7ba45bddffa3a020a36b0348"
Select Git revision
jami-daemon
-
-
- Open in your IDE
- Download source code
Tristan Matthews authored
See http://www.gnu.org/software/libc/manual/html_node/Wordexp-Example.html#Wordexp-Example WRDE_NOSPACE means some space may have been allocated. Change-Id: I4a0080b348d7571b01464cd60297dd691a3897f3 Refs: #48162