Skip to content

Commit

Permalink
fix(sip-server): set sipRegistrar correcty on read (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
JTBlanchard authored Jun 21, 2021
1 parent c948175 commit 130ff0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sip_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (c *Client) GetSIPServer(id int) (*SIPServer, error) {
Port: sipTarget["test"][i].Port,
Protocol: sipTarget["test"][i].Protocol,
SIPProxy: sipTarget["test"][i].SIPProxy,
SIPRegistrar: sipTarget["test"][i].AuthUser,
SIPRegistrar: sipTarget["test"][i].SIPRegistrar,
User: sipTarget["test"][i].User,
}
target["test"][i].TargetSIPCredentials = sipAuth
Expand Down

0 comments on commit 130ff0e

Please sign in to comment.