aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-04-07Bug 6913 - fix for possible buffer overflowtilghman1-1/+1
2006-04-07- Fix cause codesoej1-2/+3
2006-04-07- Fix possible minor memory leak in chan_sipoej1-2/+5
2006-04-06fix typokpfleming1-1/+1
2006-04-06small fix... don't try to check conference details if it couldn't be created ...kpfleming1-12/+14
2006-04-06don't try to support 'i' or 'r' options if chan_zap is not loaded, and warn t...kpfleming1-5/+20
2006-04-06move continue out of block that checks verbose level (issue #6880)russell1-2/+1
2006-04-06Update email address to my Digium onefile1-1/+1
2006-04-05Unlock channel on failure so that ast_mutex_destroy doesn't throw a fit (issu...file1-4/+10
2006-04-05Issue #6654: Enum crash on ADDRESS record, possibly bad record, but still a c...oej2-2/+4
2006-04-04Issue #6878 - Unhide DNDstate manager events (thanks casper)oej1-6/+5
2006-04-04Issue #6882 - move "res=-1" out of verbosity block, minor code cleanups (casper)oej1-25/+23
2006-04-04Adds documentation to show what the w flag.mogorman1-1/+1
2006-04-03Issue 6870 - document that parking lots need to be numericoej1-2/+5
2006-04-03Issue #6848 take two - Use the tag provided by the SUBSCRIBE request when sen...oej1-2/+6
2006-04-03Ugly patch to avoid hangup causes in non-final responsesoej1-1/+1
2006-03-31move a NULL check to before the first time the pointer is dereferenced (issue...russell1-2/+2
2006-03-31fix the situation where bindport is specified but bindaddr is not (issue #6616)russell1-20/+13
2006-03-31ensure that hint watchers (subscribers) cannot be added or removed while the ...kpfleming1-6/+21
2006-03-30Bug 6853 - Manager fixes: 1) extra ActionID, 2) missing colontilghman1-5/+1
2006-03-30Bug 6849 - trivial typo fixtilghman1-1/+1
2006-03-30Add another check for 64-bit goodness (issue #6850 reported by evilbunny)file1-0/+6
2006-03-30Do not exceed the array size for maximum allowed moh files. (issue #6842)file1-0/+5
2006-03-30Set initial value on adsiparkoej1-0/+1
2006-03-30Typo fix.oej1-4/+4
2006-03-30Typo (Issue 6839, casper)oej1-1/+1
2006-03-29Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in A...tilghman3-2/+5
2006-03-29Bug 6835 - Updates to GotoIf help texttilghman1-5/+7
2006-03-29tell unsetenv for solaris to return the result of the setenv callrussell1-1/+1
2006-03-29Issue #6823oej1-1/+1
2006-03-29ensure that list traversal loops which skip entries properly update the 'prev...kpfleming1-1/+2
2006-03-28backport astmm + sparch fixes from the trunkrussell3-10/+8
2006-03-28fix Bus Error on sparc (issue #6354)russell1-2/+3
2006-03-28Fix breakage of NAT support for peers with qualify=yes.oej1-1/+1
2006-03-28fix the order in which for loops are expanded (issue #6810)russell1-1/+1
2006-03-28Bug 6815 - Adding quotes to make bash happytilghman1-2/+2
2006-03-27Issue #6736 - Use flags for OPTION messages. Thanks Casper!oej1-1/+2
2006-03-27Issue #6597 - sip show registry shows incorrect portoej1-0/+2
2006-03-27Issue #6409 - Use "s" extension when there's no username in the URIoej1-9/+14
2006-03-25Bug 6601 - More configuration abilities for the RH init scripttilghman1-12/+30
2006-03-25Fix incorrect size of zeroing (left over from when maxmsg was hardcoded at 100)tilghman1-3/+3
2006-03-25Bug 6783 - When context is specified, voicemail should look for mailboxes in ...tilghman1-2/+6
2006-03-24use the correct variable in an error message (issue #6791)russell1-1/+1
2006-03-24 Fix a typo in the app descriptionbweschke1-1/+1
2006-03-24 Doxygen comment typo correctionsbweschke1-2/+2
2006-03-23Issue #6764 - Return BUSY signal when other party is busy at Attended Transfe...file1-0/+3
2006-03-23Fix SETUP_ACK handling so that we change channels if so requestedmattf1-9/+13
2006-03-23 Bug #5884 - fix a possible race state in app_meetme when a channel has gone ...bweschke1-0/+2
2006-03-23don't crash when asked to read from a file that doesn't exist (issue #6786)russell1-8/+9
2006-03-22Fix a minor code issuefile1-2/+3