summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-20Fix a segfault that was reported by jcmoore in #asterisk-bugs on IRC.Jason Parker
2006-09-20We need to persist the member name alsoJason Parker
2006-09-20Add a "member name" to queue members.Jason Parker
2006-09-20move ADSI functionality into ast_ namespaceKevin P. Fleming
2006-09-19Various updates from PCadach's chan_h323-live branchMatthew Fredrickson
2006-09-19similar patch for verbose vs debug with minor changesMatt O'Gorman
2006-09-19Merged revisions 43248 via svnmerge from Tilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-17Merged revisions 43072 via svnmerge from Tilghman Lesher
2006-09-16merge markster's usersconf branch with some slight changesKevin P. Fleming
2006-09-16Merged revisions 43003 via svnmerge from Tilghman Lesher
2006-09-12use strcpy instead of sprintfRussell Bryant
2006-09-12i dont know how msg_cfg got moved around but its all good againMatt O'Gorman
2006-09-11Merged revisions 42783 via svnmerge from Tilghman Lesher
2006-09-11small fix for issue 007926Anthony LaMantia
2006-09-09In trunk, ast_fileexists now returns 0 for failure, instead of -1, as it didTilghman Lesher
2006-09-08Get rid of ugly tmp directory, although I really shouldMatt O'Gorman
2006-09-08Merged revisions 42421 via svnmerge from Tilghman Lesher
2006-09-08Destroy msg_cfg after it's used, not before (issue #7618 reported by wvolz wi...Joshua Colp
2006-09-07Merged revisions 42355 via svnmerge from Tilghman Lesher
2006-09-07Minor cleanup and make sure the tmp variable is cleanJoshua Colp
2006-09-07protect curhst and curusrMatt O'Gorman
2006-09-07Set the variable even if the caller disconnects (issue #7896 reported by jsmith)Joshua Colp
2006-09-07patch to fix several things wrong with voicemailMatt O'Gorman
2006-09-06Fix a small typo, to make app_followme.c show properly in "show version files"Jason Parker
2006-09-06These small app documentation changes to app_dial and app_read will hopefully...Steve Murphy
2006-09-06Make this module fit the guidelines betterJoshua Colp
2006-09-05- Free allocated memory before returning from functionOlle Johansson
2006-09-05Minor tweak - we need to lock the channel when we are removing the spy from it.Joshua Colp
2006-09-03Use tabs instead of spaces (I <3 tabs -- this is for you Qwell)Joshua Colp
2006-09-03Make the difference clear about what the responsibilities of the core and a s...Joshua Colp
2006-09-03 Changes/fixes to the app_waitforsilence app to make it behave more the way t...BJ Weschke
2006-09-03 This was added to app_dial a while back, and now it's in app_queue as well. ...BJ Weschke
2006-09-03Merged revisions 41882 via svnmerge from BJ Weschke
2006-09-03 Don't keep trying the same member in certain strategies when members of the ...BJ Weschke
2006-09-03 We don't spy on Zap/psuedo channels. Not at all. Never. (#7871 - sxpert repo...BJ Weschke
2006-09-03Merged revisions 41827 via svnmerge from BJ Weschke
2006-09-02 With the somewhat recent addition (from one of the Astridevcon Europe sessio...BJ Weschke
2006-09-01get rid of some useless debug messages and raise debug level of othersMatt O'Gorman
2006-09-01more staticness, and syntax cleaningMatt O'Gorman
2006-09-01whitespace clean upMatt O'Gorman
2006-08-31spacing updateAnthony LaMantia
2006-08-31small typoAnthony LaMantia
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-31fix for bugid: 0007830Anthony LaMantia
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-08-29suppress compiler warningJason Parker
2006-08-29Committed a fix for 7731, suggested by mnehauser.Steve Murphy