aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file5-5/+5
2006-09-28Merged revisions 43916 via svnmerge from kpfleming1-16/+13
2006-09-28Merged revisions 43897 via svnmerge from bweschke1-2/+16
2006-09-28Merged revisions 43891 via svnmerge from file1-1/+6
2006-09-28Merged revisions 43871 via svnmerge from bweschke1-1/+4
2006-09-28 Autopause not working for queue members. (#8042 - jmls reported and patch)bweschke1-2/+4
2006-09-27Merged revisions 43815 via svnmerge from tilghman1-1/+3
2006-09-27Fix an issue with PLAYBACKSTATUS not being set under certain circumstances.qwell1-3/+4
2006-09-27Backport revision 43754 from the trunk, which removes an unused buffer fromrussell1-21/+11
2006-09-26Merged revisions 43699 via svnmerge from russell1-2/+3
2006-09-26Slight overhaul of the whisper support. 1. We need to duplicate the frame fro...file1-0/+5
2006-09-25Should have moved these lines up in the merge, instead of removing themtilghman1-0/+4
2006-09-25Merged revisions 43634 via svnmerge from tilghman1-79/+1
2006-09-21Fix documentation to reflect how Url() really workstilghman1-9/+7
2006-09-21Oops, missed the merge breakagetilghman1-6/+6
2006-09-21Merged revisions 43420 via svnmerge from tilghman1-48/+47
2006-09-20Warning be gone.file1-1/+1
2006-09-20A few misses from constificationtilghman2-5/+5
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman7-92/+106
2006-09-20Fix a segfault that was reported by jcmoore in #asterisk-bugs on IRC.qwell1-1/+1
2006-09-20We need to persist the member name alsoqwell1-2/+2
2006-09-20Add a "member name" to queue members.qwell1-60/+117
2006-09-20move ADSI functionality into ast_ namespacekpfleming3-165/+165
2006-09-19Various updates from PCadach's chan_h323-live branchmattf2-3/+6
2006-09-19similar patch for verbose vs debug with minor changesmogorman3-4/+4
2006-09-19Merged revisions 43248 via svnmerge from tilghman1-2/+2
2006-09-18merge qwell's CLI verbification workkpfleming8-172/+171
2006-09-17Merged revisions 43072 via svnmerge from tilghman1-2/+2
2006-09-16merge markster's usersconf branch with some slight changeskpfleming2-31/+125
2006-09-16Merged revisions 43003 via svnmerge from tilghman1-0/+2
2006-09-12use strcpy instead of sprintfrussell1-1/+1
2006-09-12i dont know how msg_cfg got moved around but its all good againmogorman1-5/+4
2006-09-11Merged revisions 42783 via svnmerge from tilghman2-10/+30
2006-09-11small fix for issue 007926anthonyl1-5/+0
2006-09-09In trunk, ast_fileexists now returns 0 for failure, instead of -1, as it didtilghman1-1/+1
2006-09-08Get rid of ugly tmp directory, although I really shouldmogorman1-11/+7
2006-09-08Merged revisions 42421 via svnmerge from tilghman1-1/+1
2006-09-08Destroy msg_cfg after it's used, not before (issue #7618 reported by wvolz wi...file1-3/+10
2006-09-07Merged revisions 42355 via svnmerge from tilghman1-1/+28
2006-09-07Minor cleanup and make sure the tmp variable is cleanfile1-5/+3
2006-09-07protect curhst and curusrmogorman1-7/+5
2006-09-07Set the variable even if the caller disconnects (issue #7896 reported by jsmith)file1-0/+1
2006-09-07patch to fix several things wrong with voicemailmogorman1-112/+87
2006-09-06Fix a small typo, to make app_followme.c show properly in "show version files"qwell1-1/+1
2006-09-06These small app documentation changes to app_dial and app_read will hopefully...murf2-2/+4
2006-09-06Make this module fit the guidelines betterfile1-115/+103
2006-09-05- Free allocated memory before returning from functionoej1-207/+194
2006-09-05Minor tweak - we need to lock the channel when we are removing the spy from it.file1-0/+2
2006-09-03Use tabs instead of spaces (I <3 tabs -- this is for you Qwell)file1-4/+4
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file2-44/+15