Difference between revisions of "Gnomemeeting"

From TD-er's Wiki
Jump to navigationJump to search
m
 
m
Line 8: Line 8:
 
  Gatekeeper alias: 601
 
  Gatekeeper alias: 601
 
   
 
   
''Gatekeeper host'' is the IP address and port of the gatekeeper. Port 1720 is the standard h323 port .
+
''Gatekeeper host'' is the IP address and port of the gatekeeper. Port 1720 is the standard h323 port but for some reason our gatekeeper wants to listen to 1719.
  
 
''Gatekeeper alias'' is the primary alias with the gatekeeper, also the extension number in Asterisk to keep things simple.
 
''Gatekeeper alias'' is the primary alias with the gatekeeper, also the extension number in Asterisk to keep things simple.
  
Tick the "Register this alias as the primary alias with the gatekeeper" box and Apply (sorry, you need to do this after you've installed the gk) :).
+
Tick the "Register this alias as the primary alias with the gatekeeper" box and Apply (after you've installed the gk) :).
 
* H323 Settings: Gateway:  
 
* H323 Settings: Gateway:  
** For H323 to H323 - Do not use a gateway, these calls will only go via the gatekeeper, not the trixbox
+
** H323 to H323 - Do not use a gateway, these calls will only go via the gatekeeper, not the Trixbox
** However for H323 to SIP a gateway to the trixbox (so trixbox ip) is needed but this messes up the h323 to h323 settings. Right now we don't have another solution than manually check or uncheck the box depending on what kind of call you want to make :S
+
** H323 to SIP - A gateway to the Trixbox (so Trixbox ip) is needed. but this messes up the h323 to h323 settings. Right now we don't have another solution than manually check or uncheck the box depending on what kind of call you want to make :S
 
* Codecs: Audio Codecs - We enabled all available codecs.
 
* Codecs: Audio Codecs - We enabled all available codecs.
 
* Codecs: Video Codecs - We have not been able to spend time on this
 
* Codecs: Video Codecs - We have not been able to spend time on this
Line 25: Line 25:
 
**'''Detect Devices'''
 
**'''Detect Devices'''
  
(All the audio and video devices settings are of course depending on your local system, this is more for our own reference) :)
+
Comments: The gateway solution is ugly right now. Since H323 -> H323 is not handled by the Trixbox but just by the gatekeeper the gateway box should be unchecked (it does not work otherwise). However H323 <-> SIP uses the Trixbox as gateway. So for these calls you have to check the box.

Revision as of 11:52, 7 March 2007

Edit -> Preferences

  • General: You can fill in your personal data and leave everything default
  • H323 Settings: Gatekeeper:
Registering method: Gatekeeper host
Gatekeeper host: 129.125.71.171:1719
Gatekeeper alias: 601

Gatekeeper host is the IP address and port of the gatekeeper. Port 1720 is the standard h323 port but for some reason our gatekeeper wants to listen to 1719.

Gatekeeper alias is the primary alias with the gatekeeper, also the extension number in Asterisk to keep things simple.

Tick the "Register this alias as the primary alias with the gatekeeper" box and Apply (after you've installed the gk) :).

  • H323 Settings: Gateway:
    • H323 to H323 - Do not use a gateway, these calls will only go via the gatekeeper, not the Trixbox
    • H323 to SIP - A gateway to the Trixbox (so Trixbox ip) is needed. but this messes up the h323 to h323 settings. Right now we don't have another solution than manually check or uncheck the box depending on what kind of call you want to make :S
  • Codecs: Audio Codecs - We enabled all available codecs.
  • Codecs: Video Codecs - We have not been able to spend time on this
  • Devices:
    • Audio Devices:
      • Audio Plugin ALSA
      • Output device: Intel ICH5
      • Input device: Intel ICH5
    • Detect Devices

Comments: The gateway solution is ugly right now. Since H323 -> H323 is not handled by the Trixbox but just by the gatekeeper the gateway box should be unchecked (it does not work otherwise). However H323 <-> SIP uses the Trixbox as gateway. So for these calls you have to check the box.