From: Jason Parker Date: Sun, 20 Aug 2006 01:27:24 +0000 (+0000) Subject: Make the CIPC device string useful X-Git-Tag: 1.4.0-beta1~360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e140aae84995318631749b271b6b455f4f9dce6;p=thirdparty%2Fasterisk.git Make the CIPC device string useful git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40563 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c index b43cd28272..8acf329846 100644 --- a/channels/chan_skinny.c +++ b/channels/chan_skinny.c @@ -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: