aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-06-27Fix another problem in voicemail with missing symbols.qwell1-4/+4
2007-06-27simplified generation for dummy bchannels, also we mark them as dummies, so t...crichter4-33/+45
2007-06-27simplified channel finding and locking a lot. removed unnecessary #ifdefed ar...crichter2-91/+67
2007-06-27isdn_lib.c didn't compilecrichter1-2/+0
2007-06-27for inbound TE calls, we setup the bchannel when we get the CONNECT_ACKNOWLED...crichter1-45/+4
2007-06-26Don't try to install an init script that doesn't exist.qwell1-1/+3
2007-06-26Issue 10062 - Trying to move a message without selecting one first results in...tilghman1-0/+5
2007-06-25Issue 10035 - handle_exec returns a result inconsistent with all of the other...tilghman1-1/+1
2007-06-25Ignore other URIs after the first in a 300 Multiple Choice response. (issue #...file1-1/+3
2007-06-24Revert the patch from issue 9654 due to an unexpected side effectrussell1-11/+5
2007-06-24Issue 10043 - There is a legitimate need to be able to set variables to the e...tilghman2-11/+2
2007-06-22Send an unhold indication when going off hold. (issue #10036 reported by speedy)file1-0/+1
2007-06-22Fix a few silly usages of ast_playstream() - it only ever returns 0...qwell2-20/+5
2007-06-22Fixed infinite loop when controlling terminal was lostbbryant1-5/+11
2007-06-21This little fix is in response to bug 10016, but may not cure it. The code is...murf1-1/+2
2007-06-21Don't explode if the gain option is specified without a value. (issue #9274 r...file1-1/+5
2007-06-21it was pointed out that the cdr_custom config load could get a lock, and unde...murf1-4/+6
2007-06-21we activate the bchannels in TE mode on incoming calls only when we want to c...crichter2-1/+2
2007-06-20Don't overwrite the configured username setting upon a REGISTER. (issue #8565...file1-3/+1
2007-06-20Issue 9997 - Timelimit times out the wrong channeltilghman1-1/+1
2007-06-20Fix a problem where an established call would not be properly disconnectedrussell1-29/+37
2007-06-20forgot one place .. crichter1-1/+1
2007-06-20fixed a bug that was introduced by copy and paste in the last commit ..bchann...crichter3-13/+30
2007-06-20on receiption of cause:44 we mark the channel as in use and inform the user a...crichter3-22/+52
2007-06-19This fixes 9246, where channel variables are not available in the 'h' exten, ...murf1-1/+10
2007-06-19Handle the CC field in the RTP header. (issue #9384 reported by DoodleHu)file1-1/+8
2007-06-19Backport fix for crashes related to subscriptions from 1.4 ...russell1-0/+5
2007-06-19Update BRIDGEPEER variable if set to the new channel name when a masquerade h...file1-0/+6
2007-06-19Perform an extra hangup check just in case. (issue #9589 reported by bcnit)file1-0/+4
2007-06-19when we send out a SETUP, but get no response, we should cleanup everything a...crichter1-1/+7
2007-06-19Add parked call extension AFTER the parking slot has been announced, otherwis...file1-2/+2
2007-06-18Set the peer name on the dialog to the one configured in sip.conf and NOT the...file1-1/+1
2007-06-18Issue 9998 - Remove SIG prefix, since it's not supported by kshtilghman1-1/+1
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