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:
385647a
)
Support French Caller*ID
author
Mark Spencer
<markster@digium.com>
Sat, 9 Aug 2003 23:57:54 +0000
(23:57 +0000)
committer
Mark Spencer
<markster@digium.com>
Sat, 9 Aug 2003 23:57:54 +0000
(23:57 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1284
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
callerid.c
patch
|
blob
|
history
diff --git
a/callerid.c
b/callerid.c
index
d1a8545
..
984e449
100755
(executable)
--- a/
callerid.c
+++ b/
callerid.c
@@
-274,6
+274,8
@@
int callerid_feed(struct callerid_state *cid, unsigned char *ubuf, int len, int
memcpy(cid->name, cid->rawdata + x + 1, res);
cid->name[res] = '\0';
break;
+ case 22: /* Something French */
+ break;
default:
ast_log(LOG_NOTICE, "Unknown IE %d\n", cid->rawdata[x-1]);
}