mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-05 11:49:17 +00:00
Fix callerid for canada (bug #2552)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3858 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -334,6 +334,8 @@ int callerid_feed(struct callerid_state *cid, unsigned char *ubuf, int len, int
|
|||||||
cid->number[res] = '\0';
|
cid->number[res] = '\0';
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case 6: /* Stentor Call Qualifier (ie. Long Distance call) */
|
||||||
|
break;
|
||||||
case 7: /* Name */
|
case 7: /* Name */
|
||||||
case 8: /* Name */
|
case 8: /* Name */
|
||||||
res = cid->rawdata[x];
|
res = cid->rawdata[x];
|
||||||
|
|||||||
Reference in New Issue
Block a user