## Description Callee starts ringing successfully but by accepting the call the error https://gist.githubusercontent.com/ghjansen/850fe27b86c422e1d819a1164135ca67/raw/36b44612dd20f4a6426679aaa23c9e373d779425/rc-xms-dial-2 from Olympus causes the response SIP 480 to RestComm, which sends BYE to XMS and tries to continue with the RCML. By advancing in the RCML, RestComm throws this exception https://gist.githubusercontent.com/ghjansen/725c243b3ab184f8ca6ab8804cf055a3/raw/0e8817782b0b905deed6dcc5b3d33987cedcceb0/rc-xms-dial-3 and the caller keeps hearing the ringing tone forever. ## Environment - latest Restcomm - latest JSR 309 connectors - Olympus 1.0 - XMS. ## Scenario `alice` calls `RCML app` -> `RC interpreter` calls `bob` This is the RCML app: ``` <Response> <Say>This application performs tests for the issue 19 41.</Say> <Dial> <Client>bob</Client> </Dial> <Say>Test executed with success.</Say> </Response> ```
Description
Callee starts ringing successfully but by accepting the call the error https://gist.githubusercontent.com/ghjansen/850fe27b86c422e1d819a1164135ca67/raw/36b44612dd20f4a6426679aaa23c9e373d779425/rc-xms-dial-2 from Olympus causes the response SIP 480 to RestComm, which sends BYE to XMS and tries to continue with the RCML. By advancing in the RCML, RestComm throws this exception https://gist.githubusercontent.com/ghjansen/725c243b3ab184f8ca6ab8804cf055a3/raw/0e8817782b0b905deed6dcc5b3d33987cedcceb0/rc-xms-dial-3 and the caller keeps hearing the ringing tone forever.
Environment
Scenario
alicecallsRCML app->RC interpretercallsbobThis is the RCML app: