So the signaling path should be:
CM-->SM-->Oracle-->Softswitch
And the SRTP path should be CM Endpoint-->Softswitch Endpoint
Correct?
If you have SIP phones, their encryption options are defined by the settings file. If you're direct audio all the way across, then the CM and Softswitch endpoints might be actual phones or media gateways.
The encryption keys will be exchanged in the SIP signaling and if there's any TCP and SIPS URIs you might get in trouble.
See
Are you sending SRTP to a fixed media resource on that softswitch? 1 or 2 IPs always?
Are you sending SRTP direct to endpoints?
Are those endpoints in the same subnets as the Avaya phones?
If they're in a different network, I'd add those IPs to the network map as belonging to the Softswitch IP phones network with a network region.
Do you have procr in its own region with no DSPs and every other region is direct to procr while being indirect to each other through procr?
If so, I'd make the softswitch region direct to a region with only gateways and reach procr through that region.
I'd use that same region in the sig group for far end network region - that will define the codecs used in setup.
I'd also forbid inter/intra region audio from that softswitch region to your DSPs.
You'll want to see the media offer now be from CM to SM to Oracle advertising the media gateway IP in the c=line and the port in the m=audio line.
Presuming it works with TCP today, it shouldn't be a RTP ports issue, but hey, check that too.
And then you can enable rtp debugging on the G450... I can't remember exactly how right now
But you can show rtp something summary or whatever and the G450 will provide stats on streams it's supposed to be receiving.
And you'll know from where it should be receiving based on the SDP you get back from Oracle.
And you'll know what the encryption keys being offered back to you are. You can encrypt your media to them and tell them in signaling how to decrypt it, but they have to return the favor in kind.
Do you have access to an end to end signaling trace from both sides?
Something like the method above would allow you to either port mirror and wireshark on the gateway or use the rtp debugging on the G450 to see if you're even getting anything.