Commit Graph

13179 Commits (464b4a8a84c56ba3fbd3f508679ea7950dfcb1ab)
 

Author SHA1 Message Date
Olle Johansson 464b4a8a84 Meetme actually has realtime but wasn't documented
18 years ago
Terry Wilson 4b25111108 Convert call to park_call_full to masq_park_call_announce
18 years ago
Tilghman Lesher daf9a88f60 Blocked revision 168632 from /branches/1.2:
18 years ago
Mark Michelson 26658ead16 Fix some crashes from bad datastore handling in app_queue.c
18 years ago
Richard Mudgett 1a80fbd577 * Fixed create_process() allocation of process ID values.
18 years ago
Sean Bright f94caa935b Update autosupport script to supply info for both Zaptel and DAHDI in 1.4 and
18 years ago
Steve Murphy 7c1d2de899 app_page was failing to compile in dev-mode on my gcc-4.2.4 system. This change gets rid of the warning.
18 years ago
Tilghman Lesher 99313c7b92 Don't read into a buffer without first checking if a value is beyond the end.
18 years ago
Mark Michelson 3af85c8b97 Fix a logic error I found while searching through chan_agent.c
18 years ago
Terry Wilson b3ea953313 Don't overflow when paging more than 128 extensions
18 years ago
Russell Bryant 9161b7fc87 Revert unnecessary indications API change from rev 122314
18 years ago
Terry Wilson 1dc0a2d811 Don't pass a value with a side effect to a macro
18 years ago
Tilghman Lesher ebe9c9c5db If either conditional is NULL, don't try copying it.
18 years ago
Jeff Peeler b01ec2512d (closes issue #13881)
18 years ago
Jeff Peeler f1c216e940 (closes issue #12269)
18 years ago
Mark Michelson 2d10fef93e I am reverting the fix made in revision 168128 (and its upward merges)
18 years ago
Russell Bryant 5dca47a8bf s/ringdance/ringcadence/ for Bulgaria
18 years ago
Kevin P. Fleming a8af968c1d small commit to test new server
18 years ago
Kevin P. Fleming 066f4cac24 small commit to test new server
18 years ago
Kevin P. Fleming e87d91c541 update to use new sound file packages that include license files
18 years ago
Russell Bryant b28fcc36f2 Make this compile for mvanbaak
18 years ago
Richard Mudgett c992d555e3 * Fix for JIRA AST-175/ABE-1757
18 years ago
Mark Michelson 2fe132ca35 Add check_via calls to more request handlers
18 years ago
Tilghman Lesher 8c0191f0dc Don't truncate database results at 255 chars.
18 years ago
Kevin P. Fleming ead4ba5cd8 remove an unnecessary argument to queue_request()
18 years ago
Kevin P. Fleming 975a706909 When a SIP request or response arrives for a dialog with an associated Asterisk channel, and the lock on that channel cannot be obtained because it is held by another thread, instead of dropping the request/response, queue it for later processing when the channel lock becomes available.
18 years ago
Russell Bryant 5fe8bde41a Fix the last couple of places where free() was improperly used directly.
18 years ago
Russell Bryant 2839e074ef Don't fclose() the file early, the filestream destructor will handle it.
18 years ago
Russell Bryant 301945890d Only try to close the file if one was actually opened
18 years ago
Russell Bryant c67d152525 Don't use free() directly. This caused a crash since ast_filestream is now an ao2 object.
18 years ago
Russell Bryant 24ccfad6dc Treat an empty string the same way as a NULL country argument.
18 years ago
Mark Michelson 5eca294b65 Use the correct variable when creating the format string
18 years ago
Tilghman Lesher 8476207008 Merged revisions 167259 via svnmerge from
18 years ago
Mark Michelson 543dfee83c A couple of changes to T.38 SDP attribute handling
18 years ago
Tilghman Lesher 30fe8c619d Repeat attempts to write when we receive -EAGAIN from the driver, as detailed
18 years ago
Tilghman Lesher f3f0f40223 Also inherit the musiconhold class.
18 years ago
Russell Bryant d4ac0f7651 Use strncat() instead of an sprintf() in which source and target buffers overlap
18 years ago
Tilghman Lesher 5dd486be22 Compile, even if both DAHDI and Zaptel are not installed.
18 years ago
Mark Michelson 62c8625f2e Fix a crash resulting from a datastore with inheritance but no duplicate callback
18 years ago
Tilghman Lesher 45bc54db0a Use the integer form of condition for integer comparisons.
18 years ago
Mark Michelson 4133fa7cfc Fix a deadlock relating to channel locks and autoservice
18 years ago
Russell Bryant 8b68bd17e5 Fix up timeout handling in ast_carefulwrite().
18 years ago
Russell Bryant acd0af78ea Re-work ref count handling of MoH classes using astobj2 to resolve crashes.
18 years ago
Mark Michelson 7fdf99803e Backport of AUDIOHOOK_INHERIT for Asterisk 1.4
18 years ago
Steve Murphy e3700a13a4 This merges the masqpark branch into 1.4
18 years ago
Jeff Peeler e0bec5d67d (closes issue #13480)
18 years ago
Russell Bryant 5de6848d0c Ensure that the chanspy datastore is fully initialized.
18 years ago
Russell Bryant 991494f2c0 Make ast_carefulwrite() be more careful.
18 years ago
Tilghman Lesher 139be9556b Add mutexes around accesses to the IMAP library interface. This prevents
18 years ago
Russell Bryant 0d24c2ed92 Set the process group ID on the MOH process so that all children will get killed
18 years ago