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

From TD-er's Wiki
Jump to navigationJump to search
Line 11: Line 11:
 
** Create a SIP extension (e.g. extension 501)
 
** Create a SIP extension (e.g. extension 501)
 
** Create a Custom extension with dialstring
 
** 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.

Revision as of 13:15, 12 March 2007

  • Start you gatekeeper. For Gnugk do
gnugk -ttt -rr
  • Start asterisk
  • In ooh323.conf you have to change:
gatekeeper = xxx.xxx.xxx.xxx (ip address of you 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.