summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2008-11-21Allow space within an extension, when the space is within a character class.Tilghman Lesher
2008-11-21Merged revisions 158600 via svnmerge from Tilghman Lesher
2008-11-13(closes issue #13891)Jeff Peeler
2008-11-12Merged revisions 156297 via svnmerge from Steve Murphy
2008-11-12This commit does two things:Michiel van Baak
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.Eliel C. Sardanons
2008-11-07Fix some code in chan_sip that was intended to unlink multiple objects from aRussell Bryant
2008-11-07If 'asterisk.conf' is not found, instead of giving up,Eliel C. Sardanons
2008-11-07Fix an asterisk crash if no asterisk.conf configuration file is present.Eliel C. Sardanons
2008-11-06Simplify the output of [See Also].Eliel C. Sardanons
2008-11-05Add more SeeAlso references based on TFOT.Eliel C. Sardanons
2008-11-05- Add more <see-also> based on TFOT.Eliel C. Sardanons
2008-11-04GLOB_BRACE is already added to MY_GLOB_FLAGS if it is supported on theSean Bright
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-30Track down and fix annoying lock errorsTilghman Lesher
2008-10-13Hmmm. Nobody (but me) is interested in seeing Steve Murphy
2008-10-09(closes issue #13557)Steve Murphy
2008-09-26Merged revisions 144677 via svnmerge from Steve Murphy
2008-09-25(closes issue #13557)Steve Murphy
2008-09-12Merged revisions 142675 via svnmerge from Steve Murphy
2008-09-08Merged revisions 141806 via svnmerge from Russell Bryant
2008-09-03In these changes, I have added some explanationSteve Murphy
2008-09-03Formatting change to test something on the svn serverRussell Bryant
2008-09-02Merged revisions 140670 via svnmerge from Steve Murphy
2008-08-25Merged revisions 139764 via svnmerge from Steve Murphy
2008-08-22Merged revisions 139347 via svnmerge from Steve Murphy
2008-08-19These changes are in regards to bug 13249, where users are being surprised by...Steve Murphy
2008-08-16Also make sure hinting won't crash on reload.Tilghman Lesher
2008-08-15Remove deprecated syntax from sample config fileTilghman Lesher
2008-08-15Change free to ast_free_ptr, tooTilghman Lesher
2008-08-15e->data can be NULL, so use the safe version of ast_strdup()Tilghman Lesher
2008-08-10Another batch of files from RSW. The remaining apps and a few moreSean Bright
2008-08-07Don't allow Answer() to accept a negative argument.Mark Michelson
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-08-02(closes issue #13202)Steve Murphy
2008-07-23(closes issue #13144)Steve Murphy
2008-07-17Change several 'core' commands to be 'dialplan' commands (with appropriateTilghman Lesher
2008-07-15(closes issue #12960)Steve Murphy
2008-07-15Merged revisions 130959 via svnmerge from Tilghman Lesher
2008-07-11(closes issue #13041)Steve Murphy
2008-07-11(closes issue #13041)Steve Murphy
2008-07-09Add Proceeding() application (#13025)Matthew Fredrickson
2008-07-09Code wasn't ready to be merged - see -dev list discussionTilghman Lesher
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-07-06Changing name of global api call to ast_* Olle Johansson
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andOlle Johansson
2008-07-04Merged revisions 127973 via svnmerge from Tilghman Lesher
2008-07-03Merged revisions 127663 via svnmerge from Steve Murphy
2008-06-17If we don't match registrar when destroying a context, it can cause a crash.Tilghman Lesher
2008-06-16(closes issue #12689)Steve Murphy