Commit Graph

195 Commits (b718f91873e39e75aee91bd73d95ffb62ed38f1e)

Author SHA1 Message Date
Kinsey Moore 3e9a54d857 Allow Asterisk to compile under GCC 4.10
12 years ago
Walter Doekes 612bf744b4 Check result of ast_var_assign() calls for memory allocation failure.
13 years ago
Mark Michelson 6cbc641491 Fix memory leak in pbx_dundi
13 years ago
Richard Mudgett 1e8a45c170 Remove unnecessary channel module references.
13 years ago
Matthew Jordan babb1aa1ec Fix DUNDi message routing bug when neighboring peer is unreachable
14 years ago
Kinsey Moore 377caa7fb1 Clean up and ensure proper usage of alloca()
14 years ago
Kinsey Moore a94fcae21b Resolve FORWARD_NULL static analysis warnings
14 years ago
Leif Madsen d4938a111e Introduce <support_level> tags in MODULEINFO.
15 years ago
Tilghman Lesher 9a3fd9a994 Removing type attributes, as a change to menuselect makes them no longer necessary.
15 years ago
Tilghman Lesher d104b4e701 Add the attribute "type" to each "<use>" for menuselect.
15 years ago
Russell Bryant 1ccfa50ba8 Fix more "set but unused" warnings.
15 years ago
Russell Bryant 1c252efce5 Use htons() instead of ntohs() in some places.
15 years ago
Leif Madsen eced809a27 Increase side of mapping response field.
15 years ago
Tilghman Lesher 7e3f95e00a When optional_api is non-optional, force dependent modules to be loaded.
16 years ago
Terry Wilson d6e1c724e5 Remove built-in AES code and use optional_api instead
16 years ago
Matthew Nicholson 01507f4ab7 Merged revisions 271761 via svnmerge from
16 years ago
Russell Bryant be672528e6 Merged revisions 255322 via svnmerge from
16 years ago
Russell Bryant b6e5e180b9 Resolve a compiler warning on FreeBSD.
16 years ago
Leif Madsen b310356d93 Convert some DUNDI functions to XML documentation.
16 years ago
Jeff Peeler 568c057c4c Extend max call limit duration from 24.8 days to 292+ million years.
16 years ago
Tilghman Lesher 9c653c4431 DUNDILOOKUP function in 1.6 should use comma delimiters.
17 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
17 years ago
David Brooks d81d6d3415 Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize"
17 years ago
Russell Bryant 742f0b90dd Remove trailing whitespace.
17 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
17 years ago
Russell Bryant b564b2105f Change g_eid to ast_eid_default.
17 years ago
Sean Bright 5183cbccfc Change intializer types. Found while working on asterisk-cpp. I have a new
17 years ago
Russell Bryant 1238488319 When a reload is issued, always process the configuration for dundi.conf.
17 years ago
Russell Bryant 92e1619bab Merged revisions 163511 via svnmerge from
17 years ago
Matthew Nicholson c6244cca48 Merged revisions 163316 via svnmerge from
17 years ago
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
17 years ago
Terry Wilson d66a8cd264 Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon trying to parse an invalid config
17 years ago
Michiel van Baak 86f900b201 This commit does two things:
17 years ago
Kevin P. Fleming bd4eb070f3 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
17 years ago
Sean Bright b7a4db0ced Start moving in changes from my resolve-shadow-warnings branch. Going to do
18 years ago
Kevin P. Fleming 7df8b8b848 make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions
18 years ago
Russell Bryant 8c29e699fe Merged revisions 134595 via svnmerge from
18 years ago
Russell Bryant f4a8062e93 Merge another change from team/russell/events ...
18 years ago
Russell Bryant 1ec8cb41a8 Merge changes from team/mvanbaak/cli-command-audit
18 years ago
Tilghman Lesher ac699196f5 Merged revisions 100465 via svnmerge from
18 years ago
Russell Bryant cc4a630cd7 Merged revisions 98390 via svnmerge from
18 years ago
Jason Parker eea428cf76 Use defined return values in load_module in more places.
18 years ago
Olle Johansson 940f8f6276 Convert from LOG_DEBUG etc to ast_debug. Thanks, dimas!
18 years ago
Olle Johansson 17afebc1a6 HUGE improvements to QoS/CoS handling by IgorG
18 years ago
Russell Bryant 04ab19aef5 make something static
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Luigi Rizzo ffd86fc964 more errno.h removal
18 years ago
Steve Murphy 1a5cdeb138 a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the right thing. And some additions to removal of extens to take care of hashtab pointers in all cases.
18 years ago
Luigi Rizzo a0f06d0dd5 start using asterisk/network.h for network related headers.
18 years ago
Luigi Rizzo 5490960453 remove a bunch of duplicate includes
18 years ago