aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Collapse)AuthorFilesLines
2006-02-11now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)russell1-5/+14
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9581 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22add a modified fix to prevent writing outside of the provided workspace when russell1-25/+23
calculating a substring (issue #6271) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8418 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21temporarily revert substring fix pending the result of the discussion in ↵russell1-20/+26
issue #6271 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8414 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21prevent the possibility of writing outside of the available workspace (issue ↵russell1-26/+20
#6271) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8412 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11fix locking error - lock instead of unlockrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7960 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13ensure that hangups while incoming calls are in early state are handled ↵kpfleming1-0/+2
properly (issue #5919) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7451 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-08initialize the buffer before using it...kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7386 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-07ensure that hints are allowed to use global variable referenceskpfleming1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7382 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-02inherit channel variables into channels created by Page() application (issue ↵kpfleming1-1/+1
#5888) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7274 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30fix hint case sensitivity (issue #5856)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7231 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-14finish merging doxygen updates from issue #5605russell1-41/+117
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7096 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11issue #5673kpfleming1-77/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7062 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-09clean up descriptions for built-in applicationsrussell1-154/+155
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7046 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-09issue #5664kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7039 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #2720kpfleming1-0/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7034 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5569 minus lock.h changeskpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7024 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5583kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7010 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06Convert some built-in applications to use new args parsing macros.russell1-13/+27
Change ast_cdr_reset to take a pointer to an ast_flags structure instead of an integer for flags. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6987 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-20/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6953 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)kpfleming1-1/+1
use nolock lists for channel variables, since no locks are needed (these lists are either temporary or protected by the channel's own lock) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6900 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6865 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-17/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6862 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26more doxygenification (issue #5513)russell1-16/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6852 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26Allow limitation by loadavg not just calls (should be BSD friendly)...markster1-1/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6850 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18The amazing disappearing and reappearing patch... This time with ↵markster1-1/+9
documentation explaining it. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6821 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18Setting variables should NOT overwrite prefixed (sorry! revert of 5444)markster1-9/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6820 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18Be sure to not consider prefix on variable updates (bug #5444)markster1-2/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6818 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18Fix truth of stringsmarkster1-1/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6817 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13use English states in 'show hints' CLI commandkpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6777 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-04If you're hanging up channels, be sure we clean it up...markster1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6712 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-29re-factor variable/function name parsing, and add substring support to ↵kpfleming1-41/+86
function results (issue #5284) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6695 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-26one more oops (when global variables need substitutions)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6666 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-26oopskpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6665 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-26minor code and stack space optimizationskpfleming1-37/+48
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6663 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-26minor optimizationskpfleming1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6659 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-24Don't crash on recursive show extension foo@bar...markster1-7/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6632 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-16clean up singular vs. plural output for the 'show dialplan' CLI commandrussell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6623 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14slightly clear argument processingkpfleming1-12/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6592 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-13check call limit in ast_pbx_start(), instead of waiting until background ↵kpfleming1-24/+55
thread has been launched (needed for issue #5131) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6568 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-3/+3
convert pbx_dundi to use ast_copy_string) (issue #5134) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6540 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-02remove unused header and old commentkpfleming1-5/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6503 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01don't unlock a channel we didn't lockkpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6486 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-29massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)kpfleming1-4/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6446 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-29don't make expression evaluator allocate a memory buffer for each resultkpfleming1-11/+4
to be returned; use the buffers already present in the PBX for this purpose update testexpr2/check_expr to allocate buffers for expression evaluation git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6440 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-27preserve hint watchers and laststate across 'extensions reload' (issue #2522)kpfleming1-3/+86
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6431 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22add count to 'show functions' CLI command (issue #4991)kpfleming1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6351 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-19fix execiftime and include some code cleanup while we're at it (bug #4380)russell1-28/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6343 f38db490-d61c-443f-a65b-d21fe96a405b