Commit Graph

7331 Commits (041061ca3627f6eed56cac1f2b1d9f88029e2a40)
 

Author SHA1 Message Date
Joshua Colp 041061ca36 Use a separate variable to indicate execution should continue instead of the return value. (issue #8842 reported by pluto70)
19 years ago
Olle Johansson a17395f9f3 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@54438 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matthew Fredrickson 3b38b3f632 When handling glare on a PRI, move the requested channel rather than hang up the old one. Fix for 8957 and 9011.
19 years ago
Olle Johansson 5f3b33f0f5 Make sure that outbound calls are applied to the peer.
19 years ago
Kevin P. Fleming 27a1f39f78 ensure channelcount is cleared before we enumerate transcoders, so 'reload' doesn't double the channel count
19 years ago
Tilghman Lesher f49ce518ba Issue 9003 - If fullname is empty, quote() passes back "\""
19 years ago
Joshua Colp d2261a98af Fix a few potential memory leaks with realtime users and peers. (issue #8999 reported by bsmithurst)
19 years ago
Tilghman Lesher 7d1af2b829 Issue 7440 - Macro called from Macro from the h extension exits prematurely
19 years ago
Tilghman Lesher 4fa9370412 Issue 8987 - Status could return two responses (mnicholson)
19 years ago
Jason Parker 99ba264f63 Add a proper newline at the end of this sample config file.
19 years ago
Russell Bryant fed5b6a9b4 Revert some changes that accidentally got committed as a part of another fix.
19 years ago
Russell Bryant 8c161f55e4 set the DIALSTATUS variable to contain "INVALIDARGS" when the dial application
19 years ago
Joshua Colp 15538c732c Pass the glob expanded filename to process_text_line so that error messages contain the actual filename, not the original include one. (issue #8959 reported by tzafrir)
19 years ago
Jason Parker 8ab0b28aba Fix a small typo. Synopsis lines shouldn't have a newline
19 years ago
Joshua Colp ade14f36ea Copy noncodeccapability over to the joint variable so that telephone-event will get transmitted in the sent INVITE.
19 years ago
Joshua Colp d7dd6ed0a7 Don't negotiate RFC2833 when not configured to do so. (issue #8799 reported by mdu113)
19 years ago
Olle Johansson 8754f03658 - Make sure we release call from call counter before we destroy call (maybe #7744 and more)
19 years ago
Joshua Colp 8ea5a33c9e Return previous behavior of having MOH pick up where it was left off. (issue #8672 reported by sinistermidget)
19 years ago
Tilghman Lesher f8bed34be9 Bug 8965 - Allow FIELDQTY to work with both variables and dialplan functions
19 years ago
Tilghman Lesher bc926d7f33 No wonder FIELDQTY doesn't work with functions... the documentation in pbx.c was wrong
19 years ago
Russell Bryant f9db7779f0 Fix a bunch of places where pthread_attr_init() was called, but
19 years ago
Kevin P. Fleming 6564129ee7 update to match modified transcoder API
19 years ago
Russell Bryant ccce21be4f Use the proper format string to print unsigned values in the rtp debug output.
19 years ago
Kevin P. Fleming fe394f23d4 allow codec_zap to build again, now that transcoder support is in zaptel 1.2
19 years ago
Russell Bryant ccd780463d Don't print a message indicating that we don't know what to do with a proceeding
19 years ago
Russell Bryant 65a8360531 The SIGHUP handler was implemented to allow admins to send SIGHUP to a running
19 years ago
Russell Bryant 29d168987c Comment out the parts in the Makefile that make codec_zap get built. It will
19 years ago
Christian Richter ec4c828386 fixed some possible segfaults. also fixed an very important bug which occurs on high load (when calls are very fast generated)
19 years ago
Russell Bryant 3d12e45f06 Fix the extraction of the timestamp from video frames. It was using the
19 years ago
Joshua Colp 8ba938b508 Now that filename is part of the structure and since it comes before postprocess... we have to add it to our postprocess line. (reported on asterisk-dev by Boris Bakchiev)
19 years ago
Jason Parker 4659a0ac41 Use the correct zaptel header file location.
19 years ago
Joshua Colp e06d0f644b Make COMPLETECALLER and COMPLETEAGENT output to queue_log follow documentation. (issue #7677 reported by amilcar)
19 years ago
Joshua Colp 5e9fdf2aa7 Make the last context entry read in the dominant one. (issue #8918 reported by pj)
19 years ago
Joshua Colp 1cb1bbbe8d Allow dequeueing of frames with negative timestamp by moving jitterbuffer frames check to jb_next. (issue #8546 reported by harmen)
19 years ago
Joshua Colp 245cdf50ba Add another note about audio files being played back to each bridged party. (issue #8718 reported by ppyy)
19 years ago
Russell Bryant 5823b29f58 Fix a seg fault when running this application with no arguments from AGI.
19 years ago
Steve Murphy 75d7a0309a updated check_expr via 8322 (refactoring of expression checking impl); elfring contributed a nice code reorg, I contributed some time to get it working again, better messages
19 years ago
Christian Richter 34b5cd1de5 fixed the busy problem (dialstatus was not busy when we called a busy extension)
19 years ago
Russell Bryant 9eaff06d26 Fix an issue related to synchronization of recordings when using Monitor().
19 years ago
Russell Bryant bd06c9494b Don't set a new value for the END_ variable on the channel before using the
19 years ago
Joshua Colp e1dc278941 Yield before reading from zaptel timing source under Solaris so that other threads get a chance to do things. (issue #7875 reported by bob)
19 years ago
Russell Bryant 14eece85c9 Merge codec_zap support for the transcoder card. This is a standalone codec
19 years ago
Joshua Colp edca3010a4 Move filestream creation to Mixmonitor loop. This will prevent a blank file from being created if no frames ever pass through to be recorded. (issue #7589 reported by steve_mcneil)
19 years ago
Joshua Colp d46636d6fa Explicitly declare what codecs are supported by default globally since using a bitmask for all may include ones we don't need. (issue #8357 reported by gknispel_proformatique)
19 years ago
Russell Bryant 0a73ba87b1 Fix a memory leak on command line tab completion. The container for the
19 years ago
Dwayne M. Hubbard 91d1c70906 issue 7877: chan_zap module reload does not use default/initialized values on subsequent loads. Reset configuration variables to default values prior to parsing configuration file.
19 years ago
Kevin P. Fleming 6926dd0fbe support echo cancellers that can handle 64ms or 128ms of echo cancellation
19 years ago
Tilghman Lesher 3f07bd5034 If a timezone is not specified, assume localtime (instead of gmtime) (Issue #7748)
19 years ago
Tilghman Lesher 6f1d7511d1 Document all the fields, including the indication that "uniqueid" should not be renamed.
19 years ago
Russell Bryant cbfeb816e1 Move the check for a failure of ast_channel_alloc() to before locking the
19 years ago