From: Russell Bryant Date: Thu, 30 Sep 2004 23:56:19 +0000 (+0000) Subject: Ignore message type in CID Delivery (bug #2552) X-Git-Tag: 1.0.11.1~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f5196684a691cf564a538aba05908c10528141;p=thirdparty%2Fasterisk.git Ignore message type in CID Delivery (bug #2552) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@3865 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/callerid.c b/callerid.c index 348c844043..5481676ecd 100755 --- a/callerid.c +++ b/callerid.c @@ -334,6 +334,8 @@ int callerid_feed(struct callerid_state *cid, unsigned char *ubuf, int len, int cid->number[res] = '\0'; } break; + case 6: /* Stentor Call Qualifier (ie. Long Distance call) */ + break; case 7: /* Name */ case 8: /* Name */ res = cid->rawdata[x];