aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-30Don't queue frames to channels that have no means to process them.tilghman1-1/+3
2009-12-30Remove conflicting function definitions (asterisk.h) so LOW_MEMORY compiles.jpeeler1-18/+0
2009-12-28Try a test compile to see if PTHREAD_ONCE_INIT requires extra braces.seanbright4-19299/+6277
2009-12-28Avoid a crash with large numbers of MeetMe conferences.seanbright1-30/+33
2009-12-27Turn on colors in the daemon, since there's many requests for it on Ubuntu.tilghman1-1/+10
2009-12-26update to latest releases with zero uid/gidkpfleming1-2/+2
2009-12-23Properly set T.38 attributes and don't return before T.38 ports are configure...mnicholson1-31/+29
2009-12-23If EXEC only gets a single argument, don't crash when the second is used.tilghman1-1/+1
2009-12-22fixes issue with p->method incorrectly set to ACKdvossel1-2/+9
2009-12-21Change Monitor to not assume file to write to does not contain pathing.jpeeler1-2/+2
2009-12-21Send parking lot announcement to the channel which parked the call, not the p...tilghman1-1/+2
2009-12-18Revise verbiage, per #asterisk-dev discussiontilghman2-4/+4
2009-12-18Correct CDR dispositions for BUSY/FAILEDjpeeler2-5/+7
2009-12-18Point to the typical missing package, not the cryptic "termcap support".tilghman2-4/+4
2009-12-17Use context from which Macro is executed, not macro context, if applicable.tilghman1-3/+13
2009-12-15Add a line showing that we can use CIDR notation.jsmith1-0/+1
2009-12-15Mandatory argument checkingtilghman1-0/+3
2009-12-14Deal with the situation where .flavor exists but .version does not.tilghman1-1/+12
2009-12-14Update IMAP build documentation.lmadsen1-1/+11
2009-12-14Stop sending 183's after call hangup.oej1-0/+1
2009-12-11Fix talking detection status after conference user is muted.jpeeler1-20/+38
2009-12-10Fix unselecting of menuselect options via GLOBAL_MAKEOPTS and USER_MAKEOPTS.qwell1-4/+5
2009-12-10When we receive no response at all to our INVITE, allow the channel to be des...tilghman1-3/+7
2009-12-10Update chan_spy documentation.lmadsen1-2/+2
2009-12-09Fix breakage of the "module load <module>" CLI command.russell1-1/+1
2009-12-09Set a module load priority for format modules.russell16-60/+136
2009-12-08Merged revisions 233577 via svnmerge from atis1-6/+6
2009-12-07hex escape control and non 7-bit clean characters in uri_encodedvossel1-1/+1
2009-12-07fixes missing Contact header angle bracketsdvossel1-1/+3
2009-12-07Allow SDP packets with only video session information.mnicholson1-1/+1
2009-12-04clarify requirecalltoken option in iax.sample.confdvossel1-1/+2
2009-12-04document and rename strip_control() in app_voicemaildvossel1-3/+9
2009-12-04Only do frame payload check for HOLD frames.russell1-3/+3
2009-12-04Parse global variables or expressions in hint extensionsmnick1-6/+20
2009-12-04Warning message gets displayed only oncemnick1-1/+6
2009-12-03Deprecate "cz" in favor of "cs".tilghman1-63/+75
2009-12-02Send ack (response/message) after receiving manager action usereventjpeeler1-0/+1
2009-12-02fixes app_queue ao2 errordvossel1-2/+2
2009-12-02Fix a bug where if you hung up very quickly after calling AMD it would overwr...file1-0/+1
2009-12-02ast_outaddrfor doesn't do htons() on port, looks odd in strace.dvossel1-1/+1
2009-12-02fixes segfault in func_groupcountdvossel1-0/+4
2009-12-02Fix compiling without devmodetwilson1-1/+3
2009-12-02Do not modify the gain settings on data calls.jpeeler1-1/+5
2009-12-01Fix a warning pointed out by buildbot.russell1-1/+1
2009-12-01log channel name in dev mode as welljpeeler1-1/+1
2009-12-01Fix crash with invalid frame datajpeeler1-0/+11
2009-12-01WaitExten m option with no parameters generates frame with zero datalen but n...dvossel1-1/+1
2009-12-01Ignore unknown formats in ast_format_str_reduce() and return an error if no k...mnicholson1-2/+15
2009-11-30Remove duplicate entries from voicemail format lists. This prevents app_voice...mnicholson4-8/+87
2009-11-30fixes crash caused by RTP comfort noise payload greater than 24 bytesdvossel1-1/+0