aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-07Don't crash if something happens when setting up an SMDI interface and it getsrussell1-0/+2
2008-01-07Indentation fix, makes the code easier to readphsultan1-71/+69
2008-01-07Compute the base64 value over the [authzid]\0authcid\0password string,phsultan1-1/+6
2008-01-04Properly continue in the dialplan if using PARKINGEXTEN and the slot is full.qwell1-3/+16
2008-01-03Missed initialization caused crash.tilghman1-1/+1
2007-12-26Don't try to send a parked call back to itself.russell1-5/+4
2007-12-19Sox versions 13.0.0 and newer do not have "soxmix" and instead use sox -m. re...mmichelson1-1/+10
2007-12-17fix some copy-and-paste leftoverskpfleming1-2/+2
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-2/+8
2007-12-14Change help documentation to match actual behavior (FAILURE vs FAILED).tilghman1-1/+1
2007-12-12resolve compiler warningrussell1-1/+1
2007-12-12Correctly detect where a dynamic feature was activated. Before this patch,mmichelson1-4/+7
2007-12-03If both dbhost and dbsock were not set, a NULL deref could resulttilghman1-1/+3
2007-12-03Fix crash in ParkAndAnnounce application.qwell1-1/+1
2007-11-29Properly escape input buffers (Fixes AST-2007-025)tilghman1-13/+66
2007-11-27Changing some calls from free() to ast_free() since they were allocated withmmichelson1-3/+3
2007-11-26Add module counting removal for error conditions.file1-0/+3