You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
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 respectively, and grouped them under an AoR group to fork call to all the AoR devices
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
Parameter | Length/Range | Description | M/O |
---|
aorGroupProfile
| Up to 23 characters | Specifies the AoR Group Profile name or ID. | M |
aorDataList
| Up to 1500 characters | Specifies 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