Commit Graph

244 Commits (0dc3f6ee768bed79cafa02f20bef646da563b8d2)

Author SHA1 Message Date
Kevin P. Fleming 9cea81b035 rename SetVar application to Set, deprecate SetVar
20 years ago
Kevin P. Fleming fa60672d58 add dialplan functions for Caller ID, language and timeouts (bug #4219, with mods)
20 years ago
Russell Bryant 15623c07d1 clarify docs on ImportVar (that's for you, mog :p)
20 years ago
Mark Spencer fa2381c19c Fix formatting of functions (bug #4196, with mods)
20 years ago
Mark Spencer 087eb40b76 Fix double unlock of hintlock (bug #4205)
20 years ago
Anthony Minessale II 6b7677e842 expose function execution routines and warn about trying to set a read-only cdr var
20 years ago
Kevin P. Fleming 4d2537ae11 major re-work of dialplan functions, including:
20 years ago
Kevin P. Fleming a0f2a2e7c4 remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of already-implemented CDR() function
20 years ago
Kevin P. Fleming b9bda6aa41 add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)
20 years ago
Kevin P. Fleming 8c087b7d73 make verbosity of function registration match apps/manager events/etc.
20 years ago
Kevin P. Fleming b1826af735 add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed on 2005-05-31)
20 years ago
Kevin P. Fleming 8634ef9e4a don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
20 years ago
Kevin P. Fleming bced63033d make 'goto' APIs aware of auto-processing loops, so they know exactly when to set the requested priority or one priority lower
20 years ago
Kevin P. Fleming fefe2e8b4f protect ResponseTimeout and DigitTimeout apps from crashing when called in non-PBX channels (bug #4078)
20 years ago
Kevin P. Fleming 199add9567 phase 1 of header include cleanup (bug #4067)
20 years ago
Kevin P. Fleming 06de953fbc add ability to send transferring party to a dialplan target after they blind transfer another party (bug #4056, with mods)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Kevin P. Fleming 6d05d785be correct default language setting for Background() app (bug #4044)
20 years ago
Mark Spencer f933db8c24 Fix docs for digit/response timeout to mention default values (bug #4050)
20 years ago
Mark Spencer d3213d7f47 Fix locking issue (bug #4041)
20 years ago
Mark Spencer 4b7e548d92 Add MusicOnHold to waitexten, update Background to use newstyle options (bug #4000)
20 years ago
Russell Bryant 7bffc0459c add missing newlines, fix misspelling of nonexistent (bug #4027)
20 years ago
Kevin P. Fleming 7e3e619497 further thought says '!' is a better early-match wildcard (bug #3889, take 2)
20 years ago
Kevin P. Fleming ee9c852b4d add 'early-match' wildcard for extension patterns (bug #3889)
20 years ago
Kevin P. Fleming 0403510bbd Fix up formatting and a few typos/poor grammar in pbx.c (bug #3924)
20 years ago
Kevin P. Fleming 793040a782 revert previous commit... was the wrong fix (my first oops)
20 years ago
Kevin P. Fleming 3cc8b20876 ensure that variables supplied to ast_pbx_outgoing_exten are applied to the channel even in 'sync' mode (bug #3922, for HEAD only)
20 years ago
Mark Spencer b02fd7a66d Make sure ExecIf stuff returns properly (bug #3864)
20 years ago
Mark Spencer eb91006b7c Allow functions to be written to (bug #2278, with mods)
20 years ago
Russell Bryant cd0655bf89 formatting fixes
20 years ago
Mark Spencer 6546acebfb Add comments for hints (bug #3783)
20 years ago
Mark Spencer 0b23f4a6a7 Merge builtin If function (bug #3779)
20 years ago
Mark Spencer 5e8a912baf Fix serious typo (code segment was only enabled with verbose!)
20 years ago
Mark Spencer d42e070073 Unbreak expression handling from addition of function variables
20 years ago
Mark Spencer 18d9b26cf9 Rework channel structure to eliminate "pvt" portion of channel (bug #3573)
20 years ago
Mark Spencer fba0b595ab Add registerable functional variables (bug #3636, with doc mods)
20 years ago
Mark Spencer 233e26b112 Fix SetVar (bug #3668) and g + transfer (#3650)
21 years ago
Mark Spencer 5a9f337de0 Add execiftime, remove duplicate agent logoff CLI
21 years ago
Mark Spencer b6c4282a03 Merge anthm's CDR updates (bug #3595)
21 years ago
Mark Spencer 56e13139d4 Add "show hints" to CLI (bug #3631)
21 years ago
Mark Spencer a06c6bf412 Fix ${CALLINGSUBADDR}
21 years ago
Mark Spencer 2887217560 Fix colon expansion (bug #3572)
21 years ago
Mark Spencer 3ed0a01068 Fix (in an admittedly icky way) the CALL variable broken issues (bug #3549)
21 years ago
Mark Spencer ad369fa974 Optimize variable lookups (bug #3541)
21 years ago
Mark Spencer ab0566923b Include uniqueid in response for ManagerOriginate stuff (bug #3439)
21 years ago
Mark Spencer 6ed8f15260 Allow hints to have names (bug #3471)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 278a0a0891 Implement eswitch for evalulating variables at runtime (bug #3168)
21 years ago
Mark Spencer 74deb4f9e0 Restore functionality of "show dialplan" with no arguments
21 years ago
Mark Spencer ca4c644403 Improve show dialplan support to support patterns and also to select contexts (bug #3230)
21 years ago