projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
678c1d9
)
Fix callerid for canada (bug #2552)
author
Mark Spencer
<markster@digium.com>
Thu, 30 Sep 2004 17:54:41 +0000
(17:54 +0000)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/callerid.c
b/callerid.c
index
348c844
..
5481676
100755
(executable)
--- 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];