Commit Graph

421 Commits (835c77ccfa56815b51fc3daded4f7fd39f5e5cca)

Author SHA1 Message Date
Kevin P. Fleming 18606233da fix various typos and other bits (from Ian Kinner)
19 years ago
Tilghman Lesher 92314f96c5 Deprecate SetGlobalVar, replacing it with a dialplan function
19 years ago
Joshua Colp 6b185c1bed Merge in branch which gives you the ability to set the hangup causecode using the Hangup application. (issue #7160 reported by kmilitzer branch by jcollie)
19 years ago
Olle Johansson 625781948a Typo fix. Thanks Peter!
19 years ago
Mark Spencer fa9e0ed768 Handle ringing (early) state properly on SIP
19 years ago
Joshua Colp f6107d6826 Fix tab completion when you just do a plain tab without entering anything, and also fix show application tab completion. (issue #7089 reported by blitzrage)
19 years ago
Russell Bryant f9c578a8a0 - The recent change to linklists.h broke the build on linux for some reason.
19 years ago
Luigi Rizzo 126ce7882c oops, missing ! in matchcid...
19 years ago
Luigi Rizzo 52e35b96bf normalize the code to navigate through extensions and priorities
19 years ago
Luigi Rizzo 62caa0be55 fix behaviour for earlymatch and matchmore.
19 years ago
Luigi Rizzo c5e9360e8e replace a macro with actual code;
19 years ago
Luigi Rizzo 466407e814 lock conlock before accessing the list.
19 years ago
Luigi Rizzo 8fcae1192d lots of comments trying to document the agreed behaviour of
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
Luigi Rizzo e8dcc5d429 document special character interpretation.
19 years ago
Luigi Rizzo 67fb4f4a02 indentation fixes
19 years ago
Luigi Rizzo 0b3482cedc prevent a warning for uninitialized variable.
19 years ago
Luigi Rizzo eb28827660 implement the new sorting algorithm for extensions,
19 years ago
Kevin P. Fleming ed3ffb4b46 various doxygen fixes
19 years ago
Luigi Rizzo dee114ccf1 remove duplicate atof() invokation
19 years ago
Luigi Rizzo fbba50a613 normalize code, remove some useless casts
19 years ago
Luigi Rizzo 66dda468d1 change some log_warning into log_debug
19 years ago
Luigi Rizzo 7afdb70d31 large rewrite of the extension matching code,
19 years ago
Luigi Rizzo 052191ec65 misc fixups
19 years ago
Luigi Rizzo 6758577d97 remove trailing whitespace
19 years ago
Luigi Rizzo 865785bffb more code simplifications.
19 years ago
Luigi Rizzo a7c5ce76f6 simplify matchcid()
19 years ago
Luigi Rizzo 8d12c56f16 more small simplifications
19 years ago
Luigi Rizzo eb4ba3b888 another function restructured
19 years ago
Luigi Rizzo 481cde0294 more code restructuring
19 years ago
Luigi Rizzo 3b5fccac94 remove some common code in parsing function calls
19 years ago
Luigi Rizzo a8379be554 more code restructuring
19 years ago
Luigi Rizzo 3a9bd2a478 restructure a function reducing nesting depth.
19 years ago
Luigi Rizzo 8a0476c335 fix indentation of a large block.
19 years ago
Luigi Rizzo d54ec2ced4 minor code restructuring in preparation for more work.
19 years ago
Luigi Rizzo 123ebb0c99 localize some variables
19 years ago
Luigi Rizzo 55c6781c9e document th way extensions are sorted
19 years ago
Russell Bryant 0fd612930a - convert the lists of switches to use the linked list macros
19 years ago
Russell Bryant a252d79484 remove an XXX comment
19 years ago
Russell Bryant 816a7cf13b constify the argument to pbx_checkcondition
19 years ago
Russell Bryant 0765f065ca staticize the list heads from my recent conversions to list macros
19 years ago
Russell Bryant 992e0c1eed - convert the list of dialplan function to the list macros
19 years ago
Russell Bryant 205d0aa430 convert the applications list to the list macros
19 years ago
Russell Bryant 8085f4e14b a bunch of conversion to ast_channel_*lock (issue #7058)
19 years ago
Luigi Rizzo e61e34e8a1 simplify pbx_builtin_execiftime
19 years ago
Luigi Rizzo a702e1f001 simplify a function
19 years ago
Luigi Rizzo 97d1c9a3c6 minor cleanup
19 years ago
Luigi Rizzo eb6dca850d one more client for find_context_locked()
19 years ago
Luigi Rizzo 73c8b06dcc localize a variable, and make a minor code rearrangement.
19 years ago
Luigi Rizzo da7721169d one more client for find_context_locked(),
19 years ago