Resources | addressContext | zone | sipTrunkGroup | signaling | methods

methods

Use this object to allow or reject various SIP methods.

Configuration

ParameterPresenceTypeDefaultDescription
messageOenumerationallow Determines whether MESSAGE request is accepted and processed or rejected with 405 or with a configurable response.
publishOenumerationallow Determines whether PUBLISH request is accepted and processed or rejected with 405 or with a configurable response.
optionsOenumerationallow Determines whether OPTIONS request is accepted and processed or rejected with 405 or with a configurable response.
referOenumerationallow Determines whether REFER request is accepted and processed or rejected with 405 or with a configurable response.
subscribeOenumerationallow Determines whether SUBSCRIBE request is accepted and processed or rejected with 405 or with a configurable response.
notifyOenumerationallow Determines whether NOTIFY request is accepted and processed or rejected with 405 or with a configurable response.
infoOenumerationallow Determines whether INFO method is included in the Allow header or rejected with 405 or with a configurable response.
registerOenumerationallow Determines whether REGISTER method is included in the Allow header or rejected with 405 or with a configurable response.
updateOenumerationallow Determines whether UPDATE request is accepted and processed or rejected with 405 or with a configurable response.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusSipTrunkGroup:sipTrunkGroup={name}/signaling/methods

  • No labels