aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-11Make sure the visible indication is on the right channel so when the masquera...file1-0/+1
2008-03-03Fix type for astNumChannels.qwell1-1/+1
2008-02-29Fix a potential memory leakphsultan1-0/+4
2008-02-29Automatically create new buddy upon reception of a presence stanza ofphsultan1-19/+12
2008-02-27Inherit language from the transfering channel on a blind transfer.qwell1-3/+4
2008-02-27Only stop the MWI monitor thread if it was actually started.file1-1/+3
2008-02-26Merge changes from team/russell/smdi-1.4russell1-295/+848
2008-02-07Specify which digit string was matched in debug message.qwell1-1/+1
2008-02-06ensure that all remaining multi-object modules are built using their proper C...kpfleming1-0/+2
2008-02-05Perform dialing asynchronously when using the originate CLI command so the CL...file1-2/+2
2008-01-311. Prevent the addition of an extra '/' to the beginning of an absolute pathn...mmichelson1-7/+22
2008-01-28Fix a crash in ast_masq_park_call()russell1-1/+5
2008-01-23Oops, should have checked for a NULL obj, here, tootilghman1-1/+1
2008-01-22Add more dependencies on chan_local and add a note to the description of chan...oej1-0/+4
2008-01-21Permit the user to specify number of seconds that a connection may remain idle,tilghman1-5/+20
2008-01-18This should at least temporarily fix a problem where the 't' Dialtwilson1-2/+2
2008-01-12Add a connection timeout attribute, as that was what was intended with thetilghman1-0/+1
2008-01-11If the channel is hungup during RECORD FILE send a result code of -1 to be un...file1-1/+1
2008-01-09Fix saying the parking space number to the caller doing the parking ...russell1-1/+1