Fix callerid for canada (bug #2552)
authorMark Spencer <markster@digium.com>
Thu, 30 Sep 2004 17:54:41 +0000 (17:54 +0000)
committerMark Spencer <markster@digium.com>
Thu, 30 Sep 2004 17:54:41 +0000 (17:54 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3858 65c4cc65-6c06-0410-ace0-fbb531ad65f3

callerid.c

index 348c844..5481676 100755 (executable)
@@ -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];