aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-18When traversing the queue of frames for possible retransmission afterrussell1-1/+1
2007-07-18Store prior to copy (closes issue #10193)tilghman1-1/+9
2007-07-18removed the word 'pissed' from ast_log(...) function call for BE-90dhubbard1-1/+1
2007-07-17Properly check for the length in the skinny packet to prevent an invalid memcpy.russell1-1/+1
2007-07-17Ensure that when encoding the contents of an ast_frame into an iax_frame, thatrussell3-4/+17
2007-07-17After parsing information elements in IAX frames, set the data length to zero,russell1-0/+1
2007-07-16provide proper copyright/license attribution for this structure that was copi...kpfleming1-0/+59
2007-07-16install the LICENSE file along with the music fileskpfleming1-1/+1
2007-07-16move FreePlayMusic files into a subdirectory, and include a license statement...kpfleming5-1/+4
2007-07-13Fix a couple potential minor memory leaks. load_moh_classes() could returnrussell1-2/+2
2007-07-13Fixed an issue where chanspy flags were uninitialized if no options were passed.mmichelson1-0/+2
2007-07-13Ensure that adding a user to the list of users of a specific music on holdrussell1-0/+2
2007-07-13(closes issue #9660)russell1-3/+12
2007-07-12Only print out a warning for situations where it is actually helpful. (issue ...file1-8/+9
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