Skip to content

Commit

Permalink
refactor: drop voice_call resource
Browse files Browse the repository at this point in the history
The "Voice Call" test is deprecated and replaced in favor of "Voice"
aka. "RTP Streams".
  • Loading branch information
raul-te committed Jul 12, 2022
1 parent eb1e0fb commit d967c63
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 425 deletions.
11 changes: 11 additions & 0 deletions sip_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ import (
"io/ioutil"
)

// SIPAuthData - Authentication fields for SIP tests
type SIPAuthData struct {
AuthUser *string `json:"authUser,omitempty"`
Password *string `json:"password,omitempty"`
Port *int `json:"port,omitempty"`
Protocol *string `json:"protocol,omitempty"`
SIPProxy *string `json:"sipProxy,omitempty"`
SIPRegistrar *string `json:"sipRegistrar,omitempty"`
User *string `json:"user,omitempty"`
}

// SIPServer - SIPServer trace test
type SIPServer struct {
// Common test fields
Expand Down
148 changes: 0 additions & 148 deletions voice_call.go

This file was deleted.

Loading

0 comments on commit d967c63

Please sign in to comment.