aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-25We previously attempted to use the ESCAPE clause to set the escape delimiter totilghman2-6/+23
2007-11-24Free some frames that would otherwise leak on error.tilghman1-0/+3
2007-11-23Use ESCAPE clause for the first parameter, not just 2nd-Nth parameters.tilghman1-1/+2
2007-11-21If a channel gets masqueraded in the middle of a park, don't play thetwilson1-8/+18
2007-11-19Print out the correct filename (features.conf) in the log message when parkpo...file1-1/+1
2007-11-13Revert change from revision 67064.qwell1-1/+1
2007-11-07In response to 10578, I just ran 1.4 thru valgrind; some of the config leakag...murf1-0/+1
2007-11-06Fix init_classes() so that classes that actually do have files loaded aren'trussell1-1/+1
2007-11-06If someone were to delete the files used by an existing MOH class, and thenrussell1-3/+15
2007-11-05Don't check used pooled connections for connection status, as it will cause i...tilghman1-1/+1
2007-10-31Make sure we free some allocated memory before returning.qwell1-0/+1
2007-10-30Add two more checks before printing out a warning message about bridging. If ...file1-2/+2
2007-10-12Fix a spelling error in a log message. SMDI, not SDMI.russell1-2/+2
2007-10-07Presence packets from a client who's connected with our Jabber ID arephsultan1-2/+6
2007-10-07Prevent Asterisk from crashing when receiving a presence packetphsultan1-9/+4
2007-10-02Fix some odd formatting I missed..qwell1-2/+2
2007-10-02Finish up on transferee channel before return on failure.qwell1-2/+7
2007-10-01Add another sanity check in the AGI read loop. We really don't care aboutrussell1-0/+2
2007-10-01Fix randomness. save_pos was being set to 0 initially instead of -1, causing ...file1-0/+1
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-6/+6
2007-09-18Add a new patch to handle interrupting the fgets() call when using FastAGI.russell1-4/+25