aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-11Backport fix for 11520--for some reason I didn't do this back in February whe...twilson1-1/+16
2008-06-05Ignore appended resource when comparing JIDs.phsultan1-1/+1
2008-06-05It turns out that searching on the forwarding station isn't very useful forrussell1-16/+74
2008-06-02Do not link the guest account with any configured XMPP client (inphsultan1-5/+18
2008-05-19Use the right pthread lock and condition when waiting.file1-1/+14
2008-05-14Avoid zombies when the channel exits before the AGI.tilghman1-1/+5
2008-05-06Switch to using ast_random() rather than just rand().qwell1-1/+1
2008-04-29Change warning message to debug, since there are cases where 0 results is per...qwell1-2/+1
2008-04-23Fix reload/unload for res_musiconhold module.qwell1-19/+38
2008-04-22Trivial change to read the number of samples from a frame before calling ast_...russell1-1/+1
2008-04-22After a parked call times out, allow the call back to the parker to time out.russell1-1/+1
2008-04-19MOH usage information needs a terminating newline, or elsetilghman1-3/+3
2008-04-17Use keepalives effectively in order diagnose bug #12432.phsultan1-1/+1
2008-04-17Add special case for when the agi cannot be executed, to comply with the docu...tilghman1-1/+10
2008-04-11Fix a race condition that may happen between a sip hangupmmichelson1-1/+19
2008-03-19Add sanity checking for position resuming. We *have* to make sure that the po...file1-2/+8
2008-03-14Fix a potential segfault if chan (or chan->music_state) is NULL.qwell1-13/+16