Commit Graph

315 Commits (1.4)

Author SHA1 Message Date
Richard Mudgett 82506ffa01 The meetme CLI command completion leaves conferences mutex locked.
14 years ago
Sean Bright 1fb86f03c8 Backport MeetMe related reference leaks fixes from 1.6.2/1.8/trunk.
14 years ago
Russell Bryant 58a666ac5a Fix channel redirect out of MeetMe() and other issues with channel softhangup.
14 years ago
Russell Bryant 92ea2179e5 Add "DAHDI" to a couple of app_meetme error messages.
15 years ago
Brett Bryant 3702c0cc02 Fix misvalidation of meetme pins in conjunction with the 'a' MeetMe flag.
15 years ago
Jean Galarneau cf0d36226d Fix a dsp structure leak occuring when a local channel is put into a meetme
15 years ago
Jeff Peeler c66d95c8e5 Make user removals and traversals thread safe in meetme.
15 years ago
Jeff Peeler 9bae102b7c Allow admin user to join conference without using admin mode and no user pin.
15 years ago
Jeff Peeler f5310e3bc7 Ensure channel placed in meetme in ringing state is properly hung up.
15 years ago
Paul Belanger 2f6313a1c8 First caller into a dynamic conference now enter pin once.
15 years ago
David Vossel dbcb9d1577 fixes app_meetme dsp error
15 years ago
Olle Johansson ef93e3343e Don't log to debug unless debug is turned on
15 years ago
Sean Bright 3d20d25e4c Avoid a crash with large numbers of MeetMe conferences.
16 years ago
Jeff Peeler d97debdbf5 Fix talking detection status after conference user is muted.
16 years ago
Tilghman Lesher 6e8a455534 Fix documentation for ast_softhangup() and correct the misuse thereof.
16 years ago
Tilghman Lesher b10343fd19 When MOH is playing on the channel, announcements sent through the conference are not heard.
16 years ago
Tilghman Lesher 63cc189747 AST-2009-005
16 years ago
Kevin P. Fleming 94fa4d11b5 Improve support for media paths that can generate multiple frames at once.
16 years ago
Joshua Colp 65494bfdf7 Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.
16 years ago
Kevin P. Fleming 59f867a5cb revert commit that included extranous changes
16 years ago
Kevin P. Fleming f1f417a9d8 Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
16 years ago
Jeff Peeler 21ca773c28 Fix malloc debug macros to work properly with h323.
16 years ago
Russell Bryant dadbbb0a56 Move ast_waitfor() down to avoid the results of the API call becoming stale.
16 years ago
Mark Michelson b30800adfb Remove unused variable and make dev-mode compilation happy
16 years ago
Mark Michelson 5ae664d5aa Open the DAHDI pseudo device and set it to be nonblocking atomically
16 years ago
Joshua Colp c8f9023696 If we are unable to request a DAHDI pseudo channel and we are using the user introduction without review option make sure it gets unset so other code does not blindly assume a DAHDI pseudo channel exists.
16 years ago
Jeff Peeler e0bec5d67d (closes issue #13480)
17 years ago
Mark Michelson a391fd9b1c Fix some memory leaks found while looking at how realtime
17 years ago
Russell Bryant 5d985ce022 Fix an issue where callers on an incoming call on an SLA trunk would not hear ringback.
17 years ago
Jeff Peeler 161a05a3d1 (closes issue #13899)
17 years ago
Tilghman Lesher 7e353eeaa1 If the SLA thread is not started, then reload causes a memory leak.
17 years ago
Jeff Peeler 738ec1fb71 For whatever reason, gcc only warned me about the possible use of an uninitialized variable when compiling 1.6.1.
17 years ago
Jeff Peeler c9cec47bf0 (closes issue #13173)
17 years ago
Kevin P. Fleming 2ebf0eee36 remove some more chan_zap references
17 years ago
Kevin P. Fleming a57dd05769 convert this module to be able to handle DAHDI or Zaptel (reported on asterisk-users, don't know how this got missed before)
17 years ago
Kevin P. Fleming 7b61edde36 build against the now-typedef-free dahdi/user.h
17 years ago
Jeff Peeler f9818af8dd Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow.
17 years ago
Tilghman Lesher 3ca503066a Flipflop the sections for two options, since the section for 'X' (exit context)
17 years ago
Joshua Colp c99280a59e Include the proper headers for using mkdir on FreeBSD.
17 years ago
Joshua Colp fb51aa974e Create the directory where name recordings will go if it does not exist.
17 years ago
Russell Bryant f3274be612 Fix a bug where when calls on the trunk side hang up while on hold, the state
17 years ago
Joshua Colp d9e83f85a6 Add an additional check for setting conference parameter when using the marked user options. It was possible for it to return to a no listen/no talk state if a masquerade happened.
17 years ago
Russell Bryant a04b584272 Only start the SLA thread if SLA has actually been configured.
17 years ago
Joshua Colp 0b110bb5e8 If entering a conference with the 'w' option ensure that we can't listen or speak until the marked user appears.
17 years ago
Joshua Colp fa640604de Replace current spy architecture with backport of audiohooks. This should take care of current known spy issues.
18 years ago
Joshua Colp 7a3ee5a7fc Don't do conferencing totally in Zaptel if Monitor is running on the channel.
18 years ago
Jason Parker 4a869fa0c3 Don't increment user count until after name has been recorded (if enabled).
18 years ago
Jason Parker 8315785663 Make sure we always close the conference fd if we have an open one.
18 years ago
Joshua Colp 1884c603d6 When unloading app_meetme destroy any auto created contexts created by SLA.
18 years ago
Russell Bryant bd5b8a4014 Update the SLAStation application to account for the case where the SLA thread
18 years ago