aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-12 16:53:35 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-12 16:53:35 +0000
commit901c512da94846432d87c7fea98d617dfe4aa7ce (patch)
tree8fa756ad6abb972a68cac85b929dda61f3a24a57 /channels
parent935bd56b7a44441d12797c7d0ce0625cecbb82cc (diff)
It helps if I actually add this stuff for the 7921 too - otherwise it won't actually do much of anything.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@74866 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_skinny.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index 1ede1e9bd..64b22080e 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: