aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming1-5/+3
2005-09-07reset channel volumes when exiting apps that use themkpfleming1-7/+16
2005-09-07re-add 'listen' volume controlkpfleming1-87/+137
2005-09-07another bugletkpfleming1-1/+1
2005-09-07actually do issue #4170 right... it was supposed to adjust talk volume, not l...kpfleming1-26/+26
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...kpfleming1-13/+156
2005-08-08Show callerid in meetme show list (bug #4851 with mods)markster1-1/+1
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-1/+1
2005-07-07more ast_copy_string conversionsrussell1-15/+15
2005-07-07ensure that conference created by new caller who fails to enter a PIN is dest...kpfleming1-32/+52
2005-06-06the last round of file version tagskpfleming1-13/+16
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-05-19fix moh option in conjunction with intro option (bug #4298)russell1-1/+2
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-9/+9
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-17/+17
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-1/+1
2005-04-02Resolve app_meetme crash when member tries to mute/unmute (bug #3899)kpfleming1-6/+4
2005-03-29Fix beep logic error (bug #3888)markster1-1/+1
2005-03-21Revert broken portion of 3815 (bug #3816)markster1-1/+1
2005-03-21Cleanup side effect sof meetme changes (bug #3815)markster1-2/+2
2005-03-20Fix minor formatting issuemarkster1-4/+4
2005-03-20Add count of users in conference (bug #3215)markster1-0/+39
2005-03-17Merge improved announcements for conferences with leader (bug #2382)markster1-42/+83
2005-03-12Create experimental new options API, various cleanupsmarkster1-53/+45
2005-03-05Fix meetme flushing stupidity (doh!) (bug #3599)markster1-4/+2
2005-03-03Flush MeetMe at appropriate times (bug #3599)markster1-0/+28
2005-02-26Show number of meetme users (bug #3661)markster1-0/+1
2005-02-23Fix silly typo (bug #3646)markster1-2/+2
2005-02-22Add "admin pin" mode (bug #2387)markster1-10/+22
2005-02-16Begin autoservice while playing enter/leave sounds (bug #3599)markster1-3/+8
2005-02-02Add option to prompt for PIN even if specified (bug #3489)markster1-3/+7
2005-02-02Fix conferencing of non-zap stuff (bug #3488)markster1-9/+7
2005-02-01Fix proper cleanup (bug #3481)markster1-7/+8
2005-02-01Fix potential segfault (bug #3479)markster1-2/+5
2005-01-30Add meetme talk detector (bug #3364)markster1-3/+55
2005-01-25Merge config updates (bug #3406)markster1-4/+4
2005-01-23Make sure two voicemails can't take the same message space (bug #3394)markster1-1/+1
2005-01-22Add option for recording conference (bug #3393), thanks moc!markster1-1/+85
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-14Change option '6' back to more logical option '3' (bug #2491)markster1-11/+10
2005-01-14oops.twisted1-1/+0
2005-01-14Add meetme option to kick last user (bug #2491 with slight modification)twisted1-3/+25
2005-01-07Merge Moc's announcement patch (bug #3219)markster1-2/+43
2004-12-19Merge Olle's comment patch (bug #3097)markster1-1/+1
2004-11-25Fix meetmesecs (bug #2936)markster1-5/+6
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-1/+1
2004-10-20Fix potential segfault.markster1-2/+5
2004-10-11Add global mute/unmute (bug #2601)markster1-6/+41
2004-10-02Huge callerid rework (might break H.323, others)markster1-1/+1
2004-09-07Make menu interruptible (bug #2377), Also fix PBX "add extension" CLI (bug #2...markster1-10/+19