Skip to content

Commit

Permalink
DEV-3659
Browse files Browse the repository at this point in the history
  • Loading branch information
navrotskyj committed Jan 5, 2024
1 parent a39902c commit 8b4b007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ type BridgeRequest struct {
func (g *SipGateway) Bridge(params BridgeRequest) string {
res := []string{
fmt.Sprintf("leg_timeout=%d", params.Timeout),
fmt.Sprintf("progress_timeout=%d", params.Timeout),
fmt.Sprintf("wbt_parent_id=%s", params.ParentId),
fmt.Sprintf("origination_caller_id_number=%s", params.Display),

Expand Down

0 comments on commit 8b4b007

Please sign in to comment.