aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-11automerge commitroot1-2/+7
2006-06-09automerge commitroot1-12/+17
2006-06-09automerge commitroot1-2/+2
2006-05-25automerge commitroot1-1/+1
2006-05-24automerge commitroot1-1/+1
2006-05-22automerge commitroot1-1/+1
2006-05-18automerge commitroot1-3/+1
2006-05-07automerge commitroot1-3/+6
2006-04-06automerge commitroot1-6/+23
2006-03-23automerge commitroot1-0/+2
2006-03-21automerge commitroot1-1/+3
2006-02-14automerge commitroot1-0/+4
2006-02-14automerge commitroot1-4/+6
2006-02-13automerge commitroot1-1/+2
2006-01-18automerge commitroot1-1/+2
2005-12-20backport fix for larger-than-20ms-frames from trunk (bug #5697)kpfleming1-5/+12
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-20issue #5773russell1-1/+1
2005-11-11issue #5680kpfleming1-1/+1
2005-11-08issues #3599 and #4252kpfleming1-31/+98
2005-11-08whitepace cleanup and various minor fixeskpfleming1-237/+246
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-2/+2
2005-11-07application doc updatekpfleming1-3/+4
2005-11-06issue #5605russell1-0/+1
2005-11-06alphabetize option listsrussell1-25/+25
2005-11-06Meetme whitespace changes (bug #5615)markster1-5/+5
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-23/+23
2005-10-28use API call for frame volume adjustmentkpfleming1-18/+4
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-4/+4
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-3/+20
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-11/+19
2005-10-05don't twiddle memory that doesn't belong to us (issue #5348)kpfleming1-1/+1
2005-09-25Fix meet me / local channel (bug #5274)markster1-3/+4
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
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