summaryrefslogtreecommitdiff
path: root/main/callerid.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-05-21 20:31:53 +0000
committerMark Michelson <mmichelson@digium.com>2012-05-21 20:31:53 +0000
commit8b1193087e1459fe11398c8a2a28927779ffb29b (patch)
treefa4ffc7e39409604ca5801f511dd3cee715643c1 /main/callerid.c
parente5f1f0496a0abdf472e81f1f818a2a942635b64a (diff)
Revert revision 367163.
This should have been committed to my team trunk-digiumphones branch instead of trunk. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@367183 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/callerid.c')
-rw-r--r--main/callerid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/callerid.c b/main/callerid.c
index 37edd992c..dc3a91093 100644
--- a/main/callerid.c
+++ b/main/callerid.c
@@ -1203,7 +1203,6 @@ static const struct ast_value_translation redirecting_reason_types[] = {
{ AST_REDIRECTING_REASON_OUT_OF_ORDER, "out_of_order", "Called DTE Out-Of-Order" },
{ AST_REDIRECTING_REASON_AWAY, "away", "Callee is Away" },
{ AST_REDIRECTING_REASON_CALL_FWD_DTE, "cf_dte", "Call Forwarding By The Called DTE" },
- { AST_REDIRECTING_REASON_SEND_TO_VM, "send_to_vm", "Call is being redirected to user's voicemail"},
/* *INDENT-ON* */
};