From aaded2a583e07447dc6d0ffca214f1820cd20c18 Mon Sep 17 00:00:00 2001 From: Jeremy Steele Date: Tue, 2 Jan 2024 12:28:58 -0500 Subject: [PATCH 1/2] Add omitempty to vonage machine_detection field --- services/ivr/vonage/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ivr/vonage/client.go b/services/ivr/vonage/client.go index 65ccd785..276363c2 100644 --- a/services/ivr/vonage/client.go +++ b/services/ivr/vonage/client.go @@ -23,7 +23,7 @@ type CallRequest struct { EventMethod string `json:"event_method"` NCCO []NCCO `json:"ncco,omitempty"` - MachineDetection string `json:"machine_detection"` + MachineDetection string `json:"machine_detection,omitempty"` RingingTimer int `json:"ringing_timer,omitempty"` } From 1bc1400e5560130cec85bcd91150265569c127d9 Mon Sep 17 00:00:00 2001 From: Ryan Fischbach Date: Tue, 2 Jan 2024 10:34:18 -0800 Subject: [PATCH 2/2] version bump. [skip ci] --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 73a61033..c9d7db75 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.16.7 +4.0.16.8