Configuring Trunk Groups te410p

Im trying to configure span1 to use em wink signalling and the reamaining 3 spans to use pri_cpe and I have had no success. I am a bit confused about the group= as it is shown a few times in the configs. So my end result hopefully will be having 2 trunks groups configured one for my PRI t1s and on for the point to point T1(em) Dahdi/g0 and Dahdi/g1

Id appreciate any help I could get. Below is my configs as of now.

Thanks in advance.

----------------chan_dahdi.conf --------------

[trunkgroups]

Im also a bit confused here as em trunks dont use a d channel

[channels]
context=from-internal
signalling=fxs_ks
rxwink=300 ; Atlas seems to use long (250ms) winks
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
pridialplan=unknown
prilocaldialplan=unknown
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=no
faxdetect=incoming
echotraining=800
rxgain=0.0
txgain=0.0
callgroup=1
pickupgroup=1

;Uncomment these lines if you have problems with the disconection of your analog lines
;busydetect=yes
;busycount=3

immediate=no

#include dahdi-channels.conf
#include chan_dahdi_additional.conf

---------dahdi-channels.conf--------

; Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1"
group=0,11
context=from-internal
switchtype = national
signalling = pri_cpe
channel => 1-23
context = default
group = 63

; Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2"
group=0,12
context=from-internal
switchtype = national
signalling = pri_cpe
channel => 25-47
context = default
group = 63

; Span 3: TE4/0/3 "T4XXP (PCI) Card 0 Span 3"
group=0,13
context=from-internal
switchtype = national
signalling = pri_cpe
channel => 49-71
context = default
group = 63

; Span 4: TE4/0/4 "T4XXP (PCI) Card 0 Span 4"
group=1,14
context=from-internal
switchtype = national
signalling =emw
channel => 73-96
context = default
group = 63

…Bump

Can anyone help me out here?