I have sip application on my iPhone. It uses sip.server.com url to send requests and get responces.
How can I redirect all request (not only http) from my domen to sip.server.com and then all responces from sip.server.com redirect to the application on iPhone.
So I want to write my own domen instead of sip.server.com in the iPhone application.
Is it possible with asp.net?