aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_enum.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-07Safely use the strncat() function.tilghman1-1/+1
2006-10-31Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar!oej1-2/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-25/+10
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-3/+3
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-12/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-24Do the (expensive) LOCAL_USER_ADD only after we are surerizzo1-2/+2
2006-03-21Bug 6699 - Fix for ENUMLOOKUPtilghman1-9/+11
2006-03-12README files have changed names, better change references too :-)oej1-1/+1
2006-02-22revert change to ENUM functionality (go back to supplying a default zone)kpfleming1-0/+3
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...kpfleming1-1/+1
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-15handle longer ENUM lookup results (issue #6476)kpfleming1-1/+1
2006-02-14don't force a default zone for ENUM() lookups, use the configuration file (is...kpfleming1-3/+0
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDrussell1-2/+2
2006-02-12use the zone and options set by the arg parsing macrosrussell1-4/+2
2006-02-12major dialplan functions updatekpfleming1-122/+99
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-21/+13
2005-12-30update doxygen docs to specify authorsrussell1-0/+5
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-20issue #5791twisted1-1/+1
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-0/+1
2005-11-08issue #5648kpfleming1-2/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-3/+3
2005-10-18add missing STANDARD_HANGUP_LOCALUSERSrussell1-0/+2
2005-10-18implement TXTCIDNAME as a dialplan function and mark the application deprecatedrussell1-5/+60
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-14extensive ENUM support update, including ENUMLOOKUP() dialplan function (issu...kpfleming1-0/+174