asterisk/asterisk.git
17 years agosimplify argument parsing in sip_prune_realtime
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

17 years agouse symbolic constants for RTP method flags, and add debugging output to sip_alloc...
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

17 years agocorrect documentation for ast_sched_add (bug #4136)
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

17 years agoensure astdb registration entries are parsed properly (bug #4126)
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

17 years agoensure buffer size is computed properly for ast_copy_string
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

17 years agoUpdate README to discuss file descriptors (bug #4134)
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

17 years agoAdd support for native DTMF
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

17 years agoFix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112
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

17 years agotesting has shown that ast_copy_string is nearly twice as fast as strncpy for the...
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

17 years agochange (iax2,sip) show (peers,users) to use 'like <pattern>' for pattern-matching...
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

17 years agoattempt to not allocate RTP ports for SIP private structures unless they are needed...
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

17 years agoadd experimental ast_copy_string() function to be used in place of strncpy() (see...
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

17 years agoensure that 'static' members of source files are documented too
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

17 years agoensure object reference is removed after unlinking from container
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

17 years agomake verbosity of function registration match apps/manager events/etc.
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

17 years agoclean up reg_source_db
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

17 years agoadd some notes regarding the distinction between applications and functions
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

17 years agoproperly check for error from pri_timer2idx (bug #4117)
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

17 years agoadd SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed on 2005...
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

17 years agoadd direct object unlink macro to ASTOBJ api
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

17 years agokeep 3710 patch in working condition
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

17 years agoensure that old modules warning does not occur when 'make install' is run directly...
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

17 years agoenhance 'sip prune realtime' to support users as well as peers, and regex-based filtering
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

17 years agofix typo
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

17 years agofix *BSD breakage from include-order changes (bug #4067)
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

17 years agodon't use '%i' at all, since we have no current use cases that need non base-10 parsi...
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

17 years agoformatting cleanup (bug #4109)
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

17 years agomake write() failures on Zap channels more prominent than 'debug' messages (bug ...
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

17 years agosupport various other formats for Asterisk manual page (bug #4113)
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

17 years agomake 'goto' APIs aware of auto-processing loops, so they know exactly when to set...
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

17 years agoRework astersk make process to be compatable with the Open H.323 build process. Bug...
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

17 years agoRework astersk make process to be compatable with the Open H.323 build process. Bug...
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

17 years agoFix codec negiocation on inbound calls. Bugs 3980, 4021, 4045
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

17 years agounregister reload command (bug #4102)
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

17 years agooops
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

17 years agoAdd Q.SIG option to zapata.conf
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

17 years agoFixed problem with 'radio' attribute vanishing upon zap reload
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

17 years agoallow fine-grained 'insecure' settings (bug #4024)
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

17 years ago'make install' will now warn the user if their modules directory contains modules...
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

17 years agoOops :)
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

17 years agoFix lockup in register timeout
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

17 years agoduring 'make install', remove any headers from the destination include/asterisk direc...
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

17 years agoadd patch from bug #3710 so it can get wider testing
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

17 years agoperform global variable substitution before splitting extension and cidmatch when...
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

17 years ago/ changed the logging in vpb_call()
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

17 years agoadd manager events for Zaptel DND state changes (bug #4070, with mods)
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

17 years agoAdd option to park in the next slot (bug #4028)
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

17 years agoreport IP of peer who sent failing registration (bug #4089)
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

17 years agoprotect ResponseTimeout and DigitTimeout apps from crashing when called in non-PBX...
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

17 years agoreset 'confirm' mode so DTMF can be used by Zap callees after confirming (bug #4083)
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

17 years agohelp text cleanups (bug #4072, with mods)
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

17 years agodon't use %i for numeric input in scanf (bug #4071)
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

17 years agosupport old single-column options for realtime voicemail (bug #4080)
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

17 years agoformatting cleanup (bug #4088)
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

17 years agoMissing E911 signaling type in sample zapata.conf
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

17 years agoIf poll returns 0, force *ms to 0
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

17 years agoadd guideline comment about not using '%i' with scanf
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

17 years agoSupport for new signaling type Feature Group D (MF) through a tandem access
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

17 years agominor wording fix
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

17 years agophase 1 of header include cleanup (bug #4067)
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

17 years agomore clarification of time changes and how they affect Asterisk (bug #4020)
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

17 years agoreport the number of rows updated when using RealTime update method (bug #4066)
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

17 years agoadd ability to send transferring party to a dialplan target after they blind transfer...
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

17 years agoensure cause code supplied by IAX2 peer is passed up to caller properly (bug #4064)
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

17 years agoensure that res_config_odbc can handle columns with NULL values (bug #3787)
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

17 years agoinitialize errno and don't report an error when poll() returns without indicating...
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

17 years agofix various compiler warnings
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

17 years agouse double-quotes instead of angle-brackets for non-system include files (bug #4058)
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

17 years agoensure that sequential DTMF sent via RTP has some 'dead air' between digits (bug...
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

17 years agoadd count of parked calls to 'show parkedcalls' (bug #4023)
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

17 years agocorrect default language setting for Background() app (bug #4044)
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

17 years agoenhance documentation for string chopping (bug #4049)
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

17 years agoFix docs for digit/response timeout to mention default values (bug #4050)
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

17 years agoupdate so people don't whine any more
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

17 years agodon't force transcoding through SLINEAR when transcoding is not needed at all
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

17 years agoNote that big time changes can cause issues (bug #4020)
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

17 years agoFix locking issue (bug #4041)
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

17 years agoRemove useless declaration (bug #4040)
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

17 years agoformatting fixes
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

17 years agofix potential seg fault in my patch that just went in, oops
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

17 years agoAdd warning for _. match (bug #4032)
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

17 years agoFix "show agents" when name is not present (bug #4030)
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

17 years agoAdd MusicOnHold to waitexten, update Background to use newstyle options (bug #4000)
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

17 years agoAdd 'n' option to dial for "nojump" (bug #4034)
Mark Spencer [Fri, 15 Apr 2005 05:30:27 +0000 (05:30 +0000)]
Add 'n' option to dial for "nojump" (bug #4034)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5468 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoadd missing newlines, fix misspelling of nonexistent (bug #4027)
Russell Bryant [Wed, 13 Apr 2005 23:33:47 +0000 (23:33 +0000)]
add missing newlines, fix misspelling of nonexistent (bug #4027)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5467 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoAdd sched_when function (bug #4022)
Mark Spencer [Wed, 13 Apr 2005 18:46:35 +0000 (18:46 +0000)]
Add sched_when function (bug #4022)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5466 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agojust formatting
Russell Bryant [Wed, 13 Apr 2005 16:43:26 +0000 (16:43 +0000)]
just formatting

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5465 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFixed chan_alsa.c unload bug (bug #4019)
Matthew Fredrickson [Wed, 13 Apr 2005 16:24:45 +0000 (16:24 +0000)]
Fixed chan_alsa.c unload bug (bug #4019)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5464 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix so that asterisk continues to build if libcurl is not present or the correct
Matthew Fredrickson [Wed, 13 Apr 2005 15:17:41 +0000 (15:17 +0000)]
Fix so that asterisk continues to build if libcurl is not present or the correct
version. bug #3982.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5463 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoadd help text for manager redirect command (bug #4015)
Kevin P. Fleming [Wed, 13 Apr 2005 05:45:53 +0000 (05:45 +0000)]
add help text for manager redirect command (bug #4015)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5462 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agosupport postfix options in voicemail apps (prefix options still supported using old...
Kevin P. Fleming [Wed, 13 Apr 2005 05:22:51 +0000 (05:22 +0000)]
support postfix options in voicemail apps (prefix options still supported using old syntax) (bug #4007)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5461 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix dashes, etc
Mark Spencer [Wed, 13 Apr 2005 05:07:47 +0000 (05:07 +0000)]
Fix dashes, etc

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5460 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoensure that the random number generator(s) are always seeded with a different value...
Kevin P. Fleming [Wed, 13 Apr 2005 04:47:39 +0000 (04:47 +0000)]
ensure that the random number generator(s) are always seeded with a different value during Asterisk startup
don't reinitialize random number generators in other modules
(bug #4017)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5459 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years ago/ updated to get it to use ast indications again after the change to ast_chan_tech...
Ben Kramer [Wed, 13 Apr 2005 04:15:23 +0000 (04:15 +0000)]
/ updated to get it to use ast indications again after the change to ast_chan_tech stuff

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5458 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoadd missing newline (bug #4018)
Russell Bryant [Wed, 13 Apr 2005 03:41:20 +0000 (03:41 +0000)]
add missing newline (bug #4018)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5456 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years ago/ fixed an inverted test
Ben Kramer [Wed, 13 Apr 2005 03:16:38 +0000 (03:16 +0000)]
/ fixed an inverted test

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5455 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agodocument cdr_manager headers (bug #4016)
Russell Bryant [Wed, 13 Apr 2005 01:52:11 +0000 (01:52 +0000)]
document cdr_manager headers (bug #4016)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5454 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agocorrect portability problem (don't look inside regex_t)
Kevin P. Fleming [Tue, 12 Apr 2005 14:11:59 +0000 (14:11 +0000)]
correct portability problem (don't look inside regex_t)
correct enable/disable option name to match sample config file

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5453 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoshow correct codec in verbose messages (bug #4008)
Russell Bryant [Tue, 12 Apr 2005 02:41:29 +0000 (02:41 +0000)]
show correct codec in verbose messages (bug #4008)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5452 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoformatting fixes (bug #4009)
Russell Bryant [Tue, 12 Apr 2005 02:37:37 +0000 (02:37 +0000)]
formatting fixes (bug #4009)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5451 65c4cc65-6c06-0410-ace0-fbb531ad65f3