aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-07fixes crash in "scheduled_destroy" in chan_iaxdvossel1-1/+1
2010-01-07Change in sip show channels display format allowing more digits for CIDdvossel1-3/+3
2010-01-06Revise documentation on disposition values to the actual values used.tilghman1-4/+5
2010-01-06Resolve a crash due to an ast_frame not being fully initialized.russell1-2/+4
2010-01-05Change a NOTICE log message to DEBUG where it belongs.russell1-1/+3
2010-01-04Bounds checking for input stringtilghman1-25/+25
2010-01-04Regression in issue #15421 - Pattern matchingtilghman1-22/+20
2010-01-04Add a flag to disable the Background behavior, for AGI users.tilghman3-2/+17
2010-01-04It's also possible for the Local channel to directly execute an Application.tilghman1-1/+1
2010-01-02Release memory of the contact acl before unloading moduleoej1-0/+1
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