aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-08 18:49:21 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-08 18:49:21 +0000
commitde80e66e3ab95e4b4a48e5b50431f23492181168 (patch)
tree1bfd7fecca15f83662215a260b0c674553e99716 /channels/chan_skinny.c
parent3f611459a02fb16d809f056b27ab851cfa678388 (diff)
Merged revisions 113504 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r113504 | qwell | 2008-04-08 13:48:55 -0500 (Tue, 08 Apr 2008) | 1 line Add a little more that is required for previously added devices. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@113505 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_skinny.c')
-rw-r--r--channels/chan_skinny.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index 10af1a96a..620ff4663 100644
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -1408,6 +1408,9 @@ static void *get_button_template(struct skinnysession *s, struct button_definiti
case SKINNY_DEVICE_7937:
ast_log(LOG_WARNING, "Unsupported device type '%d (7937)' found.\n", d->type);
break;
+ case SKINNY_DEVICE_7914:
+ ast_log(LOG_WARNING, "Unsupported device type '%d (7914)' found. Expansion module registered by itself?\n", d->type);
+ break;
case SKINNY_DEVICE_SCCPGATEWAY_AN:
case SKINNY_DEVICE_SCCPGATEWAY_BRI:
ast_log(LOG_WARNING, "Unsupported device type '%d (SCCP gateway)' found.\n", d->type);
@@ -2577,6 +2580,8 @@ static char *device2str(int type)
return "7941";
case SKINNY_DEVICE_7971:
return "7971";
+ case SKINNY_DEVICE_7914:
+ return "7914";
case SKINNY_DEVICE_7985:
return "7985";
case SKINNY_DEVICE_7911:
@@ -2585,8 +2590,24 @@ static char *device2str(int type)
return "7961GE";
case SKINNY_DEVICE_7941GE:
return "7941GE";
+ case SKINNY_DEVICE_7931:
+ return "7931";
case SKINNY_DEVICE_7921:
return "7921";
+ case SKINNY_DEVICE_7906:
+ return "7906";
+ case SKINNY_DEVICE_7962:
+ return "7962";
+ case SKINNY_DEVICE_7937:
+ return "7937";
+ case SKINNY_DEVICE_7942:
+ return "7942";
+ case SKINNY_DEVICE_7945:
+ return "7945";
+ case SKINNY_DEVICE_7965:
+ return "7965";
+ case SKINNY_DEVICE_7975:
+ return "7975";
case SKINNY_DEVICE_7905:
return "7905";
case SKINNY_DEVICE_7920: