aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-30Fix a crash in app_sms.russell1-0/+6
2010-09-29Allow a manager originate to succeed on forwarded devices.qwell2-3/+8
2010-09-29Set the caller id on CDRs when it is set on the parent channel.mnicholson1-0/+3
2010-09-28Fixes an issue with the Newchannel AMI event during the Masquerading process.bbryant1-3/+7
2010-09-24Don't fail a masquerade if it is already being hung uptwilson1-1/+1
2010-09-24Solaris compatibility fixestilghman4-13/+18
2010-09-22Don't let a Local channel get bridged to itselftwilson1-0/+9
2010-09-22RFC3261 section 12.2 explicitly says out of order requests are responded with...dvossel1-1/+1
2010-09-22Handle media specific T.38 SDP informationmnicholson1-2/+10
2010-09-22During check_pendings, if the dialog is terminated with a CANCEL, change the ...dvossel1-2/+3
2010-09-22Fix a 100% CPU consumption problem when setting console=yes in asterisk.conf.russell1-1/+1
2010-09-22Document addition of encoding parameter.tilghman1-0/+5
2010-09-22Allow the encoding to be set, in case local charset does not agree with datab...tilghman2-4/+22
2010-09-21In chan_iax2.c:schedule_delivery() calls ast_bridged_channel() on an unlocked...rmudgett1-90/+130
2010-09-21Underquoted definition of stringfield macro.tilghman1-2/+2
2010-09-21Try both the encoded and unencoded subscription URI for a match in hints.tilghman1-9/+22
2010-09-21Add a check to fix a rare segmentation fault you'd get if ast_frdup couldn't ...bbryant1-1/+3
2010-09-21Less than zero is an error, not any non-zero value.tilghman1-1/+1
2010-09-20Fix misvalidation of meetme pins in conjunction with the 'a' MeetMe flag.bbryant1-6/+12
2010-09-20ast_channel_masquerade: remove extra else ifalecdavis1-2/+1
2010-09-20ast_channel_masquerade: Avoid recursive masquerades.alecdavis1-7/+17
2010-09-20Use ast_dynamic_str when processing hint state changesmnicholson1-6/+10
2010-09-19Make sure we always free variables properly in manager originate.oej1-1/+7
2010-09-17Blank columns should get set on reload, not ignored.tilghman1-4/+4
2010-09-17Use ast_strdup() instead of ast_strdupa() while processing in ast_hint_state_...mnicholson1-2/+7
2010-09-16Add LSB headers for Debian init script, since Debian will complain if it isn'...qwell1-0/+12
2010-09-16Don't limit hint processing in ast_hint_state_changed() to AST_MAX_EXTENSION ...mnicholson1-3/+1
2010-09-16Don't stop printing cdr variables if we encounter one with a blank name or va...mnicholson1-10/+10
2010-09-15whitespace fixjpeeler1-1/+1
2010-09-15Ensure mailbox is not filled to capacity before doing message forwarding.jpeeler1-5/+29
2010-09-14Don't clear the username from a realtime database when a registration expires.mnicholson1-1/+1
2010-09-14Only drop duplicate answer frames if the channel is bridged.mnicholson1-1/+1
2010-09-13Add stuff to svn:ignore for tests/ directory.qwell0-0/+0
2010-09-11Handle error response when we can't make file compatibleoej1-1/+4
2010-09-10Return -1 if chan_local doesn't support an optiontwilson1-1/+1
2010-09-10Load iax.conf before registering any functions/applications/actions.pabelanger1-17/+21
2010-09-10An outgoing call may not get hung up if a pre-connect incoming ISDN call is d...rmudgett1-0/+16
2010-09-10Fixes sip extension state update DEADLOCKdvossel1-10/+234
2010-09-10Inherit CHANNEL() writes to both sides of a Local channeltwilson5-3/+113
2010-09-10Missing newlinetilghman1-1/+1
2010-09-10Fix Mac OS X build.tilghman5-12/+1592
2010-09-09GCC 4.2.x optimizations result in improper behavior of GSM codecpabelanger1-0/+8
2010-09-09Transmit silence when reading DTMF in ast_readstring.qwell33-6903/+21388
2010-08-03Prevent DAHDI channels from overriding the callerid, once it's been set by th...tilghman2-3/+9
2010-07-29fixes issue with translator frame not getting freeddvossel1-0/+3
2010-07-29Fix a dsp structure leak occuring when a local channel is put into a meetmejeang1-0/+3
2010-07-28Update help text to be less confusing.lmadsen1-1/+1
2010-07-27remove empty audiohook write list on channeldvossel3-1/+28
2010-07-24Minor update to man pagesnuffy1-3/+1
2010-07-24Provide a default value for DAHDI_TRANSCODE so when DAHDI is not installedjpeeler3-19595/+6392