]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove unimplemented softkeys. Prompted by issue #12325.
authorJason Parker <jparker@digium.com>
Fri, 28 Mar 2008 17:55:05 +0000 (17:55 +0000)
committerJason Parker <jparker@digium.com>
Fri, 28 Mar 2008 17:55:05 +0000 (17:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@111720 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_skinny.c

index 41e33c8a36a6c8b3c3b7af8a71a8fff349be42d2..17c6c82dc77c2c60f5e6183868c1aa922fb889a9 100644 (file)
@@ -564,8 +564,8 @@ static const uint8_t soft_key_default_onhook[] = {
        SOFTKEY_NEWCALL,
        SOFTKEY_CFWDALL,
        SOFTKEY_CFWDBUSY,
-       SOFTKEY_GPICKUP,
-       SOFTKEY_CONFRN,
+       /*SOFTKEY_GPICKUP,
+       SOFTKEY_CONFRN,*/
 };
 
 static const uint8_t soft_key_default_connected[] = {
@@ -595,7 +595,7 @@ static const uint8_t soft_key_default_offhook[] = {
        SOFTKEY_ENDCALL,
        SOFTKEY_CFWDALL,
        SOFTKEY_CFWDBUSY,
-       SOFTKEY_GPICKUP,
+       /*SOFTKEY_GPICKUP,*/
 };
 
 static const uint8_t soft_key_default_connwithtrans[] = {