Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
baracudda committed Jan 2, 2024
2 parents 72bdd37 + 971aa8b commit ce6779e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.16.7
4.0.16.8
2 changes: 1 addition & 1 deletion services/ivr/vonage/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit ce6779e

Please sign in to comment.