asterisk/asterisk.git
17 years agominor fixes to commit 10934 from bug#6257
Matt O'Gorman [Thu, 23 Feb 2006 23:36:53 +0000 (23:36 +0000)]
minor fixes to commit 10934 from bug#6257

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

17 years agoBlocked revisions 10952 via svnmerge
Tilghman Lesher [Thu, 23 Feb 2006 23:13:43 +0000 (23:13 +0000)]
Blocked revisions 10952 via svnmerge

........
r10952 | tilghman | 2006-02-23 17:06:42 -0600 (Thu, 23 Feb 2006) | 2 lines

Oops, this was broken in 1.2, too.

........

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

17 years agoBug 6417 - Allow retrieval of raw CDR values
Tilghman Lesher [Thu, 23 Feb 2006 23:12:41 +0000 (23:12 +0000)]
Bug 6417 - Allow retrieval of raw CDR values

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

17 years agoadded function QUOTE into strings, which allows
Matt O'Gorman [Thu, 23 Feb 2006 22:59:16 +0000 (22:59 +0000)]
added function QUOTE into strings, which allows
for quoted strings, and escapes them properly.
slightly modified patch from bug #6257

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

17 years agoBug 6581 - Move definition of PWD higher than where it is initially used
Tilghman Lesher [Thu, 23 Feb 2006 22:38:47 +0000 (22:38 +0000)]
Bug 6581 - Move definition of PWD higher than where it is initially used

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

17 years agoMove CURL function from apps/ to funcs/
Tilghman Lesher [Thu, 23 Feb 2006 22:27:49 +0000 (22:27 +0000)]
Move CURL function from apps/ to funcs/

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

17 years agoremoved the misdn Makefile target from channels/misdn/Makefile in favour of a short...
Christian Richter [Thu, 23 Feb 2006 20:52:39 +0000 (20:52 +0000)]
removed the misdn Makefile target from channels/misdn/Makefile in favour of a short howto install mISDN/mISDNuser in the doc/misdn.txt file. This helps to make asterisk completely compileable by non-root users

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

17 years agoSome sick individuals use SQL queries longer than 512 bytes in the dialplan. ;-)
Tilghman Lesher [Thu, 23 Feb 2006 19:26:22 +0000 (19:26 +0000)]
Some sick individuals use SQL queries longer than 512 bytes in the dialplan.  ;-)

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

17 years agosilence some more compiler warnings
Kevin P. Fleming [Thu, 23 Feb 2006 18:00:50 +0000 (18:00 +0000)]
silence some more compiler warnings

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

17 years agoadd 'consumed' argument to ast_get_time_t, so callers can know how many characters...
Kevin P. Fleming [Thu, 23 Feb 2006 17:13:57 +0000 (17:13 +0000)]
add 'consumed' argument to ast_get_time_t, so callers can know how many characters were used in the parser
update pbx_dundi to use ast_get_time_t
eliminate some compiler warnings

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

17 years agoFix a few compile warnings (turned errors) and disable -Werror on the
Mark Spencer [Thu, 23 Feb 2006 04:38:38 +0000 (04:38 +0000)]
Fix a few compile warnings (turned errors) and disable -Werror on the
normal build.  If people want this they can turn it on, and don't anyone
turn it on by default until you fix building on GCC 4.x

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

17 years agorevert change to ENUM functionality (go back to supplying a default zone)
Kevin P. Fleming [Wed, 22 Feb 2006 23:07:34 +0000 (23:07 +0000)]
revert change to ENUM functionality (go back to supplying a default zone)

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

17 years agomerge rizzo's patch to make compiler warnings stop the build, and fix a bunch of...
Kevin P. Fleming [Wed, 22 Feb 2006 22:53:49 +0000 (22:53 +0000)]
merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found

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

17 years ago* changed some strncpys to ast_copy_str
Christian Richter [Wed, 22 Feb 2006 21:59:46 +0000 (21:59 +0000)]
* changed some strncpys to ast_copy_str
* added copying of some IEs (user,rate,urate) with channel vars
* added #6251

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

17 years agouse a symbolic constant instead of a magic number (tholo!)
Kevin P. Fleming [Wed, 22 Feb 2006 21:53:56 +0000 (21:53 +0000)]
use a symbolic constant instead of a magic number (tholo!)

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

17 years agoSolved problem where talker hears himself when
Matt O'Gorman [Wed, 22 Feb 2006 21:40:00 +0000 (21:40 +0000)]
Solved problem where  talker hears himself when
talk optimization is on in app_meetme.
bug #6266

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

17 years agoTypo: should have been changed to a constant
Tilghman Lesher [Wed, 22 Feb 2006 21:20:28 +0000 (21:20 +0000)]
Typo:  should have been changed to a constant

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

17 years agobug in the linkedlists macros where the prev node
Matt O'Gorman [Wed, 22 Feb 2006 20:13:05 +0000 (20:13 +0000)]
bug in the linkedlists macros where the prev node
was improperly managed when doing removals or insertions.
also solved issues with app_voicemail init. and reload
solves bug #6557

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

17 years agoMerged revisions 10511,10535,10736 via svnmerge from
Kevin P. Fleming [Wed, 22 Feb 2006 17:33:38 +0000 (17:33 +0000)]
Merged revisions 10511,10535,10736 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10736 | kpfleming | 2006-02-22 11:32:15 -0600 (Wed, 22 Feb 2006) | 2 lines

add comment warning people about trying to use hostnames/IPs in the sample config

........

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

17 years agofixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network side)...
Christian Richter [Wed, 22 Feb 2006 16:48:25 +0000 (16:48 +0000)]
fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network side) one needs to upgread mISDNuser for that fix as well. also fixed the reload issue #6547

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

17 years agoUpdating skel application to use current parsing constructs
Tilghman Lesher [Wed, 22 Feb 2006 03:04:42 +0000 (03:04 +0000)]
Updating skel application to use current parsing constructs

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

17 years agoconverstions to allocation wrappers, use calloc instead of malloc+memset,
Russell Bryant [Tue, 21 Feb 2006 19:24:01 +0000 (19:24 +0000)]
converstions to allocation wrappers, use calloc instead of malloc+memset,
and various other changes to conform with current coding guidelines (issue #6518)

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

17 years agosuppress some compiler warnings due to recent format changes to use off_t
Russell Bryant [Tue, 21 Feb 2006 19:20:30 +0000 (19:20 +0000)]
suppress some compiler warnings due to recent format changes to use off_t

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

17 years agoset keywords property correctly
Kevin P. Fleming [Tue, 21 Feb 2006 17:15:17 +0000 (17:15 +0000)]
set keywords property correctly

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

17 years agoBug 6554 - Show all spans statuses with a single command
Tilghman Lesher [Tue, 21 Feb 2006 05:41:37 +0000 (05:41 +0000)]
Bug 6554 - Show all spans statuses with a single command

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

17 years agoBug 6552 - Be a little more descriptive about which span has the PRI error
Tilghman Lesher [Tue, 21 Feb 2006 05:34:52 +0000 (05:34 +0000)]
Bug 6552 - Be a little more descriptive about which span has the PRI error

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

17 years agoBug 5984 - Convert file offsets to 64 bit
Tilghman Lesher [Mon, 20 Feb 2006 23:35:12 +0000 (23:35 +0000)]
Bug 5984 - Convert file offsets to 64 bit

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

17 years agoMerged revisions 10577 via svnmerge from
Tilghman Lesher [Mon, 20 Feb 2006 23:02:31 +0000 (23:02 +0000)]
Merged revisions 10577 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10577 | tilghman | 2006-02-20 17:01:12 -0600 (Mon, 20 Feb 2006) | 2 lines

Would be nice to tell people to look in the right file to increase a constant

........

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

17 years agoChanging syntax once again slightly and standardizing
Matt O'Gorman [Mon, 20 Feb 2006 18:30:49 +0000 (18:30 +0000)]
Changing syntax once again slightly and standardizing
config to other asterisk samples , bug note 6530

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

17 years agoRemove gratuitous -1 (bug #6426)
Mark Spencer [Mon, 20 Feb 2006 06:18:18 +0000 (06:18 +0000)]
Remove gratuitous -1 (bug #6426)

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

17 years agoRemove several uses of freed memory
Mark Spencer [Mon, 20 Feb 2006 05:58:50 +0000 (05:58 +0000)]
Remove several uses of freed memory

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

17 years agoMerged revisions 10487 via svnmerge from
Tilghman Lesher [Sun, 19 Feb 2006 18:30:38 +0000 (18:30 +0000)]
Merged revisions 10487 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10487 | tilghman | 2006-02-19 12:29:16 -0600 (Sun, 19 Feb 2006) | 2 lines

Okay, fseek doesn't return an offset

........

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

17 years agoMerged revisions 10464 via svnmerge from
Tilghman Lesher [Sun, 19 Feb 2006 17:27:39 +0000 (17:27 +0000)]
Merged revisions 10464 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10464 | tilghman | 2006-02-19 11:26:31 -0600 (Sun, 19 Feb 2006) | 2 lines

Fix possible lack of initialization of useadsi

........

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

17 years agoMerged revisions 10462 via svnmerge from
Tilghman Lesher [Sun, 19 Feb 2006 17:17:28 +0000 (17:17 +0000)]
Merged revisions 10462 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10462 | tilghman | 2006-02-19 11:11:02 -0600 (Sun, 19 Feb 2006) | 2 lines

Bug 6539 - Division by two negates error flag

........

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

17 years agoremove unused variable
Russell Bryant [Sat, 18 Feb 2006 16:34:04 +0000 (16:34 +0000)]
remove unused variable

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

17 years agofix up some doxygen formatted comments
Russell Bryant [Sat, 18 Feb 2006 02:45:38 +0000 (02:45 +0000)]
fix up some doxygen formatted comments

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

17 years agoMerged revisions 10409 via svnmerge from
Tilghman Lesher [Sat, 18 Feb 2006 00:32:10 +0000 (00:32 +0000)]
Merged revisions 10409 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10409 | tilghman | 2006-02-17 18:17:09 -0600 (Fri, 17 Feb 2006) | 2 lines

Bug 6529 - memory leak in ast_play_and_prepend

........

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

17 years agofix up the summary and help text for the mixmonitor cli command
Russell Bryant [Fri, 17 Feb 2006 04:17:35 +0000 (04:17 +0000)]
fix up the summary and help text for the mixmonitor cli command

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

17 years agoMerged revisions 10368 via svnmerge from
Russell Bryant [Fri, 17 Feb 2006 01:59:59 +0000 (01:59 +0000)]
Merged revisions 10368 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10368 | russell | 2006-02-16 20:55:10 -0500 (Thu, 16 Feb 2006) | 2 lines

fix incorrent index calculation for jitterbuffer history (issue #6517)

........

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

17 years agoadd 'blindtransfer' variable to chan iax2 like chan_sip and res_features bug note...
Matt O'Gorman [Thu, 16 Feb 2006 23:44:09 +0000 (23:44 +0000)]
add 'blindtransfer' variable to chan iax2 like chan_sip and res_features bug note 6407

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

17 years agoBug 6503 - Change wording from mailbox to folder when referring to the subfolders...
Tilghman Lesher [Thu, 16 Feb 2006 23:13:48 +0000 (23:13 +0000)]
Bug 6503 - Change wording from mailbox to folder when referring to the subfolders of a mailbox (less confusing)

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

17 years agoBug 6516 - u->chan not defined
Tilghman Lesher [Thu, 16 Feb 2006 22:59:38 +0000 (22:59 +0000)]
Bug 6516 - u->chan not defined

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

17 years agoBug 6515 - extra semicolon
Tilghman Lesher [Thu, 16 Feb 2006 22:53:56 +0000 (22:53 +0000)]
Bug 6515 - extra semicolon

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

17 years agoremove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)
Russell Bryant [Thu, 16 Feb 2006 20:38:21 +0000 (20:38 +0000)]
remove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)

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

17 years agoMerged revisions 10301 via svnmerge from
Russell Bryant [Thu, 16 Feb 2006 18:19:05 +0000 (18:19 +0000)]
Merged revisions 10301 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10301 | russell | 2006-02-16 13:07:52 -0500 (Thu, 16 Feb 2006) | 3 lines

when executing the Directory application from voicemail and a context is not
specified, use the "default" context, not the channel's current context (issue #6507)

........

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

17 years agoadd StopMixMonitor application (issue #6122, with mods)
Russell Bryant [Thu, 16 Feb 2006 17:37:03 +0000 (17:37 +0000)]
add StopMixMonitor application (issue #6122, with mods)
Rename and export ast_complete_channels for use by cli completion functions
that want to complete from the list of active channels

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

17 years agosuppress compiler warning
Russell Bryant [Thu, 16 Feb 2006 17:21:56 +0000 (17:21 +0000)]
suppress compiler warning

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

17 years agoWhitespace cleanup
Olle Johansson [Thu, 16 Feb 2006 08:19:34 +0000 (08:19 +0000)]
Whitespace cleanup

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

17 years agoDefine the initial values separate from the STATIC definitions
Tilghman Lesher [Wed, 15 Feb 2006 23:00:07 +0000 (23:00 +0000)]
Define the initial values separate from the STATIC definitions

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

17 years agoremove the uses of the deprecated STANDARD_LOCAL_USER
Russell Bryant [Wed, 15 Feb 2006 20:11:56 +0000 (20:11 +0000)]
remove the uses of the deprecated STANDARD_LOCAL_USER

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

17 years agoadde incoming_early_audio option, to avoid sending tone indications to the remote...
Christian Richter [Wed, 15 Feb 2006 19:51:33 +0000 (19:51 +0000)]
adde incoming_early_audio option, to avoid sending tone indications to the remote party on incoming calls from the pstn, this shouldnt be enabled, only if the provider allows it

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

17 years agoadded pmp_l1_check option, to avoid l1 checking for group calls on PMP ports
Christian Richter [Wed, 15 Feb 2006 19:32:45 +0000 (19:32 +0000)]
added pmp_l1_check option, to avoid l1 checking for group calls on PMP ports

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

17 years agonow that there are no modules that define their own version of
Russell Bryant [Wed, 15 Feb 2006 19:07:48 +0000 (19:07 +0000)]
now that there are no modules that define their own version of
'struct localuser' (see issue #6216), redefine STANDARD_LOCAL_USER
to empty, and define the localuser structure in module.h (issue #6494)

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

17 years agoFix the retrieval of the new SYSTEMNAME variable. Also, clarify some
Russell Bryant [Wed, 15 Feb 2006 18:39:52 +0000 (18:39 +0000)]
Fix the retrieval of the new SYSTEMNAME variable.  Also, clarify some
documentation of how pbx_retrieve_variable works. (issue #6493)

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

17 years agochanged LOG_WARNING to LOG_DEBUG for backtrace
Matt O'Gorman [Wed, 15 Feb 2006 17:37:57 +0000 (17:37 +0000)]
changed LOG_WARNING to LOG_DEBUG for backtrace
messages (issue #6497)

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

17 years agoSmall typo
Olle Johansson [Wed, 15 Feb 2006 07:01:19 +0000 (07:01 +0000)]
Small typo

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

17 years agoadd option to avoid calling members whose channels are 'in use' (issue #6315, plus...
Kevin P. Fleming [Wed, 15 Feb 2006 02:52:19 +0000 (02:52 +0000)]
add option to avoid calling members whose channels are 'in use' (issue #6315, plus documentation)

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

17 years agoremove code that does not appear to do anything useful (issue #6059)
Kevin P. Fleming [Wed, 15 Feb 2006 01:55:20 +0000 (01:55 +0000)]
remove code that does not appear to do anything useful (issue #6059)

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

17 years agomore memory allocation wrapper conversion
Kevin P. Fleming [Wed, 15 Feb 2006 01:48:54 +0000 (01:48 +0000)]
more memory allocation wrapper conversion

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

17 years agovarious cleanups (issue #6389)
Kevin P. Fleming [Wed, 15 Feb 2006 01:38:20 +0000 (01:38 +0000)]
various cleanups (issue #6389)

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

17 years agodon't dereference memory that has been freed (issue #6405)
Kevin P. Fleming [Wed, 15 Feb 2006 01:31:21 +0000 (01:31 +0000)]
don't dereference memory that has been freed (issue #6405)

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

17 years agoMerged revisions 10137 via svnmerge from
Kevin P. Fleming [Wed, 15 Feb 2006 01:22:54 +0000 (01:22 +0000)]
Merged revisions 10137 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10137 | kpfleming | 2006-02-14 19:21:33 -0600 (Tue, 14 Feb 2006) | 2 lines

ensure that agents logged in via the manager interface are stored in the persistence database (related to issue #6301)

........

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

17 years agoadd channel's uniqueid to manager 'join' event (issue #6458)
Kevin P. Fleming [Wed, 15 Feb 2006 01:01:35 +0000 (01:01 +0000)]
add channel's uniqueid to manager 'join' event (issue #6458)

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

17 years agoadd KEYPADHASH dialplan function (issue #6441)
Kevin P. Fleming [Wed, 15 Feb 2006 00:59:01 +0000 (00:59 +0000)]
add KEYPADHASH dialplan function (issue #6441)

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

17 years agohandle longer ENUM lookup results (issue #6476)
Kevin P. Fleming [Wed, 15 Feb 2006 00:51:21 +0000 (00:51 +0000)]
handle longer ENUM lookup results (issue #6476)

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

17 years agoblock func_enum fix
Kevin P. Fleming [Wed, 15 Feb 2006 00:47:08 +0000 (00:47 +0000)]
block func_enum fix

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

17 years agoMerged revisions 10021,10108 via svnmerge from
Kevin P. Fleming [Wed, 15 Feb 2006 00:38:27 +0000 (00:38 +0000)]
Merged revisions 10021,10108 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10108 | kpfleming | 2006-02-14 18:36:57 -0600 (Tue, 14 Feb 2006) | 2 lines

ensure that FastAGI launcher can handle system call interruption (issue #6449)

........

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

17 years agoforce a cleanup due to today's ast_channel change
Kevin P. Fleming [Wed, 15 Feb 2006 00:33:30 +0000 (00:33 +0000)]
force a cleanup due to today's ast_channel change

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

17 years agoupdate app to use args parser
Kevin P. Fleming [Wed, 15 Feb 2006 00:33:07 +0000 (00:33 +0000)]
update app to use args parser

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

17 years agoadd API function for parsing strings to time_t (issue #6320, with mods)
Kevin P. Fleming [Wed, 15 Feb 2006 00:24:24 +0000 (00:24 +0000)]
add API function for parsing strings to time_t (issue #6320, with mods)

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

17 years agoadd 'systemname' option to prefix channel unique IDs with (issue #5825)
Kevin P. Fleming [Tue, 14 Feb 2006 23:42:36 +0000 (23:42 +0000)]
add 'systemname' option to prefix channel unique IDs with (issue #5825)
convert chan->uniqueid to a stringfield from a fixed-size buffer

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

17 years agoNow Kevin will be really happy!
Matt O'Gorman [Tue, 14 Feb 2006 23:38:27 +0000 (23:38 +0000)]
Now Kevin will be really happy!

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

17 years agochanged naming scheme for variables so it matches
Matt O'Gorman [Tue, 14 Feb 2006 23:30:18 +0000 (23:30 +0000)]
changed naming scheme for variables so it matches
asterisk standard, changed it so it can take frames
 of sizes other than 20ms, allowed for the app to reload
 properly, and finalyl changed sample to general section
 as to follow standards.

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

17 years agouse a delimiter for 'show channels concise' that will not appear in the field content...
Kevin P. Fleming [Tue, 14 Feb 2006 23:22:52 +0000 (23:22 +0000)]
use a delimiter for 'show channels concise' that will not appear in the field contents (issue #6086, with UPGRADE.txt addition)

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

17 years agoBug 4377 - Initial round of loader changes
Tilghman Lesher [Tue, 14 Feb 2006 23:08:06 +0000 (23:08 +0000)]
Bug 4377 - Initial round of loader changes

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

17 years agomore list macro conversion (issue #6361, plus documentation for new macro)
Kevin P. Fleming [Tue, 14 Feb 2006 22:44:20 +0000 (22:44 +0000)]
more list macro conversion (issue #6361, plus documentation for new macro)

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

17 years agomore memory allocation wrapper conversion (issue #6365)
Kevin P. Fleming [Tue, 14 Feb 2006 22:28:01 +0000 (22:28 +0000)]
more memory allocation wrapper conversion (issue #6365)

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

17 years agowarn people about ENUMLOOKUP counting change
Kevin P. Fleming [Tue, 14 Feb 2006 22:20:14 +0000 (22:20 +0000)]
warn people about ENUMLOOKUP counting change

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

17 years agoensure that ENUM count requests that are invalid return zero, not blank (issue #6371)
Kevin P. Fleming [Tue, 14 Feb 2006 22:18:13 +0000 (22:18 +0000)]
ensure that ENUM count requests that are invalid return zero, not blank (issue #6371)

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

17 years agodon't force a default zone for ENUM() lookups, use the configuration file (issue...
Kevin P. Fleming [Tue, 14 Feb 2006 21:57:26 +0000 (21:57 +0000)]
don't force a default zone for ENUM() lookups, use the configuration file (issue #6036, with update to UPGRADE.txt)

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

17 years agodon't use localuser structure for outbound calls (issue #6216)
Kevin P. Fleming [Tue, 14 Feb 2006 21:50:35 +0000 (21:50 +0000)]
don't use localuser structure for outbound calls (issue #6216)
various code cleanup and reorganization (issue #6216)

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

17 years agolist macro conversion (issue #6328, with bugfix)
Kevin P. Fleming [Tue, 14 Feb 2006 20:39:56 +0000 (20:39 +0000)]
list macro conversion (issue #6328, with bugfix)

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

17 years agoMerged revisions 9961,9964,9990,10018 via svnmerge from
Kevin P. Fleming [Tue, 14 Feb 2006 20:21:38 +0000 (20:21 +0000)]
Merged revisions 9961,9964,9990,10018 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10018 | kpfleming | 2006-02-14 14:20:15 -0600 (Tue, 14 Feb 2006) | 2 lines

don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289)

........

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

17 years agoremove file for testing
Kevin P. Fleming [Tue, 14 Feb 2006 19:37:19 +0000 (19:37 +0000)]
remove file for testing

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

17 years agotest pre-commit script
Kevin P. Fleming [Tue, 14 Feb 2006 19:28:07 +0000 (19:28 +0000)]
test pre-commit script

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

17 years agoset proper mime-type and eol-style on all files
Kevin P. Fleming [Tue, 14 Feb 2006 19:14:15 +0000 (19:14 +0000)]
set proper mime-type and eol-style on all files

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

17 years agoProperly stopsteram on meetme (bug #6137)
Mark Spencer [Tue, 14 Feb 2006 19:08:51 +0000 (19:08 +0000)]
Properly stopsteram on meetme (bug #6137)

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

17 years agoFix build issues...
Mark Spencer [Tue, 14 Feb 2006 19:08:12 +0000 (19:08 +0000)]
Fix build issues...

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

17 years ago#ifdef the include too.
BJ Weschke [Tue, 14 Feb 2006 18:49:37 +0000 (18:49 +0000)]
#ifdef the include too.

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

17 years ago #ifdef'd the prctl fix to only try and compile on linux systems. Thanks rizzo for...
BJ Weschke [Tue, 14 Feb 2006 18:47:16 +0000 (18:47 +0000)]
  #ifdef'd the prctl fix to only try and compile on linux systems. Thanks rizzo for pointing this out, and credit to Armin for identifying a solution to the original problem.

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

17 years agoset properties for new files (i need to get this documented)
Kevin P. Fleming [Tue, 14 Feb 2006 18:44:18 +0000 (18:44 +0000)]
set properties for new files (i need to get this documented)

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

17 years agoMerged revisions 9958 via svnmerge from
Kevin P. Fleming [Tue, 14 Feb 2006 18:30:32 +0000 (18:30 +0000)]
Merged revisions 9958 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9958 | kpfleming | 2006-02-14 12:30:10 -0600 (Tue, 14 Feb 2006) | 2 lines

when answering INVITE, don't send codecs the peer didn't offer (issue #6052)

........

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

17 years agoblock meetme fix
Kevin P. Fleming [Tue, 14 Feb 2006 18:29:10 +0000 (18:29 +0000)]
block meetme fix

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

17 years agoblock revs for core dump fix
Kevin P. Fleming [Tue, 14 Feb 2006 18:27:06 +0000 (18:27 +0000)]
block revs for core dump fix

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

17 years agouse proper property name for blocked revs
Kevin P. Fleming [Tue, 14 Feb 2006 18:25:29 +0000 (18:25 +0000)]
use proper property name for blocked revs

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

17 years agoblock reversal of yesterday's blocked fix :-)
Kevin P. Fleming [Tue, 14 Feb 2006 18:23:54 +0000 (18:23 +0000)]
block reversal of yesterday's blocked fix :-)

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

17 years agobug 6485 fixed.
Matt O'Gorman [Tue, 14 Feb 2006 17:08:06 +0000 (17:08 +0000)]
bug 6485 fixed.

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

17 years agoCommiting 5959 with minor formatting and typo
Matt O'Gorman [Tue, 14 Feb 2006 16:42:50 +0000 (16:42 +0000)]
Commiting 5959 with minor formatting and typo
fixes.  Thanks to all those involved.

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

17 years agofixed a certain 64bit segfault
Christian Richter [Tue, 14 Feb 2006 11:25:35 +0000 (11:25 +0000)]
fixed a certain 64bit segfault

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

17 years agofixed the occasional no audio issue, still need deeper investigation .. echotraining...
Christian Richter [Tue, 14 Feb 2006 10:44:00 +0000 (10:44 +0000)]
fixed the occasional no audio issue, still need deeper investigation .. echotraining is off by default

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