Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Wrapping VOIP traffic

Wrapping VOIP traffic

Scheduled Pinned Locked Moved C#
securityhelpquestion
3 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    B0606115
    wrote on last edited by
    #1

    hi! Since VOIP is prohibited within some area, broadband internet ISPs block VOIP ports or drop VOIP signal and voice packets,so i want to wrapp the VoIP trffic into a package which can not be detected by ISP. So can any one please help what should i do for wrapping? Which technology should I use?(may be SSL Tunneling or any other?) Please help me. thanx in advance Note:May be this is not the right forum,but i dont know which technology or programing lang i should use)

    L D 2 Replies Last reply
    0
    • B B0606115

      hi! Since VOIP is prohibited within some area, broadband internet ISPs block VOIP ports or drop VOIP signal and voice packets,so i want to wrapp the VoIP trffic into a package which can not be detected by ISP. So can any one please help what should i do for wrapping? Which technology should I use?(may be SSL Tunneling or any other?) Please help me. thanx in advance Note:May be this is not the right forum,but i dont know which technology or programing lang i should use)

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Just use a proxy?

      1 Reply Last reply
      0
      • B B0606115

        hi! Since VOIP is prohibited within some area, broadband internet ISPs block VOIP ports or drop VOIP signal and voice packets,so i want to wrapp the VoIP trffic into a package which can not be detected by ISP. So can any one please help what should i do for wrapping? Which technology should I use?(may be SSL Tunneling or any other?) Please help me. thanx in advance Note:May be this is not the right forum,but i dont know which technology or programing lang i should use)

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Well, you have a problem. You need your wrapper installed on both clients. You can't just wrap it on your end and expect the receiver to know what to do with the packet. Also, you can't write this in C# since it's going to be a driver you install into the network stack. You have to use C++ to do this.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups