aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-30Remove some code that serves no purpose.rmudgett1-11/+0
2010-10-28"!00" evaluated as false, which is incorrect. Fixing.tilghman3-242/+369
2010-10-25Fix inprocess_container in voicemail to correctly restrict max messages.jpeeler1-40/+88
2010-10-25This patch turns chan_local pvts into astobj2 objects.dvossel1-139/+167
2010-10-21Record priv-recordintro as sln, not gsmpabelanger1-1/+1
2010-10-18Fix improper operator key acceptance and clean up temp recording files.jpeeler1-4/+13
2010-10-18Add support for the new English (Australian Accent) sound files.lmadsen2-5/+26
2010-10-15Clean up formatting.pabelanger1-13/+11
2010-10-15Don't access o->next after freeing o on unloadtwilson1-3/+6
2010-10-13Deadlock between dahdi_exception() and dahdi_indicate().rmudgett1-80/+222
2010-10-13Don't ignore frames that have been queued when softhangup'dtwilson1-1/+12
2010-10-13Lock pvt so pvt->owner can't disappear when queueing up a frame.russell1-1/+16
2010-10-12Oops, incorrect range (although unallocated at ARIN)tilghman1-2/+2
2010-10-11Add missing unlock to an exception condition in reload_config().rmudgett1-3/+8
2010-10-08Ensure editline cleanup occurs when Ctrl-C is pressed at control console.jpeeler1-4/+5
2010-10-07Allow PRI to build properly when using --with-pri.qwell3-21256/+6516
2010-10-05Fix a crash by ensuring that we don't alter memory after it's freed.tilghman1-3/+6
2010-10-05Merged revision 258974 fromrmudgett1-1/+1
2010-10-04Fixing Mac OS X auto-builder.tilghman2-15/+15
2010-10-03Automatically re-run configure test for menuselect, when the relevant makeopt...tilghman2-5/+165
2010-10-02Add documentation for undocumented option to AMI action originateoej1-0/+1
2010-10-02When forwarding a message, a prepend means that the filesystem will always ha...tilghman1-12/+6
2010-10-01Change RFC2833 DTMF event duration on end to report actual elapsed time.jpeeler3-2/+17
2010-10-01Disable debugging by defaultpabelanger2-17/+15
2010-10-01Ensure user portion of SIP URI matches dialplan when using encoded characters.jpeeler1-3/+8
2010-10-01don't iterate through all dialogs to find and delete old subscribesschmitds1-26/+6
2010-09-30res_agi.c:handle_getvariablefull() could recursively lock a channel and notbbryant1-1/+1
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