DNC tag

Contents

Definition

This tag enables add numbers to your CallFire DNC list.

Value

The number you wish to add.


Attributes

Attribute Required ValuesDescription
name N any text a unique name for the tag

Examples

The following adds the callerid to the DNC List
.
.
.
        <menu timeout="10000">
            <play name="beginning" type="tts">Please press 1 to be added to our do not call list.</play>
            <keypress pressed="1">
                    <dnc>${call.callerid}</dnc>
                    <play type="tts">Thank you, you have been added.</play>
                    <hangup/>
            </keypress>
        </menu>