Add outgoing sending policy
This commit is contained in:
parent
6d802eef16
commit
8621275c1f
@ -159,6 +159,7 @@ type ChannelSettingsAudio struct {
|
|||||||
type SendingPolicy struct {
|
type SendingPolicy struct {
|
||||||
NewCustomer string `json:"new_customer,omitempty"`
|
NewCustomer string `json:"new_customer,omitempty"`
|
||||||
AfterReplyTimeout string `json:"after_reply_timeout,omitempty"`
|
AfterReplyTimeout string `json:"after_reply_timeout,omitempty"`
|
||||||
|
Outgoing string `json:"outgoing,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ChannelSettingsSuggestions struct {
|
type ChannelSettingsSuggestions struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user