Difference between revisions of "HOWTO SET UP TRIXBOX AS H323 GATEWAY"
From TD-er's Wiki
Jump to navigationJump to searchm |
|||
Line 7: | Line 7: | ||
gatekeeper = xxx.xxx.xxx.xxx (ip address of you gatekeeper) | 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 | Extension number: 601 | ||
Displayname: Anneke h323 | Displayname: Anneke h323 |
Revision as of 12:16, 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.