Provisioning: Trusted PeersAG Projects RTC Platforms (Provisioning Guides)
Provisioning: Trusted Peers
AG Projects RTC Platforms (Provisioning Guides)
This guide describes the provisioning functions for Trusted Peers.
Trusted peers are identified by their IP addresses and are allowed to transit the platform. Trusted peers are used to define SIP trunks to/from PBXs allowed to connect to the platform. For more information see Routes PBX or Trunk.
SOAP/XML functions
- SipPort → addTrustedPeer()
- SipPort → deleteTrustedPeer()
- SipPort → getTrustedPeers()
Trusted peer attributes:
<complexType name="TrustedPeer"> − <sequence> <element name="ip" nillable="false" type="xsd:string"/> <element name="protocol" nillable="true" type="ngnpro:TrustedPeerProtocol" default="any"/> <element name="tag" nillable="true" type="xsd:string"/> <element name="callLimit" nillable="true" type="xsd:int"/> <element name="msteams" nillable="true" type="xsd:boolean"/> <element name="description" nillable="true" type="xsd:string" default=""/> <element name="reseller" nillable="true" type="xsd:integer"/> <element name="changeDate" nillable="true" type="xsd:string"/> </sequence> </complexType>
Graphical client
CDRTool → Accounts → Trusted peers
Next Steps
Continue by:
- learning about Main Entities used in Provisioning; or
- learning about Provisioning: DNS; or
- learning about Provisioning: Emergency Numbers; or
- learning about Provisioning: ENUM; or
- learning about Provisioning: PSTN; or
- learning about Provisioning: SIP; or
- learning about Provisioning: User Notifications; or
- learning about Provisioning: Voicemail; or
- going back to Provisioning Introduction.