How to set coding,framing paramerters for dynamic span

hi …i am trying to configure redfone fonebridge for 2 E1PRI lines.I set the framing,coding parameter as ccs and hdb3 in redfone.conf…i also created 2 dynamic span for redfone in sytem.conf my system.conf file is

dynamic=ethmf,eth1/<mac address of fb1 of redfone fonebridge>/0,31,0
dynamic=ethmf,eth1/<mac address of fb1 of redfone fonebridge>/1,31,1

bchan=1-15
bchan=17-31
dchan=16

bchan=32-46
bchan=48-62
dchan=47

loadzone=us 
defaultzone=us

my redfone.conf file is [code]
[globals]
fb=192.168.1.254

Which port to use for TDMoE Traffic (1 or 2)

port=1

Which Asterisk server destination MAC address for TDMoE Traffic?

server=

Determines which span is to derive timing from telco

priorities=0,1,2,3

E1 PRI SPAN WITH CRC4

[span1]
framing=ccs //as i defined
encoding=hdb3
crc4
slave

[span2]
framing=ccs //as i defined
encoding=hdb3
crc4
master
[/code]
my dahdi scan otput is [1] active=yes alarms=RED description=Dynamic 'ethmf' span at 'eth1/00:50:C2: name=DYN/ethmf/eth1/00:5 manufacturer= devicetype=DYN/ethmf/eth1/00:50:C2:65:DC:C3/0 location= basechan=1 totchans=31 irq=0 type=digital-DYNAM syncsrc=0 lbo=0 db (CSU)/0-133 feet (DSX-1) coding_opts=B8ZS,AMI,HDB3 framing_opts=ESF,D4,CCS,CRC4 coding= framing=CAS //dahdi showing cas framing [2] active=yes alarms=RED description=Dynamic 'ethmf' span at 'eth1/00:50:C2: name=DYN/ethmf/eth1/00:5 manufacturer= devicetype=DYN/ethmf/eth1/00:50:C2:65:DC:C3/1 location= basechan=32 totchans=31 irq=0 type=digital-DYNAM syncsrc=0 lbo=0 db (CSU)/0-133 feet (DSX-1) coding_opts=B8ZS,AMI,HDB3 framing_opts=ESF,D4,CCS,CRC4 coding= framing=CAS //dahdi showing cas framing
and also asterisk console ‘dahdi show status’ output is(as it is showing red alarm)

Dynamic 'ethmf' span at 'eth1/00:50:C2: RED 0 0 0 CAS Unk 0 db (CSU)/0-133 feet (DSX-1) Dynamic 'ethmf' span at 'eth1/00:50:C2: RED 0 0 0 CAS Unk 0 db (CSU)/0-133 feet (DSX-1) since coding and framing differ in redfone.conf and system.conf gives me RED alarm…i want to include coding,framing ccs in system.conf so that ‘dahdi show status’ showing framing as ccs insttead of cas’…so how can i include framing and coding to ccs in system.conf file?..waiting for reply…thanhs in advance

There is no redfone.conf.sample in Asterisk 13, so I assume this is for a third party driver. You need to get support from that third party.

thank you david55 for your resoponse…yes it is third party’s(redfone fonebridge) configuration file…but i want to ask you how can i configure dynamic span in sytem.conf of dahdi for framing css…by default it is showing cas when i run command ‘dahdi show status’ and ‘dahdi_sacn’ i want to configure my dynamic span for ccs and hdb3