Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aborting call on unexpected message error #94

Open
vijayaa opened this issue Mar 17, 2017 · 1 comment
Open

Aborting call on unexpected message error #94

vijayaa opened this issue Mar 17, 2017 · 1 comment

Comments

@vijayaa
Copy link

vijayaa commented Mar 17, 2017

i am testing the following scenario with freeswitch

source: 172.31.0.23
destination: 172.31.0.26
max_concurrent: 1
calls_per_second: 1
number_of_calls: 1
from_user: 1000
to_user: 1001
steps:

  • invite
  • wait_for_answer
  • ack_answer
  • sleep 10
  • hangup

Getting the following error.
Aborting call on unexpected message for Call-Id '[email protected]': while expecting '180' (index 2), received 'SIP/2.0 407 Proxy Authentication Required

Could you please tell what is the issue

@jaimechieng
Copy link

Pretty simple. Looks like your placing a call to a server that is requiring authentication on the call. Not sure how to inject WWW digest authentication, but maybe the devs can help. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants