aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-11The function make_trunk() can fail and return -1 instead of a valid new callrussell1-3/+8
2007-07-11The cli command "agent logoff Agent/x soft" did not work...at all. Now it does.mmichelson1-0/+2
2007-07-11Make sure that the ESCAPE immediately follows the condition that uses LIKE.russell1-10/+8
2007-07-11Use some Makefile magic to determine if linux/compiler.h is present. (issue #...file2-0/+7
2007-07-10Fix an issue where it was possible to have a service level of over 100%qwell1-10/+13
2007-07-10Fix an issue with wrapuptime not working when using AgentLogin.qwell1-4/+6
2007-07-10Use res_ndestroy on systems that have it. Otherwise, use res_nclose.qwell1-0/+7
2007-07-10Fix a small typo in description in of Voicemail() application.qwell1-1/+1
2007-07-10Only use ESCAPE when LIKE is used. russell1-2/+4
2007-07-10Ensure the group information category exists before trying to do a string com...file1-2/+2
2007-07-09When the specified class isn't found, properly fall back to the channel's musicrussell1-9/+9
2007-07-09Several chan_zap options were not working on reload because they were arbitra...qwell1-8/+8
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