where the local specified SDP property matches one of value(s)
Syntax
where the
sdp_capabilities
SDP property
matches-op
value-list
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 local sdp.[i] matches one of *recvonly*
where the common sdp.[a=ptime] matches one of 20
where the common sdp.[a] matches one of ptime: 20
where the common sdp.[u] matches one of http://www.oracle.com:8080/hr/one.htm
where the common sdp.[u=http://www.oracle.com] matches one of 8080/hr/one.htm
where the common sdp.[u=http] matches one of //www.oracle.com:8080/hr/one.htm
where the remote sdp.[xy] matches one of z
where the remote sdp.[xy=z] matches one of 80
- Media descriptor
Syntax:
sdp.[m.option]
Examples using an SDP media descriptor:where the common sdp.[m.fmt] matches one of 102
-
where the common sdp.[m.port] does not match any of 41000,41002
where the remote sdp.[m.media] matches one of audio,video
-
where the local sdp.[m.proto] matches one of RTP/AVP
- rtpmap
Syntax:
sdp.[codec-name(codec-name).rtpmap.OPTION]
Examples using rtpmap:where the common sdp.[ codec-name(AMR-WB).rtpmap] matches one of 104 AMR-WB/160000
where the common sdp.[ codec-name(AMR-WB).rtpmap.encodingparameters] matches one of 2
-
where the common sdp.[ codec-name(AMR-WB).rtpmap.payloadtype] matches one of 104,102
- fmtp
Syntax:
sdp.[codec-name(codec-name).fmtp.OPTIONS]
Where:Examples using fmtp:where the common sdp.[codec-name(AMR-WB).fmtp.fmt] matches one of 104,102
where the common sdp.[codec-name(AMR-WB).fmtp.mode-set] matches one of 2,4
-
where the commonsdp.[codec-name(H264).fmtp.profile-level-id] matches one of42e00c
- Generic descriptor
- matches-op
- One of the following:
- matches one of (default)
- does not match any of
- value-list
- A comma-delimited list of values to compare against.
Description
Checks the Codec type (offer or answer) for a subscribers device (remote, local or both) for specific values.