mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Support French Caller*ID
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user