aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-6/+2
2006-05-06 Fix output delimiters and add prefix parameter to func_odbc #7025 (Corydon76)bweschke1-163/+132
2006-05-03 Provide the ability to adjust txgain/rxgain on a channel level via the CHANN...bweschke1-1/+11
2006-05-03suppress a compiler warningrussell1-2/+1
2006-05-03remove variable declarations in the middle of two blocks.rizzo1-31/+20
2006-05-02Introducing the REALTIME() dialplan functionbweschke1-0/+186
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming3-25/+28
2006-04-21more NULL "" equivalence in CLI fields.rizzo1-4/+5
2006-04-18update res_odbc to support pooled connectionsrussell1-9/+9
2006-04-14remove some unnecessary bracesrizzo1-26/+15
2006-04-14Compatibility fixes for loader changestilghman1-2/+2
2006-04-14This rather large commit changes the way modules are loaded. rizzo21-198/+126
2006-04-11Bugs 6883, 6930: compiler warningstilghman1-8/+8
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming21-42/+42
2006-03-25Bug 6670 - Additional parameters to the CHANNEL functilghman1-1/+13
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-03-01Sun's shell: just different enough to cause problemstilghman1-0/+6
2006-03-01Bug 6619 - Fix Solaris issue with doubled [[tilghman1-1/+1
2006-02-23Move conditional compilation for CURL from apps/ to funcs/tilghman1-0/+11
2006-02-23correct documentation typokpfleming1-1/+1
2006-02-23minor fixes to commit 10934 from bug#6257 mogorman1-3/+3
2006-02-23Bug 6417 - Allow retrieval of raw CDR valuestilghman1-4/+15
2006-02-23added function QUOTE into strings, which allowsmogorman1-0/+32
2006-02-23Move CURL function from apps/ to funcs/tilghman1-0/+193
2006-02-23Some sick individuals use SQL queries longer than 512 bytes in the dialplan. ...tilghman1-4/+4
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming1-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-21set keywords property correctlykpfleming1-1/+1
2006-02-16suppress compiler warningrussell1-1/+1
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell3-6/+0
2006-02-15add KEYPADHASH dialplan function (issue #6441)kpfleming1-0/+45
2006-02-15handle longer ENUM lookup results (issue #6476)kpfleming1-1/+1
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming1-8/+7
2006-02-14don't force a default zone for ENUM() lookups, use the configuration file (is...kpfleming1-3/+0
2006-02-14Fix build issues...markster1-0/+1
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDrussell3-5/+5
2006-02-12use the zone and options set by the arg parsing macrosrussell1-4/+2
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-12major dialplan functions updatekpfleming20-849/+934
2006-02-11use auto-build for apps, simplify variable settingkpfleming1-5/+5
2006-02-11use auto-build for res modules tookpfleming1-4/+2
2006-02-11prepare to use auto-build rules in other Makefileskpfleming1-7/+5
2006-02-11set standard properties on all non-binary fileskpfleming2-2/+2
2006-02-11Fix compile time warningstilghman2-2/+3
2006-02-11remove last vestiges of pbx_functionskpfleming1-2/+2
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming21-527/+764
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)tilghman2-1/+70