summaryrefslogtreecommitdiff
path: root/funcs/func_callerid.c
AgeCommit message (Expand)Author
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2009-10-22Add support for calling and called subaddress. Partial support for COLP suba...Richard Mudgett
2009-09-27add name argument for the CALLERID dialplan function to the xml documentation.Michiel van Baak
2009-04-29Merge str_substitution branch.Tilghman Lesher
2008-12-04Jcolp pointed out that num will also match numberRichard Mudgett
2008-12-04* Found a couple more places where num/number needed to be doneRichard Mudgett
2008-12-03Merged revisions 160703 via svnmerge from Steve Murphy
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-07Independent change from branch issue8824 that is not part of COLP. (-r142574 ...Richard Mudgett
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2007-11-29Merged revisions 90145 via svnmerge from Russell Bryant
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-11See if I can fix this borked ANI2 code I addedMatthew Fredrickson
2007-10-11Add ANI2 support to func_calleridMatthew Fredrickson
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-04-19Merged revisions 61681 via svnmerge from Tilghman Lesher
2007-02-03Add CALLERPRES dialplan function and deprecate SetCallerPres applicationTilghman Lesher
2007-01-24Doxygen updateOlle Johansson
2007-01-07One const, two const. Let's stick with everything else - one const. Plus olde...Joshua Colp
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2006-12-25Simplify the if statements used to check to see if the argument was "num"Russell Bryant
2006-10-07Extend CALLERID() function for "pres" and "ton" valuesPaul Cadach
2006-09-19Various updates from PCadach's chan_h323-live branchMatthew Fredrickson
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-21more NULL "" equivalence in CLI fields.Luigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11build function modules independently (no more pbx_functions.so)Kevin P. Fleming
2005-12-23Bug 5327 - new function FILTER and optional argument to CALLERIDTilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-25squash a warningRussell Bryant
2005-07-25add ability to set or read both callerid name and num in one call to the func...Russell Bryant
2005-06-07enable version string for this module, since it's standaloneKevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-05-15add dialplan functions for Caller ID, language and timeouts (bug #4219, with ...Kevin P. Fleming