aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-06If a sip_pvt struct has already registered an extension state callback,russell1-1/+4
2007-07-06(closes issue #10075)russell1-0/+4
2007-07-06(closes issue #10125)russell1-2/+6
2007-07-06Fixed a bug wherein agents get stuck busy. (issue 9618, reported by jiddings,...mmichelson1-1/+1
2007-07-05we shouldn't allow G.723.1 endpoints to use VAD, just like we don't support i...kpfleming1-0/+3
2007-07-05Copy language information to the dialog structure when calling a peer for sit...file1-0/+2
2007-07-05Tweak spy locking. (issue #9951 reported by welles)file2-9/+7
2007-07-05Actually check to make sure a PBX was started on one of the Local channels in...file1-3/+3
2007-07-05Reset ServicelevelPerf variable back to 0 if we are unable to calculate it ea...file1-2/+1
2007-07-04bchannel configurations like echocancel and volume control, need to be setupe...crichter1-0/+20
2007-07-04bad bug in overlapdial case, we called start_pbx multiple times, because the ...crichter1-1/+6
2007-07-03RetryDial should accept a 0 argument, but it does not, because atoi does not ...tilghman1-2/+2
2007-07-03fixed issue, that misdn_l2l1_check could only be called from mISDN Source cha...crichter1-5/+0
2007-07-02Fix an issue with playing "oclock" multiple times in French with 24 hour time...qwell1-5/+0
2007-07-01When appending lines to call files to keep track of retries, write a leadingrussell1-1/+1
2007-06-29Backport changes that make chan_iax2 not start the PBX on an incoming channelrussell1-8/+34
2007-06-29check if the bchannel stack id is already used, if so don't use it a second t...crichter2-1/+17
2007-06-27Update documentation to clarify variable usage with MixMonitor. (issue #9494 ...file1-2/+2
2007-06-27Reinstating patch. This actually fixes the problem, however I was running a d...bbryant1-0/+7
2007-06-27Reverted changes for earlier revisions 72259 to 72261. Issue #9654, #10010bbryant1-7/+0
2007-06-27Fix issue where queue log events might be missing. (issue #7765 reported by m...file1-0/+4
2007-06-27Fix a minor issue with parsing the priority number. You could have as muchrussell1-0/+2
2007-06-27Fixes 100% load when controlling terminal disappears.bbryant1-0/+8
2007-06-27I may possibly get shot for doing this... but... defer CDR processing until a...file1-1/+7
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