I assume you have the VWIC-2MFT-E1-DI or VWIC-2MFT-G703 module? You need to specify the timeslots you want to use for data and the ones you want to Drop & Insert from the PABX Connection:
controller E1 0/0
description Link to 2Mbps Circuit
clock source internal -------
channel-group 0 timeslots 9-15 ---this is the data allocation
tdm-group 1 timeslots 1-8,16 ---this is the voice
!
!
controller E1 0/1
description Link to PABX
framing NO-CRC4
tdm-group 1 timeslots 1-8,16
!
connect VOICE E1 0/0 1 E1 0/1 1 --- this does the D&I
!
interface serial 0/0:0
description Channel Group Serial interface
ip address etc etc.
You need to be careful you get the clocking correct as it is likely your PABX will be providing the clock. In the above config Controller E0/1 is providing the clock (default command not shown). The command clock source internal on controller E1 0/0 actually uses the clock received by the other controller.
Good luck
Andy