Conferences is disabled because asterisk is not running

After I activated the freepbx and configured h323 trunk.

When I go to Applications and trunks… I get this error…

[WARNING]: Menu Item: Conferences is disabled because asterisk is not running.

regards,

So asterisk is running or not?

I tried to run this command “asterisk -vvvvvvc” and it ends up showing …
WARNING[826]: config.c:1560 process_text_line: parse error: No category context for line 1 of /etc/asterisk/ooh323.conf
Segmentation fault

Regards,

Asterisk is not running.

Because of the wrong h323 configuration, Asterisk can’t start. Please check the ooh323.conf .

I doubted the same. Here it is…

Kindly advise what it should be…

port=1720
bindaddr=x.x.x.x
disallow=all
allow=gsm,ulaw,alaw
dtmfmode=inband

type=friend
context=ext-meetme
host=x.x.x.x
port=1720

what about “general” section??

Example:

[general]
bindaddr = 0.0.0.0
faststart=yes
h245tunneling=yes
gatekeeper=DISABLE

[testtrunk]
type=friend
context=ext-meetme
ip=x.y.z.w
port=1720
disallow=all
allow=ulaw
canreinvite=no

I missed the “general” and “testtrunk” names.

Asterisk is running now.

thanks for your help.

Regards,