aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-08-06Properly handle | within ()'s when doing app arg parsing... (bug #4911)markster1-14/+19
2005-08-06Fix timestamp + trunking (bug #4891)markster1-16/+19
2005-08-06formatting fixesrussell1-24/+24
2005-08-05Fix newline issue (bug #4632)markster3-2/+9
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessrussell5-15/+15
2005-08-05fix seg fault if no variable is specified (bug #4907)russell1-0/+4
2005-08-05fix seg faultrussell1-1/+1
2005-08-04ensure that strings.h has va_list defined (bug #4900)russell1-0/+1
2005-08-04there is no reason to check the channeltype of the channel calling SIPAddHeaderrussell1-5/+0
2005-08-04'outgress' should be 'egress'russell1-1/+1
2005-08-03only check for an existing cdr when about to set an arbitrary cdr variable (b...russell1-4/+1
2005-08-03Be sure not to leak frames in certain casesmarkster1-1/+1
2005-08-03Fix documentation of overridecontext (bug #4379)markster2-3/+8
2005-08-03Remove queue/session co-locking until deadlocks are properly resolvedmarkster1-4/+0
2005-08-03Add extra aliases from RFC4028 and RFC3841 (bug #4889)markster1-0/+4
2005-08-03Fix solaris vasprintf (don't free the memory, duh) (bug #4890)markster1-1/+0
2005-08-03Improve RTP comments (bug #4792 with mods)markster1-8/+29
2005-08-03Fix some astmm formatting and path issues (bug #4753)markster1-37/+35
2005-08-03Fix timestamp issue with features (bug #4760 with mods)markster3-17/+23
2005-08-03Revert a portion of oej's patch...markster1-1/+1
2005-08-03Don't ignore ACk packets (bug #4861)markster1-2/+2
2005-08-03Fix issue with say digit str (bug #4883)markster1-1/+1
2005-08-03Fix sighup with AGI (bug #4854)markster1-5/+16
2005-08-03Move to rizzo's new chan_oss, but leave the old one just in case... (bug #437...markster2-709/+2115
2005-08-03Reduce number of calls to get method (bug #4863)markster1-33/+40
2005-08-03Fix voicemail crash (bug #4800)markster1-2/+4
2005-08-03Fix qop syntax (bug #4822)markster1-1/+1
2005-08-03Fix AEL max character bug (bug #4837)markster1-1/+1
2005-08-03Fix vasnprintf emulation (bug #4882)markster1-3/+3
2005-08-02Remove from maekfile, toomarkster1-3/+0
2005-08-02This script is now useless...markster1-45/+0
2005-08-02Fix newsignal/newcontrol compile issue. Bug #4867jeremy1-2/+2
2005-08-01fix warning (bug #4807)russell1-1/+1
2005-08-01add info on asterisk.ctl (bug #4864)russell1-0/+11
2005-08-01make sure that iaxs gets initialized (bug #4856)russell1-0/+2
2005-08-01Make sure we don't close a mailbox if we didn't open one (bug #4800)markster1-1/+2
2005-08-01Minor voicemail fixup (related to 4800, but not the fix yet)markster1-3/+6
2005-07-31Add periodic announcement (bug #4677 with mods)markster4-8/+97
2005-07-31Fix monitoring when channel redirected (bug #3809, patch redone)markster1-0/+3
2005-07-30fix netbsd compilation issuerussell1-1/+1
2005-07-28make GROUP set group@categroy instead of category@grouprussell1-2/+2
2005-07-28Fix music on hold leak (bug #4842)markster1-5/+21
2005-07-28Don't delete RTP if there is a channel, even if we get REGISTER/SUBSCRIBE (bu...markster1-20/+4
2005-07-28Remove per-context maxmsg which should never have made it in (bug #4843)markster1-18/+1
2005-07-27remove useless call to time() and an extra variable when we can just use therussell1-2/+0
2005-07-27the time must be initialized for the 'n' option to actually work (bug #4834)russell1-1/+1
2005-07-27don't crash if no group is specified (bug #4836)russell1-2/+4
2005-07-27fix warningrussell1-1/+1
2005-07-27use Set instead of SetVar in the sample so that we don't get warnings whenrussell1-3/+3
2005-07-27Stomp on deadlock. Bug #4555jeremy1-35/+61