Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Coding a Forwarding Server

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #20789
    Sean Kerr
    Guest

    I’m pretty new to VoIP, so I have one pretty basic question. Is it possible to write a forwarding server for VoIP, that would act almost like a mail server would? Where you’d connect to user@host and instead of forwarding an email to the user account, you’d forward a call to a specific internal IP address? I’m reading up on the SIP protocol, which seems to be what I need but I’m still pretty darn confused. Any help would be appreciated.

    Sincerely,

    Sean Kerr
    sean@dsnet.net

    #20790
    Rommel
    Guest

    the answer is, it depends. Who is sending you the call? What protocol(s) are they using? What is your basic application?
    Your question is not really basic since the forwarding mechanism will depend on the caller’s protocol of choice. Lets say its H.323 and you are using GKs, you can simply use a GK to match a specific E.164 address and respond with the corresponding IP address through LRQ.
    If it is SIP, then you can create a proxy that will forward the invite to the proper IP. If MGCP, you would have to rely on the call agent’s forwarding mechanism.
    Regards,

    Rommel

    #20791
    Rommel
    Guest

    BTW…SIP would be the easiest mechanism to do what you asked above. SIP registrar/proxy would forward the invite.

    #20792
    Sean Kerr
    Guest

    That sounds pretty interesting. As you can tell I am just getting into VoIP so I wasn’t aware that the user has the choice of picking a protocol. It is supposed to strictly be IP. Sounds to be like a pain in the ass since there really isn’t a standard protocol to use. Thanks for the quick response.

    Sean Kerr

    #20793
    Rommel
    Guest

    SIP is a standard, so is H.323, Megaco, H.248, and MGCP. Theyre all signaling protocols in the voice over network world.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Voice over IP’ is closed to new topics and replies.