Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
506d1eae
Commit
506d1eae
authored
19 years ago
by
yanmorin
Browse files
Options
Downloads
Patches
Plain Diff
Add 000 support Remove official/Makefile from the configure
parent
cdac1700
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README
+9
-0
9 additions, 0 deletions
README
configure.ac
+0
-1
0 additions, 1 deletion
configure.ac
src/gui/official/PhoneLineManagerImpl.cpp
+1
-0
1 addition, 0 deletions
src/gui/official/PhoneLineManagerImpl.cpp
src/managerimpl.cpp
+2
-2
2 additions, 2 deletions
src/managerimpl.cpp
with
12 additions
and
3 deletions
README
+
9
−
0
View file @
506d1eae
...
@@ -33,6 +33,15 @@ Dependencies build instructions:
...
@@ -33,6 +33,15 @@ Dependencies build instructions:
./configure [option]
./configure [option]
make
make
make install
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 ?
How to compile SFLphone ?
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
0
−
1
View file @
506d1eae
...
@@ -196,7 +196,6 @@ src/audio/pacpp/source/portaudiocpp/Makefile \
...
@@ -196,7 +196,6 @@ src/audio/pacpp/source/portaudiocpp/Makefile \
src/config/Makefile \
src/config/Makefile \
src/gui/Makefile \
src/gui/Makefile \
src/gui/qt/Makefile \
src/gui/qt/Makefile \
src/gui/official/Makefile \
src/gui/server/Makefile \
src/gui/server/Makefile \
src/zeroconf/Makefile \
src/zeroconf/Makefile \
utilspp/Makefile \
utilspp/Makefile \
...
...
This diff is collapsed.
Click to expand it.
src/gui/official/PhoneLineManagerImpl.cpp
+
1
−
0
View file @
506d1eae
...
@@ -17,6 +17,7 @@ PhoneLineManagerImpl::PhoneLineManagerImpl()
...
@@ -17,6 +17,7 @@ PhoneLineManagerImpl::PhoneLineManagerImpl()
,
mCurrentLine
(
NULL
)
,
mCurrentLine
(
NULL
)
,
mIsInitialized
(
false
)
,
mIsInitialized
(
false
)
{
{
EventFactory
::
instance
().
registerEvent
<
CallRelatedEvent
>
(
"000"
);
EventFactory
::
instance
().
registerEvent
<
IncommingEvent
>
(
"001"
);
EventFactory
::
instance
().
registerEvent
<
IncommingEvent
>
(
"001"
);
EventFactory
::
instance
().
registerEvent
<
HangupEvent
>
(
"002"
);
EventFactory
::
instance
().
registerEvent
<
HangupEvent
>
(
"002"
);
EventFactory
::
instance
().
registerEvent
<
TryingStatus
>
(
"110"
);
EventFactory
::
instance
().
registerEvent
<
TryingStatus
>
(
"110"
);
...
...
This diff is collapsed.
Click to expand it.
src/managerimpl.cpp
+
2
−
2
View file @
506d1eae
...
@@ -115,9 +115,9 @@ ManagerImpl::~ManagerImpl (void)
...
@@ -115,9 +115,9 @@ ManagerImpl::~ManagerImpl (void)
unloadAudioCodec
();
unloadAudioCodec
();
delete
_error
;
delete
_tone
;
delete
_audiodriverPA
;
delete
_audiodriverPA
;
delete
_tone
;
delete
_error
;
#ifdef USE_ZEROCONF
#ifdef USE_ZEROCONF
delete
_DNSService
;
delete
_DNSService
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment