Commit Graph

850 Commits (c625a539be13fee95f97b35d506c19b5fcb38905)

Author SHA1 Message Date
Russell Bryant 51d5b1fdb2 simplify conference user list handling
21 years ago
Luigi Rizzo b91ce5a738 set correct type for lock initializers
21 years ago
Russell Bryant f9c578a8a0 - The recent change to linklists.h broke the build on linux for some reason.
21 years ago
Luigi Rizzo 1f0d723c1e properly initialize non-static locks.
21 years ago
Mark Spencer c696006923 Go ahead and merge STUN mods for RTP in preparation for some STUN
21 years ago
Russell Bryant 44d4ed1b37 change the CFLAGS controlled by menuselect to be placed in a header file
21 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
21 years ago
Kevin P. Fleming fdcfd6469b ensure that control frames with payload can be sent to channel drivers via ->indicate()
21 years ago
Mark Spencer 66ed134473 Allow media to go directly between IAX endpoints while signalling still
21 years ago
Kevin P. Fleming ed3ffb4b46 various doxygen fixes
21 years ago
Olle Johansson 2b3ae24942 Formatting fix
21 years ago
Mark Spencer f2bc3c61cc Make sure that we don't accept an answer on an inbound call and don't permit asterisk to answer an outbound call
21 years ago
Kevin P. Fleming 16f1acc37f use an enum for control frame types
21 years ago
Mark Spencer 9953f4f40e Make SIP early media work more efficiently without so many reinvites
21 years ago
Kevin P. Fleming fdc225920f remove API function that was added and never used
21 years ago
Russell Bryant c85b4a1674 on mac, QUAD_MIN and QUAD_MAX are already defined, so this causes a bunch
21 years ago
Kevin P. Fleming 401ed356e4 commit the proper configure script
21 years ago
Kevin P. Fleming c0762c064d silly people that don't want to install/run autoconf :-)
21 years ago
BJ Weschke 569ecaf5a2 use pid_t instead of long for pid variables. #7099 (casper)
21 years ago
Russell Bryant 0fd612930a - convert the lists of switches to use the linked list macros
21 years ago
Russell Bryant a252d79484 remove an XXX comment
21 years ago
Russell Bryant 4fe3960478 move ast_carefulwrite from manager.c to utils.c so that cli.c and
21 years ago
BJ Weschke 6ed0af6fc3 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie )
21 years ago
Russell Bryant 816a7cf13b constify the argument to pbx_checkcondition
21 years ago
Luigi Rizzo d7a2c4547b document that ast_cdr_answer is happy with a NULL argument
21 years ago
Olle Johansson 7bbb6bd3aa - fix typo in rtp.c, devicestate.h
21 years ago
Russell Bryant 992e0c1eed - convert the list of dialplan function to the list macros
21 years ago
Kevin P. Fleming eb38f13a2e add a command-line flag and option to force forking, even with -v or -d
21 years ago
Kevin P. Fleming 8e9058679a remove T38_SUPPORT define that is no longer needed
21 years ago
Luigi Rizzo aaf99191c8 include/asterisk/ael_structs.h:
21 years ago
Russell Bryant c2d851de2b add the missing prototype for the included asprintf
21 years ago
Russell Bryant 046375190a another Solaris compatability fix - this makes sure u_int64_t is defined
21 years ago
Kevin P. Fleming 5f58cc8770 Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now no longer considered experimental :-)
21 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
21 years ago
Jim Dixon a83297d85f Added "Operator Services" connection mode for Zap channels, and the 'O' option
21 years ago
Luigi Rizzo 7e0d402e88 move wait_and_stream to ast_wait_and_stream() because equivalent
21 years ago
Luigi Rizzo 0dbf814a79 - use symbolic constants and macros to play with the debug flag
21 years ago
Luigi Rizzo 08220b9073 comment that for callerid field, NULL and "" should be considered
21 years ago
Russell Bryant d722e66e07 add the malloc attribute to the memory allocation wrappers
21 years ago
Luigi Rizzo 585e50fb38 move to a different file (channel.c for the time being) the
21 years ago
Kevin P. Fleming d85073dc1f correct array index calculation (thanks mtaht3!)
21 years ago
Russell Bryant 501ac5189c update res_odbc to support pooled connections
21 years ago
Kevin P. Fleming 987f24840c add an API so that the number of steps required for a translation path can be acquired
21 years ago
Olle Johansson 4a312a044d - Fixes to ast_channel_lock functions
21 years ago
Joshua Colp 4657dc770c We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
21 years ago
Olle Johansson e75fa47099 More ast_channel_lock fixes
21 years ago
Olle Johansson 6b3367bf5c New functions for locking a channel - these simplify debugging
21 years ago
Luigi Rizzo 62712ea668 constification and code simplifications
21 years ago
Luigi Rizzo 1029b57707 constify a couple of function arguments
21 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
21 years ago