Page 1 of 1
Recompile question
Posted:
Fri Aug 13, 2010 11:06 pm
by Acidshock
Can I use vicibox-install to recompile dahdi with the voicetime drivers without affecting my current install?
Posted:
Sat Aug 14, 2010 3:20 pm
by williamconley
since it is geared for a full installlation, i'm not sure that would be a good idea. it could overwrite data (but i'm not sure).
however, editing the file and finding the dahdi section and splitting that into a new file ... that could work.
Posted:
Mon Aug 16, 2010 12:06 am
by Kumba
If you are using a v.2.0 vicibox then you just need to type 'asterisk-recompile' after you boot into the new kernel and all. That should recompile it. Then just reboot again and you should be good to go.
Posted:
Mon Aug 16, 2010 7:08 pm
by Acidshock
Kumba you da man
Having problems though...
Now that I did that asterisk isnt recognizing any of the configs it seems.
[Aug 16 18:25:02] NOTICE[4044]: chan_sip.c:16378 handle_request_register: Registration from '<sip:cc509@192.168.1.10>' failed for '192.168.1.119' - No matching peer found
Posted:
Mon Aug 16, 2010 8:59 pm
by Acidshock
Fixed that problem.. just had to rerun the vicidial install.pl and copy over the sample configs. However one problem... the Voicetime drivers are not taking... I am still showing
Description Alarms IRQ bpviol CRC4
DAHDI_DUMMY/1 (source: HRtimer) 1 UNCONFIGUR 0 0 0
I see that in asterisk and in dahdi_tool
Posted:
Tue Aug 17, 2010 12:01 pm
by Kumba
You need to change the zap_mod= line in /etc/init.d/vicidial. It needs to read "zap_mod=wanpipe_voicetime"
Posted:
Wed Aug 25, 2010 6:37 pm
by Acidshock
Kumba wrote:You need to change the zap_mod= line in /etc/init.d/vicidial. It needs to read "zap_mod=wanpipe_voicetime"
Worked great
Thanks Kumba!!