[asterisk-commits] qwell: branch 1.4 r74866 - /branches/1.4/channels/chan_skinny.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 12 11:53:35 CDT 2007
Author: qwell
Date: Thu Jul 12 11:53:35 2007
New Revision: 74866
URL: http://svn.digium.com/view/asterisk?view=rev&rev=74866
Log:
It helps if I actually add this stuff for the 7921 too - otherwise it won't actually do much of anything.
Modified:
branches/1.4/channels/chan_skinny.c
Modified: branches/1.4/channels/chan_skinny.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_skinny.c?view=diff&rev=74866&r1=74865&r2=74866
==============================================================================
--- branches/1.4/channels/chan_skinny.c (original)
+++ branches/1.4/channels/chan_skinny.c Thu Jul 12 11:53:35 2007
@@ -1164,6 +1164,7 @@
(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 @@
return "7961GE";
case SKINNY_DEVICE_7941GE:
return "7941GE";
+ case SKINNY_DEVICE_7921:
+ return "7921";
case SKINNY_DEVICE_7905:
return "7905";
case SKINNY_DEVICE_7920:
More information about the asterisk-commits
mailing list