...
Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
Panel | ||||
---|---|---|---|---|
In this section:
|
This section lists CLI command syntax to configure common IP attributes for communicating with the peer regardless of call direction.
...
Code Block | ||
---|---|---|
| ||
% set profiles signaling ipSignalingProfile DEFAULT_H323 |
...
commonIpAttributes |
...
flags |
...
|
...
audioCodecChangeThroughEmptyTcs <disable | enable>
|
...
clearmodeForDataCalls <disable | enable>
|
...
disableConstrainedCapacities <disable | enable>
|
...
includeG729WithG729aWhenOfferPspHasG729a <disable | enable>
|
...
sendEmptyTcs <disable | enable>
|
The IP Signaling Profile H.323 Common IP Attributes are as shown below:
Caption | ||||
---|---|---|---|---|
| ||||
|
...
|
...
|
...
N/A
|
...
|
...
N/A
|
...
|
Code Block | ||
---|---|---|
| ||
% show profiles signaling ipSignalingProfile DEFAULT_H323
ipProtocolType h323;
commonIpAttributes {
flags {
audioCodecChangeThroughEmptyTcs disable;
disableConstrainedCapacities disable;
includeG729WithG729aWhenOfferPspHasG729a disable;
sendEmptyTcs disable;
}
} |
Pagebreak |
---|