Hello everyone,
Is it possible to Multicast Robbed-bit signaling?
The configuration bellow allows me to bridge three voice-ports always on connection within one gateway, but unable to transmit robbed-bit signaling. It works great with p2p connection. Any ideas anyone?
controller T1 0/2/0
framing SF
linecode ami
cablelength short 133
ds0-group 0 timeslots 1 type e&m-immediate-start
ds0-group 1 timeslots 2 type e&m-immediate-start
ds0-group 2 timeslots 3 type e&m-immediate-start
!
voice-port 0/2/0:0
timeouts call-disconnect 3
connection trunk 1000
!
voice-port 0/2/0:1
timeouts call-disconnect 3
connection trunk 1001
!
voice-port 0/2/0:2
timeouts call-disconnect 3
connection trunk 1002
!
dial-peer voice 1000 pots
destination-pattern 1000
port 0/2/0:0
!
dial-peer voice 1001 pots
destination-pattern 1001
port 0/2/0:1
!
dial-peer voice 1002 pots
destination-pattern 1002
port 0/2/0:2
!
dial-peer voice 6 voip
destination-pattern 1001
session protocol multicast
session target ipv4:237.11.0.11:22222
codec g711ulaw
vad aggressive
!
dial-peer voice 7 voip
destination-pattern 1002
session protocol multicast
session target ipv4:237.11.0.11:22222
codec g711ulaw
vad aggressive
!
dial-peer voice 5 voip
destination-pattern 1000
session protocol multicast
session target ipv4:237.11.0.11:22222
codec g711ulaw
vad aggressive
!
Thank you all.