1. IETF RFC 3261 - SIP: Session Initiation Protocol: Section 6
"Definitions
" defines a Proxy Server as: "An intermediary entity that acts as both a server and a client for the purpose of making requests on behalf of other clients. A proxy server primarily plays the role of routing
which means its job is to ensure that a request is sent to another entity 'closer' to the targeted user. Proxies are also useful for enforcing policy..." This directly supports centralizing routing (dial plans) and administration/policy (call control).
2. Cisco Collaboration System 12.x Solution Reference Network Design (SRND): In the chapter on "Collaboration Edge and Cisco Unified Border Element
" the document discusses the role of SIP proxies in call routing and policy enforcement. It states
"The SIP proxy can provide a centralized routing engine for a network of SIP-enabled devices..." This confirms the function of centralizing dial plans and call control. (Reference specific sections on SIP Proxy or CUBE as a SIP Proxy).
3. Villamizar
M. (1999). IETF RFC 2663 - IP Network Address Translator (NAT) Terminology and Considerations: While not directly about SIP
this foundational networking document helps differentiate core functions from implementation features like redundancy. It clarifies that functions are what a device does (e.g.
route
translate)
while features are how it is deployed (e.g.
with high availability). This supports the reasoning for excluding option C.