aboutsummaryrefslogtreecommitdiffstats
path: root/callerid.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-30 23:56:19 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-30 23:56:19 +0000
commit547796d44d47daf95e4ac17d36a12dd516a117d4 (patch)
tree2ddaa2d71eabfdb8e60d4115c7c4081566e35823 /callerid.c
parent06864598926855a29e4d0ebd7626f991a99ea4c3 (diff)
Ignore message type in CID Delivery (bug #2552)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@3865 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'callerid.c')
-rwxr-xr-xcallerid.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/callerid.c b/callerid.c
index 348c84404..5481676ec 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];