Commit Graph

611 Commits (5a2abaee4666afb0645cfd2940b20da327b591b7)

Author SHA1 Message Date
Russell Bryant d7f9b5f912 We should always be using _exit() after a fork() or vfork() instead of exit().
20 years ago
Kevin P. Fleming ce4b0afb73 apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process
20 years ago
Mark Spencer 72a23ce184 Fix FastAGI when there is no pid (bug #7628, #8147)
20 years ago
Russell Bryant edb73def8e don't crash when an incoming message has no "from" (issue #8205, jmls)
20 years ago
Russell Bryant 4ebacc1d00 Add a couple missing unregistrations of manager actions and remove duplicate
20 years ago
Joshua Colp 9ab793dcf8 Let's remember to unregister JabberStatus too (issue #8184 reported by jmls)
20 years ago
Joshua Colp cda9238a47 Clear the quiet flag too since we are restarting a recognition again (reported on -dev by Stephan Edelman)
20 years ago
Joshua Colp 8c09239585 Check return value from engine in case of failure (ie: out of licenses) (reported on -dev mailing list)
20 years ago
Russell Bryant fecc14cd0f change some debug output to use LOG_DEBUG instead of verbose output
20 years ago
Kevin P. Fleming ff05bf15c8 update thread creation code a bit
20 years ago
Matt O'Gorman 592cbc0452 fix issue with dialing client without resource.
20 years ago
Matt O'Gorman 5058b9e13f updated res_jabber for even better component support, soon will be jep-0100 compliant.
20 years ago
Kevin P. Fleming ec2e4f2216 fix a few build system bugs, and convert Makefiles to be compatible with GNU make 3.80
20 years ago
Joshua Colp d2d4833b79 Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)
20 years ago
Russell Bryant 439f15bdb9 Merged revisions 43778 via svnmerge from
20 years ago
Matt O'Gorman ff11e64e67 updates for better compontent support
20 years ago
Tilghman Lesher 5ac0ca6af1 Twould help if we actually documented how the new features in res_odbc actually work. (Oops)
20 years ago
Joshua Colp e8b820e743 Magical eightball says warnings be gone.
20 years ago
Jason Parker aefb5c269a Fix a bug in the CLI reverbification, as pointed out by ZX81 in #asterisk-dev
20 years ago
Kevin P. Fleming 505c465a3b these functions never should have been non-static or in a header file
20 years ago
Kevin P. Fleming 32d119746c move ODBC API into ast_ namespace
20 years ago
Kevin P. Fleming ea399862c4 move more API into the ast_ namespace
20 years ago
Kevin P. Fleming 41d3e99e28 move ADSI functionality into ast_ namespace
20 years ago
Matt O'Gorman 02868b1723 thats odd, but just in case it happens again i want to see it.
20 years ago
Matt O'Gorman f6f7e134be fixed timeout issue as well as some other minor issues
20 years ago
Kevin P. Fleming 8b79aba992 do this fix properly :-)
20 years ago
Matthew Fredrickson 33ddb53663 Various updates from PCadach's chan_h323-live branch
20 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
20 years ago
Joshua Colp 93e161256d Use a better check to ensure database connection is up (pointer to connection must exist, and connection must report status being ok) (issue #7955 reported by sorg)
20 years ago
Olle Johansson cf22a4526c Add warning about res_adsi not being optional to menuselect
20 years ago
Joshua Colp 31cc08295c Merged revisions 42148 via svnmerge from
20 years ago
Russell Bryant cf5a226c4b remove leading space in Packet manager event header
20 years ago
Matt O'Gorman 05a695af72 everything that loads a config that needs a config file to run
20 years ago
Joshua Colp c6977b9983 Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it!
20 years ago
Kevin P. Fleming ece7018515 add one remaining bit of functionality to the features.conf applicationmap (from Matt Nicholson in Digium Express Services)
20 years ago
Kevin P. Fleming d12f54f90b GNU make already knows how to quietly ignore non-existent files in 'include' directives
20 years ago
Jason Parker 2a3aaa9818 Fix a small typo I found.
20 years ago
Tilghman Lesher ec7bd6614a Merged revisions 40901 via svnmerge from
20 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
20 years ago
Tilghman Lesher 6fec811743 Convert func_odbc to use the prepare_and_execute callback, which helps with a database reconnection issue (bug 7693)
20 years ago
Joshua Colp d5152177f3 Properly check to see if parkingnum is a number (issue #7762 reported by robf)
20 years ago
Russell Bryant b6a99250ed Merged revisions 39935 via svnmerge from
20 years ago
Joshua Colp c5e5efb237 Move STD_MOD declaration to end of file as per the norm of everything else (issue #7711 reported by Mithraen)
20 years ago
Joshua Colp 524416f37b Make res_snmp fit general coding style (issue #7192 reported by Mithraen)
20 years ago
Matt O'Gorman 1ef09ebfed some code clean up and catch for a act_hook being called
20 years ago
Russell Bryant 92bd7f19f7 Merge team/russell/ast_verbose_threadstorage
20 years ago
Matt O'Gorman 33f0232f07 This patch allows for a user to send messages and
20 years ago
Matt O'Gorman 3f115f8c31 Many many code cleanup changes given to me by Oej
20 years ago
Russell Bryant 4d7c67fc72 Merge my applicationmap_fixup branch to address the issues described in this
20 years ago
Joshua Colp 2410854b3c Merged revisions 38825 via svnmerge from
20 years ago