summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-04optimize codec selection and format changing codeKevin P. Fleming
force all transcode paths to use AST_FORMAT_SLINEAR as the frames pass through the bridge (can be disabled using the 'transcode_via_sln' setting in th 'options' setting in asteris.conf) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5376 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5375 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-03one more FreeBSD compile warning fix (bug #3938)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5374 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5373 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-03further thought says '!' is a better early-match wildcard (bug #3889, take 2)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5372 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-03add docs for bug #3889Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5371 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-03add 'early-match' wildcard for extension patterns (bug #3889)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5370 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-03fix obvious coding error from yesterday's fixKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5369 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-03remaining endian.h fixes for FreeBSD (bug #3867)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5368 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-03fix various compiler warnings (bug #3938)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5367 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-03ensure that needed headers are included for chmod() and mkdir() (bug #3937)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5366 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-03forgot some code from the last chanspy repass (nothing exciting)Anthony Minessale II
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5365 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-03add note about autofallthroughRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5364 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-02clean up formatting (bug #3934)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5363 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-02Resolve app_meetme crash when member tries to mute/unmute (bug #3899)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5362 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-02don't unnecessarily open-code strchr()Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5361 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-02remove old iax.hRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-02add VM_MESSAGEFILE channel variable to hold path to message left by caller ↵Kevin P. Fleming
(bug #3926, plus doc update) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5357 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-02correct 'sync' setting for manager-originated calls (bug #3922)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5356 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01use local header for transfer definitions instead of libpri.hKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01strip color code sequences from verbose messages being sent to files/syslog ↵Kevin P. Fleming
(bug #3929, with mods) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5354 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01add FIELDQTY function to split variable contents and get any desired field ↵Kevin P. Fleming
(bug #3731) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5353 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01don't take the channel list lock until we're actually ready to put the new ↵Kevin P. Fleming
channel into the list in ast_channel_alloc (bug #3928) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5352 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01optimize file reading in pbx_spool (bug #3927)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5351 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01make CVS ignore tags-related files and Mac OS X object filesKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5350 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01add tags-related files to .cvsignoreKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5349 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01add ctags and etags support to MakefileKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5348 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01Fix up formatting and a few typos/poor grammar in pbx.c (bug #3924)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5347 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01revert previous commit... was the wrong fix (my first oops)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5346 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01ensure that variables supplied to ast_pbx_outgoing_exten are applied to the ↵Kevin P. Fleming
channel even in 'sync' mode (bug #3922, for HEAD only) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01Forgot to add app_settransfercapability.cMatthew Fredrickson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5344 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01ensure that failure to register the cdr_custom backend results in a module ↵Kevin P. Fleming
load failure git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5343 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01Merging in xylome's beaerer capabilty patch (bug 3547)Matthew Fredrickson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5342 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01clarify licensing text in READMEKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5341 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01Finishing touches and addition of record flag to ChanSpy <pay up jets\!>Anthony Minessale II
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5340 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01Put syslog facility/level name into filename field, so it will show in ↵Kevin P. Fleming
'logger show channels' (bug #3916) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01Allow chan_iax2 to build on systems that don't define SO_NO_CHECK (bug ↵Kevin P. Fleming
#3908, round 2) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01Add 'iax2 reload' CLI command and fix peer counting with regex matches (bug ↵Kevin P. Fleming
#3876) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5337 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01Update README to reflect modern Asterisk features and requirementsKevin P. Fleming
Add note in UPGRADE.txt about compiler requirements Add note to CODING-GUIDELINES about new policy for CLI command structure git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5335 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01Fix spool files that lack their last returnMark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5332 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01Add slackware initialization (bug #3900)Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5331 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01Add CDR custom config warnings (Borga borga!) :)Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5330 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-01fix codec timing issuesAnthony Minessale II
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5326 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-31Fix jitter buffer for call recording (bug #3826)Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5324 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-31Fix IAX2 out of memory failure (bug #3907)Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5323 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-31Fix RTP checksums config option (bug #3908 with minor mods)Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5322 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-31Make logger respond better to lack of disk space and add "logger show ↵Mark Spencer
channels" CLI (bug #3909 with minor mods) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5321 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-31Fix build without zaptel (bug #3901)Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5320 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-31Fix strict mode for queues (bug #3913)Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5319 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-31more optimizationsAnthony Minessale II
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5318 65c4cc65-6c06-0410-ace0-fbb531ad65f3