|
|
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>