1
0
mirror of synced 2024-11-21 20:46:05 +03:00

Add outgoing sending policy

This commit is contained in:
Ivan Lutokhin 2022-11-30 15:56:06 +03:00
parent 6d802eef16
commit 8621275c1f

View File

@ -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 {