You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a call through a server that requires authenticating and using invalid username and password there is an infinite look condition in
func (s *DialogClientSession) WaitAnswer() function
INVITE->
<-407 Auth required
INVITE with Proxy-Authorization ->
<-407 Auth required
INVITE with Proxy-Authorization ->
<-407 Auth required
...
for{} loop should be interrupted with error after two 407 or 401 replies.
The text was updated successfully, but these errors were encountered:
When making a call through a server that requires authenticating and using invalid username and password there is an infinite look condition in
func (s *DialogClientSession) WaitAnswer() function
INVITE->
<-407 Auth required
INVITE with Proxy-Authorization ->
<-407 Auth required
INVITE with Proxy-Authorization ->
<-407 Auth required
...
for{} loop should be interrupted with error after two 407 or 401 replies.
The text was updated successfully, but these errors were encountered: