Commit Graph

429 Commits (ead48c38cbc087e8110acd52e41e09dbb7442b7d)

Author SHA1 Message Date
Mark Spencer 4c90cf59b7 Support hold/unhold in Zap, update IAX2 parser to know about modern commands, forward hold/unhold in dial, add hold device state
19 years ago
Olle Johansson f8311adcda METERMAIDS:
19 years ago
Olle Johansson 4c07cb1c60 Don't force a busy state that will break channel signalling if the channel
19 years ago
Russell Bryant bcb9f8687c Merged revisions 33813 via svnmerge from
19 years ago
Russell Bryant 9aac1c0035 Merged revisions 33548 via svnmerge from
19 years ago
Mark Spencer 6fc9c13bbf Cleanup formatting a little...
19 years ago
Kevin P. Fleming 274ce731e2 move autoconfig.h to the include/asterisk directory so it will get installed
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
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