aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Add prototype for ast_dsp_frame_freed. I'm not sure how this wasmmichelson2-0/+14
2008-04-17It was possible for a reference to a frame which was part of a freed DSP to s...mmichelson3-1/+39
2008-04-17Fix the bininstall target to install from subdirs, as well.russell1-1/+1
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-17Make sure we have enough room for the recording's filename.seanbright1-2/+2
2008-04-16use the ZT_SET_DIALPARAMS ioctl properly by initializing the structure to all...kpfleming1-0/+2
2008-04-16Backport revisions for latest vpb drivers to 1.4tilghman1-1316/+1157
2008-04-16Fix "fallthrough" behavior here, so config options in a previously configured...qwell1-5/+4
2008-04-16Include the proper headers for using mkdir on FreeBSD.file1-0/+2
2008-04-15Handle subscribe queues in all situations... Thanks to festr_ on irc for tell...oej1-1/+6
2008-04-15Update Digium autosupport script, for more useful information.qwell1-0/+32
2008-04-15Allow autofill to work in the general section of queues.conf.qwell1-2/+5
2008-04-14The call_token on the pvt can occasionally be NULL, causing a crash.qwell1-1/+1
2008-04-14Increase the retry count when attempting to show channels. This apparentlymmichelson1-2/+2
2008-04-14If the datastore has been moved to another channel due to a masquerade, thenmmichelson2-4/+15
2008-04-14Save a local copy of the generate callback prior to unlocking the channel inmmichelson1-1/+5
2008-04-14It is possible for the remote side to say they want T38 but not give any capa...file1-1/+1
2008-04-14Don't change the SSRC when a new source comes into play, this might happen qu...file1-1/+0
2008-04-11Several places in the code called find_callno() (which releases the lock on t...twilson1-12/+29
2008-04-11It's possible that a channel can have an async goto on the successful executi...qwell1-2/+4
2008-04-11Fix a race condition that may happen between a sip hangupmmichelson1-1/+19
2008-04-10Fix 1.4 build when LOW_MEMORY is enabled.mmichelson2-0/+19
2008-04-10Be sure that we're not about to set bridgepvt NULL prior to dereferencing it.mmichelson1-1/+1
2008-04-10Only try to prefix language if we are not using an absolute path (suffix it o...qwell1-6/+1
2008-04-10Forgot the 1.4 branch for russian language fix.file1-2/+2
2008-04-10Create the directory where name recordings will go if it does not exist.file1-1/+10
2008-04-10Don't add custom URI options if they don't exist OR they are empty.file1-1/+1
2008-04-09We need to set the persistant_route [sic] parameter for the sip_pvtmmichelson1-2/+3
2008-04-09If the [csv] section does not exist in cdr.conf, then an unload/load sequencetilghman2-3/+13
2008-04-09If we receive an AUTHREQ from the remote server and we are unable to reply (f...file1-0/+4
2008-04-09If Asterisk receives a 488 on an INVITE (not a reinvite), thenmmichelson1-1/+4
2008-04-09Initialize fr->cacheable to make valgrind happytwilson1-0/+1
2008-04-08Fix potential buffer overflow that could happen if more than 100 announce filesmmichelson1-1/+1
2008-04-08Add a little more that is required for previously added devices.qwell1-0/+21
2008-04-08Add support for several new(ish) devices - most notably, 7942/7945, 7962/7965...qwell1-0/+23
2008-04-08Work around some silliness caused by sys/capability.h - this should fix compi...qwell1-5/+6
2008-04-08Add security note on astgenkey's manpage.tilghman1-0/+15
2008-04-08Move check for still-bridged channels out a little further, to avoid possibletilghman1-10/+26
2008-04-08If audio suddenly gets fed into one side of a channel after a lapse of frames...file3-4/+32
2008-04-07(closes issue #12362) [redo of 113012]jpeeler1-2/+2
2008-04-07Allow playback with noanswer (and add earlyrtp option).qwell2-14/+42
2008-04-07Force ast_mktime() to check for DST, since strptime(3) does not.tilghman1-0/+2
2008-04-07This fix prevents a deadlock that was experienced in chan_local. There wasmmichelson1-0/+10
2008-04-07(closes issue #12362)jpeeler1-1/+1
2008-04-04Free newly allocated channel before returningphsultan1-1/+2
2008-04-04Prevent call connections when codecs don't match.phsultan1-44/+123
2008-04-04Pass in the path to Zaptel for systems that install Zaptel headers in a separ...file1-0/+1
2008-04-04One thing at a time... let's get 1.4 building.file1-1/+5
2008-04-03add a Zaptel timer check to verify the timer is responding when Zaptel suppor...dhubbard1-1/+29