public class SipPeer extends BaseModel
| Constructor and Description |
|---|
SipPeer() |
SipPeer(IrisClient client) |
public SipPeer(IrisClient client)
public SipPeer()
public static SipPeer create(IrisClient client, String siteId, SipPeer sipPeer) throws Exception
Exceptionpublic static SipPeer get(IrisClient client, String siteId, String sipPeerId) throws Exception
Exceptionpublic static List<SipPeer> list(IrisClient client, String siteId) throws Exception
Exceptionpublic String getSiteId()
public void setSiteId(String siteId)
public String getPeerId()
public void setPeerId(String peerId)
public String getPeerName()
public void setPeerName(String peerName)
public String getDescription()
public void setDescription(String description)
public boolean isDefaultPeer()
public void setDefaultPeer(boolean isDefaultPeer)
public String getShortMessagingProtocol()
public void setShortMessagingProtocol(String shortMessagingProtocol)
public CallingName getCallingName()
public void setCallingName(CallingName callingName)
public List<VoiceHostGroup> getVoiceHostGroups()
public void setVoiceHostGroups(List<VoiceHostGroup> voiceHostGroups)
public String getFinalDestinationUri()
public void setFinalDestinationUri(String finalDestinationUri)
public void updateTn(SipPeerTelephoneNumber number) throws Exception
Exceptionpublic SipPeerTelephoneNumber getTn(String number) throws Exception
Exceptionpublic void moveTns(SipPeerTelephoneNumbers numbers) throws Exception
Exceptionpublic List<SipPeerTelephoneNumber> getTns() throws Exception
ExceptionCopyright © 2018. All rights reserved.