aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-23Fix find_callno_locked() to actually return the callno locked in some more ca...russell1-2/+4
2008-04-23Add 502 support for both directions, not only one... (see r114571)oej1-0/+1
2008-04-23Instead of stopping dialplan execution when SayNumber attempts to say a large...file1-1/+6
2008-04-22Treat a 502 just like a 503, when it comes to processing a response codetilghman1-0/+1
2008-04-22When we receive a full frame that is supposed to contain our call number,russell1-22/+38
2008-04-22I thought I was going to be able to leave 1.4 alone, but that was not the case.russell4-18/+60
2008-04-22Trivial change to read the number of samples from a frame before calling ast_...russell1-1/+1
2008-04-22After a parked call times out, allow the call back to the parker to time out.russell1-1/+1
2008-04-22If the dial string passed to the call channel callback does not indicate anrussell1-2/+6
2008-04-22Merge changes from team/russell/issue_9520russell2-40/+116
2008-04-21Only drop audio if we receive it without a progress indication. We allow othe...file1-1/+1
2008-04-19Ensure that help text terminates with a newlinetilghman1-1/+1
2008-04-19MOH usage information needs a terminating newline, or elsetilghman1-3/+3
2008-04-18Don't destroy a manager session if poll() returns an error of EAGAIN.russell1-1/+1
2008-04-18ensure directories are created before we try to install stuff into themrussell1-2/+4
2008-04-18SUBDIRS_INSTALL is already listed as a subtarget for bininstallrussell1-1/+1
2008-04-18Clearing up error messages so they make a bit more sense. Also removing a red...mmichelson2-6/+3
2008-04-18Ensure that we don't ast_strdupa(NULL)russell1-1/+1
2008-04-18Only complete the SIP channel name once for 'sip show channel <channel>'seanbright1-0/+4
2008-04-18For consistency sake, ensure that the values that ${CALLINGPRES} returns are ...tilghman1-2/+5
2008-04-17Remove redundant safety net. The check for the autoservice channel list staterussell1-4/+0
2008-04-17Declaration of the peer channel in this scope was making it so the peer varia...mmichelson1-1/+0
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