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
9be96725
Commit
9be96725
authored
Feb 18, 2009
by
Alexandre Savard
Browse files
Put on hold when dialing a new phone number
parent
ef4087ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/actions.c
View file @
9be96725
...
...
@@ -508,6 +508,9 @@ process_dialing(call_t * c, guint keyval, gchar * key)
call_t
*
sflphone_new_call
()
{
sflphone_on_hold
();
// Play a tone when creating a new call
if
(
call_list_get_size
(
current_calls
)
==
0
)
dbus_start_tone
(
TRUE
,
(
voice_mails
>
0
)
?
TONE_WITH_MESSAGE
:
TONE_WITHOUT_MESSAGE
)
;
...
...
src/managerimpl.cpp
View file @
9be96725
...
...
@@ -188,6 +188,8 @@ ManagerImpl::switchCall(const CallID& id ) {
bool
ManagerImpl
::
outgoingCall
(
const
std
::
string
&
accountid
,
const
CallID
&
id
,
const
std
::
string
&
to
)
{
_debug
(
"ManagerImpl::outgoingCall() method
\n
"
);
if
(
!
accountExists
(
accountid
))
{
_debug
(
"! Manager Error: Outgoing Call: account doesn't exist
\n
"
);
return
false
;
...
...
Write
Preview
Supports
Markdown
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