summaryrefslogtreecommitdiff
path: root/channels/chan_phone.c
diff options
context:
space:
mode:
authorMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-16 22:37:31 +0000
committerMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-16 22:37:31 +0000
commit61e446f04b2bdcc41f6420e3cf9ed466ed80c3ed (patch)
tree42e44ab95928950f65a80b2dd298dc79f9b82a8e /channels/chan_phone.c
parent7640e83360c2dfc792091caeaea05cc9fce0635c (diff)
dom mar 16 23:37:23 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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)
{