aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_txtcidname.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-07issue #5647kpfleming1-5/+35
2005-11-06issue #5605russell1-0/+1
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-6/+11
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-6/+7
2005-10-18implement TXTCIDNAME as a dialplan function and mark the application deprecatedrussell1-2/+8
2005-10-18remove unnecessary config file loadingrussell1-41/+3
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming1-5/+3
2005-07-10more ast_copy_string conversionsrussell1-2/+2
2005-06-23fix typo in descriptionrussell1-1/+1
2005-06-06the last round of file version tagskpfleming1-5/+10
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-10/+10
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-1/+1
2004-10-02Huge callerid rework (might break H.323, others)markster1-1/+1
2004-07-14Merge rgagnon's pedantic string changes (apps n-z) (bug #2038)markster1-3/+3
2004-07-03add utils.h include. Bug #1965jeremy1-0/+1
2004-07-02Make app_txtcidname.c use ast_strlen_zero and cleanup the code a bitcitats1-3/+2
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-3/+0
2004-05-17nitpicky fixjeremy1-3/+3
2004-05-16Fix compile for old buildsmarkster1-2/+1
2004-05-16Add ability to look up callerid name by txt (bug #1442)markster1-0/+149