To reject a telephone call in the ALERTING state, your CCXML document must use a <reject> element within a <transition> element:
<transition event="connection.alerting" name="evt"> <reject connectionid="evt.connectionid"/> </transition>
To identify the telephone call to be rejected, specify its connectionid in the <reject> element.