mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
voice-client: duration is integer
This commit is contained in:
parent
c72b6a0500
commit
901f0dbf46
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ case "$1" in
|
|||
json_add_object ""
|
||||
json_add_string uniqueid "$uniqueid"
|
||||
json_add_string time "$timestart"
|
||||
json_add_string duration $((startdate - enddate))
|
||||
json_add_int duration $((startdate - enddate))
|
||||
json_add_string disposition "$(echo $line | awk -F',' '{print $(NF-3)}')"
|
||||
json_add_string direction "$direction"
|
||||
json_add_string from "$from"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue