aboutsummaryrefslogtreecommitdiffstats
path: root/main/callerid.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-20ast_callerid_parse() had a path that left name uninitialized.rmudgett1-0/+2
2009-07-16avoid segfault caused by user errordvossel1-0/+4
2009-03-18fix another symbol namespace issue (reported by Andrew on asterisk-dev)kpfleming1-1/+1
2009-03-04Look for the number in a callerid string starting from the end. This way a va...file1-1/+1
2008-12-04Fix a callerid parsing issue. If someone formatted callerid like themmichelson1-1/+9
2008-09-30channels/chan_misdn.crmudgett1-10/+10
2008-04-18Clearing up error messages so they make a bit more sense. Also removing a red...mmichelson1-2/+2
2007-06-18Fix for building on PowerPC under Linux.file1-1/+2
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-1/+1
2007-05-10Add test for negative offsets in cid data to prevent infinite loops.dbailey1-0/+6
2007-01-23via 8748 (callerid.c loses name when returning PRIVATE_NUMBER flag), the user...murf1-1/+1
2006-11-02Add the missing call to free described in issue #8268. Also, add a bunch ofrussell1-1/+7
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+1096