Hi there,
Current I have an existing asterisk with vicidial here. Its working fine but I tried to create another asterisk server, with the same conf I copied /etc/asterisk (though I modified meetme.conf so that instead of 8600019 I made it 86100019) I also copied /home/cron and also the crontab. I copied /var/lib/asterisk/agi-bin.
I have a working asterisk server now.
The problem is when I try to login instead of agent pop up I get Sorry, there are no available sessions. I was thinking maybe its the conferencing but I installed ztdummy.
here's the lsmod
[root@asterisk asterisk]# lsmod
Module Size Used by
md5 8001 1
ipv6 240225 22
ztdummy 7816 0
wcusb 23840 0
wctdm 41280 0
wcfxo 16928 0
wctdm24xxp 65344 0
wcte11xp 30496 0
wct1xxp 20640 0
wct4xxp 266304 0
tor2 93600 0
zaptel 196740 13 ztdummy,wcusb,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wct4xxp,tor2
crc_ccitt 6081 1 zaptel
dm_mod 59973 0
here's some parts of my meetme.conf
[rooms]
conf => 1234
conf => 1235
conf => 2345,9938
conf => 86100011
conf => 86100012
conf => 86100013
conf => 86100014
on my extensions.conf
exten => 86100001,1,NoCdr
exten => 86100051,2,Meetme,86100051
exten => 86100052,1,NoCdr
exten => 86100052,2,Meetme,86100052
exten => 86100053,1,NoCdr
exten => 86100053,2,Meetme,86100053
exten => 86100054,1,NoCdr
exten => 86100054,2,Meetme,86100054
exten => 86100055,1,NoCdr
exten => 86100055,2,Meetme,86100055
exten => 86100056,1,NoCdr
exten => 86100056,2,Meetme,86100056
exten => 86100057,1,NoCdr
any Ideas?