Took two months of straight work, both reading and labbing, but beat this one yesterday.  Very detailed questions... surprising the level of detail referred to... but that's Cisco for ya.
So without giving away too much info... cause we just don't want that to happen:
If I set up a CUBE, with a H323 network on one side and a SIP network on the other, and I need to set up dial-peers on the CUBE to route calls between the networks... here, I'll try to illustrate:
CME router 1 (IP of 1.1.1.1)(Ext's 1....) --- [H323] --- CUBE Router --- [SIP] --- CME router 2 (IP address of 2.2.2.2)(Ext's 2....)
I would typically build dial-peers as:
CME Router 1
config t
dial-peer voice 20000 voip
dest-pat 2....
session-tar ipv4:2.2.2.2
CME Router 2
config t
dial-peer voice 10000 voip
dest-pat 1....
session-tar ipv4:1.1.1.1
session protocol sipv2
My questions.  Is "codec transparency" required? or is it the default?
IE, if both sides are running G711, then no doubt we're good.  But if Router 1 is sending 711 and Router 2 is sending 729, is transcoding automatic?
I had thought that was left to the endpoints to negotiate.  If the endpoint routers negotiate, say, 729... what's the CUBE gonna do about that?  I have to think 'not a damn thing'.  No?
And also... as the signalling changes from 323 to SIP, I imagine that "media flow-through" is also default.  I can't find anything that says either way.
What I did find was this link:
Cisco Unified Border Element and Cisco IOS Gatekeeper  [Cisco Unified Border Element] - Cisco Systems
which says that "Flow around for H.323-to-H.323 mode is supported as of Cisco IOS Software Release 12.3(1), and flow around for SIP-to-SIP calls is supported as of Cisco IOS Software Release 12.4(9)T."  As my analogy has us going from 323 to SIP, I have to assume that "flow-through" is mandatory, right?
Preciate any thoughts.
Mike