Skip to content

Commit

Permalink
Add outgoing sending policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Neur0toxine authored Dec 1, 2022
2 parents 6d802ee + 8621275 commit 10f648f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ type ChannelSettingsAudio struct {
type SendingPolicy struct {
NewCustomer string `json:"new_customer,omitempty"`
AfterReplyTimeout string `json:"after_reply_timeout,omitempty"`
Outgoing string `json:"outgoing,omitempty"`
}

type ChannelSettingsSuggestions struct {
Expand Down

0 comments on commit 10f648f

Please sign in to comment.