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
ddf93c4b
Commit
ddf93c4b
authored
Feb 17, 2009
by
Alexandre Savard
Browse files
Fixed DTMF while recording (usefull for voicemail)
parent
6a6a3a60
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/actions.c
View file @
ddf93c4b
...
...
@@ -535,7 +535,7 @@ sflphone_new_call()
void
sflphone_keypad
(
guint
keyval
,
gchar
*
key
)
{
call_t
*
c
=
call_get_selected
(
current_calls
);
if
(
c
)
{
...
...
@@ -544,6 +544,7 @@ sflphone_keypad( guint keyval, gchar * key)
case
CALL_STATE_DIALING
:
// Currently dialing => edit number
process_dialing
(
c
,
keyval
,
key
);
break
;
case
CALL_STATE_RECORD
:
case
CALL_STATE_CURRENT
:
switch
(
keyval
)
{
...
...
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