Resources | node | profiles | signaling | sipAdaptorProfile | cmds | testProfile

testProfile

verify SIP message.

Input Params

NameMandatoryDefaultDescription
inputPduStringOundefined raw SIP PDU string used to verify SMM profile.
inputPduFileNameOundefined file name contains SIP message used to verify SMM profile if inputPduString is not specified.
srcipaddrO0.0.0.0 Source IP address of SMM global variables.
srcportO0 Source port of SMM global variables.
sigportidO0 Signaling port Id of SMM global variables.
localIPO0.0.0.0 Local IP of SMM global variables.
localPortO0 Local port ID of SMM global variables.
egressTgNameOundefined Egress trunk group name of SMM global variables.
ingressTgNameOundefined Ingress trunk group name of SMM global variables.

Output Params

NameDescription
status
resultString
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusNodeList:node={nodeName}/sonusNodeListGen2Profiles:profiles/signaling/sonusNodeListGen2SipAdaptor:sipAdaptorProfile={name}/cmds/testProfile --data '
<testProfile/>
'

  • No labels