I have a Java application, which will call to the Twilio Softphone application, which is running on a different server.
My question is: how can I pass custom parameters from my application to the Twilio Softphone application?
Edit 1 :
When I got a request from server to call so my application call two parallel number means one call to Customer and another call to Customer Care which is Twilio Softphone. In customer care application Twilio Taskrouter is used. So when my application called to Twilio Sofphone I need to send some parameter like Customer Number, Lat, Long etc. I have tried to send it by using Twilio app url but no success.