Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
506d1eae
Commit
506d1eae
authored
Oct 04, 2005
by
yanmorin
Browse files
Add 000 support Remove official/Makefile from the configure
parent
cdac1700
Changes
4
Hide whitespace changes
Inline
Side-by-side
README
View file @
506d1eae
...
...
@@ -33,6 +33,15 @@ Dependencies build instructions:
./configure [option]
make
make install
6/ If you want the new gui
use: ./configure --enable-newgui
and do
cd src/gui/official
QTDIR=/usr/lib/qt4 qmake4 sflphone.pro
ln -s ../../../utilspp
QTDIR=/usr/lib/qt4 make
How to compile SFLphone ?
...
...
configure.ac
View file @
506d1eae
...
...
@@ -196,7 +196,6 @@ src/audio/pacpp/source/portaudiocpp/Makefile \
src/config/Makefile \
src/gui/Makefile \
src/gui/qt/Makefile \
src/gui/official/Makefile \
src/gui/server/Makefile \
src/zeroconf/Makefile \
utilspp/Makefile \
...
...
src/gui/official/PhoneLineManagerImpl.cpp
View file @
506d1eae
...
...
@@ -17,6 +17,7 @@ PhoneLineManagerImpl::PhoneLineManagerImpl()
,
mCurrentLine
(
NULL
)
,
mIsInitialized
(
false
)
{
EventFactory
::
instance
().
registerEvent
<
CallRelatedEvent
>
(
"000"
);
EventFactory
::
instance
().
registerEvent
<
IncommingEvent
>
(
"001"
);
EventFactory
::
instance
().
registerEvent
<
HangupEvent
>
(
"002"
);
EventFactory
::
instance
().
registerEvent
<
TryingStatus
>
(
"110"
);
...
...
src/managerimpl.cpp
View file @
506d1eae
...
...
@@ -115,9 +115,9 @@ ManagerImpl::~ManagerImpl (void)
unloadAudioCodec
();
delete
_error
;
delete
_tone
;
delete
_audiodriverPA
;
delete
_tone
;
delete
_error
;
#ifdef USE_ZEROCONF
delete
_DNSService
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment