aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.8@7221 f38db490-d61c-...kpfleming1-0/+0
2005-06-22This commit was manufactured by cvs2svn to create tag 'v1-0-8'.(no author)1-8/+12
2004-09-07Make menu interruptible (bug #2377), Also fix PBX "add extension" CLI (bug #2...markster1-10/+19
2004-09-06Add Czech digit/voicemail supportmarkster1-1/+1
2004-08-27Merge mochouinard's meetme fixups (bug #2230)markster1-20/+19
2004-08-03Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" o...markster1-1/+27
2004-08-02Add user number (bug #2203)markster1-4/+6
2004-08-02dynamic_pin can be NULL (bug #2202)markster1-1/+1
2004-08-02Correct for user selecting 'D' when they should be selecting 'd' (bug #2200)markster1-0/+6
2004-07-28Merge alternate hangup and meetme patches from Matt N.markster1-2/+2
2004-07-27Allow you to enter the pin again during th "invalid pin" messagemarkster1-2/+6
2004-07-27Merge tilghman's meetme fix for reentering pin (bug #2143)markster1-24/+35
2004-07-14Merge rgagnon's pedantic string checks (apps a-m, bug #2035)markster1-21/+27
2004-06-29Fix small typo (bug #1945)markster1-1/+1
2004-06-28Merge Tilghman's meetme updates (bug #1934)markster1-165/+178
2004-06-23Add 'w' option to meetme which causes us to wait for a "marked" user to enter...markster1-3/+43
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-21Make 'x' option behave as advertised (bug #1878)markster1-9/+13
2004-06-17More meetme locking fixesmarkster1-2/+3
2004-06-17Fix doubly-linked list deletemarkster1-4/+20
2004-06-17Must be inside lock when finding startmarkster1-1/+2
2004-06-14Make meetme operate in linear so as to keep alaw folk happy, minor iax2markster1-36/+20
2004-06-09Minor meetme cleanupsmarkster1-2/+3
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-06-04Enhancements for zaptel+bsd (bug #1781)markster1-1/+5
2004-06-02WOrk on the proper pointer (bug #1773)markster1-26/+26
2004-06-02Use pseudo channel instead of just /dev/zap/pseudo, now with proper protectio...markster1-10/+27
2004-06-01Oops slightly prematuremarkster1-8/+8
2004-06-01Use pseudo channel (but real channel) instead of just directly opening /dev/z...markster1-8/+8
2004-05-30Fix formatting issuesmarkster1-223/+223
2004-05-30Minor RTP video fixes, be more careful about closing fd's in meetme (bug #1743)markster1-2/+4
2004-05-27Don't count as outgoing until we actually send the new INVITEmarkster1-0/+1
2004-05-27Meetme fixes (bug #1729)markster1-11/+12
2004-05-23Change 'u' back to 's' since it's required for both user and admin menusmarkster1-2/+2
2004-05-23Small fixesmarkster1-2/+2
2004-05-23MeetMe documentation improvements (bug #1703)markster1-40/+54
2004-05-22Merge fabeman's extensive meetme improvements (bug #1624)markster1-41/+526
2004-05-13Add events for join/leave (bug #1625)markster1-0/+19
2004-04-29Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbersmarkster1-1/+1
2004-04-08Add ability to do PINs with dynamic conf (bug 1026)citats1-9/+123
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-4/+4
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-4/+4
2004-02-10Revert meetme work around now that zaptel is fixedmarkster1-14/+0
2004-02-05Implement temporary work around for pseudo channels with SMPmarkster1-1/+14
2004-01-14clean up output and print that we are unregistering a channel typejeremy1-2/+2
2004-01-13 Don't return -1 for successful conf in meetme. Bug #824jeremy1-8/+12
2004-01-12Implement pin usage in MeetMe. Bug #816jeremy1-5/+28
2004-01-11Documentation fixmarkster1-1/+2
2004-01-11Say what is not implemented, yet. Feel free to dive in and code away, ppl. Bu...jeremy1-3/+4
2004-01-11Fix dynamic user count, Take 4jeremy1-2/+1