This object allows you to configure an AoR Group Profile. The Address of Record (AoR) group is created for different AoRs for each VOIP subscriber devices. For example, if a subscriber has three end devices, three AoRs are created in an AoR group to fork calls to all AoR devices.


A maximum of 10 AoRs are allowed in an AoR group, separated by commas ",".

Command Syntax

Execute the following command to configure aorGroupProfile.

% set profiles aorGroupProfile <aorGroupProfile>
   aorDataList <Aor Data>
   aorDialogAttribute <useFirst18x | useLast18x>
   preferredIdentity <Input PreferredIdentity (urischeme:user@host) for AoRs Group>
   waitForAnswer <0 to 300000>

Command Parameters

AoR Record Profile Parameters

ParameterLength/RangeDescriptionM/O

aorGroupProfile

Up to 23 charactersSpecifies the AoR Group Profile name or ID.M

aorDataList

Up to 1500 charactersSpecifies the AoR Group, which holds the subscriber's set of AoRs for call forking.M

aorDialogAttribute

N/A

Specifies the user part that is used for the active early dialog selection behavior.

The options are:

  • useFirst18x (default)
  • useLast18x
O
preferredIdentity 
Up to 1500 characters

Specifies the preferred identity for a specific AoR group.

O

waitForAnswer

0-300000 (milliseconds)

Specifies the time period in milliseconds and a single value for all AoRs to which the ingress call is forked. Any non-2xx final answer (3xx responses) is delayed until the configured time expires as follows:

  • ACK is generated but corresponding INVITE is not sent to egress.
  • If a 2xx response is received before timer expires, INVITE is not generated for 3xx.

The default value is 0.

Note: The timer works for a maximum of 120 seconds.

O

Command Example

% set profiles aorGroupProfile AR1 aorDataList sip:123@ss.com,sip:456@yy.com aorDialogAttribute useFirst18x preferredIdentity sip:123@ss.com waitForAnswer 5000


  • No labels