aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-19Update copyright year in visible output. (cli)mvanbaak1-3/+3
2009-11-15Correct mistaken option name in error message.kpfleming1-1/+1
2009-11-13Respect the maddr parameter in the Via header.file1-2/+13
2009-11-13Fix a crash caused by two threads thinking they should both free thefile1-1/+1
2009-11-13Document a limitation in the AVAILSTATUS variable from ChanIsAvail and providefile2-2/+7
2009-11-12fixes merging error, datastore was being freed in the wrong function.dvossel1-1/+2
2009-11-11Solaris doesn't like NULL going to ast_logdbrooks1-4/+5
2009-11-10If two pattern classes start with the same digit and have the same number of ...tilghman1-18/+36
2009-11-10Fix ExternalIVR Documentationdiruggles1-8/+6
2009-11-10Remove broken support for direct transcoding between G.726 RFC3551 and G.726 ...file1-42/+0
2009-11-10Document ExternalIVR event tag collisiondiruggles1-3/+5
2009-11-10don't crash on log message in solarisdvossel1-1/+1
2009-11-10Reverted revision 202022.mnicholson1-14/+2
2009-11-09Update WARNING message.lmadsen1-1/+1
2009-11-09Perform limited bounds checking when destroying ast_mutex_t structures to mak...mnicholson1-9/+10
2009-11-06fixes audiohook write crash occuring in chan_spy whisper mode.dvossel1-2/+10
2009-11-06Don't overwrite caller ID name on a trunk with the configured fullname when u...file1-0/+6
2009-11-06fixes segfault in iLBCdvossel1-0/+5
2009-11-06Fix a bug caused by a partially invalid frame (from the jitterbuffer) passing...file1-5/+1
2009-11-06Properly handle '=' while decoding base64 messages and null terminate strings...mnicholson2-2/+9
2009-11-06fixes crash in astfd.cdvossel1-4/+9
2009-11-06fixes memory leak in func_audiohookinherit.cdvossel1-0/+1
2009-11-05Fix crash on VPB exception when no hardware is present.qwell1-1/+1
2009-11-05chan_misdn Asterisk 1.4.27-rc2 crashdbrooks1-0/+1
2009-11-04Fix incorrect filename comparsion after monitor file changejpeeler1-4/+40
2009-11-04This patch modifies the Dial application to monitor the calling channel for h...mnicholson1-13/+62
2009-11-04Modify the SDP parsing code to parse session and media level items separately.mnicholson1-379/+490
2009-11-04Fix a security issue where it may be possible for someone to execute a cross-...file1-417/+1922
2009-11-04Fix a security issue where sending a REGISTER with a differing username in th...file1-2/+0
2009-11-03Make sure the outgoing flag is cleared if a new channel fails to get created ...rmudgett1-0/+3
2009-11-03Fix a bug where an RPID header could be generated with a blank username in th...file1-1/+1
2009-11-03Fixing bug before someone reports it...oej1-1/+1
2009-11-03Adding IP address in Contact ACL log message and removing redundant messageoej1-2/+1
2009-11-03Use proper response code when violating Contact ACL's.oej1-2/+15