Difference between revisions of "Configuration of Trixbox 1.2.3"

From TD-er's Wiki
Jump to navigationJump to search
m
m
Line 15: Line 15:
  
 
If this is really necessary we can't tell right now. Once you get everything working it might be worth trying it without these add-ons.  
 
If this is really necessary we can't tell right now. Once you get everything working it might be worth trying it without these add-ons.  
 +
 +
Whenever you edit anyting in the .conf files makes sure to do
 +
amportal stop
 +
amportal start
 +
 +
at you asterisk prompt. If you then do
 +
asterisk -vvvvr
 +
you get an CLI and here you can type
 +
ooh323 debug
 +
sip debug
 +
exit
 +
to initiate the debugger
  
 
[[ooh323.conf]]
 
[[ooh323.conf]]
  
 
[[Adding H323 extensions]]
 
[[Adding H323 extensions]]

Revision as of 11:39, 7 March 2007

We followed mostly the instructions from these two forums on the Trixbox site:

There are more forums where people say things about h323 but these seem to be the most helpful.

Following the suggestions we used Trixbox 1.2.3 with asterisk-addons-1.2.3. In order to do this we deleted the current addons:

rpm -qa | grep asterisk-addons
rpm -e asterisk-addons-1.2.4_1.2.12.1-1.294

And loaded the older addons: (these can be found ...............)

rpm -i asterisk-addons-1.2.3-1.219.i386.rpm

If this is really necessary we can't tell right now. Once you get everything working it might be worth trying it without these add-ons.

Whenever you edit anyting in the .conf files makes sure to do

amportal stop
amportal start

at you asterisk prompt. If you then do

asterisk -vvvvr

you get an CLI and here you can type

ooh323 debug
sip debug
exit

to initiate the debugger

ooh323.conf

Adding H323 extensions