What exactly is behind HMR Built-In Variables?
Hi,
I would like to ask if there is any document where we can find what exactly is behind those built in variables?
My question is regarding TRUNK_GROUP and TRUNK_GROUP_CONTEXT variables.
Is there any general explanation from where these values are taken during the execution of an HMR?
For example, I have the following configuration for the session agents:
session-agent
  hostname CL1
  ip-address 10.1.1.1
  port 5060
  state enabled
  app-protocol SIP
  app-type
  transport-method UDP+TCP
  realm-id Realm1
  trunk-group cluster1
session-agent
  hostname CL2
  ip-address 10.1.1.1
  port 5070
  state enabled
  app-protocol SIP
  app-type
  transport-method UDP+TCP
  realm-id Realm1
  trunk-group cluster2
So we are differentiating on two SAs based on port number.
