]>
git.ipfire.org Git - thirdparty/asterisk.git/log
Russell Bryant [Thu, 23 Mar 2006 20:15:01 +0000 (20:15 +0000)]
Merged revisions 14462 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r14462 | russell | 2006-03-23 15:13:48 -0500 (Thu, 23 Mar 2006) | 2 lines
don't crash when asked to read from a file that doesn't exist (issue #6786)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14463
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 23 Mar 2006 19:58:32 +0000 (19:58 +0000)]
- In response to asterisk-users discussion - show which peers in "sip show peers" and "sip show peer" that are cached realtime peers.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14425
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Thu, 23 Mar 2006 14:28:16 +0000 (14:28 +0000)]
Replace ast_say_* functionn with function pointers, so that modules
can override them.
On passing, fix a potential problem in the top level Makefile:
if a static library is not referenced by any of the core objects,
it is not linked in the main program, and will not be available
to modules, which leads to failure at runtime when the modules
are loaded.
This is the case of stdtime/localtime.o, which supplies some core
symbolx, but is only linked in as a library. Fix the problem by
linking in the object.
NOTE: this is intended as a temporary aid to replace the
existing say.c with a newer implementation. Once the
task is completed, we may decide whether or not the ast_say*()
functions should be pluggable or not and possibly revert
part of this change.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14382
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Thu, 23 Mar 2006 13:39:36 +0000 (13:39 +0000)]
remove duplicate CFLAGS and SOLINK definitions that are
already in the top level Makefile
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14351
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Luigi Rizzo [Thu, 23 Mar 2006 12:47:50 +0000 (12:47 +0000)]
Fix a compile problem on FreeBSD for a missing header.
In this specific case the problem triggered on app_amd.c,
but it keeps coming out from time to time so it is better
to fix it in a more central place.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14320
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 22 Mar 2006 22:28:36 +0000 (22:28 +0000)]
Merged revisions 14276 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r14276 | file | 2006-03-22 18:18:32 -0400 (Wed, 22 Mar 2006) | 2 lines
Fix a minor code issue
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14279
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 22 Mar 2006 22:27:11 +0000 (22:27 +0000)]
Merged revisions 14275 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r14275 | file | 2006-03-22 18:13:30 -0400 (Wed, 22 Mar 2006) | 2 lines
Issue #6781 - Verbose levels not enforced in app_voicemail (Reported by flobi)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14277
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 22 Mar 2006 21:43:38 +0000 (21:43 +0000)]
Merged revisions 14234 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r14234 | file | 2006-03-22 17:38:32 -0400 (Wed, 22 Mar 2006) | 2 lines
Issue #5918 - Disposition showing FAILED even though call is answered successfully (Reported by tracinet)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14235
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 22 Mar 2006 21:05:24 +0000 (21:05 +0000)]
Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixed by casper) - imported from 1.2
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14220
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
North Antara [Wed, 22 Mar 2006 20:45:00 +0000 (20:45 +0000)]
More whitespace and typo fixes for chan_skinny - yay!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14188
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Wed, 22 Mar 2006 09:14:42 +0000 (09:14 +0000)]
Issue #6766 - Make ;user=phone work again - imported from 1.2
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14141
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Wed, 22 Mar 2006 08:00:32 +0000 (08:00 +0000)]
Issue #6759, generate warning when refusing connection requiring unsupported SIP extensions
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14110
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jim Dixon [Tue, 21 Mar 2006 22:31:36 +0000 (22:31 +0000)]
Added separate outsignalling specification, and fixed FEATDMF to allow for
international inbound calls.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14079
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 21 Mar 2006 21:52:30 +0000 (21:52 +0000)]
update enum documentation to reflect recent changes to the ENUMLOOKUP function (issue #6513)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14053
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 21 Mar 2006 20:45:29 +0000 (20:45 +0000)]
add a CLI command that allows converting files to other formats using
the Asterisk file format and codec translator modules (issue #6062)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14027
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Fredrickson [Tue, 21 Mar 2006 19:28:12 +0000 (19:28 +0000)]
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14001
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 21 Mar 2006 19:19:35 +0000 (19:19 +0000)]
update LOCAL_USER_ADD to use ast_calloc
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14000
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 21 Mar 2006 19:00:26 +0000 (19:00 +0000)]
Merged revisions 13964 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r13964 | russell | 2006-03-21 13:59:29 -0500 (Tue, 21 Mar 2006) | 3 lines
add a note explaining how to set the DYNAMIC_FEATURES variable to allow the use
of custom features (issue #6747)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13967
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 21 Mar 2006 18:22:38 +0000 (18:22 +0000)]
Merged revisions 13961 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r13961 | russell | 2006-03-21 13:21:47 -0500 (Tue, 21 Mar 2006) | 3 lines
fix crash when using the ParkAndAnnounce application. When using this application,
there will be no peer channel to play the parking announcement to. (issue #6756)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13962
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 21 Mar 2006 17:49:50 +0000 (17:49 +0000)]
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13926
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 21 Mar 2006 16:24:19 +0000 (16:24 +0000)]
Merged revisions 13888 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r13888 | russell | 2006-03-21 11:22:16 -0500 (Tue, 21 Mar 2006) | 2 lines
fix spelling of whiskey
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13889
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 21 Mar 2006 16:18:54 +0000 (16:18 +0000)]
add note about phonetic sounds being removed from asterisk-sounds
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13887
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 21 Mar 2006 15:55:38 +0000 (15:55 +0000)]
Merged revisions 13851 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r13851 | russell | 2006-03-21 10:53:27 -0500 (Tue, 21 Mar 2006) | 2 lines
don't add conference participant if the user hangs up while recording their name (issue #6661)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13852
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 21 Mar 2006 15:12:41 +0000 (15:12 +0000)]
spelling and formatting fixes (issue #6760)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13850
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 21 Mar 2006 14:23:06 +0000 (14:23 +0000)]
This was from issue #6765
Merged revisions 13814 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r13814 | russell | 2006-03-21 09:20:28 -0500 (Tue, 21 Mar 2006) | 3 lines
re-add the Account parameter to the sample call file since it's not really
deprecated since the CDR function is no longer built in
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13815
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Tue, 21 Mar 2006 09:47:51 +0000 (09:47 +0000)]
removed unneeded debugs in level=0
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13787
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 21 Mar 2006 06:28:19 +0000 (06:28 +0000)]
Merged revisions 13748 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r13748 | tilghman | 2006-03-21 00:24:56 -0600 (Tue, 21 Mar 2006) | 2 lines
Bug 6714 - Workaround to avoid retrieving incomplete voicemail message
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13749
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 21 Mar 2006 06:04:49 +0000 (06:04 +0000)]
add indications for Malaysia (issue #6758)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13738
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 21 Mar 2006 06:03:58 +0000 (06:03 +0000)]
Meetme file is parsed with comma-delimiters, not vertical bars
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13733
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 21 Mar 2006 05:54:04 +0000 (05:54 +0000)]
Bug 6699 - Fix for ENUMLOOKUP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13710
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 21 Mar 2006 05:48:17 +0000 (05:48 +0000)]
Bug 6745 - Fix for ranges that wrap around the ends
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13709
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 21 Mar 2006 05:30:32 +0000 (05:30 +0000)]
Merged revisions 13707 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r13707 | tilghman | 2006-03-20 23:27:33 -0600 (Mon, 20 Mar 2006) | 2 lines
Do away with some warnings and fix some indentation
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13708
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
BJ Weschke [Mon, 20 Mar 2006 21:25:50 +0000 (21:25 +0000)]
Fix more svn properties on files that need it.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13675
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
BJ Weschke [Mon, 20 Mar 2006 21:08:10 +0000 (21:08 +0000)]
Set correct SVN properties on these files.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13674
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Mon, 20 Mar 2006 18:04:05 +0000 (18:04 +0000)]
removed dynamic switching from transparent to hdlc mode. Instead we've got a config option hdlc=yes now which enables the hdlc controller for a data call
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13637
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 20 Mar 2006 17:39:14 +0000 (17:39 +0000)]
Don't overwrite ANI if it's already sent with IES (imported from 1.2 branch)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13635
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Mon, 20 Mar 2006 10:00:34 +0000 (10:00 +0000)]
these traceing option do not exist anymore
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13633
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Mon, 20 Mar 2006 02:00:30 +0000 (02:00 +0000)]
fix astmm on sparc or any other architecture that doesn't allow unaligned
memory access
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13631
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 19 Mar 2006 21:40:42 +0000 (21:40 +0000)]
fix the build of eagi-test on Solaris in combination with astmm
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13630
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 19 Mar 2006 21:28:55 +0000 (21:28 +0000)]
fix the return value for the provided unsetenv() for Solaris
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13629
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 19 Mar 2006 21:01:04 +0000 (21:01 +0000)]
fix memory leak due to not freeing the channel's string fields in
ast_channel_destroy() (issue #6746)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13628
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 19 Mar 2006 20:23:16 +0000 (20:23 +0000)]
- Doxygen fixes.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13627
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 19 Mar 2006 15:53:40 +0000 (15:53 +0000)]
convert a few more uses of strlen where ast_strlen_zero should be used
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13622
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 19 Mar 2006 15:42:49 +0000 (15:42 +0000)]
convert a couple uses of strlen() to use ast_strlen_zero()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13621
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 19 Mar 2006 10:11:29 +0000 (10:11 +0000)]
Merged revisions 13550 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r13550 | russell | 2006-03-19 04:59:55 -0500 (Sun, 19 Mar 2006) | 4 lines
revert the change made in revision 12927 in favor of keeping the original
behavior of the option. The documentation has now been updated to reflect
the actual behavior. (issue #6523)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13587
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 19 Mar 2006 09:35:11 +0000 (09:35 +0000)]
Fix reference to README files
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13549
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 19 Mar 2006 09:32:36 +0000 (09:32 +0000)]
Import revision 13547 from branch 1.2 - reset global_rtautoclear at reload
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13548
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 19 Mar 2006 09:08:57 +0000 (09:08 +0000)]
- Remove comment about non-existing XML format ;-)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13546
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 19 Mar 2006 09:07:29 +0000 (09:07 +0000)]
- change "regcontext" to "global_regcontext" to mark it as a global setting
- show regexten in "sip show peer <name"
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13545
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 19 Mar 2006 01:39:14 +0000 (01:39 +0000)]
When astmm is in use, define ast_malloc and friends to malloc, etc., so that
it doesn't report that all allocations are coming from utils.h. Also, add some
more information to the error message astmm reports when a memory allocation
failure occurs.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13513
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 19 Mar 2006 00:38:02 +0000 (00:38 +0000)]
suppress compiler warning on mac
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13483
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sat, 18 Mar 2006 19:16:36 +0000 (19:16 +0000)]
use ast_calloc instead of malloc+memset and remove some unnecessary initializations
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13453
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sat, 18 Mar 2006 18:55:35 +0000 (18:55 +0000)]
convert malloc+memset to ast_calloc
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13423
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sat, 18 Mar 2006 17:38:51 +0000 (17:38 +0000)]
- remove some unnecessary extern keywords
- cleanups to doxygen formatted documentation
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13393
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 17 Mar 2006 21:39:36 +0000 (21:39 +0000)]
move the definition of the mappings between extension states and their text
representation into pbx.c so that every file that includes pbx.h does not
unnecessarily get a copy of it
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13357
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Fri, 17 Mar 2006 08:46:31 +0000 (08:46 +0000)]
Add reference to examples for files and custom, too make it more obious
that you're required to read on... (hello xrobau)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13323
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 16 Mar 2006 20:16:56 +0000 (20:16 +0000)]
Merged revisions 13279 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r13279 | tilghman | 2006-03-16 14:05:00 -0600 (Thu, 16 Mar 2006) | 2 lines
Bug 6737 - Fix compile warning on OS X
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13281
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 16 Mar 2006 20:11:05 +0000 (20:11 +0000)]
fix compiler warning on mac (issue #6737)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13280
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 16 Mar 2006 18:01:08 +0000 (18:01 +0000)]
Clarify documentation for "progressinband" - imported from 1.2
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13246
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 16 Mar 2006 17:46:15 +0000 (17:46 +0000)]
Merged revisions 13237 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r13237 | russell | 2006-03-16 12:42:46 -0500 (Thu, 16 Mar 2006) | 3 lines
always use the callerid signalling method set in the zt_pvt strucutre as
opposed to the last one read from the config file (issue #6734, with mods)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13238
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 16 Mar 2006 08:40:45 +0000 (08:40 +0000)]
Importing "oops" fix from 1.2 branch.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13206
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 15 Mar 2006 22:24:11 +0000 (22:24 +0000)]
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13162
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 15 Mar 2006 22:04:49 +0000 (22:04 +0000)]
Furthermore, set the disposition to FAILED if the CDR was never even started
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13160
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 15 Mar 2006 21:59:08 +0000 (21:59 +0000)]
don't calculate a duration if the CDR wasn't started, as it will result in a
totally bogus value. Thanks, Luigi! :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13132
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 15 Mar 2006 18:15:33 +0000 (18:15 +0000)]
Merged revisions 13095 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r13095 | tilghman | 2006-03-15 12:07:06 -0600 (Wed, 15 Mar 2006) | 2 lines
Reverting patch from bug 6667
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13096
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 15 Mar 2006 17:12:15 +0000 (17:12 +0000)]
Bug 6316 - Add flag to not speak single user announcement
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13067
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Wed, 15 Mar 2006 13:06:48 +0000 (13:06 +0000)]
Import of rev 13026 from 1.2 branch: Fix parameters to event: header
in SUBSCRIBE request
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13027
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 15 Mar 2006 00:29:25 +0000 (00:29 +0000)]
remove calculations that always evaluate to zero, thanks Luigi!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12995
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 19:50:27 +0000 (19:50 +0000)]
add a CLI command that allows conversion of files to other formats using
the Asterisk file format and codec translation modules (issue #6062)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12962
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 19:09:13 +0000 (19:09 +0000)]
update to reflect conversion of the accountcode to use stringfields (issue #6722)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12961
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 19:06:25 +0000 (19:06 +0000)]
update UPGRADE.txt to reflect the last change to chan_iax2
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12960
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 18:42:56 +0000 (18:42 +0000)]
Merged revisions 12927 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r12927 | russell | 2006-03-14 13:41:05 -0500 (Tue, 14 Mar 2006) | 3 lines
when using the G() option to Dial, fix sending the called channel to 1 priority
beyond what was specified (issue #6523)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12928
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 18:30:52 +0000 (18:30 +0000)]
Merged revisions 12925 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r12925 | russell | 2006-03-14 13:28:39 -0500 (Tue, 14 Mar 2006) | 3 lines
fix a problem with not loading realtime queue members by always reloading a
realtime queue from the database even if it is found in the list (issue #6680)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12926
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 18:11:35 +0000 (18:11 +0000)]
add a couple of variables to clarify some code (issue #6700)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12924
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 18:05:22 +0000 (18:05 +0000)]
deprecate the mailboxdetail option and always use its behavior, instead (issue #6665)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12923
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 16:57:35 +0000 (16:57 +0000)]
clarify which global options are enabled by default
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12897
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 16:49:34 +0000 (16:49 +0000)]
add an option to cdr.conf that enables ending CDRs before executing
the "h" extension as opposed to afterwards (issue #6193)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12896
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 16:18:20 +0000 (16:18 +0000)]
add header to fix building with -Werror (issue #6718)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12895
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 16:16:14 +0000 (16:16 +0000)]
add a missing header to fix building with -Werror (issue #6717)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12894
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 16:10:44 +0000 (16:10 +0000)]
catch read/write errors and exit if they occur (issue #6721)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12893
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 14 Mar 2006 16:00:06 +0000 (16:00 +0000)]
fix build without SCHED_MULTITHREADED defined (issue #6719)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12878
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Tue, 14 Mar 2006 07:17:30 +0000 (07:17 +0000)]
Small fixes to the messagecount function (while trying to understand
a bug report...)
- Remove unused variable "ret"
- Declare char* pointers in the block where they are used
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12843
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Tue, 14 Mar 2006 07:09:57 +0000 (07:09 +0000)]
- Formatting fix in musiconhold
- One extra doxygen comment in res_features
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12842
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 13 Mar 2006 15:30:02 +0000 (15:30 +0000)]
Merged revisions 12792 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r12792 | tilghman | 2006-03-13 09:28:35 -0600 (Mon, 13 Mar 2006) | 2 lines
Bug 6667 - Fix for RFC2833 issues
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12793
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 13 Mar 2006 13:56:34 +0000 (13:56 +0000)]
Bug 6526 - Add a reference count to avoid crash
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12766
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 13 Mar 2006 09:02:55 +0000 (09:02 +0000)]
Issue 6710: saydate crash. Fix by Luigi Rizzo. Thanks!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12740
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 13 Mar 2006 05:24:13 +0000 (05:24 +0000)]
Bug 6709 - Simplify extensive embedded ifneq logic (and fix missing endif's)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12714
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 12 Mar 2006 21:17:58 +0000 (21:17 +0000)]
add some missing braces
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12688
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 12 Mar 2006 19:29:35 +0000 (19:29 +0000)]
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12648
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 12 Mar 2006 19:28:57 +0000 (19:28 +0000)]
add locking to protect the list of global dialplan variables
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12647
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sun, 12 Mar 2006 18:07:23 +0000 (18:07 +0000)]
Merged revisions 12577 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r12577 | russell | 2006-03-12 12:57:37 -0500 (Sun, 12 Mar 2006) | 2 lines
fix build on parisc (issue #6704)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12610
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 12 Mar 2006 17:27:57 +0000 (17:27 +0000)]
README files have changed names, better change references too :-)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12572
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 12 Mar 2006 16:47:55 +0000 (16:47 +0000)]
- Adding some hangupcauses before hangups
- Removing double warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12546
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Sun, 12 Mar 2006 16:29:24 +0000 (16:29 +0000)]
update reference to doc file whose name has changed
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12544
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sat, 11 Mar 2006 15:17:50 +0000 (15:17 +0000)]
Bug 6459 - tell manager when queue is abandoned
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12501
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Fri, 10 Mar 2006 14:37:30 +0000 (14:37 +0000)]
mISDN mqueue is now head, not a branch anymore
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12497
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Fri, 10 Mar 2006 12:18:00 +0000 (12:18 +0000)]
Issue #5937 - Make sure that SIP CANCEL's are retransmitted properly
Importing revision 12495 from 1.2 with changes for svn trunk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12496
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Fri, 10 Mar 2006 12:13:05 +0000 (12:13 +0000)]
Implement enum for retransmit options to various functions.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12494
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Fri, 10 Mar 2006 10:41:34 +0000 (10:41 +0000)]
Doxygen fixes (we renamed a lot of README's recently)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12493
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Fri, 10 Mar 2006 10:38:12 +0000 (10:38 +0000)]
Update the readme with AstriBank and mISDN support
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12492
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3