aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-1/+4
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-14/+3
2005-06-05more ast_copy_string() conversionkpfleming1-51/+52
2005-06-05don't try to copy NULL appdata (bug #4422)kpfleming1-1/+2
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...kpfleming1-1/+1
2005-06-03use ast_cli_register_multiple() for pbx CLI commandskpfleming1-46/+16
2005-06-03allow ast_add_extension2 to accept a NULL destructor (bug #4411)kpfleming1-0/+6
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming1-2/+1
2005-05-26fix return value for ExecIfTime when time is outside of the specified range (...russell1-4/+6
2005-05-18Add optional call limitmarkster1-1/+32
2005-05-15rename SetVar application to Set, deprecate SetVarkpfleming1-19/+42
2005-05-15add dialplan functions for Caller ID, language and timeouts (bug #4219, with ...kpfleming1-0/+32
2005-05-14clarify docs on ImportVar (that's for you, mog :p)russell1-4/+10
2005-05-08Fix formatting of functions (bug #4196, with mods)markster1-1/+1
2005-05-08Fix double unlock of hintlock (bug #4205)markster1-1/+2
2005-05-05expose function execution routines and warn about trying to set a read-only c...anthm1-3/+1
2005-05-05major re-work of dialplan functions, including:kpfleming1-352/+177
2005-05-04remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of alr...kpfleming1-72/+84
2005-05-04add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)kpfleming1-0/+62
2005-05-01make verbosity of function registration match apps/manager events/etc.kpfleming1-4/+4
2005-05-01add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed on...kpfleming1-1/+1
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-2/+2
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when to...kpfleming1-45/+42
2005-04-27protect ResponseTimeout and DigitTimeout apps from crashing when called in no...kpfleming1-0/+8
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-9/+10
2005-04-22add ability to send transferring party to a dialplan target after they blind ...kpfleming1-2/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-19/+19
2005-04-20correct default language setting for Background() app (bug #4044)kpfleming1-0/+3
2005-04-20Fix docs for digit/response timeout to mention default values (bug #4050)markster1-2/+4
2005-04-17Fix locking issue (bug #4041)markster1-0/+3
2005-04-15Add MusicOnHold to waitexten, update Background to use newstyle options (bug ...markster1-39/+95
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-1/+1
2005-04-03further thought says '!' is a better early-match wildcard (bug #3889, take 2)kpfleming1-4/+4
2005-04-03add 'early-match' wildcard for extension patterns (bug #3889)kpfleming1-8/+30
2005-04-01Fix up formatting and a few typos/poor grammar in pbx.c (bug #3924)kpfleming1-50/+59
2005-04-01revert previous commit... was the wrong fix (my first oops)kpfleming1-7/+0
2005-04-01ensure that variables supplied to ast_pbx_outgoing_exten are applied to the c...kpfleming1-0/+7
2005-03-29Make sure ExecIf stuff returns properly (bug #3864)markster1-5/+9
2005-03-29Allow functions to be written to (bug #2278, with mods)markster1-207/+249
2005-03-26formatting fixesrussell1-14/+14
2005-03-17Add comments for hints (bug #3783)markster1-21/+48
2005-03-17Merge builtin If function (bug #3779)markster1-0/+44
2005-03-14Fix serious typo (code segment was only enabled with verbose!)markster1-15/+13
2005-03-05Unbreak expression handling from addition of function variablesmarkster1-29/+17
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-1/+0
2005-03-04Add registerable functional variables (bug #3636, with doc mods)markster1-11/+258
2005-02-26Fix SetVar (bug #3668) and g + transfer (#3650)markster1-1/+1
2005-02-25Add execiftime, remove duplicate agent logoff CLImarkster1-9/+62
2005-02-23Merge anthm's CDR updates (bug #3595)markster1-18/+79