aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-30app_queue crashes randomly, often during call-transfersdvossel1-100/+114
2009-11-25After a frame duplication failure, unlock the channel before returning.tilghman1-0/+1
2009-11-25fixes solaris segfault on dial with verbosity >= 3dvossel1-2/+2
2009-11-25fixes conditional jump or move depending on uninitialised STACK valuedvossel1-2/+2
2009-11-23When 'sip set debug' is enabled, and the last line of an incoming SIP messagekpfleming1-0/+2
2009-11-23Correct fix for issue #16268... the reporter's original patch was very close ...kpfleming1-10/+15
2009-11-23Ensure that SDP parsing does not ignore the last line of the SDP.kpfleming1-4/+5
2009-11-20Copy the peer CDR's userfield to the bridge CDR if it exists. This is necess...mnicholson1-0/+3
2009-11-19fixes MixMonitor thread not exiting when StopMixMonitor is useddvossel1-28/+70