Junction Networks

Junction Networks Web Services API

GroupAddressEdit

Update a GroupAddress.

Authentication

This action requires an Authenticated Session.

Authorization

This action requires Organization Update permission.

Parameters

Address
Required
A SIP "group" address of the form username@domain (ie sales@smith.onsip.com).
Username
Required
The username portion of the address.
Ordering
Required
parallel | sequential
Timeout
Required
A positive integer less than 120 indicating the max length of time in seconds a call attempt is made.
DefaultAddress
Optional
A failover SIP address to use in the event of a timeout or negative response. If not set, no failover will be attempted.
MemberAddresses
Required
An array of existing SIP UserAddresses of the form array(UserAddress => Priority) which make up the group. Priority is an integer specifying the relative priority of the address in the group. More explicitly, the URI will contain: MemberAddresses[user1@domain.onsip.com]=1&MemberAddresses[user2@domain.onsip.com]=2

Result RELAX NG Schema Modules

Main module: GroupAddressEdit.rng

Supporting modules:  GroupAddress.rng  Address.rng

Result Element Example

Not available.