aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Collapse)AuthorFilesLines
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
2005-08-15Fix misspelling of "Launching" in pbx.c (Bug #<4964)twisted1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6333 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-19formatting fixes (bug #4736)russell1-57/+54
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6162 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell1-66/+57
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-15phase two of string portability stuff:kpfleming1-2/+2
don't need ast_ prefixes on functions use individual #defines for function presence add vasprintf to portability library git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6143 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15ensure that channels that are busy/congested are marked AST_STATE_BUSY (bug ↵kpfleming1-0/+2
#4706) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6136 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12add 'exit context' and 'only stop on match' options to Background app (bug ↵kpfleming1-7/+36
#4511) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6093 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6076 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-118/+28
optimize device state related functions add ast_get_channel_by_name_prefix to allow searching for matching channels in O(1) operation git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6062 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-20use ast_build_string() to build strings into buffers, and general cleanup of ↵kpfleming1-15/+16
variable serializing functions used by 'show channel' (bug #4558) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5944 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more file version tagskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06remove experimental module version tagskpfleming1-1/+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