aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_groupcount.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-25Fix a seg fault when running this application with no arguments from AGI.russell1-0/+5
2007-01-15Check return value before dereferencing (Bug 8822)tilghman1-1/+2
2006-03-30Typo fix.oej1-4/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-07application doc updatekpfleming1-1/+1
2005-11-06issue #5623russell1-12/+41
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-4/+4
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-4/+9
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-3/+1
2005-07-15ensure that format string macros are undef'd after use (bug #4716)kpfleming1-0/+1
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming1-1/+1
2005-06-06the last round of file version tagskpfleming1-0/+4
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-3/+1
2005-05-15rename SetVar application to Set, deprecate SetVarkpfleming1-1/+1
2005-05-08Update groupcount / db documentation (bug #4200, etc)markster1-4/+16
2005-05-05major re-work of dialplan functions, including:kpfleming1-66/+0
2005-05-04add GROUP_COUNT and GROU_MATCH_COUNT functions, deprecate GroupCount and Grou...kpfleming1-2/+85
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-1/+1
2005-04-27help text cleanups (bug #4072, with mods)kpfleming1-8/+8
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-9/+9
2005-01-21update copyright headers for 2005russell1-1/+1
2004-10-03Improve groupcount handling (bug #2529) thanks!markster1-117/+157
2004-10-02Huge callerid rework (might break H.323, others)markster1-1/+1
2004-07-16Allow multiple groups (group categories)markster1-21/+73
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedmarkster1-6/+3
2004-05-09More ast_strlen_zero changescitats1-3/+4
2004-05-09Fix null pointer dereference in app_groupcount.c (bug 1588)citats1-1/+1
2004-05-04Add app_groupcount to manage groupsmarkster1-0/+174