Make the CIPC device string useful

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40563 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker
2006-08-20 01:27:24 +00:00
parent 1bacbd54f4
commit 6e140aae84

View File

@@ -1746,7 +1746,7 @@ static char *device2str(int type)
case SKINNY_DEVICE_7902:
return "7902";
case SKINNY_DEVICE_CIPC:
return "CIPC";
return "IP Communicator";
case SKINNY_DEVICE_7961:
return "7961";
case SKINNY_DEVICE_7936: