mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
fix error message
This commit is contained in:
@@ -94,7 +94,7 @@ func init() {
|
||||
specificUserAgentString, ok := userAgent.(string)
|
||||
|
||||
if !ok {
|
||||
return nil, errors.New("sip.call.server userAgent must be a string")
|
||||
return nil, errors.New("sip.dtmf.server userAgent must be a string")
|
||||
}
|
||||
userAgentString = specificUserAgentString
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user