freeswitchh.323opalvoip

Freeswitch configuration to make a call h323 to h323 using opal?


I am newly working on the freeswitch.. please help how to make call h323 ->FS -> h323.

I am trying so much but h323 call not established.

I am trying h323 call using opal with freesswitch.

some links that already I followed. https://freeswitch.org/confluence/display/FREESWITCH/mod_h323 https://wiki.freeswitch.org/wiki/Mod_opal

Please help me. how i can eastablish the h323 calls. please someone guide me.. And which softphone is best for h323 calls.??

please i am waiting someone give me some hints to how i can do it..??


Solution

  • The easiest way to send calls to H.323 endpoints is to assign a certain prefix to them and use that in the dialplan.

    I usually use a GNU Gatekeeper that registers to FreeSwitch and let all endpoints register to the gatekepeer instead of directly to FreeSwitch. That takes care of all H.323 NAT issues.

    Polycom makes some good, inexpensive H.323 softphones (m100 or RealPresence). If you need a free softphone, your only choice is Ekiga, but its not quiet as good.

    BTW: I prefer mod_h323 over mod_opal.