In this section:


Use this command to view global statistics.

Info

The SBC applies the following rules when presenting global statistics data for non-audio calls:

  • IP and port fields are empty – 0.0.0.0 and port 0
  • Bandwidth for audio = 0
  • RTP statistics is empty
  • SRTP statistics is empty
  • Ingress and egress bearer type in callMediaStatus reflect either "voice" or "multimedia"
    • "voice" displays when the call contains only one audio stream
    • "multimedia" displays when the call contains more than one stream or a single stream other than audio and image


Common Call Statistics Terminology
Stable CallsCalls that are established and fully stable (connected and media cut-through type of calls) and will survive a fail-over. This excludes calls in establishing, clearing and updating states which will not survive a fail-over.
Active CallsA snapshot of total number of active calls on the SBC at the point of execution of the status command. This count reflects the actual live calls on the box independent of the state of the call (setup, stable, updating or clearing).
Call AttemptsAccumulative number of attempted calls on this system since the last reboot/start-up, including calls where a setup was sent/received, uncompleted calls (calls failed, busy, not answered, etc.) and calls completed (answered).
Call CompletionsAccumulative number of calls completed on this system since the last reboot/start-up.

The SBC allows the operator to access data from the current interval and from the interval statistics table related to each object being monitored. The current interval consists of a statistics table entry that is accumulating data for the next interval report. The interval statistics table is a series of statistics table entries containing data from the most recently completed n intervals (where n is the number of intervals in the retention policy configuration).

Note
Refer to Links to Statistics Pages to navigate to a particular EMA or CLI statistics page.

Note

The SBC intentionally does not display results of all calls when there is a high volume of traffic for the statistics below. This limitation is built into the SBC software to avoid excessive CPU usage and system timeouts.

  • callDetailStatus
  • callMediaStatus
  • callResourceDetailStatus
  • callSummaryStatus

Command Syntax

> show status global
	SipRecStatus
	activeRegistrationDumpStatus
    cac
	callCountCurrentStatistics
	callCountIntervalStatistics
	callCountStatus	
	callDetailStatus
	callMediaStatus
	callResourceDetailStatus 
	callSummaryStatus
	callTraceStatus
	deletedRegistrationDumpStatus
    dtlsSrtpStatistics
	generatedSubscriptionDumpStatus
    globalTrunkGroupStatus
	icmpGeneralGroupStatistics
	ipGeneralGroupStatistics 
	monitorEndpointStatus 
	monitorTargetStatus 
	ocsCallCountStatus
    oodMessageCurrentStatistics
    oodMessageIntervalStatistics
	policyServer
	servers
	serviceAuthorisedCurStats
    serviceAuthorisedIntStats
	signaling
	srvccCallCountStatus
	tcpGeneralGroupStatistics
	udpGeneralGroupStatistics

Command Parameters

Parameters Applicable to 'show table global' Only:
show table global
command:

callRemoteMediaStatus, callRouting, callTrace, carrier, country, license, monitorEndpoint, monitorTarget, npaNxx, qoeCallRouting, script, security, sipDomain, sipRecStatus, subscriber


Command Examples

General Examples

To view call count status:

admin@server1> show status global callCountStatus all 
callAttempts 1; 
callCompletions 1; 
activeCalls 0; 
stableCalls 0; 
callUpdates 2; 
activeCallsNonUser 0; 
stableCallsNonUser 0; 
totalCalls 0; 
totalCallsNonUser 0; 
totalCallsEmergEstablishing 0; 
totalCallsEmergStable 0; 
[ok][2011-02-09 06:56:49] 


To view the status for IP trunk groups in this zone:

admin@server1> show status global globalTrunkGroupStatus 
globalTrunkGroupStatus RHEL_1 { 
state inService; 
totalCallsAvailable -1; 
totalCallsInboundReserved 0; 
inboundCallsUsage 0; 
outboundCallsUsage 0; 
totalCallsConfigured -1; 
priorityCallUsage 0; 
totalOutboundCallsReserved 0; 
bwCurrentLimit -1; 
bwAvailable -1; 
bwInboundUsage 0; 
bwOutboundUsage 0; 
packetOutDetectState normal; 
addressContext a1; 
zone ZONE1; 
}
globalTrunkGroupStatus RHEL_2 { 
state inService; 
totalCallsAvailable -1; 
totalCallsInboundReserved 0; 
inboundCallsUsage 0; 
outboundCallsUsage 0; 
totalCallsConfigured -1; 
priorityCallUsage 0; 
totalOutboundCallsReserved 0; 
bwCurrentLimit -1; 
bwAvailable -1; 
bwInboundUsage 0; 
bwOutboundUsage 0; 
packetOutDetectState normal; 
addressContext a1; 
zone ZONE2; 
}


To show the status for interval statistics:

admin@vsbc1> show status global serviceAuthorisedIntStats 26
serviceAuthorisedIntStats 26 entry {
    intervalValid                  true;
    time                           12058;
    licenseMode                    nodeLocked;
    encryptAuthorisation           0;
    srtpAuthorisation              0;
    enhancedVideoAuthorisation     0;
    amrnbLegAuthorisation          0;
    amrwbLegAuthorisation          0;
    evrcLegAuthorisation           0;
    niceRecAuthorisation           0;
    mrfSessionsAuthorisation       1;
    sipRecAuthorisation            1;
    transcodeAuthorisation         1;
    pdcsAuthorisation              1;
    liSessionsAuthorisation        0;
    sbcRtuSessionsAuthorisation    1;
    dspG722SessionsAuthorisation   0;
    gmp4x1SessionsAuthorisation    0;
    sipISessionsAuthorisation      0;
    sip323SessionsAuthorisation    0;
    gmp1x10SessionsAuthorisation   0;
    polRtuSessionsAuthorisation    1;
    psxRtuSessionsAuthorisation    1;
    capacityLicenseAuthorisation   1;
    e911SessionsAuthorisation      0;
    enumSessionsAuthorisation      0;
    swInstanceLicenseAuthorisation 1;


To show the status for current statistics:

admin@vsbc1> show status  global serviceAuthorisedCurStats  
serviceAuthorisedCurStats entry {
    licenseMode                    nodeLocked;
    encryptAuthorisation           0;
    srtpAuthorisation              0;
    enhancedVideoAuthorisation     0;
    amrnbLegAuthorisation          0;
    amrwbLegAuthorisation          0;
    evrcLegAuthorisation           0;
    niceRecAuthorisation           0;
    mrfSessionsAuthorisation       1;
    sipRecAuthorisation            1;
    transcodeAuthorisation         1;
    pdcsAuthorisation              1;
    liSessionsAuthorisation        0;
    sbcRtuSessionsAuthorisation    1;
    dspG722SessionsAuthorisation   0;
    gmp4x1SessionsAuthorisation    0;
    sipISessionsAuthorisation      0;
    sip323SessionsAuthorisation    0;
    gmp1x10SessionsAuthorisation   0;
    polRtuSessionsAuthorisation    1;
    psxRtuSessionsAuthorisation    1;
    capacityLicenseAuthorisation   1;
    e911SessionsAuthorisation      0;
    enumSessionsAuthorisation      0;
    swInstanceLicenseAuthorisation 1;


Examples Showing Audio, Video and Text Usage

Audio-Only CLI Output

admin@SBC01> show status global callDetailStatus                                      
callDetailStatus 7 {
    mediaStreams                        audio;
    state                               Stable;
    callingNumber                       "";
    calledNumber                        33334444;
    addressTransPerformed               none;
    origCalledNum                       "";
    scenarioType                        SIP_TO_SIP;
    callDuration                        10;
    mediaType                           passthru;
    associatedGcid1                     7;
    associatedGcid2                     7;
    associatedGcidLegId1                1;
    associatedGcidLegId2                0;
    ingressSessionBandwidthkbps         525;
    egressSessionBandwidthkbps          525;
	ingressMediaStream1LocalIpSockAddr  "10.54.32.140/ 1286";
    ingressMediaStream1RemoteIpSockAddr "10.54.80.8/ 6004";
    egressMediaStream1LocalIpSockAddr   "10.54.33.140/ 1286";
    egressMediaStream1RemoteIpSockAddr  "10.54.80.110/ 4588";
    ingressMediaStream1Security         "rtp-disabled rtcp-disabled";
    egressMediaStream1Security          "rtp-disabled rtcp-disabled";
    ingressMediaStream1Bandwidth        127;
    egressMediaStream1Bandwidth         127;
}
admin@SBC01> show status global callMediaStatus 
callMediaStatus 7 {
    mediaStreamsInCall                          audio;
    ingressMacHeader                            00-25-B4-46-78-40;
    egressMacHeader                             00-25-B4-46-78-40;
    ingressBearerType                           voice;
    egressBearerType                            voice;
    ingressCfgAudioType                         G711;
    egressCfgAudioType                          G711;
    ingressActAudioType                         g711ulaw;
    egressActAudioType                          g711ulaw;
    ingressRemPacketsLost                       0;
    ingressRFactorInbound                       93;
    ingressRFactorOutbound                      93;
    egressRemPacketsLost                        0;
    egressRFactorInbound                        93;
    egressRFactorOutbound                       93;
    mediaStream1Label                           audio;
    mediaStream1Codec                           G711;
    ingressMediaStream1PacketsSent              4656;
    ingressMediaStream1PacketsReceived          4651;
    ingressMediaStream1OctetsSent               744960;
    ingressMediaStream1OctetsReceived           799972;
    ingressMediaStream1RtcpPacketsSent          0;
    ingressMediaStream1RtcpPacketsReceived      0;
    ingressMediaStream1PacketsLost              0;
    ingressMediaStream1PacketsDiscarded         0;
    ingressMediaStream1PacketLatency            0;
    ingressMediaStream1InterarrivalJitter       0;
    ingressMediaStream1StunDtlsPacketsReceived  0;
    ingressMediaStream1StunDtlsPacketsDiscarded 0;
    ingressMediaStream1SrtpAuthFailure          0;
    ingressMediaStream1SrtpReplayFailure        0;
    egressMediaStream1PacketsSent               2373;
    egressMediaStream1PacketsReceived           4642;
    egressMediaStream1OctetsSent                17158;
    egressMediaStream1OctetsReceived            148544;
    egressMediaStream1RtcpPacketsSent           0;
    egressMediaStream1RtcpPacketsReceived       0;
    egressMediaStream1PacketsLost               0;
    egressMediaStream1PacketsDiscarded          0;
    egressMediaStream1PacketLatency             0;
    egressMediaStream1InterarrivalJitter        0;
    egressMediaStream1StunDtlsPacketsReceived   0;
    egressMediaStream1StunDtlsPacketsDiscarded  0;
    egressMediaStream1SrtpAuthFailure           0;
    egressMediaStream1SrtpReplayFailure         0;
}
admin@SBC01> show status global callResourceDetailStatus 
callResourceDetailStatus 7 0 {
    resId   262;
    resType xresUser;
    callId  7;
    legId   0;
}
callResourceDetailStatus 7 1 {
    resId   1050;
    resType bresLe2Le;
    callId  7;
    legId   1;
}
callResourceDetailStatus 7 2 {
    resId   263;
    resType xresUser;
    callId  7;
    legId   1;
}


Video-Only CLI Output

admin@SBC01> show status global callResourceDetailStatus
callResourceDetailStatus 786437 0 {
    resId   253;
    resType xresUserVid;
    callId  786437;
    legId   0;
}
callResourceDetailStatus 786437 1 {
    resId   252;
    resType xresUserVid;
    callId  786437;
    legId   1;
}
callResourceDetailStatus 786437 2 {
    resId   1045;
    resType bresLe2LeVid;
    callId  786437;
    legId   1;
}
admin@SBC01> show status global callMediaStatus
callMediaStatus 786437 {
    mediaStreamsInCall                          video;
    ingressMacHeader                            00-00-00-00-00-00;
    egressMacHeader                             00-00-00-00-00-00;
    ingressBearerType                           multimedia;
    egressBearerType                            multimedia;
    ingressCfgAudioType                         NULL;
    egressCfgAudioType                          NULL;
    ingressActAudioType                         na;
    egressActAudioType                          na;
    ingressRemPacketsLost                       0;
    ingressRFactorInbound                       93;
    ingressRFactorOutbound                      93;
    egressRemPacketsLost                        0;
    egressRFactorInbound                        93;
    egressRFactorOutbound                       93;
    mediaStream1Label                           video;
    mediaStream1Codec                           H263;
    ingressMediaStream1PacketsSent              4656;
    ingressMediaStream1PacketsReceived          4651;
    ingressMediaStream1OctetsSent               744960;
    ingressMediaStream1OctetsReceived           799972;
    ingressMediaStream1RtcpPacketsSent          0;
    ingressMediaStream1RtcpPacketsReceived      0;
    ingressMediaStream1PacketsLost              0;
    ingressMediaStream1PacketsDiscarded         0;
    ingressMediaStream1PacketLatency            0;
    ingressMediaStream1InterarrivalJitter       0;
    ingressMediaStream1StunDtlsPacketsReceived  0;
    ingressMediaStream1StunDtlsPacketsDiscarded 0;
    ingressMediaStream1SrtpAuthFailure          0;
    ingressMediaStream1SrtpReplayFailure        0;
    egressMediaStream1PacketsSent               2373;
    egressMediaStream1PacketsReceived           4642;
    egressMediaStream1OctetsSent                17158;
    egressMediaStream1OctetsReceived            148544;
    egressMediaStream1RtcpPacketsSent           0;
    egressMediaStream1RtcpPacketsReceived       0;
    egressMediaStream1PacketsLost               0;
    egressMediaStream1PacketsDiscarded          0;
    egressMediaStream1PacketLatency             0;
    egressMediaStream1InterarrivalJitter        0;
    egressMediaStream1StunDtlsPacketsReceived   0;
    egressMediaStream1StunDtlsPacketsDiscarded  0;
    egressMediaStream1SrtpAuthFailure           0;
    egressMediaStream1SrtpReplayFailure         0;
}
admin@SBC01> show status global callDetailStatus
callDetailStatus 786437 {
    mediaStreams                        video;
    state                               Stable;
    callingNumber                       "";
    calledNumber                        33334444;
    addressTransPerformed               none;
    origCalledNum                       "";
    scenarioType                        SIP_TO_SIP;
    callDuration                        13;
    mediaType                           passthru;
    associatedGcid1                     786437;
    associatedGcid2                     786437;
    associatedGcidLegId1                1;
    associatedGcidLegId2                0;
    ingressSessionBandwidthkbps         525;
    egressSessionBandwidthkbps          525;
	ingressMediaStream1LocalIpSockAddr  "10.54.32.140/ 1276";
    ingressMediaStream1RemoteIpSockAddr "10.54.80.8/ 6006";
    egressMediaStream1LocalIpSockAddr   "10.54.33.140/ 1276";
    egressMediaStream1RemoteIpSockAddr  "10.54.80.110/ 4590";
    ingressMediaStream1Security         "rtp-disabled rtcp-disabled";
    egressMediaStream1Security          "rtp-disabled rtcp-disabled";
    ingressMediaStream1Bandwidth        1024;
    egressMediaStream1Bandwidth         1024;
}


Both Audio and Video CLI Output

admin@SBC01> show status global callDetailStatus                                      
callDetailStatus 524295 {
    mediaStreams                        audio,video;
    state                               Stable;
    callingNumber                       "";
    calledNumber                        33334444;
    addressTransPerformed               none;
    origCalledNum                       "";
    scenarioType                        SIP_TO_SIP;
    callDuration                        52;
    mediaType                           passthru;
    associatedGcid1                     524295;
    associatedGcid2                     524295;
    associatedGcidLegId1                1;
    associatedGcidLegId2                0;
    ingressSessionBandwidthkbps         525;
    egressSessionBandwidthkbps          525;
	ingressMediaStream1LocalIpSockAddr  "10.54.32.140/ 1290";
    ingressMediaStream1RemoteIpSockAddr "10.54.80.8/ 6004";
    egressMediaStream1LocalIpSockAddr   "10.54.33.140/ 1290";
    egressMediaStream1RemoteIpSockAddr  "10.54.80.110/ 4588";
    ingressMediaStream1Security         "rtp-disabled rtcp-disabled";
    egressMediaStream1Security          "rtp-disabled rtcp-disabled";
    ingressMediaStream1Bandwidth        64614;
    egressMediaStream1Bandwidth         127;
    ingressMediaStream2LocalIpSockAddr  "10.54.32.140/ 1292";
    ingressMediaStream2RemoteIpSockAddr "10.54.80.8/ 6006";
    egressMediaStream2LocalIpSockAddr   "10.54.33.140/ 1292";
    egressMediaStream2RemoteIpSockAddr  "10.54.80.110/ 4590";
    ingressMediaStream2Security         "rtp-disabled rtcp-disabled";
    egressMediaStream2Security          "rtp-disabled rtcp-disabled";
    ingressMediaStream2Bandwidth        1024;
    egressMediaStream2Bandwidth         1024;
}
admin@SBC01> show status global callMediaStatus 
callMediaStatus 524295 {
    mediaStreamsInCall                          audio,video;
    ingressMacHeader                            00-25-B4-46-78-40;
    egressMacHeader                             00-25-B4-46-78-40;
    ingressBearerType                           multimedia;
    egressBearerType                            multimedia;
    ingressCfgAudioType                         G711;
    egressCfgAudioType                          G711;
    ingressActAudioType                         g711ulaw;
    egressActAudioType                          g711ulaw;
    ingressRemPacketsLost                       0;
    ingressRFactorInbound                       93;
    ingressRFactorOutbound                      93;
    egressRemPacketsLost                        0;
    egressRFactorInbound                        93;
    egressRFactorOutbound                       93;
    mediaStream1Label                           audio;
    mediaStream1Codec                           G711;
    ingressMediaStream1PacketsSent              4656;
    ingressMediaStream1PacketsReceived          4651;
    ingressMediaStream1OctetsSent               744960;
    ingressMediaStream1OctetsReceived           799972;
    ingressMediaStream1RtcpPacketsSent          0;
    ingressMediaStream1RtcpPacketsReceived      0;
    ingressMediaStream1PacketsLost              0;
    ingressMediaStream1PacketsDiscarded         0;
    ingressMediaStream1PacketLatency            0;
    ingressMediaStream1InterarrivalJitter       0;
    ingressMediaStream1StunDtlsPacketsReceived  0;
    ingressMediaStream1StunDtlsPacketsDiscarded 0;
    ingressMediaStream1SrtpAuthFailure          0;
    ingressMediaStream1SrtpReplayFailure        0;
    egressMediaStream1PacketsSent               2373;
    egressMediaStream1PacketsReceived           4642;
    egressMediaStream1OctetsSent                17158;
    egressMediaStream1OctetsReceived            148544;
    egressMediaStream1RtcpPacketsSent           0;
    egressMediaStream1RtcpPacketsReceived       0;
    egressMediaStream1PacketsLost               0;
    egressMediaStream1PacketsDiscarded          0;
    egressMediaStream1PacketLatency             0;
    egressMediaStream1InterarrivalJitter        0;
    egressMediaStream1StunDtlsPacketsReceived   0;
    egressMediaStream1StunDtlsPacketsDiscarded  0;
    egressMediaStream1SrtpAuthFailure           0;
    egressMediaStream1SrtpReplayFailure         0;
    mediaStream2Label                           video;
    mediaStream2Codec                           H263;
    ingressMediaStream2PacketsSent              4656;

   ingressMediaStream2PacketsReceived          4651;
    ingressMediaStream2OctetsSent               744960;
    ingressMediaStream2OctetsReceived           799972;
    ingressMediaStream2RtcpPacketsSent          0;
    ingressMediaStream2RtcpPacketsReceived      0;
    ingressMediaStream2PacketsLost              0;
    ingressMediaStream2PacketsDiscarded         0;
    ingressMediaStream2PacketLatency            0;
    ingressMediaStream2InterarrivalJitter       0;
    ingressMediaStream2StunDtlsPacketsReceived  0;
    ingressMediaStream2StunDtlsPacketsDiscarded 0;
    ingressMediaStream2SrtpAuthFailure          0;
    ingressMediaStream2SrtpReplayFailure        0;
    egressMediaStream2PacketsSent               2373;
    egressMediaStream2PacketsReceived           4642;
    egressMediaStream2OctetsSent                17158;
    egressMediaStream2OctetsReceived            148544;
    egressMediaStream2RtcpPacketsSent           0;
    egressMediaStream2RtcpPacketsReceived       0;
    egressMediaStream2PacketsLost               0;
    egressMediaStream2PacketsDiscarded          0;
    egressMediaStream2PacketLatency             0;
    egressMediaStream2InterarrivalJitter        0;
    egressMediaStream2StunDtlsPacketsReceived   0;
    egressMediaStream2StunDtlsPacketsDiscarded  0;
    egressMediaStream2SrtpAuthFailure           0;
    egressMediaStream2SrtpReplayFailure         0;
}
admin@SBC01> show status global callResourceDetailStatus 
callResourceDetailStatus 524295 0 {
    resId   266;
    resType xresUser;
    callId  524295;
    legId   0;
}
callResourceDetailStatus 524295 1 {
    resId   1052;
    resType bresLe2Le;
    callId  524295;
    legId   1;
}
callResourceDetailStatus 524295 2 {
    resId   267;
    resType xresUser;
    callId  524295;
    legId   1;
}
callResourceDetailStatus 524295 3 {
    resId   269;
    resType xresUserVid;
    callId  524295;
    legId   0;
}
callResourceDetailStatus 524295 4 {
    resId   268;
    resType xresUserVid;
    callId  524295;
    legId   1;
}
callResourceDetailStatus 524295 5 {
    resId   1053;
    resType bresLe2LeVid;
    callId  524295;
    legId   1;
}


This example shows RTCP port details in callDetailStatus results (RTCP must be enabled to view port details):

> show status global callDetailStatus
callDetailStatus 917504 {
    mediaStreams                        audio,video;
    state                               Stable;
    callingNumber                       "";
    calledNumber                        9785555555;
    addressTransPerformed               none;
    origCalledNum                       "";
    scenarioType                        SIP_TO_SIP;
    callDuration                        20;
    mediaType                           passthru;
    associatedGcid1                     917504;
    associatedGcid2                     917504;
    associatedGcidLegId1                1;
	associatedGcidLegId2                0;
    ingressSessionBandwidthkbps         525;
    egressSessionBandwidthkbps          525;
	ingressMediaStream1LocalIpSockAddr  "10.1.1.33/ 1024 (rtcp: 1025)";
    ingressMediaStream1RemoteIpSockAddr "10.1.2.128/ 5004 (rtcp: 5005)";
    egressMediaStream1LocalIpSockAddr   "10.1.1.34/ 1024 (rtcp: 1025)";
    egressMediaStream1RemoteIpSockAddr  "10.1.2.129/ 5004 (rtcp: 5005)";
    ingressMediaStream1Security         "rtp-disabled rtcp-disabled";
    egressMediaStream1Security          "rtp-disabled rtcp-disabled";
    ingressMediaStream1Bandwidth        96;
    egressMediaStream1Bandwidth         96;
    ingressMediaStream1IceState         NONE;
    egressMediaStream1IceState          NONE;
    ingressDtlsSrtpStream1              DISABLED;
    egressDtlsSrtpStream1               DISABLED;
    ingressMediaStream2LocalIpSockAddr  "10.1.1.33/ 1026 (rtcp: 1027)";
    ingressMediaStream2RemoteIpSockAddr "10.1.2.128/ 5006 (rtcp: 5007)";
    egressMediaStream2LocalIpSockAddr   "10.1.1.34/ 1026 (rtcp: 1027)";
    egressMediaStream2RemoteIpSockAddr  "10.1.2.129/ 5006 (rtcp: 5007)";
    ingressMediaStream2Security         "rtp-disabled rtcp-disabled";
    egressMediaStream2Security          "rtp-disabled rtcp-disabled";
    ingressMediaStream2Bandwidth        128;
    egressMediaStream2Bandwidth         128;
    ingressMediaStream2IceState         NONE;
    egressMediaStream2IceState          NONE;
    ingressDtlsSrtpStream2              DISABLED;
    egressDtlsSrtpStream2               DISABLED;
    iceCallTypes                        "ing-lcl-NONE ing-rmt-NONE eg-lcl-NONE eg-rmt-NONE";
} 

Audio and Text Output

The following command example shows the callDetailStatus when the SBC invokes MRF for T.140 and TTY interworking.

Example
> show status global callDetailStatus 
callDetailStatus 5 {
	mediaStreams                        audio,text;   
	state                               Stable;
	callingNumber                       "";   
	calledNumber                        9902500111;
	addressTransPerformed               none;
	origCalledNum                       "";
	scenarioType                        SIP_TO_SIP;
	callDuration                        27;
	mediaType                           transcode;
	associatedGcid1                     5;
	associatedGcid2                     5;   
	associatedGcidLegId1                1;
	associatedGcidLegId2                0;   
	ingressSessionBandwidthkbps         130;  
	egressSessionBandwidthkbps          127;   
	ingressRemoteIpSockAddr             10.128.254.86;  
	ingressRemotePort                   4822; 
	egressRemoteIpSockAddr              10.128.254.86;   
	egressRemotePort                    5080;
	ingressMediaStream1LocalIpSockAddr  "10.54.59.154/ 1534 (rtcp: 1535)";
	ingressMediaStream1RemoteIpSockAddr "10.128.254.86/ 8622 (rtcp: 8623)";   
	egressMediaStream1LocalIpSockAddr   "10.54.59.128/ 1234 (rtcp:1235)";
	egressMediaStream1RemoteIpSockAddr  "10.128.254.86/ 44224 (rtcp: 44225)";
	ingressMediaStream1Security         rtp-disabled,rtcp-disabled;
	egressMediaStream1Security          rtp-disabled,rtcp-disabled;  
	ingressMediaStream1Bandwidth        127;   
	egressMediaStream1Bandwidth         127;
	ingressMediaStream1IceState         NONE;
	egressMediaStream1IceState          NONE; 
	ingressDtlsStream1                  DISABLED;
	egressDtlsStream1                   DISABLED;
	ingressPrivStream1LocalIpSockAddr   "10.54.59.154/ 1536 (rtcp:1537)";
	ingressPrivStream1RemoteIpSockAddr  "10.54.80.200/ 1094 (rtcp: 1095)";   
	egressPrivStream1LocalIpSockAddr    "10.54.59.154/ 1538(rtcp: 1539)";   
	egressPrivStream1RemoteIpSockAddr   "10.54.6.171/ 1094 (rtcp:1095)";  
	mediaTypeStream1                    transcode;
	ingressMediaStream2LocalIpSockAddr  "10.54.59.154/ 1542 (rtcp: 1543)";
	ingressMediaStream2RemoteIpSockAddr "10.128.254.86/ 8624 (rtcp: 8625)";   
	egressMediaStream2LocalIpSockAddr   "";
	egressMediaStream2RemoteIpSockAddr  "";
	ingressMediaStream2Security         rtp-disabled,rtcp-disabled;   
	egressMediaStream2Security          "";   
	ingressMediaStream2Bandwidth        4; 
	egressMediaStream2Bandwidth         0; 
	ingressMediaStream2IceState         NONE;
	egressMediaStream2IceState          "";
	ingressDtlsStream2                  DISABLED;
	egressDtlsStream2                   DISABLED; 
	ingressPrivStream2LocalIpSockAddr   "10.54.59.154/1544";                       
	ingressPrivStream2RemoteIpSockAddr  "10.54.3.61/18822";                     
	egressPrivStream2LocalIpSockAddr    "";                                                             
	egressPrivStream2RemoteIpSockAddr   "";                                          
	mediaTypeStream2                    transcode;                            
	iceCallTypes                        ing-lcl-NONE,ing-rmt-NONE,eg-lcl-NONE,eg-rmt-NONE;   
	ingressACName                       default;
	ingressZoneName                     ZONE_IAD;   
	ingressTrunkName                    TG_IAD_SIPP;  
	egressACName                        default;
	egressZoneName                      ZONE_AS;
	egressTrunkName                     TG_AS_SIPP;
	mrfSignalingInfo                    "10.54.80.200/ 5085";
}