Thank you Tom for your reply.
Let's see if I got your point correctly:
We don't want to override EChartsSipServlet behavior and look for it's default processing (featurebox dispatching, ...) for PUBLISH, 4xx, ... messages to work.
I am afraid we can't have something like
| Code: : |
transition S1 - p ? PUBLISH / blah_blah -> S2;
|
in our machines since it needs E4SS to be aware of that kind of messages as EChartsSipServlet is now.
or we should have current EChartsSipServlet.doRequest and doResponse source code to extend E4SS-like behavior.