-
Notifications
You must be signed in to change notification settings - Fork 1
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
Orchestrator_examples/ring_test.xml hangs #324
Comments
It looks to me like the logic is slightly wrong, as we have the ReadyToSend in the devices of: That will cause either the The supervisor has count-down logic to check that all expected messages are received, so I might be missing something though - is this example expected to work, or is it for |
I haven't dived particularly deep into this one, but it looks like you're using an out-of-date example:
This is not correct - the RTS "bits" are not reset after every invocation of the
@heliosfa thoughts?
Yes, it is supposed to work ;p [1]: Strictly speaking, the order is undefined according to the Softswitch documentation, but the order doesn't matter in this case. |
If I try to run Orchestrator_examples/ring_test.xml, then it compiles and loads correctly then appears to hang.
I'm assuming (?) this should work as it is the one from the Orch_VolII documentation. I also tried
Orchestrator_examples/ping_pong_test.xml
, and that worked fine.Orchestrator version:
Orchestrator_examples:
The text was updated successfully, but these errors were encountered: