[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <services>
        <border-signaling-gateway>
            <gateway>
                <sip>
                    <new-call-usage-policy>
                        <term>
                            <then>
                                <accept/>
                                <reject/>
                                <trace/>
                                <media-policy>media-policy</media-policy>
                            </then>
                        </term>
                    </new-call-usage-policy>
                </sip>
            </gateway>
        </border-signaling-gateway>
    </services>
</configuration>

Description

Action.

Contents

<accept>—Accept the request.

<media-policy>—Media policy name.

<reject>—Reject the request.

<trace>—Trace messages accepted on this policy.


[Contents] [Prev] [Next] [Index] [Report an Error]