where the local specified SDP property is numerically equal to value
Syntax
where the
sdp_capabilities
sdp_capabilities
is numerically
operator
value
Parameters
- sdp_capabilities
- Specifies where to search for the SDP property:
- Local—The capabilities of the device for the subscriber.
- Remote—The capabilities of the device for the remote party.
- Common—The capabilities that the local and remote devices have in common.
- SDP property
- A comma-delimited list of SDP properties. Specify
the SDP properties using one of the following methods:
- Generic descriptor
Syntax:
sdp.[option]Examples using an SDP generic descriptor:where the common sdp.[a=ptime] is numerically equal to 20where the common sdp.[f=hello] is numerically equal to 20
- Media descriptor
Syntax:
sdp.[m.option]Example using an SDP media descriptor:where the local sdp.[m.numberofports] is numerically equal to 2
- rtpmap
Syntax:
sdp.[codec-name(codec-name).rtpmap.OPTION]Examples using rtpmap:-
where the local sdp.[codec-name(AMR-WB).rtpmap.clockrate] is numerically less than or equal to 16000
-
- fmtp
Syntax:
sdp.[codec-name(codec-name).fmtp.OPTIONS]Where:Example using fmtp:-
where the local sdp.[codec-name(AMR-WB).fmtp.mode-set] is numerically less than or equal to 4
-
- Generic descriptor
- operator
- One of the following:
- greater than or equal to
- greater than
- less than or equal to
- less than
- equal to
- not equal to
- value
- String.
Description
Compares a numerical SDP property value against a specified number.


