VOIP through HTTP Tunnel
- 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
Antworten
- Hi Ghazanfar!
I see that you posted this issue in this forum as well. As per my response to your other post, since this is developer related, it will be best if you post your issue to the Windows Mobile Developer Forum located at http://social.msdn.microsoft.com/Forums/en-US/windowsmobiledev/threads/.
Best of luck in solving your issue.
Thanks!
Thank you from the Microsoft Windows Mobile Team
http://www.WindowsMobile.com/TotalAccess- Als Antwort markiertWMTA1BesitzerDonnerstag, 9. Juli 2009 18:48
Alle Antworten
- Hi Ghazanfar!
I see that you posted this issue in this forum as well. As per my response to your other post, since this is developer related, it will be best if you post your issue to the Windows Mobile Developer Forum located at http://social.msdn.microsoft.com/Forums/en-US/windowsmobiledev/threads/.
Best of luck in solving your issue.
Thanks!
Thank you from the Microsoft Windows Mobile Team
http://www.WindowsMobile.com/TotalAccess- Als Antwort markiertWMTA1BesitzerDonnerstag, 9. Juli 2009 18:48

