Page 1 of 1

Recompile question

PostPosted: 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?

PostPosted: 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.

PostPosted: 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.

PostPosted: Mon Aug 16, 2010 7:08 pm
by Acidshock
Kumba you da man :P

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

PostPosted: 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

PostPosted: 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"

PostPosted: 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 8) Thanks Kumba!!