aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_unistim.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-14ast_callerid restructuringrmudgett1-12/+15
2010-07-10Add support for devices with less than 3 lines on the LCD.russell1-28/+100
2010-07-08Add IPv6 to Asterisk.mmichelson1-3/+9
2010-03-02fixes adaptive jitterbuffer configurationdvossel1-2/+3
2009-12-01More 32->64 bit codec conversions.tilghman1-2/+2
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-34/+41
2009-08-12Always specify which RTP engine is desired for a new RTP instance.russell1-1/+1
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-8/+8
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-4/+9
2009-05-07Send DTMF frame before playing back audio.tilghman1-6/+5
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-4/+2
2009-04-22Do not continue to receive DTMF, when the channel is hungup and about to be d...tilghman1-3/+3
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.file1-4/+4
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-6/+6
2009-04-02Merge in the RTP engine API.file1-63/+30
2009-03-25Improve performance of the ast_event cache functionality.russell1-1/+0
2009-02-17Merge a large set of updates to the Asterisk indications API.russell1-7/+16
2009-02-16Merged revisions 175921 via svnmerge from mvanbaak1-3/+3
2009-01-13Merged revisions 168561 via svnmerge from russell1-3/+3
2008-09-28Merge the cli_cleanup branch.mvanbaak1-12/+12
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-0/+3
2008-08-09More RSW merges. This should do it for the channels/ dir.seanbright1-31/+35
2008-07-14Swap "static" and "const", so that "static" appears at the beginning of eachtilghman1-51/+51
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.tilghman1-9/+10
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-5/+5
2008-05-09Adding support for "urgent" voicemail messages. Messages which aremmichelson1-2/+2
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-5/+5
2008-04-21(closes issue #6113)jpeeler1-0/+4
2008-04-18Make sure ADSI is marked as unavailable on Unistim channels so voicemail does...file1-0/+1
2008-04-15Shorten the mac address pattern, since some phones use different identifiers ...qwell1-1/+1
2008-04-10Fix spelling of existent in a few places.file1-3/+3
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+1
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-160/+137
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo1-4/+4
2007-12-18You... will... build! I say so and therefore you will.file1-0/+1
2007-12-18minor cleanupskpfleming1-3/+0
2007-12-17fix building under cygwin.rizzo1-0/+14
2007-12-17remove some unnecessary includesrizzo1-27/+2
2007-12-17make the configure script detect that it is running on a Windows platform, an...kpfleming1-0/+4
2007-12-17If no timezone is available use the default message.file1-2/+2
2007-12-17Make chan_unistim actually be able to unload. When creating a thread that you...file1-1/+2
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej1-2/+22
2007-12-14Solaris compat fixestilghman1-77/+57
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-21Fix some code that was supposed to ensure that a buffer was terminated, but wasrussell1-30/+7
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-17more removal of duplicate #include linesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-12Doxygen fixes.qwell1-1/+1