Asterisk 1.8.2.2 NEW install no Conferences

created a conference 110, everytime I dial, I got disconnected, Different phones same issue:

maradona*CLI> module show like dahdi
Module Description Use Count
app_dahdibarge.so Barge in on DAHDI channel application 0
codec_dahdi.so Generic DAHDI Transcoder Codec Translato 0
chan_dahdi.so DAHDI Telephony Driver 0
res_timing_dahdi.so DAHDI Timing Interface 0
app_dahdiras.so DAHDI ISDN Remote Access Server 0
5 modules loaded

– Executing [110@from-internal:7] Wait(“SIP/104-00000006”, “1”) in new stack
– Executing [110@from-internal:8] Set(“SIP/104-00000006”, “MEETME_OPTS=”) in new stack
– Executing [110@from-internal:9] Goto(“SIP/104-00000006”, “STARTMEETME,1”) in new stack
– Goto (from-internal,STARTMEETME,1)
– Executing [STARTMEETME@from-internal:1] ExecIf(“SIP/104-00000006”, “0?SetMusicOnHold()”) in new stack
– Executing [STARTMEETME@from-internal:2] Set(“SIP/104-00000006”, “GROUP(meetme)=110”) in new stack
– Executing [STARTMEETME@from-internal:3] GotoIf(“SIP/104-00000006”, “0?MEETMEFULL,1”) in new stack
– Executing [STARTMEETME@from-internal:4] MeetMe(“SIP/104-00000006”, “110,”) in new stack
== Parsing ‘/etc/asterisk/meetme.conf’: == Found
== Parsing ‘/etc/asterisk/meetme_additional.conf’: == Found
== Spawn extension (from-internal, STARTMEETME, 4) exited non-zero on ‘SIP/104-00000006’
– Executing [h@from-internal:1] Macro(“SIP/104-00000006”, “hangupcall”) in new stack
– Executing [s@macro-hangupcall:1] GotoIf(“SIP/104-00000006”, “1?skiprg”) in new stack
– Goto (macro-hangupcall,s,4)
– Executing [s@macro-hangupcall:4] GotoIf(“SIP/104-00000006”, “1?skipblkvm”) in new stack
– Goto (macro-hangupcall,s,7)
– Executing [s@macro-hangupcall:7] GotoIf(“SIP/104-00000006”, “1?theend”) in new stack
– Goto (macro-hangupcall,s,9)
– Executing [s@macro-hangupcall:9] Hangup(“SIP/104-00000006”, “”) in new stack

[root@maradona tools]# service dahdi start
Loading DAHDI hardware modules:
FATAL: Module dahdi not found.
wct4xxp: FATAL: Module wct4xxp not found.
[FAILED]
wcte12xp: FATAL: Module wcte12xp not found.
[FAILED]
wct1xxp: FATAL: Module wct1xxp not found.
[FAILED]
wcte11xp: FATAL: Module wcte11xp not found.
[FAILED]
wctdm24xxp: FATAL: Module wctdm24xxp not found.
[FAILED]
wcfxo: FATAL: Module wcfxo not found.
[FAILED]
wctdm: FATAL: Module wctdm not found.
[FAILED]
wcb4xxp: FATAL: Module wcb4xxp not found.
[FAILED]
wctc4xxp: FATAL: Module wctc4xxp not found.
[FAILED]
xpp_usb: FATAL: Module xpp_usb not found.
[FAILED]

Error: missing /dev/dahdi!

lsmod | grep dahdi

Just installed DAHDI, asterisk 1.8.2 and freepbx
New install never has worked

Thanks!

i upgraded kernel
download dahdi linux and tools (separate) and re run them
start dahdi and now confererences works fine

Thanks