You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Resources | addressContext | cmds | optionsPing

optionsPing

This command allows to determine the reachability of the peer IP and peer port using the specified transport.

Input Params

NameMandatoryDefaultDescription
sigPortM Signaling Port to use for the ping.
peerIpAddressO0.0.0.0 Peer SIP Address.
peerPortO5060 Peer SIP Port Number.
transportOudp Transport Protocol to use.
peerFQDNOPeer SIP FQDN.

Output Params

NameDescription
result
status
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/addressContext/{name}/cmds/_operations/optionsPing --data '
<optionsPing>
     <sigPort>{sigPort}</sigPort>
</optionsPing>
'

  • No labels