aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Collapse)AuthorFilesLines
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 ↵kpfleming1-4/+0
minute train ride from Paris to London <G>) support the new location for zaptel.h and tonezone.h use the dependency information output by menuselect to build Makefile rules for each module for header files and libraries combine the common rules into a top-level Makefile.rules file remove all (now) unnecessary stuff from subdir Makefiles change translator API so that the newpvt() callback returns an int instead of a pointer (it no longer allocates memory) alphabetize --with-<foo> options in configure script enhance Net-SNMP support in configure script to provide a --with-netsnmp option fix support for --with-pq so that if pg-config is not found when --with-pq is specified, an error will be generated add 'optional package' usage to modules now that menuselect can output it allow res_snmp to build by default, since the new loader changes coming soon will solve the function naming problem (and users can disable it via menuselect anyway) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35832 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-11fix up some places where frames are not free'd and remove an unnecessaryrussell1-1/+4
unlock of the confs list where it is not possible for it to be locked git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33547 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Don't double check existence of a variable (issue #7300 reported by foamdino)file1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33328 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Add more missing newlines (issue #7323 reported by darkskiez)file1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33266 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint ↵kpfleming1-4/+4
again :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-31Documentation changes for Qwellfile1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31193 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-31Fix up meetme some more (thanks TonyM!!!)file1-32/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31163 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-31Make the user menu unmute/mute work again, including in combination with the ↵file1-5/+15
'l' option. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31076 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30Remove ourselves from the userlist a little bit earlierfile1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30835 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25Merge in branch that adds new features to MeetMeAdmin. See application ↵file1-4/+62
documentation for more details on the new options. (issue #7131 reported by dmikusa branch by jcollie) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30427 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25Remove possibility of sending duplicate MeetmeJoin manager events, and only ↵file1-19/+25
send a MeetmeLeave event if a MeetmeJoin event occured in the first place. (issue #6599 reported by imran - provided patch with few tiny mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30409 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25Merged revisions 30373 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r30373 | file | 2006-05-25 17:03:11 -0300 (Thu, 25 May 2006) | 2 lines Don't play the enter sound twice when a person joins a conference after the leader has joined it. (issue #6138 reported by shanermn) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30384 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24Merged revisions 30037 via svnmerge from mogorman1-1/+1
https://svn.digium.com/svn/asterisk/branches/1.2 ........ r30037 | mogorman | 2006-05-24 14:55:21 -0500 (Wed, 24 May 2006) | 3 lines app_meemte used the ast_max_exten instead of path_max solves bug 6822 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30068 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23 app_meetme Muting and Manager API enhancements #6731 (softins w/some minor ↵bweschke1-76/+145
mods to accomodate recent enum work) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29705 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22patch from bug 0007204 to make bug 5750 follow standardmogorman1-5/+5
manager naming convention. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29592 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Merged revisions 29398 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r29398 | tilghman | 2006-05-22 09:59:59 -0500 (Mon, 22 May 2006) | 2 lines Bug 7194 - spelling fix ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29407 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-21put a bunch of defines in enums, and convert comments to doxygen formatrussell1-137/+168
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29195 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-21remove a CLI command that has been marked deprecated since before Asterisk 1.0russell1-18/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29164 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-18Remove unsupported, unimplemented, unfunctional "v" option from meetme ↵oej1-6/+4
documentation (Imported from 1.2) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28126 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-13simplify conference user list handlingrussell1-97/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27153 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10 Implement new support for "meetme list <confno> concise"bweschke1-16/+31
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26250 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08added managerevent meetmemute with status on or off.mogorman1-0/+10
patch provided by bug 6811, with modifications for api. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25447 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07Merged revisions 25322 via svnmerge from bweschke1-3/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r25322 | bweschke | 2006-05-07 09:38:11 -0400 (Sun, 07 May 2006) | 3 lines Fix playback behavior to exit correctly when we receive a hangup during playback of the invalid pin message. #7091 (AntD reporting) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25323 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07Minor AJAM fixupsmarkster1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25260 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-27Add option 'I' which allows you to record your name, but not review it. This ↵file1-6/+11
rocks! (issue #7037 reported by jon with minor mods done by moi) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22931 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have ↵kpfleming1-1/+6
autoconf and menuselect tools for Asterisk! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21more NULL "" equivalence in cid fields.rizzo1-8/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21849 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-16/+7
As partly documented in loader.c and include/asterisk/module.h, modules are now expected to return all of their methods and flags into a structure 'mod_data', and are normally loaded with RTLD_NOW | RTLD_LOCAL, so symbols are resolved immediately and conflicts should be less likely. Only in a small number of cases (res_*, typically) modules are loaded RTLD_GLOBAL, so they can export symbols. The core of the change is only the two files loader.c and include/asterisk/module.h, all the rest is simply adaptation of the existing modules to the new API, a rather mechanical (but believe me, time and finger-consuming!) process whose detail you can figure out by svn diff'ing any single module. Expect some minor compilation issue after this change, please report it on mantis http://bugs.digium.com/view.php?id=6968 so we collect all the feedback in one place. I am just sorry that this change missed SVN version number 20000! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20003 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-08since the module API is changing, it's a good time to const-ify the ↵kpfleming1-2/+2
description() and key() return values git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18552 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Merged revisions 18087 via svnmerge from kpfleming1-14/+44
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r18087 | kpfleming | 2006-04-06 17:04:58 -0500 (Thu, 06 Apr 2006) | 3 lines don't try to support 'i' or 'r' options if chan_zap is not loaded, and warn the user when they attempt to use them (issue #6675) update application help text to more clearly define when Zaptel and chan_zap are required ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18090 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-1/+1
in pbx_exec is always 1 so it can be removed. This change also takes away ast_exec_extension(), and lets all switch functions (exists, canmatch, exec, matchmore) all use the same prototype, which makes the code a bit cleaner. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16558 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28more command completion normalizationrizzo1-26/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15858 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-2/+2
to S_OR functions. from bug note 6805 with minor modifications. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15283 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-23Merged revisions 14467 via svnmerge from bweschke1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r14467 | bweschke | 2006-03-23 14:43:05 -0600 (Thu, 23 Mar 2006) | 3 lines Bug #5884 - fix a possible race state in app_meetme when a channel has gone away and we are reading continuously for more frames. (mneuhauser) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14470 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-21Merged revisions 13851 via svnmerge from russell1-1/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r13851 | russell | 2006-03-21 10:53:27 -0500 (Tue, 21 Mar 2006) | 2 lines don't add conference participant if the user hangs up while recording their name (issue #6661) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13852 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-21Meetme file is parsed with comma-delimiters, not vertical barstilghman1-15/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13733 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-15Bug 6316 - Add flag to not speak single user announcementtilghman1-29/+34
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13067 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-13Bug 6526 - Add a reference count to avoid crashtilghman1-18/+46
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12766 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-07Bug 5702 - Realtime patch for meetmetilghman1-4/+62
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12232 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22Solved problem where talker hears himself whenmogorman1-1/+1
talk optimization is on in app_meetme. bug #6266 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10785 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10241 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14Properly stopsteram on meetme (bug #6137)markster1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9989 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14bug 6485 fixed.mogorman1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9935 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-13Don't set the formats before we stop indications. (issue #6380)twisted1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9759 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01use string fields for some stuff in ast_channelkpfleming1-2/+2
const-ify some more APIs remove 'type' field from ast_channel, in favor of the one in the channel's tech structure allow string field module users to specify the 'chunk size' for pool allocations update chan_alsa to be compatible with recent const-ification patches git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9060 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-2/+1
have to allocate one on the stack git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9001 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30reverting blocks 9 and 10 from revision 7547mogorman1-6/+1
fixes bug 6080 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8938 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26store conference list using linked list macros (issue #6327)russell1-75/+51
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8727 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21on this pass, only remove duplicate log messagesrussell1-9/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8403 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+9
(revisions 8378 through 8381) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8387 f38db490-d61c-443f-a65b-d21fe96a405b