summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...Steve Murphy
2007-11-08Merged revisions 89125 via svnmerge from Jason Parker
2007-11-08AST_LIST_REMOVE_CURRENT takes only one argument.Mark Michelson
2007-11-08use %d and cast to int instead of %zd for size_t object,Luigi Rizzo
2007-11-08Merged revisions 89105 via svnmerge from Kevin P. Fleming
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-07remove a debugging message which i forgot in.Luigi Rizzo
2007-11-07Fix another CLI command so it doesn't run the real code when called for initi...Russell Bryant
2007-11-06Fix up some PBX logic that became broken. The code would exit prematurely whe...Joshua Colp
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-11-06Merged revisions 89036 via svnmerge from Steve Murphy
2007-11-06Remove native bridging check for DTMF based transfers. Thanks to the last bat...Joshua Colp
2007-11-06Fix the memory show allocations CLI command so that it doesn't spew out allRussell Bryant
2007-11-06Hoping to avoid a crash in OSX for a problem blitzrage foundSteve Murphy
2007-11-06Formatting. Illegaly using some spare spaces from Russell's space-bucket.Olle Johansson
2007-11-06Additional TDD changes (preparing for SIP changes - adding TDD support to SIP)Olle Johansson
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-11-06Merged revisions 89042 via svnmerge from Olle Johansson
2007-11-06Fix embedding of modules on FreeBSD:Luigi Rizzo
2007-11-06Merged revisions 88805 via svnmerge from Russell Bryant
2007-11-05Merged revisions 88826 via svnmerge from Mark Michelson
2007-11-05Move the last instance of AST_LIBS to the only place it is used,Luigi Rizzo
2007-11-05Merged revisions 88719 via svnmerge from Russell Bryant
2007-11-05Merged revisions 88709 via svnmerge from Russell Bryant
2007-11-05Merged revisions 88624 via svnmerge from Russell Bryant
2007-11-05remove a cygwin-specific function remap that does not work.Luigi Rizzo
2007-11-04Simplify the implementation and the API for stringfields;Luigi Rizzo
2007-11-03Revert commit #86119. Some users intentionally do not want colorized termina...Tilghman Lesher
2007-11-03Set CLI command to the correct name. Rev 85460 introduced two 'database show...James Golovich
2007-11-02Show the channel unique ID in the "show channel concise" outputRussell Bryant
2007-11-02Merged revisions 88283 via svnmerge from Jason Parker
2007-11-02Add pbx_lua as a method of doing extensionsTilghman Lesher
2007-11-02Don't re-cache the filename, but check to see if it already existsTilghman Lesher
2007-11-02'h' extension doesn't execute past first priorityTilghman Lesher
2007-11-01Modify WaitExten to include an optional dialtoneTilghman Lesher
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-11-01Conditionally free lock_info->thread_name to avoid a useless warningTilghman Lesher
2007-11-01Drop any more references to type in the Exception dialplan function.Joshua Colp
2007-10-31Optimize pbx_substitute_variablesTilghman Lesher
2007-10-30Update documentation to give an example of how to use the return status of Ra...Jason Parker
2007-10-30The priority gets incremented after raising an exception, so the priority sho...Mark Michelson
2007-10-30Jumped the gun a bit in the RaiseException app. It would always return -1Mark Michelson
2007-10-30Merged revisions 87567 via svnmerge from Jason Parker
2007-10-29clean up assembler and preprocessor files if they are here tooKevin P. Fleming
2007-10-29Merged revisions 87396 via svnmerge from Russell Bryant
2007-10-29Drop the RTCP Read too short message to debug. There are some phones out ther...Joshua Colp
2007-10-29Merged revisions 87373 via svnmerge from Russell Bryant
2007-10-29Merged revisions 87294 via svnmerge from Joshua Colp
2007-10-26Use the same delimited character as the FILTER function in FIELDQTY and CUT.Tilghman Lesher
2007-10-25Merged revisions 87069 via svnmerge from Kevin P. Fleming