Page MenuHomePhabricator
Diviner AG Projects RTC Platforms Provisioning: Trusted Peers

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

  • SipPortaddTrustedPeer()
  • SipPortdeleteTrustedPeer()
  • SipPortgetTrustedPeers()

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

CDRToolAccountsTrusted peers

book-general-sip-platform-ngnpro-trusted-peers (225×1 px, 28 KB)

Next Steps

Continue by: