I am building an enterprise web application, front end in Ext JS. I was originally going to use PHP for all the data handling and whatnot, however now I will also be integrating Asterisk* into the web app via Adhearsion which uses RoR to make things on a webpage control the asterisk app running on linux.
I suppose the questions is... Do I continue down the path I am on with php for data handling for everything save for the asterisk control bits and use RoR for that, or do I do it all in RoR.
If anyone has experience with integrating RoR and Ext, I would appreciate your feedback with ease of use and any problems I would be likely to face by using RoR.
Any asterisk/adhearsion integration tips are welcomed as well!