aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_phone.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_phone.c')
-rwxr-xr-xchannels/chan_phone.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_phone.c b/channels/chan_phone.c
index 9a6bc9bcd..b8ce778f9 100755
--- a/channels/chan_phone.c
+++ b/channels/chan_phone.c
@@ -299,6 +299,7 @@ static int phone_answer(struct ast_channel *ast)
return 0;
}
+#if 0
static char phone_2digit(char c)
{
if (c == 12)
@@ -310,6 +311,7 @@ static char phone_2digit(char c)
else
return '?';
}
+#endif
static struct ast_frame *phone_exception(struct ast_channel *ast)
{