summaryrefslogtreecommitdiff
path: root/funcs/func_callerid.c
AgeCommit message (Expand)Author
2017-12-18func_callerid: Initialize app argument structures.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-03-01func_callerid.c: Update REDIRECTING reason documentation.Richard Mudgett
2015-11-06func_callerid: Document that CALLERID(pres) is available.Walter Doekes
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2012-09-25Allow for redirecting reasons to be set to arbitrary strings.Mark Michelson
2012-08-10Add private representation of caller, connected and redirecting party ids.Richard Mudgett
2012-04-20Add original party id and reason support.Richard Mudgett
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2011-10-20Fixed typo from previous commitPaul Belanger
2011-10-20Updated documentation for the optional CID parameter with CALLERIDPaul Belanger
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
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