RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
241 stars 215 forks source link

Wrong public URL for recording from the call #2694

Open anhntnguyen opened 6 years ago

anhntnguyen commented 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' ###############

anhntnguyen commented 6 years ago

Zendesk ticket: https://telestax.zendesk.com/agent/tickets/34888 Jira Link: https://telestax.atlassian.net/browse/RESTCOMM-1368