summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-07Use flags instead of variables on the private structure for thingsJoshua Colp
2006-09-07Make sure we give a little warning about the echotraining optionMatthew Fredrickson
2006-09-07Code cleaning/updates/potential bug fixesJoshua Colp
2006-09-07Minor cleanup and make sure the tmp variable is cleanJoshua Colp
2006-09-07Use lower case 'x' instead of a UTF-8 character (issue #7888 reported by flef...Joshua Colp
2006-09-07protect curhst and curusrMatt O'Gorman
2006-09-07Convert some warnings into debug messages since they can exist under perfectl...Joshua Colp
2006-09-07minor wording fixKevin P. Fleming
2006-09-07Set the variable even if the caller disconnects (issue #7896 reported by jsmith)Joshua Colp
2006-09-07Merged revisions 42260 via svnmerge from Joshua Colp
2006-09-07patch to fix several things wrong with voicemailMatt O'Gorman
2006-09-07Comment out default from extensions.aelMark Spencer
2006-09-07With respect to bug 7862, the syntax and description are misleading to users....Steve Murphy
2006-09-07Made changes corresponding to those in 1.2 here in main/logger.c for bug 7544.Steve Murphy
2006-09-07don't try to get the length of the string in the ast_dynamic_str object unles...Kevin P. Fleming
2006-09-06Fix a small typo, to make app_followme.c show properly in "show version files"Jason Parker
2006-09-06This one's for you, mogJason Parker
2006-09-06Merged revisions 42148 via svnmerge from Joshua Colp
2006-09-06fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug l...Christian Richter
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-06Merged revisions 42086 via svnmerge from Joshua Colp
2006-09-05- Free allocated memory before returning from functionOlle Johansson
2006-09-05Blocked revisions 42054 via svnmergeJoshua Colp
2006-09-05Missing field terminatorTilghman Lesher
2006-09-05Minor tweak - we need to lock the channel when we are removing the spy from it.Joshua Colp
2006-09-05Merged revisions 42014 via svnmerge from Jason Parker
2006-09-04Make sure we handle CANCEL/ACK properly (imported with mods from 1.2)Olle Johansson
2006-09-04Remove old unused functionsJoshua 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-03Add the ability to specify that a frame should not be considered for cachingRussell Bryant
2006-09-03when calling this function to append to a dynamic string and the buffer was notRussell Bryant
2006-09-03 Provide a little more protection to make sure that a MOH class is specified ...BJ Weschke
2006-09-03 Fix enum indexing problem with m() in WaitExten. Reported by Pavel J, in ast...BJ Weschke
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-03 Some changes/fixes for func_curl. curl_global_init is only supposed to be ca...BJ Weschke
2006-09-03Merged revisions 41882 via svnmerge from BJ Weschke
2006-09-03 Blocking 41880 from coming into /trunk since I already patched it in /trunk ...BJ Weschke
2006-09-03 Don't keep trying the same member in certain strategies when members of the ...BJ Weschke
2006-09-03Tweak the if statement a bitJoshua Colp
2006-09-03Don't use ast_frdup() in the AST_LIST_INSERT_TAIL macro directly. That was aRussell Bryant
2006-09-03 We don't spy on Zap/psuedo channels. Not at all. Never. (#7871 - sxpert repo...BJ Weschke
2006-09-03remove leading space in Packet manager event headerRussell Bryant
2006-09-03 r41830 isn't going to merge cleanly into /trunk so it is blocked.BJ Weschke
2006-09-03Merged revisions 41827 via svnmerge from BJ Weschke
2006-09-03 Block 30546 from coming into /trunk. Some old cleanup.BJ Weschke
2006-09-02 With the somewhat recent addition (from one of the Astridevcon Europe sessio...BJ Weschke
2006-09-02It was pointed out to me, that using two frames is silly.Jason Parker