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

StatusCallback is not sent when dial branch rejects the call #2434

Closed
ghjansen opened this issue Aug 18, 2017 · 1 comment
Closed

StatusCallback is not sent when dial branch rejects the call #2434

ghjansen opened this issue Aug 18, 2017 · 1 comment
Assignees
Labels

Comments

@ghjansen
Copy link
Contributor

Related to issue #2271 and PR #2420.

Scenario:

  • Restcomm creates multiple outbound calls through a Dial forking RCML like:
<Response>
  <Dial>
    <Client statusCallback="http://127.0.0.1:8181">bob</Client>
    <Client statusCallback="http://127.0.0.1:8181">alice</Client>
    <Client statusCallback="http://127.0.0.1:8181">steve</Client>
    <Client statusCallback="http://127.0.0.1:8181">scarlet</Client>
    <Client statusCallback="http://127.0.0.1:8181">julia</Client>
  </Dial>
</Response>
  • each one of the call branches answers back with SIP 486 (BUSY)

Failure:

  • no statusCallback notification is sent at the time each call branch is rejected (5 completed statusCallback notifications should be sent)
@ghjansen ghjansen added this to the Video-RCML-Sprint-2 milestone Aug 18, 2017
@ghjansen ghjansen self-assigned this Aug 18, 2017
@ghjansen
Copy link
Contributor Author

Solution:
Inclusion of the missing call to method executeStatusCallback(CallbackState.COMPLETED); at the class org.restcomm.connect.telephony.Call.Busy.

Closed via PR #2420 .

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

No branches or pull requests

1 participant