aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Collapse)AuthorFilesLines
2007-02-01Bug 8965 - Allow FIELDQTY to work with both variables and dialplan functionstilghman1-5/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53074 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-01No wonder FIELDQTY doesn't work with functions... the documentation in pbx.c ↵tilghman1-2/+4
was wrong git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@53069 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-25Fix an error introduced by copying and pasting the handling of the >= operatorrussell1-1/+0
for the MATH function. If a single equal sign was used as an operator, the function would treat it is as if it were the >= operator. Now, it properly handles it as an invalid operator. (issue #8665, patch by tempest1) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@48955 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@43924 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17Use the last CDR entry instead of the first CDR entry for variable ↵file1-2/+7
retrieving variables using the CDR dialplan function. (issue #7689 reported by voipgate) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@40225 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-06Fix spelling/grammar (issue 7493)tilghman1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37143 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11Bug 7086 - pbx_checkcondition substitution, so that arbitrary strings are ↵tilghman1-1/+1
true (for regex) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@27051 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-21fix REGEX on strings that contain quotes (issue #6678)russell1-3/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13925 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15handle longer ENUM lookup results (issue #6476)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10110 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-14Bug 6238 - Fix segfault when delimiter not specifiedtilghman1-2/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8074 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04use a more correct way of determining the size of the destination bufferrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7773 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming16-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29remove CVS ignore lists, set SVN ignore listskpfleming1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7212 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20Shorten the module description (issue #5791)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7146 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10issue #5693kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7058 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell7-0/+7
add missing includes of stdio.h remove some unused and duplicate headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7026 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5648kpfleming10-20/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7011 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-03major update to arg/option parsing APIs and documentationkpfleming4-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6953 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01issue #4678kpfleming1-2/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6936 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell15-35/+35
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18add missing STANDARD_HANGUP_LOCALUSERSrussell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6827 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18implement TXTCIDNAME as a dialplan function and mark the application deprecatedrussell1-5/+60
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6813 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-17clean up function to be more consistent with coding guidelinesrussell1-31/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6808 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-14initialize variablekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6786 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-12provide the correct string to evaluate with the given regex, instead of therussell1-23/+27
entire string provided as input to the REGEX function.. Also, use the provided buffer to store the result. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6744 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-05correct cygwin detection (issue #5328)kpfleming1-4/+6
handle parallel make better (issue #5328) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6725 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25ensure result buffer is initialized (issue #5285)kpfleming1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6652 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming15-71/+242
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14extensive ENUM support update, including ENUMLOOKUP() dialplan function ↵kpfleming1-0/+174
(issue #5201 with mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6579 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6449 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-29add dialplan functions for URI encoding/decoding (issue #4857)kpfleming1-0/+108
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6442 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23handle whitepace around expressionkpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6390 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-15Fix description text for IF function. (Bug #4966)twisted1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6336 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-03only check for an existing cdr when about to set an arbitrary cdr variable ↵russell1-4/+1
(bug #4848) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6277 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-28make GROUP set group@categroy instead of category@grouprussell1-2/+2
ensure that GROUP_COUNT still returns "0", even if no group was found git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6245 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-27don't crash if no group is specified (bug #4836)russell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6237 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25squash a warningrussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6196 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25add ability to set or read both callerid name and num in one call to the ↵russell1-12/+19
function This one is for you, Mark :-p git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6188 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell1-1/+6
Allow manager originate and spool files to set writable dialplan functions, including those that use the pipe symbol to seperate arguments. Allow CDR dialplan function to be able to set the account code and userfield. This deprecates the use of the Account header in manager originate and spool files, as well as the SetAccount and SetCDRUserField applications. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6147 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15add a library of timeval manipulation functions, and change a large number ↵kpfleming1-5/+2
of usses to use the new functions (bug #4504) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6146 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12add a dialplan function to get and set the music on hold classrussell2-0/+46
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6115 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-2/+2
clean up Makefile headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5942 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-09add MATH() dialplan function (bug #4473, with mods)kpfleming2-0/+238
deprecate the Math() application git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5895 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-07enable version string for this module, since it's standalonekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5874 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more file version tagskpfleming11-1/+41
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06remove experimental module version tagskpfleming1-5/+4
add per-file revision tags and 'show version files' CLI command git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06add support for per-module version numberskpfleming1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5862 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03clean up logic functions code and help textskpfleming1-61/+104
add IFTIME function (bug #4394, with mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5836 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-20make IF dialplan function handle quoted strings properly (bug #4322, with ↵kpfleming1-0/+6
API mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5750 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19Add SET function (bug #4335)markster1-0/+33
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5745 f38db490-d61c-443f-a65b-d21fe96a405b