aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-03-01Asterisk, when parking can drop rights a caller when a parking timeout occurs...twilson1-0/+64
2008-02-29Merged revisions 105261 via svnmerge from file1-1/+1
2008-02-28Merged revisions 105059 via svnmerge from mmichelson1-0/+4
2008-02-27Merged revisions 104787 via svnmerge from file1-5/+5
2008-02-27Remove useless 's' and 'key' variables, in favor of 'val', which serves the e...qwell1-55/+53
2008-02-27Merged revisions 104625 via svnmerge from russell1-0/+8
2008-02-27Whitespace changes onlytilghman1-227/+207
2008-02-27Merged revisions 104334 via svnmerge from russell1-0/+2
2008-02-26Merged revisions 104119 via svnmerge from russell1-5/+3
2008-02-25Merged revisions 104106 via svnmerge from russell1-29/+174
2008-02-25Merged revisions 104094 via svnmerge from tilghman1-2/+4
2008-02-20Merged revisions 103956 via svnmerge from mmichelson1-0/+8
2008-02-20Fix a crash due to the wrong variable being used when building a directory st...mmichelson1-1/+1
2008-02-20When using IMAP storage, if the folder you attempt to save to does not exist,mmichelson1-0/+10
2008-02-19len already contains the position we want to examine, if we move one left aga...file1-2/+2
2008-02-19Add CHANNELREDIRECT_STATUS variable to ChannelRedirect() dialplan application...file1-4/+7
2008-02-18Add an API call (ast_async_parseable_goto) which parses a goto string and doe...file1-1/+1
2008-02-15Fix redeclaration of variables when using IMAP storagemmichelson1-7/+2
2008-02-15Fix up some doxygen issues.qwell1-0/+1
2008-02-14Merged revisions 103690 via svnmerge from mmichelson1-0/+4
2008-02-14Merged revisions 103688 via svnmerge from mmichelson1-8/+12
2008-02-14Change the queue holdtime announcement to happen at any interval (not just gr...mmichelson1-27/+29
2008-02-14a few syntax changes and safer codejpeeler1-20/+14
2008-02-14Formatting fixesoej1-7/+8
2008-02-13(closes issue #11825)jpeeler1-230/+319
2008-02-11Merged revisions 103324 via svnmerge from file1-1/+3
2008-02-11Fix improper indentation. Thanks again to snuffy for pointing it out.mmichelson1-9/+9
2008-02-11Add a couple of comments to clarify the unreffing of queues.mmichelson1-0/+2
2008-02-09whitespace fixes only.mvanbaak17-417/+409
2008-02-09Merged revisions 103197 via svnmerge from tilghman1-1/+5
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell4-5/+5
2008-02-08Forgot that AST_LIST_REMOVE_CURRENT takes different arguments in trunk than 1.4.mmichelson1-1/+1
2008-02-08Merged revisions 103120 via svnmerge from mmichelson1-5/+20
2008-02-07This is a combination new feature/bug fix for app_chanspy.mmichelson1-8/+57
2008-02-07whitespace fixes onlymvanbaak1-64/+61
2008-02-07There she goes! First commit from me to trunk \o/mvanbaak1-240/+153
2008-02-06Add the channel's unique id to the AgentCalled manager event to make it more ...mmichelson1-1/+2
2008-02-06Merged revisions 102576 via svnmerge from tilghman1-37/+36
2008-02-06Remove an extra debug message I left inmmichelson1-1/+0
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson7-55/+33
2008-02-05Change verbose messages to use the ast_verb macro.mmichelson1-6/+3
2008-02-01Merged revisions 101942 via svnmerge from tilghman1-26/+63
2008-02-01Comparison, not set :) Thanks mvanbaak.qwell1-1/+1
2008-02-01Move an feof() call to before the fgets().qwell1-2/+2
2008-02-01Merged revisions 101818 via svnmerge from russell1-1/+5
2008-02-01simplify some code, tweak formatting, and reduce indentationrussell1-21/+27
2008-02-01reduce a level of indentationrussell1-51/+55
2008-02-01Get rid of a goto where there was no extra cleanup happening at the exit pointrussell1-3/+2
2008-02-01Merged revisions 101649 via svnmerge from mmichelson1-8/+40
2008-01-31Forgot an !mmichelson1-1/+1