aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
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
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