aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-01Bug 8965 - Allow FIELDQTY to work with both variables and dialplan functionstilghman1-5/+6
2007-02-01No wonder FIELDQTY doesn't work with functions... the documentation in pbx.c ...tilghman2-4/+5
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell15-9/+48
2007-01-31update to match modified transcoder APIkpfleming1-8/+8
2007-01-31Use the proper format string to print unsigned values in the rtp debug output.russell1-1/+1
2007-01-31allow codec_zap to build again, now that transcoder support is in zaptel 1.2kpfleming1-12/+12
2007-01-30Don't print a message indicating that we don't know what to do with a proceedingrussell1-1/+1
2007-01-30The SIGHUP handler was implemented to allow admins to send SIGHUP to a runningrussell1-3/+17
2007-01-30Comment out the parts in the Makefile that make codec_zap get built. It willrussell1-12/+12
2007-01-30fixed some possible segfaults. also fixed an very important bug which occurs ...crichter2-43/+27
2007-01-30Fix the extraction of the timestamp from video frames. It was using therussell1-2/+2
2007-01-29Now that filename is part of the structure and since it comes before postproc...file1-1/+1
2007-01-29Use the correct zaptel header file location.qwell1-1/+1
2007-01-27Make COMPLETECALLER and COMPLETEAGENT output to queue_log follow documentatio...file1-3/+3
2007-01-27Make the last context entry read in the dominant one. (issue #8918 reported b...file1-4/+2
2007-01-25Allow dequeueing of frames with negative timestamp by moving jitterbuffer fra...file1-2/+2
2007-01-25Add another note about audio files being played back to each bridged party. (...file1-1/+2
2007-01-25Fix a seg fault when running this application with no arguments from AGI.russell1-0/+5
2007-01-24updated check_expr via 8322 (refactoring of expression checking impl); elfrin...murf2-62/+94
2007-01-24fixed the busy problem (dialstatus was not busy when we called a busy extension)crichter1-0/+4
2007-01-24Fix an issue related to synchronization of recordings when using Monitor().russell1-4/+6
2007-01-24Don't set a new value for the END_ variable on the channel before using therussell1-1/+1
2007-01-23Yield before reading from zaptel timing source under Solaris so that other th...file1-0/+6
2007-01-22Merge codec_zap support for the transcoder card. This is a standalone codecrussell2-0/+941
2007-01-22Move filestream creation to Mixmonitor loop. This will prevent a blank file f...file1-25/+32
2007-01-22Explicitly declare what codecs are supported by default globally since using ...file1-1/+1
2007-01-19Fix a memory leak on command line tab completion. The container for therussell1-1/+3
2007-01-18issue 7877: chan_zap module reload does not use default/initialized values on...dhubbard1-388/+533
2007-01-18support echo cancellers that can handle 64ms or 128ms of echo cancellationkpfleming1-1/+1
2007-01-18If a timezone is not specified, assume localtime (instead of gmtime) (Issue #...tilghman1-3/+4
2007-01-18Document all the fields, including the indication that "uniqueid" should not ...tilghman1-10/+53
2007-01-17Move the check for a failure of ast_channel_alloc() to before locking therussell1-1/+1
2007-01-17When ast_strip_quoted was called with a zero-length string, it would treat atilghman1-1/+1
2007-01-16Add documentation walkthrough on getting Postgres to work with voicemail (fro...tilghman1-0/+436
2007-01-16Postgres driver doesn't like a NULL pointer when retrieving the length (Bug 8...tilghman1-5/+4
2007-01-16Return previous behavior. ParkedCalls will be able to do DTMF based transfers...file1-0/+2
2007-01-16Add none as a valid callgroup/pickupgroup option. I consider it a bug that it...file1-2/+8
2007-01-15Check return value before dereferencing (Bug 8822)tilghman1-1/+2
2007-01-15Solves issue with forwarding voicemails from folders other than inbox.mogorman1-5/+9
2007-01-14Bug 8814 - db should look for its header using a relative path, instead of th...tilghman31-31/+31
2007-01-12minor documentation clarificationkpfleming1-1/+2
2007-01-11Issue #8793 bad response for Unsupported Extension (different fix).oej1-0/+2
2007-01-11when we get L2 UP, the L1 is UP definitely too, so we set the L1 state up as ...crichter1-1/+6
2007-01-11* more additions to make the RESTART message workcrichter3-14/+26
2007-01-10more fixes regarding warnings for gcc-4 and first additions for the restart I...crichter6-35/+87
2007-01-10Add another return value to dial_exec_full that indicates execution is going ...file1-4/+11
2007-01-10Make the number that represents the major version number a single digit insteadrussell1-1/+1
2007-01-09The advent of realtime has enabled people to use commas in the fullname field.tilghman1-2/+26
2007-01-08make gcc 4 happy, remove some warningscrichter3-56/+49
2007-01-08Ensure we use the default refresh value of 60 if the remote server does not s...file1-1/+1