aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2008-12-16Don't try to change working directory if a directory was not configured.russell1-1/+1
2008-12-15Handle a case where a call can be bridged to a channel that is still ringing.russell1-1/+9
2008-12-11Fix an issue that made it so you could only have a single caller executingrussell1-28/+33
2008-12-11Don't wait forever, if there's a specified recording timeout.tilghman1-1/+1
2008-12-10Oops, inverted logic for a strcasecmp check. Pointed out by mmichelson, thanks!jpeeler1-1/+1
2008-12-10(closes issue #13229)jpeeler1-5/+5
2008-12-02Channel is masqueraded, don't keep alivetwilson1-1/+1
2008-12-02A situation like A calls B, A builtin_atxfers B to C, C parks B would lead to...twilson1-1/+1
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming2-3/+3
2008-11-21In reference to the fix made for 13871, I wasmurf1-9/+14
2008-11-21(closes issue #13871)murf1-3/+5
2008-11-19the gcc optimizer frequently finds broken code (use of uninitalized variables...kpfleming1-1/+1
2008-11-18Fix a crash in the end_bridge_callback of app_dial andmmichelson1-0/+4
2008-11-09Use static functions here instead of nested ones. This requires a smallseanbright1-1/+1
2008-11-03somehow missed a bunch of gcc 4.3.x warnings in this branch on the first passkpfleming1-6/+3
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming4-10/+26
2008-10-31Add end_bridge_callback for app_follome and add AUTOLOOP flag to res_featurestwilson1-0/+4
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-0/+4
2008-10-29The magic trick to avoid this crash is not tomurf1-61/+82
2008-10-23Backport fix from 1.6.0 that allows you to set parkedcalltransfers=no|caller|...twilson1-2/+19
2008-10-17Interesting crash. In this case, you exit themurf1-4/+6
2008-10-09(closes issue #13139)jpeeler1-0/+5
2008-10-06Dialplan functions should not actually return 0, unless they have modified thetilghman1-1/+1
2008-10-03(closes issue #13425)jpeeler2-3/+7
2008-10-03(closes issue #13579)murf1-1/+1
2008-10-02Some sanity checks that may have led to prior crashes, found by codefreeze-laptilghman1-9/+15
2008-09-23(closes issue #13489)murf1-38/+71
2008-09-18compare peer and chan instead of looking at the parked user (pu), which could...jpeeler1-1/+1
2008-09-16(closes issue #13493)jpeeler1-24/+24
2008-09-16(closes issue #13465)jpeeler1-22/+48
2008-09-12Tested by: sergee, murf, chris-mac, andrew, KNKmurf1-0/+45
2008-09-11(closes issue #13364)murf1-24/+40
2008-09-10(closes issue #12318)murf1-0/+2
2008-09-09Ensure that the stored CDR reference is still valid after the bridge beforerussell1-0/+17
2008-09-06Reverting behavior change (AGI should not exit non-zero on SUCCESS)tilghman1-1/+1
2008-09-04(closes issue #11979)jpeeler2-5/+12
2008-08-25This patch reverts the changes made via 139347, and 139635, as usersmurf1-44/+0
2008-08-22I found some problems with the code I committed earlier, whenmurf1-0/+8
2008-08-21(closes issue #13251)murf1-0/+36
2008-08-11Deallocate database connection handle on disconnect, as we allocate anothertilghman1-3/+14
2008-08-05(closes issue #12982)murf1-8/+30
2008-07-31(closes issue #11849)murf1-5/+14
2008-07-30launch_netscript sometimes returns -1, which fails to set AGISTATUS. Maptilghman1-1/+1
2008-07-18Fix a bug in blind transfers where the BLINDTRANSFER variable isn't always se...bbryant1-2/+2
2008-07-10Oopstilghman1-1/+3
2008-07-03The CDRfix4/5/6 omnibus cdr fixes.murf1-116/+59
2008-06-13fixed dahdi compatability header from assuming either dahdi or zaptel is inst...jpeeler1-1/+1
2008-06-13This should fix the behavior of the 'T' dial feature being passed incorrectly...twilson1-3/+53
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler3-17/+19
2008-06-12(closes issue #12193)jpeeler1-7/+24