HTTP Tunnel and VOIP
- Hi All,
I am developing a VOIP Application, that uses PJSip to communicate over SIP channel. This application is working fine until the user is behind the proxy blocking my communication. I have searched from the different forums that there is a way called HTTP Tunneling. I want to ask you about:
- Can we achieve this through HTTP Tunneling, i.e. VOIP through HTTP Tunnel
- If yes then how?
I have looked at one of the forum there was some sample code to communicate through HTTP Tunneling, in which he first make the connection with the proxy server and passes the destination address and port in the headers of the request to the proxy, the proxy in returns establishes the connection and return 200 code. Then there was mentioned to communicate as you want as the proxy will then act as a tunnel and doesn't filters the packet being transfered.
Link: http://www.codeguru.com/cpp/i-n/interne ... php/c6209/
I am bit confused about this approach, as lets suppose we have created the connection with the proxy that internally has connected with my desired destination. I am using PJSip for SIP based communication and this library takes the SIPServer address and User Credentials to register with the SIP server through SIP protocol. Now after response from proxy server will all the communication performed by PJSip that i.e. SIP communication will be through this HTTP Tunnel? (In my openion i dont think so, as PJSip uses SIP protocol to communicate with SIP Server, it creates its own connection with the SIP Server. What do you say?) If not the how can i tell the PJSip to use the tunnel for communication.
Is there some other way to acheive this, Please guide me in this regard. Thanking in advance.
Regards,
Ghazanfar
解答
- Hi Ghazanfar!
Your query seems like a developer issue. I recommend that you post your issue out the the Windows Mobile Development Forum located at http://social.msdn.microsoft.com/Forums/en-US/windowsmobiledev/threads/.
They should be able to assist you.
Best of luck in resolving your issue.
Thanks!
Thank you from the Microsoft Windows Mobile Team
http://www.WindowsMobile.com/TotalAccess- 已標示為解答WMTA1擁有者2009年7月9日 下午 04:50
所有回覆
- Hi Ghazanfar!
Your query seems like a developer issue. I recommend that you post your issue out the the Windows Mobile Development Forum located at http://social.msdn.microsoft.com/Forums/en-US/windowsmobiledev/threads/.
They should be able to assist you.
Best of luck in resolving your issue.
Thanks!
Thank you from the Microsoft Windows Mobile Team
http://www.WindowsMobile.com/TotalAccess- 已標示為解答WMTA1擁有者2009年7月9日 下午 04:50

