Open anhntnguyen opened 6 years ago
When use Record in Dial verb, the record link return in variable $core_PublicRecordingUrl as: https://cloud.restcomm.com:443/restcomm/recordings/RE0ff387d391b84d598c0371b5ea322d7c.wav
But we expect : https://cloud.restcomm.com/restcomm/2012-04-24/Accounts/AC96300462853ae095533112f0814f3958/Recordings/RE0ff387d391b84d598c0371b5ea322d7c.wav
https://github.com/RestComm/Restcomm-Connect/blob/b5502669710b01435bcf7f8037bffcdc2b66e35c/restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java#L2495
############### RC need to add code for missing path '2012-04-24/Accounts/Account-SID/Recordings' ###############
Zendesk ticket: https://telestax.zendesk.com/agent/tickets/34888 Jira Link: https://telestax.atlassian.net/browse/RESTCOMM-1368
When use Record in Dial verb, the record link return in variable $core_PublicRecordingUrl as: https://cloud.restcomm.com:443/restcomm/recordings/RE0ff387d391b84d598c0371b5ea322d7c.wav
But we expect : https://cloud.restcomm.com/restcomm/2012-04-24/Accounts/AC96300462853ae095533112f0814f3958/Recordings/RE0ff387d391b84d598c0371b5ea322d7c.wav
https://github.com/RestComm/Restcomm-Connect/blob/b5502669710b01435bcf7f8037bffcdc2b66e35c/restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java#L2495
############### RC need to add code for missing path '2012-04-24/Accounts/Account-SID/Recordings' ###############