I have following url
Call/GetAudio/f9715595-a540-4add-8419-f9cdf906c7ec.mp3
Now the problem is the above .mp3 file does not actually exist, rather I want it to go to "CallController", "GetAudio" function which will then return the bytes array as FileResult.
I imagine I need to configure some routing for this in global.asax, is this achievable?
Basically I want all .mp3 files to go through routing.