diff --git a/VERSION b/VERSION index 73a61033..c9d7db75 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.16.7 +4.0.16.8 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"` }