Kevin P. Fleming [Wed, 4 May 2005 17:02:32 +0000 (17:02 +0000)]
add doxygen docs for astobj.h (bug #4145, with minor mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5575
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 15:56:44 +0000 (15:56 +0000)]
remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of already-implemented CDR() function
make SetVar() options actually work as documented
remove SetVar() 'c' and 'r' options, since the CDR() function can provide this functionality
add 'r' option to CDR() function to control recursive retrieval/storage
(inspired by bug #4143, but without the SetVar syntax changes)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5574
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 15:26:03 +0000 (15:26 +0000)]
fix obvious fault in ast_separate_app_args
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5573
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 14:03:47 +0000 (14:03 +0000)]
remove extraneous manual string termination
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5572
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 04:49:32 +0000 (04:49 +0000)]
move some debugging output to a higher debug level (bug #4119)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5571
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 04:43:30 +0000 (04:43 +0000)]
don't report EAGAIN as an error (bug #4128)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5570
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 04:35:27 +0000 (04:35 +0000)]
fix build on FreeBSD (bug #4125)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5569
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 04:13:31 +0000 (04:13 +0000)]
add GROUP_COUNT and GROU_MATCH_COUNT functions, deprecate GroupCount and GroupMatchCount apps, remove GROUPCOUNT variable from README.variables (bug #4133, with doc update)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5568
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 04:05:34 +0000 (04:05 +0000)]
add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5567
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 03:43:10 +0000 (03:43 +0000)]
re-implement ast_separate_app_args with clearer code and in a way that doesn't fail with certain combinations of array size and delimiter count
add doxygen docs for ast_separate_app_args
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5566
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 00:40:14 +0000 (00:40 +0000)]
solve memory leak and allow chan_mgcp to be unloaded (bug #4148)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5565
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 00:33:46 +0000 (00:33 +0000)]
return proper string from description function (bug #4150)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5564
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 00:18:35 +0000 (00:18 +0000)]
update doxygen configuration file to current version (bug #4144)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5563
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 4 May 2005 00:14:58 +0000 (00:14 +0000)]
ensure the SIP socket is closed on module unload (bug #4149)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5562
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 3 May 2005 23:51:20 +0000 (23:51 +0000)]
fix breakage when ast_copy_string is used to copy substrings (bug #4146, but a different fix)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5561
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Tue, 3 May 2005 18:58:50 +0000 (18:58 +0000)]
Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug #4135
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5560
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Tue, 3 May 2005 15:47:35 +0000 (15:47 +0000)]
Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug #4135
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5559
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 3 May 2005 03:22:14 +0000 (03:22 +0000)]
simplify argument parsing in sip_prune_realtime
don't force register expiration when pruning realtime peers
provide feedback for successful single item prune operations
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5558
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 3 May 2005 02:32:50 +0000 (02:32 +0000)]
use symbolic constants for RTP method flags, and add debugging output to sip_alloc to indicate when RTP is/is not allocated (bug #3986)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5557
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 3 May 2005 02:21:57 +0000 (02:21 +0000)]
correct documentation for ast_sched_add (bug #4136)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5556
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 3 May 2005 02:16:45 +0000 (02:16 +0000)]
ensure astdb registration entries are parsed properly (bug #4126)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5555
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 3 May 2005 02:09:16 +0000 (02:09 +0000)]
ensure buffer size is computed properly for ast_copy_string
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5554
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Mon, 2 May 2005 20:24:57 +0000 (20:24 +0000)]
Update README to discuss file descriptors (bug #4134)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5553
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Mon, 2 May 2005 20:16:21 +0000 (20:16 +0000)]
Add support for native DTMF
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5552
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Mon, 2 May 2005 18:46:36 +0000 (18:46 +0000)]
Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5551
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Mon, 2 May 2005 13:44:38 +0000 (13:44 +0000)]
testing has shown that ast_copy_string is nearly twice as fast as strncpy for the common use cases in Asterisk, so convert chan_sip over...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5550
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Mon, 2 May 2005 01:34:21 +0000 (01:34 +0000)]
change (iax2,sip) show (peers,users) to use 'like <pattern>' for pattern-matching to be consistent with other CLI commands
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5549
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Mon, 2 May 2005 01:15:23 +0000 (01:15 +0000)]
attempt to not allocate RTP ports for SIP private structures unless they are needed (bug #3986)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5548
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Mon, 2 May 2005 00:27:54 +0000 (00:27 +0000)]
add experimental ast_copy_string() function to be used in place of strncpy() (see discussion on asterisk-dev)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5547
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Sun, 1 May 2005 23:57:12 +0000 (23:57 +0000)]
ensure that 'static' members of source files are documented too
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5546
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Sun, 1 May 2005 23:17:12 +0000 (23:17 +0000)]
ensure object reference is removed after unlinking from container
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5545
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Sun, 1 May 2005 23:09:28 +0000 (23:09 +0000)]
make verbosity of function registration match apps/manager events/etc.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5544
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Sun, 1 May 2005 23:07:05 +0000 (23:07 +0000)]
clean up reg_source_db
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5543
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Sun, 1 May 2005 19:34:50 +0000 (19:34 +0000)]
add some notes regarding the distinction between applications and functions
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5542
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Sun, 1 May 2005 18:47:53 +0000 (18:47 +0000)]
properly check for error from pri_timer2idx (bug #4117)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5541
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Sun, 1 May 2005 18:37:37 +0000 (18:37 +0000)]
add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed on 2005-05-31)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5540
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Sun, 1 May 2005 18:08:14 +0000 (18:08 +0000)]
add direct object unlink macro to ASTOBJ api
various minor cleanups in chan_sip
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5539
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Anthony Minessale II [Sun, 1 May 2005 02:35:32 +0000 (02:35 +0000)]
keep 3710 patch in working condition
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5538
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Sun, 1 May 2005 01:43:44 +0000 (01:43 +0000)]
ensure that old modules warning does not occur when 'make install' is run directly after 'make clean'
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5537
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 29 Apr 2005 20:42:48 +0000 (20:42 +0000)]
enhance 'sip prune realtime' to support users as well as peers, and regex-based filtering
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5536
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 29 Apr 2005 17:28:27 +0000 (17:28 +0000)]
fix typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5535
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 29 Apr 2005 17:24:58 +0000 (17:24 +0000)]
fix *BSD breakage from include-order changes (bug #4067)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5534
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 29 Apr 2005 17:00:33 +0000 (17:00 +0000)]
don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5533
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 29 Apr 2005 16:13:04 +0000 (16:13 +0000)]
formatting cleanup (bug #4109)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5532
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 29 Apr 2005 15:32:44 +0000 (15:32 +0000)]
make write() failures on Zap channels more prominent than 'debug' messages (bug #4107)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5531
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 29 Apr 2005 15:18:10 +0000 (15:18 +0000)]
support various other formats for Asterisk manual page (bug #4113)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5530
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 29 Apr 2005 15:04:26 +0000 (15:04 +0000)]
make 'goto' APIs aware of auto-processing loops, so they know exactly when to set the requested priority or one priority lower
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5529
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Fri, 29 Apr 2005 04:37:02 +0000 (04:37 +0000)]
Rework astersk make process to be compatable with the Open H.323 build process. Bug #3981
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5528
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Fri, 29 Apr 2005 04:30:51 +0000 (04:30 +0000)]
Rework astersk make process to be compatable with the Open H.323 build process. Bug #3981
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5527
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Fri, 29 Apr 2005 04:22:47 +0000 (04:22 +0000)]
Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5526
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 28 Apr 2005 16:21:00 +0000 (16:21 +0000)]
unregister reload command (bug #4102)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5525
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 28 Apr 2005 16:19:40 +0000 (16:19 +0000)]
oops
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5524
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Fredrickson [Thu, 28 Apr 2005 03:25:02 +0000 (03:25 +0000)]
Add Q.SIG option to zapata.conf
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5523
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jim Dixon [Wed, 27 Apr 2005 23:44:24 +0000 (23:44 +0000)]
Fixed problem with 'radio' attribute vanishing upon zap reload
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5522
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 17:04:17 +0000 (17:04 +0000)]
allow fine-grained 'insecure' settings (bug #4024)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5521
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 16:27:53 +0000 (16:27 +0000)]
'make install' will now warn the user if their modules directory contains modules not installed by the newly-installed Asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5520
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Wed, 27 Apr 2005 15:11:46 +0000 (15:11 +0000)]
Oops :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5519
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Wed, 27 Apr 2005 15:06:23 +0000 (15:06 +0000)]
Fix lockup in register timeout
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5518
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 05:46:32 +0000 (05:46 +0000)]
during 'make install', remove any headers from the destination include/asterisk directory that are no longer present in the source directory (bug #4035)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5517
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 05:22:36 +0000 (05:22 +0000)]
add patch from bug #3710 so it can get wider testing
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5516
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 04:52:58 +0000 (04:52 +0000)]
perform global variable substitution before splitting extension and cidmatch when reading in dialplan (bug #4035)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5515
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Ben Kramer [Wed, 27 Apr 2005 04:28:24 +0000 (04:28 +0000)]
/ changed the logging in vpb_call()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5514
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 04:03:49 +0000 (04:03 +0000)]
add manager events for Zaptel DND state changes (bug #4070, with mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5513
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Wed, 27 Apr 2005 03:58:40 +0000 (03:58 +0000)]
Add option to park in the next slot (bug #4028)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5512
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 02:52:14 +0000 (02:52 +0000)]
report IP of peer who sent failing registration (bug #4089)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5511
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 02:48:25 +0000 (02:48 +0000)]
protect ResponseTimeout and DigitTimeout apps from crashing when called in non-PBX channels (bug #4078)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5510
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 01:59:00 +0000 (01:59 +0000)]
reset 'confirm' mode so DTMF can be used by Zap callees after confirming (bug #4083)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5509
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 01:50:53 +0000 (01:50 +0000)]
help text cleanups (bug #4072, with mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5508
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 01:42:33 +0000 (01:42 +0000)]
don't use %i for numeric input in scanf (bug #4071)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5507
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 01:37:46 +0000 (01:37 +0000)]
support old single-column options for realtime voicemail (bug #4080)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5506
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 27 Apr 2005 01:29:28 +0000 (01:29 +0000)]
formatting cleanup (bug #4088)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5505
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Fredrickson [Tue, 26 Apr 2005 22:31:11 +0000 (22:31 +0000)]
Missing E911 signaling type in sample zapata.conf
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5504
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 24 Apr 2005 22:54:50 +0000 (22:54 +0000)]
If poll returns 0, force *ms to 0
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5502
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Sat, 23 Apr 2005 15:11:28 +0000 (15:11 +0000)]
add guideline comment about not using '%i' with scanf
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5501
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Fredrickson [Fri, 22 Apr 2005 19:10:35 +0000 (19:10 +0000)]
Support for new signaling type Feature Group D (MF) through a tandem access
point. Also support for an output file to send your PRI debug information.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5500
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 22 Apr 2005 14:16:42 +0000 (14:16 +0000)]
minor wording fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5499
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 22 Apr 2005 13:11:34 +0000 (13:11 +0000)]
phase 1 of header include cleanup (bug #4067)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5498
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 22 Apr 2005 04:39:41 +0000 (04:39 +0000)]
more clarification of time changes and how they affect Asterisk (bug #4020)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5497
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 22 Apr 2005 03:29:03 +0000 (03:29 +0000)]
report the number of rows updated when using RealTime update method (bug #4066)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5496
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 22 Apr 2005 02:55:14 +0000 (02:55 +0000)]
add ability to send transferring party to a dialplan target after they blind transfer another party (bug #4056, with mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5495
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 22 Apr 2005 02:30:36 +0000 (02:30 +0000)]
ensure cause code supplied by IAX2 peer is passed up to caller properly (bug #4064)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5494
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 22 Apr 2005 01:59:53 +0000 (01:59 +0000)]
ensure that res_config_odbc can handle columns with NULL values (bug #3787)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5493
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 22 Apr 2005 01:40:23 +0000 (01:40 +0000)]
initialize errno and don't report an error when poll() returns without indicating one (bug #4059)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5492
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 21 Apr 2005 06:30:23 +0000 (06:30 +0000)]
fix various compiler warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5491
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 21 Apr 2005 06:02:45 +0000 (06:02 +0000)]
use double-quotes instead of angle-brackets for non-system include files (bug #4058)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5490
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 20 Apr 2005 16:46:25 +0000 (16:46 +0000)]
ensure that sequential DTMF sent via RTP has some 'dead air' between digits (bug #3675)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5489
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 20 Apr 2005 16:27:44 +0000 (16:27 +0000)]
add count of parked calls to 'show parkedcalls' (bug #4023)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5488
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 20 Apr 2005 16:11:16 +0000 (16:11 +0000)]
correct default language setting for Background() app (bug #4044)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5487
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Wed, 20 Apr 2005 14:46:54 +0000 (14:46 +0000)]
enhance documentation for string chopping (bug #4049)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5486
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Wed, 20 Apr 2005 14:40:47 +0000 (14:40 +0000)]
Fix docs for digit/response timeout to mention default values (bug #4050)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5485
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jeremy McNamara [Tue, 19 Apr 2005 00:31:56 +0000 (00:31 +0000)]
update so people don't whine any more
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5484
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Mon, 18 Apr 2005 16:26:41 +0000 (16:26 +0000)]
don't force transcoding through SLINEAR when transcoding is not needed at all
clean up formatting and variable names in ast_channel_make_compatible
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5483
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 17 Apr 2005 17:39:14 +0000 (17:39 +0000)]
Note that big time changes can cause issues (bug #4020)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5482
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sun, 17 Apr 2005 03:44:19 +0000 (03:44 +0000)]
Fix locking issue (bug #4041)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5481
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 16 Apr 2005 08:50:50 +0000 (08:50 +0000)]
Remove useless declaration (bug #4040)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5480
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 15 Apr 2005 17:34:14 +0000 (17:34 +0000)]
formatting fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5479
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 15 Apr 2005 06:55:21 +0000 (06:55 +0000)]
fix potential seg fault in my patch that just went in, oops
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5473
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 15 Apr 2005 06:08:47 +0000 (06:08 +0000)]
Add warning for _. match (bug #4032)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5471
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 15 Apr 2005 05:51:30 +0000 (05:51 +0000)]
Fix "show agents" when name is not present (bug #4030)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5470
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Fri, 15 Apr 2005 05:47:40 +0000 (05:47 +0000)]
Add MusicOnHold to waitexten, update Background to use newstyle options (bug #4000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5469
65c4cc65-6c06-0410-ace0-
fbb531ad65f3