We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7196623 commit 3dad8f5Copy full SHA for 3dad8f5
pkg/sip/outbound.go
@@ -792,7 +792,7 @@ authLoop:
792
}
793
if body := resp.Body(); len(body) != 0 {
794
err.Status = string(body)
795
- } else if s := resp.GetHeader("X-Twillio-Error"); s != nil {
+ } else if s := resp.GetHeader("X-Twilio-Error"); s != nil {
796
err.Status = s.Value()
797
798
return nil, fmt.Errorf("INVITE failed: %w", err)
0 commit comments