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

From TD-er's Wiki
Jump to navigationJump to search
m
m
Line 3: Line 3:
  
 
* Start asterisk
 
* Start asterisk
 +
* Make sure the file ooh323.conf is present in /etc/asterisk
 
* In ooh323.conf you have to change:
 
* In ooh323.conf you have to change:
  
  gatekeeper = xxx.xxx.xxx.xxx (ip address of you gatekeeper)
+
  gatekeeper = xxx.xxx.xxx.xxx (ip address of your gatekeeper)
  
 
In FreePBX -> Setup -> Extensions:
 
In FreePBX -> Setup -> Extensions:
Line 15: Line 16:
 
  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)
  
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).
 +
 
 +
* 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.

Revision as of 13:39, 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 with dialstring
Extension number: 601
Displayname: Anneke h323
Dial: OOH323/601@129.125.71.172 (ip-address of machine where extension can be found)

(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.