From f642f7fc8616395c37e673eb893718aa7e8be09b Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 12 Jul 2007 16:53:35 +0000 Subject: [PATCH] It helps if I actually add this stuff for the 7921 too - otherwise it won't actually do much of anything. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@74866 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_skinny.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c index 1ede1e9bd9..64b22080e1 100644 --- a/channels/chan_skinny.c +++ b/channels/chan_skinny.c @@ -1164,6 +1164,7 @@ static void *get_button_template(struct skinnysession *s, struct button_definiti (btn++)->buttonDefinition = BT_HOLD; break; case SKINNY_DEVICE_7920: + case SKINNY_DEVICE_7921: /* XXX I don't know if this is right. */ for (i = 0; i < 4; i++) (btn++)->buttonDefinition = BT_CUST_LINESPEEDDIAL; @@ -1907,6 +1908,8 @@ static char *device2str(int type) return "7961GE"; case SKINNY_DEVICE_7941GE: return "7941GE"; + case SKINNY_DEVICE_7921: + return "7921"; case SKINNY_DEVICE_7905: return "7905"; case SKINNY_DEVICE_7920: