Patching asterisk on redux 3.0.6
Posted: Sun Nov 14, 2010 3:51 pm
Hi, i have installed a fresh Vicibox Redux 3.0.6.iso. I need to configure a special signaling for my country (MFC/R2) wich is supported by asterisk 1.6.2, but our lovely vicidial have to work with 1.4 so i need to patch asterisk with libopenr2 (http://www.libopenr2.org/) to get it working with that signaling.
I alredy setup the signaling and my E1 is properly configured (tested with libr2 test utils) but asterisk doesnt "know" how to use mfcr2 thats why i have to patch the asterisk sources, i alredy done that, recompile asterisk and make install again, restart vicidial but the patch does not work.
Dont be confused i am not asking help to configure the signaling, i just want to know if there is any special procedure to patch asterisk on vicibox redux.
This are the steps i am doing.
Doing the same steps on a Debian from scratch installation it is working. How do i know if the patch work? because when asterisk is patched i can use mfcr2 applications such as
And with my current "patched" vicibox i am not able to do it.
Do i have to patch asterisk before the vicidial-install command?
Vicibox3.0.6.iso | Vicidial 2.4-283 | Build 100929-1203 | asterisk: 1.4.27.1-vici | Sangoma A102E | aditional software: libopenr2 | No updates after installation.
I alredy setup the signaling and my E1 is properly configured (tested with libr2 test utils) but asterisk doesnt "know" how to use mfcr2 thats why i have to patch the asterisk sources, i alredy done that, recompile asterisk and make install again, restart vicidial but the patch does not work.
Dont be confused i am not asking help to configure the signaling, i just want to know if there is any special procedure to patch asterisk on vicibox redux.
This are the steps i am doing.
- Code: Select all
Cd into the source directory
/usr/src/asterisk-1.4.27.1-vici
Apply the patch
patch -p0 < patch
compile asterisk again
make
Install patched version of asterisk
make install
restart vicidial (so asterisk too)
/etc/init.d/vicidial restart
Doing the same steps on a Debian from scratch installation it is working. How do i know if the patch work? because when asterisk is patched i can use mfcr2 applications such as
- Code: Select all
mfcr2 show channels
And with my current "patched" vicibox i am not able to do it.
Do i have to patch asterisk before the vicidial-install command?
Vicibox3.0.6.iso | Vicidial 2.4-283 | Build 100929-1203 | asterisk: 1.4.27.1-vici | Sangoma A102E | aditional software: libopenr2 | No updates after installation.