aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_callerid.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-27Merged revisions 220629 via svnmerge from mvanbaak1-1/+2
2008-12-04Jcolp pointed out that num will also match numberrmudgett1-6/+6
2008-12-04* Found a couple more places where num/number needed to be donermudgett1-13/+20
2008-12-03Merged revisions 160703 via svnmerge from murf1-3/+17
2008-11-01Merge changes from team/group/appdocsxmlrussell1-21/+68
2008-10-07Independent change from branch issue8824 that is not part of COLP. (-r142574 ...rmudgett1-39/+26
2008-10-06Merged revisions 146799 via svnmerge from tilghman1-1/+13
2007-11-29Merged revisions 90145 via svnmerge from russell1-2/+8
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-10-11See if I can fix this borked ANI2 code I addedmattf1-7/+8
2007-10-11Add ANI2 support to func_calleridmattf1-0/+5
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-2/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-2/+2
2007-04-19Merged revisions 61681 via svnmerge from tilghman1-2/+4
2007-02-03Add CALLERPRES dialplan function and deprecate SetCallerPres applicationtilghman1-3/+43
2007-01-24Doxygen updateoej1-0/+1
2007-01-07One const, two const. Let's stick with everything else - one const. Plus olde...file1-2/+2
2007-01-06finish const-ifying ast_func_read()kpfleming1-2/+2
2006-12-25Simplify the if statements used to check to see if the argument was "num"russell1-7/+3
2006-10-07Extend CALLERID() function for "pres" and "ton" valuespcadach1-1/+34
2006-09-19Various updates from PCadach's chan_h323-live branchmattf1-3/+3
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-3/+4
2006-04-21more NULL "" equivalence in CLI fields.rizzo1-4/+5
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-9/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-12major dialplan functions updatekpfleming1-44/+48
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-8/+1
2005-12-23Bug 5327 - new function FILTER and optional argument to CALLERIDtilghman1-25/+44
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-0/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-07-25squash a warningrussell1-0/+1
2005-07-25add ability to set or read both callerid name and num in one call to the func...russell1-12/+19
2005-06-07enable version string for this module, since it's standalonekpfleming1-1/+1
2005-06-06more file version tagskpfleming1-0/+4
2005-05-15add dialplan functions for Caller ID, language and timeouts (bug #4219, with ...kpfleming1-0/+129