aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-01-15Repair // comments to /* */ comments (bug #3347)markster32-330/+330
2005-01-15Fix agent deadlock (bug #3311)markster1-3/+10
2005-01-15Minor doc fixesmarkster2-2/+2
2005-01-15Make groups be 64-bits (bug #3351, with mods)markster11-64/+65
2005-01-15Fix H.323 build on ppc (bug #3353)markster1-1/+4
2005-01-15ixjuser is not needed as best as I can tell since it comes from /usr/include/...markster1-830/+0
2005-01-15ODBC CDR fixes for bizarre error conditions and small performance improvement...markster1-36/+36
2005-01-15Keep dead console from killing asterisk (bu #3331)markster1-7/+16
2005-01-15Simplify find_peer usage (bug #3341)markster1-40/+8
2005-01-15Handle masq properly when clone channel has no vars (bug 3344)markster1-1/+2
2005-01-15Fixed another little bug.jim1-3/+17
2005-01-14Fixed some bugs; added re-connect modejim1-46/+255
2005-01-14Fix unused debug code (bug #3342)markster1-2/+3
2005-01-14Give us more wiggle room on incoming registrationsmarkster1-2/+2
2005-01-14Fix small issue with smsq and sub addresses (bug #3338)markster1-3/+3
2005-01-14Change option '6' back to more logical option '3' (bug #2491)markster2-11/+10
2005-01-14/ added a ring timer so that an incoming call will termintate if it hasntbkramer1-0/+20
2005-01-14oops.twisted1-1/+0
2005-01-14Add meetme option to kick last user (bug #2491 with slight modification)twisted3-4/+26
2005-01-13Fix realtime in SIP (bug #3332)markster1-9/+4
2005-01-13Implement eswitch for evalulating variables at runtime (bug #3168)markster4-13/+39
2005-01-13Handle syntax errors in group descriptions more gracefully (bug #3330)markster1-2/+2
2005-01-12Send 405 Method Not Allowed when message received outside of call (bug #3324,...markster1-7/+10
2005-01-12fix bug 3329 (monitor flags)anthm1-2/+2
2005-01-12Fix to be sure we have a valid fd on a peermarkster1-1/+4
2005-01-12Restore functionality of "show dialplan" with no argumentsmarkster1-2/+2
2005-01-12Allow softhangup to work on partial matches if requested (bug #3261)markster1-6/+30
2005-01-12Destroy sip channel when message is sent outside the context of a call...markster1-0/+2
2005-01-11Fix types for character (bug #3255, take 3)markster1-1/+1
2005-01-11Make ODBC storage as int configurable to be string or int (bug #3255)markster2-1/+10
2005-01-11shame on oej for submitting a patch which doesn't even compile, shame on me f...markster1-2/+2
2005-01-11Minor configuration fixes/standardizations (bug #3317)markster2-9/+10
2005-01-11Fix one touch record (bug #3263, take two)markster1-16/+26
2005-01-11Fix typo in tone detect (bug #3315)markster1-2/+2
2005-01-11Remove unused variable (bug #3318)markster1-2/+1
2005-01-11Allow multiple bindaddrs so asterisk uses the same interface for tx as rxmarkster6-83/+230
2005-01-11Add examples for extconfig with alt tablemarkster1-0/+1
2005-01-11When moving PRI channel rename channel properlymarkster1-0/+2
2005-01-10Revert loader change now that we do it at runtimemarkster1-1/+0
2005-01-10Check moh files at runtime (bug #3314)markster1-14/+19
2005-01-10/ checks to if owner is set before using it.bkramer1-7/+13
2005-01-10Update IAX readme (bug #3310)markster1-16/+55
2005-01-10Send "not compatible here" instead of "unavailable" on codec mismatch (bug #3...markster1-7/+15
2005-01-10More flagification, courtesy drumkilla (bug #3280)markster13-145/+168
2005-01-10Improve object destruction (bug #3286)markster2-156/+138
2005-01-10Truncate file as appropriate (bug #3304)markster1-1/+2
2005-01-10Merge anthm's monitor fixes (better default path, set variable for monitor) (...markster2-7/+15
2005-01-10Handle masq properly with music (bug #3235)markster1-1/+4
2005-01-10Fix voicemail symlinks (bug #3024)markster3-88/+36
2005-01-10Merge Tony's one touch record improvements (bug #3263)markster2-47/+94