Commit Graph

16803 Commits (0e5367f7eb4515077100839ed82cd27683235ac2)
 

Author SHA1 Message Date
Mark Michelson 0e5367f7eb Merge the changes from the res_timing_timerfd branch.
18 years ago
Terry Wilson d66a8cd264 Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon trying to parse an invalid config
18 years ago
Tilghman Lesher 3d8fb2d878 Add check for t38_terminal_init in spandsp (not found in 0.0.6, so it should fail reasonably)
18 years ago
Kevin P. Fleming 438e410c4f correct small bug introduced during API conversion
18 years ago
Kevin P. Fleming 773eda05d0 move relevant entries into UPGRADE.txt and resync UPGRADE-1.6.txt with previous branches
18 years ago
Kevin P. Fleming 81a16aa982 make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_multiple() and ast_agi_fdprintf() API calls to be consistent with API guidelines
18 years ago
Terry Wilson c7f3c505e1 Comment out config line that is in a commented out context
18 years ago
Tilghman Lesher afb571ba8f Starting with a change to ensure that ast_verbose() preserves ABI compatibility
18 years ago
Mark Michelson 07a22680ee If malloc returns NULL, we need to return NULL immediately or
18 years ago
Sean Bright 559e644b63 Fix a few build problems on Solaris (and check for an md5 utility in
18 years ago
Mark Michelson a361f7897a This change prevents a crash from occurring if res_musiconhold.so
18 years ago
Mark Michelson d584748f0c Add some missing $(DESTDIR)s to the bininstall
18 years ago
Mark Michelson 6c554e4996 Fix the logic for when delete=yes when IMAP storage
18 years ago
Mark Michelson 1a4fc71415 Merged revisions 157503 via svnmerge from
18 years ago
Mark Michelson 2ede9a603f Based on Russell's advice on the asterisk-dev list, I have
18 years ago
Jason Parker 947429b2b3 Remove echo line that is unnecessary (Thanks seanbright).
18 years ago
Jason Parker 7478e5ecd0 Make this executable
18 years ago
Jason Parker 493e903892 Add init script for ArchLinux
18 years ago
Mark Michelson 16efb5c4dd * Add a lock to be used in the update_call_counter function.
18 years ago
Jeff Peeler 53f3870ed3 Merged revisions 157365 via svnmerge from
18 years ago
Mark Michelson d91f1df3e0 Merged revisions 157305 via svnmerge from
18 years ago
Steve Murphy f68bfa4ff3 (closes issue #13420)
18 years ago
Tilghman Lesher 1287486dbf Can't use items duplicated off the stack frame in an element returned from
18 years ago
Kevin P. Fleming 211981e922 ensure that if a .i file (preprocessed source) is present, the .o file is made from it, not from the .c file (this only works because GNU makes respects the order the rules are defined)
18 years ago
Kevin P. Fleming 75281a1696 Merged revisions 157162-157163 via svnmerge from
18 years ago
Kevin P. Fleming 2ce2cc26c7 Merged revisions 157104 via svnmerge from
18 years ago
Eliel C. Sardanons 7a20daefed Avoid a not needed cast, making code more readable.
18 years ago
Russell Bryant 1148e648b8 Fix a few more places where the case insensitive hash should be used since
18 years ago
Russell Bryant ab2b24d6ee Use the new case insensitive hash function for console interfaces. The comparison
18 years ago
Tilghman Lesher 03b1a5a384 Allow setting static values in CDRs
18 years ago
Mark Michelson 6254c5cd2f Revision 155513 of chan_sip.c in trunk inadvertently
18 years ago
Terry Wilson 655abd1757 Cleanup whitespace issues
18 years ago
Terry Wilson 401b8bea76 Use Mark's new ast_str_case_hash function instead of jumping through hoops to do insensitive case lookups
18 years ago
Tilghman Lesher 777d5ee470 Ping is missing the standard double-newline after the event.
18 years ago
Mark Michelson cf6c66de65 Fix some refcounting in app_queue.c and change the
18 years ago
Matthew Fredrickson cb90752b0d Remove some useless locking and make sure we hangup channels on a link when we get a GRS.
18 years ago
Mark Michelson ea9955dd2a Merged revisions 156816 via svnmerge from
18 years ago
Tilghman Lesher c4fe83046b Merged revisions 156755 via svnmerge from
18 years ago
Tilghman Lesher c2d30ffaa5 Merged revisions 156688 via svnmerge from
18 years ago
Jeff Peeler 93a59f5bda (closes issue #13891)
18 years ago
Tilghman Lesher 85c6ae76ab Command offsets were not changed correctly when the command syntax for
18 years ago
Mark Michelson fcf93eb5d6 Kevin sent a note indicating that this change is
18 years ago
Eliel C. Sardanons a22928b853 Introduce XML documentation for:
18 years ago
Eliel C. Sardanons 62a32fef40 Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_inside()
18 years ago
Eliel C. Sardanons df6b78b742 Remove trailing whitespaces
18 years ago
Sean Bright 59cfe2793c Use the reviewboard:url SVN property so post-review will work without modification.
18 years ago
Tilghman Lesher 10afda33c7 Merged revisions 156386 via svnmerge from
18 years ago
Eliel C. Sardanons 10da221e03 - Make alias->real_cmd point to the allocated space outside alias->alias.
18 years ago
Steve Murphy 449c012c68 Merged revisions 156297 via svnmerge from
18 years ago
Russell Bryant 6828c5a0eb Fix a bug caused by using sizeof(pointer) instead of sizeof(the struct)
18 years ago