mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix incorrect status report by linphonecsh.
This commit is contained in:
parent
15f5ac08d0
commit
7c827c7134
2 changed files with 2 additions and 2 deletions
|
|
@ -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=offhook\n");
|
||||
linphonec_out("hook=on-hook\n");
|
||||
break;
|
||||
case LinphoneCallStreamsRunning:
|
||||
case LinphoneCallConnected:
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue