Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
7c827c71
Commit
7c827c71
authored
Nov 07, 2016
by
Simon Morlat
Browse files
Fix incorrect status report by linphonecsh.
parent
15f5ac08
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
console/commands.c
console/commands.c
+1
-1
tester/flexisip/flexisip.conf
tester/flexisip/flexisip.conf
+1
-1
No files found.
console/commands.c
View file @
7c827c71
...
...
@@ -2070,7 +2070,7 @@ static int lpc_cmd_status(LinphoneCore *lc, char *args)
linphonec_out
(
"hook=paused sip:%s
\n
"
,
linphonec_get_callee
());
break
;
case
LinphoneCallIdle
:
linphonec_out
(
"hook=o
ff
hook
\n
"
);
linphonec_out
(
"hook=o
n-
hook
\n
"
);
break
;
case
LinphoneCallStreamsRunning
:
case
LinphoneCallConnected
:
...
...
tester/flexisip/flexisip.conf
View file @
7c827c71
...
...
@@ -605,7 +605,7 @@ time-period=15000
# Maximum packet rate received in [time-period] millisecond(s) to
# consider it as a DoS attack.
# Default value: 20
packet
-
rate
-
limit
=
5
packet
-
rate
-
limit
=
10
# Number of minutes to ban the ip/port using iptables (might be
# less because it justs uses the minutes of the clock, not the seconds.
...
...
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