dect
/
asterisk
Archived
13
0
Fork 0

Make the CIPC device string useful

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40563 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2006-08-20 01:27:24 +00:00
parent 4f276dd765
commit 3e72c0d4ed
1 changed files with 1 additions and 1 deletions

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: