Difference between revisions of "HOWTO SET UP TRIXBOX AS H323 GATEWAY"

From TD-er's Wiki
Jump to navigationJump to search
m
m
Line 15: Line 15:
 
  Displayname: Anneke h323
 
  Displayname: Anneke h323
 
  Dial: OOH323/601@129.125.71.172 (ip-address of machine where extension can be found)
 
  Dial: OOH323/601@129.125.71.172 (ip-address of machine where extension can be found)
 +
 +
(Our convention is to have our SIP extensions in the 5xx range, and H323 extension in the 6xx range).
  
 
(Asterisk saves these extensions in the file extensions_additional.conf in the [ext-local] context).
 
(Asterisk saves these extensions in the file extensions_additional.conf in the [ext-local] context).

Revision as of 13:42, 12 March 2007

  • Start you gatekeeper. For Gnugk do
gnugk -ttt -rr
  • Start asterisk
  • Make sure the file ooh323.conf is present in /etc/asterisk
  • In ooh323.conf you have to change:
gatekeeper = xxx.xxx.xxx.xxx (ip address of your gatekeeper)

In FreePBX -> Setup -> Extensions:

  • Create a SIP extension (e.g. extension 501)
  • Create a Custom extension:
Extension number: 601
Displayname: Anneke h323
Dial: OOH323/601@129.125.71.172 (ip-address of machine where extension can be found)

(Our convention is to have our SIP extensions in the 5xx range, and H323 extension in the 6xx range).

(Asterisk saves these extensions in the file extensions_additional.conf in the [ext-local] context).

  • At asterisk prompt
amportal stop
amportal start

Your gatekeeper should produce output telling you that ObjSysAsterisk is registering.

  • Open your X-lite and configure it like you always would
  • Open Gnomemeeting:
  • Goto Edit -> Preferences -> H323 settings -> Gatekeeper settings
Registering method: Gatekeeper host
Gatekeeper host: xxx.xxx.xxx.xxx (ip address of your gatekeeper)
Gatekeeper alias: 601 (number of your h323 extension as you registered it in FreePBX)
Check: register this alias as the primary alias with the gatekeeper
Click on Apply

Your gatekeeper should produce output telling you that extension 601 is registering.