aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.19@212958 f38db490-d6...v1.2.19kpfleming11-9/+23
2007-06-15importing files for 1.2.19 releaserussell3-0/+5883
2007-06-15Creating tag for the release of asterisk-1.2.19russell0-0/+0
2007-06-14Fix an issue where the line number in an unterminated comment block error mes...qwell1-1/+1
2007-06-14Backport rev 69010 from the 1.4 branch ...russell1-0/+5
2007-06-14Change a quite broken while loop to a for loop, so "continue;" works as expec...qwell1-49/+45
2007-06-13Return group counting to previous behavior where you could only have one grou...file1-3/+7
2007-06-13restart indicator 0x80 is correct, at least that's what libpri does.crichter1-1/+1
2007-06-12Bring RTP back to Asterisk at the end of a native bridge no matter what.file1-0/+6
2007-06-12if the bridged partner is mISDN too we should not send dtmf tones, they are t...crichter1-3/+7
2007-06-12if we have already some digits, we just stop the tones.crichter1-1/+1
2007-06-11added check for NULL Pointer when calling misdn_new. Asterisk does not allow ...crichter2-1/+13
2007-06-11Improve deadlock handling of the channel list. (issue #8376 reported by one47)file1-7/+17
2007-06-11fixed problem that the dummybc chanels had no lock, checking for the lock now...crichter5-13/+46
2007-06-08Don't automatically hang up after running Dictate so that callers can exitrussell1-1/+1
2007-06-08Don't call ast_waitstream_full when the control file descriptor and audio fil...file1-6/+18
2007-06-07Do a DNS lookup immediately upon calling the dnsmgr function, don't wait unti...file1-13/+13
2007-06-07Fix a problem where saying a character wouldn't properly break out when the c...russell1-2/+2
2007-06-07Don't try to save voicemail greetings unless the user presses '1' to accept/s...qwell1-6/+18
2007-06-07Allow the 'g' option to work if used with the 'S' option. (issue #9888 report...file1-1/+4
2007-06-07Only notify the devicestate system of a peer state change when the peer is bu...file1-1/+0
2007-06-06We have some bug reports showing crashes due to a double free of a channel.russell1-7/+9
2007-06-06Reinvite the RTP back to the Asterisk machine when the timeout happens. (issu...file1-1/+6
2007-06-06Revert channel name splitting fix for Zap. The moral of the story is don't us...file1-5/+4
2007-06-05briding is a bool, fixed copy and paste issue.crichter1-3/+3
2007-06-05simplified the EVENT_SETUP handling in the cb_events function a lot. Commente...crichter1-175/+155
2007-06-05Backport of the overlap_dial functionality from asterisk-1.4's chan_misdn.nadi3-6/+197
2007-06-05added possibility to deactivate bridging per portcrichter3-0/+13
2007-06-04According to MATH, 0+1181000386 = 1181000448. Oops.tilghman1-5/+5
2007-06-04Add revision Id tags (by request of tzafrir)tilghman6-2/+8
2007-05-31It is now possible for this path of execution to have the frame pointer be NU...file1-1/+1
2007-05-31Issue 9818 - Fix for issue 8329 breaks pbx_realtime. Issue 8329 will remain ...tilghman1-5/+6
2007-05-29If the value of a variable passed to FIELDQTY is blank, then FIELDQTY should ...tilghman1-2/+4
2007-05-29Issue #9802 - Change inuse counter on CANCELoej1-0/+4
2007-05-25Issue 9791 - Fix pronunciation of seconds in Dutchtilghman1-26/+1
2007-05-24Allow RFC2833 to be negotiated when an INVITE comes in without SDP and is not...file1-0/+1
2007-05-24we should only activate the generator in chan_misdn, when asterisk hask not y...crichter1-0/+2
2007-05-23ensure that variables are set on a newly created channel before we start a PB...kpfleming1-4/+6
2007-05-23if we are going to set variables on a newly created channel, it should be don...kpfleming1-3/+5
2007-05-23Revert revision 62417 as someone reported problems with it to Mark. This wasrussell1-16/+31
2007-05-22Fix a memory leak that I just noticed in the device state handling in app_queue.russell1-0/+2
2007-05-22we stop the tones only when we're in the pre-call phase, otherwise e.g. when ...crichter1-1/+2
2007-05-18This update will fix the situation that occurs as described by 9717, where wh...murf3-4/+37
2007-05-18Not getting an ACK to a 200 OK in the initial invite is critical to the call.oej1-1/+4
2007-05-18Issue 9235 - part of the problem, maybe not all. Please retry with this patch...oej1-2/+7
2007-05-18fixed a warning regarding Keypad encoding. encode the IE sending_complete at ...crichter2-4/+4
2007-05-18we *need* to send a PROCEEDING when sending_complete is set, even if need_mor...crichter1-1/+2
2007-05-17How is it that we never caught that this is returning the opposite of our doc...tilghman1-1/+1
2007-05-17If we have a negative current message, we shouldn't go back even further...qwell1-1/+1
2007-05-16Fixing possible bug in auth of BYEoej1-1/+2