public class SipApplicationRoutingRegion extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static SipApplicationRoutingRegion |
NEUTRAL_REGION
The NEUTRAL region contains applications that do not service a specific subscriber.
|
static SipApplicationRoutingRegion |
ORIGINATING_REGION
The ORIGINATING region contains applications that service the caller.
|
static SipApplicationRoutingRegion |
TERMINATING_REGION
The TERMINATING region contains applications that service the callee.
|
| Constructor and Description |
|---|
SipApplicationRoutingRegion(String label,
SipApplicationRoutingRegionType type)
Deployer may define new routing region by constructing a new SipApplicationRoutingRegion object.
|
public static final SipApplicationRoutingRegion NEUTRAL_REGION
public static final SipApplicationRoutingRegion ORIGINATING_REGION
public static final SipApplicationRoutingRegion TERMINATING_REGION
public SipApplicationRoutingRegion(String label, SipApplicationRoutingRegionType type)
public String getLabel()
public final SipApplicationRoutingRegionType getType()
Copyright © 2016. All rights reserved.