Issues with MFCR2 Feature asterisk-2.4.39-2-vici
Posted: Sun Jun 19, 2011 2:13 pm
Hi guys, here i am seeking for help again ñ_ñ.
First of all this is my setup enviroment.
Installation Method: Vicibox Redux 3.1.10 single server
Hardware: Sangoma AFT A102
upgrades vía zypper
Asterisk: 2.4.29-2-vici
DAHDI: 2.4.1.2-23.3
Wanpipe: 3.5.20-13.5
OpenR2: 1.3.1-1.1
dahdi/system.conf
asterisk/chan_dadi.conf
OK, now, the problem:
When i try to load chan_dahdi i got this error message:
As you can see asterisk does not recognize the mfcr2 signaling, i have extactly this setup on toher 3 servers but i patched those by my own, this is the first time i use de Kumba's already patched asterisk, Is anything wrong in my config files? Do i have to use something else than signaling=mfcr2 ?
Thanks guy for help, and sorry if i post too much information, i just want to help you to help me.
Thank you very much in advance..
First of all this is my setup enviroment.
Installation Method: Vicibox Redux 3.1.10 single server
Hardware: Sangoma AFT A102
upgrades vía zypper
Asterisk: 2.4.29-2-vici
DAHDI: 2.4.1.2-23.3
Wanpipe: 3.5.20-13.5
OpenR2: 1.3.1-1.1
dahdi/system.conf
- Code: Select all
loadzone=us
defaultzone=us
#Sangoma A102 port 1 [slot:4 bus:2 span:1] <wanpipe1>
span=1,1,0,cas,hdb3
cas=1-15:1101
cas=17-31:1101
#Sangoma A102 port 2 [slot:4 bus:2 span:2] <wanpipe2>
span=2,2,0,cas,hdb3
cas=32-46:1101
cas=48-62:1101
asterisk/chan_dadi.conf
- Code: Select all
[trunkgroups]
[channels]
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
busydetect=yes
busycount=6
echocancel=no
echocancelwhenbridged=no
relaxdtmf=yes
rxgain=0.0
txgain=0.0
signalling=mfcr2
mfcr2_variant=mx
mfcr2_get_ani_first=no
mfcr2_max_ani=10
mfcr2_max_dnis=4
mfcr2_category=national_subscriber
mfcr2_logdir=log
mfcr2_logging=all
context=trunkinbound
group=0
callgroup=0
pickupgroup=0
channel => 1-15
channel => 17-31
channel => 32-46
channel => 48-62
OK, now, the problem:
When i try to load chan_dahdi i got this error message:
- Code: Select all
VDTS01*CLI> module load chan_dahdi.so
[Jun 19 12:06:11] WARNING[10419]: pbx.c:3027 ast_register_application: Already have an application 'DAHDISendKeypadFacility'
[Jun 19 12:06:11] WARNING[10419]: pbx.c:3027 ast_register_application: Already have an application 'ZapSendKeypadFacility'
[Jun 19 12:06:11] == Parsing '/etc/asterisk/chan_dahdi.conf': [Jun 19 12:06:11] Found
[Jun 19 12:06:11] ERROR[10419]: chan_dahdi.c:13594 process_dahdi: Unknown signalling method 'mfcr2' <<<<<<<==========
[Jun 19 12:06:11] ERROR[10419]: chan_dahdi.c:13148 build_channels: Signalling must be specified before any channels are.
As you can see asterisk does not recognize the mfcr2 signaling, i have extactly this setup on toher 3 servers but i patched those by my own, this is the first time i use de Kumba's already patched asterisk, Is anything wrong in my config files? Do i have to use something else than signaling=mfcr2 ?
Thanks guy for help, and sorry if i post too much information, i just want to help you to help me.
Thank you very much in advance..