Resources | global


global

Global objects that are applicable Node wide.


Configuration


ParameterPresenceTypeDefaultDescription
licenseO

License data.
systemO

Global system objects.
cacO

Global CAC objects.
callRoutingO

Global call routing objects.
qoeCallRoutingO

QOE based call routing.
serversO

Global server objects.
signalingO

Global Signaling objects
sipOodO

Out-Of-Dialog Message Config Data.
securityO

Global security objects.
policyServerO

Policy Server Statistics
saveRecentCallFlowsInMemoryO

Recent call flow storage
callQueuingO

call queuing.
callTraceO

Call Trace Group configuration for the Node.
monitorEndpointO

the monitor endpoint (MCT)
mediaCaptureO


siprecO

Initiates Media Recording with siprec protocol.
monitorTargetO

the monitor target
carrierO

Carrier definitions.
sipDomainO

SIP Domain.
subscriberO

Subscriber.
countryO

Country definitions.
npaNxxO

Npa Nxx.

Operational Data


ParameterDescription
activeRegistrationDumpStatusCurrent Status for the dump of activeRegistration
deletedRegistrationDumpStatusCurrent Status for the dump of deletedRegistration
generatedSubscriptionDumpStatusCurrent Status for the dump of generatedSubscription
callCountCurrentStatisticsThe global current call count statistics.
callCountIntervalStatisticsGlobal interval call count statistics.
serviceAuthorisedCurStatsThe global current service authorisation statistics.
serviceAuthorisedIntStatsGlobal interval service authorisation statistics.
oodMessageCurrentStatisticsThe global current out-of-dialog message statistics.
oodMessageIntervalStatisticsGlobal interval OOD message statistics.
facBlockingEntriesStatisticsThe global statistics shows how many number of packets dropped due to each existing blocking entry.
facCurrentblockingEntriesThe status command shows all current blocking entries.
facTotalBlockCountStatsThe stats shows total number of packets dropped due to all blocking entries. This count will be reset on restart of the SBC.
facFaultRecordsThe current list of fault Records in the SBC.
ipGeneralGroupStatisticsThe collection of IP General Group information for the specified instance.
icmpGeneralGroupStatisticsThe collection of ICMP General Group information for the specified instance.
tcpGeneralGroupStatisticsThe collection of TCP General Group information for the specified instance.
udpGeneralGroupStatisticsThe collection of UDP General Group information for the specified instance.
callSummaryStatusCall Summary status table.
callDetailStatusCall Detail status table.
callMediaStatusCall Media status table.
callResourceDetailStatusCall Resource Detail Status Table.
callRemoteMediaStatusCall Remote Media Status Table.
callCountStatusCall count statistics for the server.
ocsCallCountStatusCall count statistics for the server.
srvccCallCountStatussrvcc Call count statistics for the server.
callTraceStatusCall Trace detail status.
globalTrunkGroupStatusStatus for IP trunk groups in this zone.
dtlsSrtpStatisticsDTLS SRTP Handshake statistics.
monitorEndpointStatusThe status of the MCT setting.
monitorTargetStatusthe status of the monitor target
SipRecStatusList of calls which are being recorded through siprec.
scriptDefault scripts for call control.

Operations

Operation NameDescription
callCountResetset operation on this object resets all the statistics counts to zero
terminateCallterminates the call based on the gcid supplied
dnsClearCacheClear the Full Cache.
deleteAllFaultRecordsdelete all fault records.
dumpActiveRegistrationDump the active SIP registration status
dumpDeletedRegistrationDump the Deleted Registrations status
dumpGeneratedSubscriptionDump the Generated Subscription status
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/global

  • No labels