Skip to content
Snippets Groups Projects
Commit 25026006 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix callerid for canada (bug #2552)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3858 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 678c1d90
No related branches found
No related tags found
No related merge requests found
...@@ -334,6 +334,8 @@ int callerid_feed(struct callerid_state *cid, unsigned char *ubuf, int len, int ...@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment