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
Olle Johansson [Fri, 10 Mar 2006 10:28:08 +0000 (10:28 +0000)]
Doxygen reformatting
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12491
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Thu, 9 Mar 2006 21:02:58 +0000 (21:02 +0000)]
Minor typo fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12483
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Thu, 9 Mar 2006 18:01:27 +0000 (18:01 +0000)]
added option to change the connected party number dialplan (ton)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12481
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 9 Mar 2006 17:41:38 +0000 (17:41 +0000)]
Support SIP_CODEC channel variable for early media. (Imported from 1.2, with a small
change for const char* channel variables)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12478
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Thu, 9 Mar 2006 12:28:07 +0000 (12:28 +0000)]
Make sure we clear our sched value before we actually schedule the
dereg.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12476
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matt O'Gorman [Wed, 8 Mar 2006 22:12:20 +0000 (22:12 +0000)]
allows the table field to be configurable for
cdr_tds.conf. patch provided by bug 6629 with
minor change.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12475
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Wed, 8 Mar 2006 20:42:47 +0000 (20:42 +0000)]
Formatting fix.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12471
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matt O'Gorman [Wed, 8 Mar 2006 18:52:55 +0000 (18:52 +0000)]
minor typo in UPGRADE.txt bug number 6679
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12465
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Wed, 8 Mar 2006 17:41:03 +0000 (17:41 +0000)]
- Doxygen formatting
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12464
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Wed, 8 Mar 2006 10:54:40 +0000 (10:54 +0000)]
Issue #6657 - Ignore 183 Session Progress without SDP (imported from 1.2 rev 12458)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12459
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Wed, 8 Mar 2006 08:36:40 +0000 (08:36 +0000)]
Set SIPDOMAIN on 302 redirects.
This way you can catch 302 redirects in the dial plan and see if
the redirect is to a local extension or a remote URI.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12456
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matt O'Gorman [Tue, 7 Mar 2006 22:57:52 +0000 (22:57 +0000)]
added show globals and set global from oej's patch
bug 6506
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12430
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Tue, 7 Mar 2006 20:47:24 +0000 (20:47 +0000)]
Issue #6627 - Don't reset port number of active peers at reload
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12400
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Tue, 7 Mar 2006 19:34:23 +0000 (19:34 +0000)]
fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ... grrrr
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12371
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Tue, 7 Mar 2006 17:55:33 +0000 (17:55 +0000)]
Doxygen changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12344
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Tue, 7 Mar 2006 12:17:35 +0000 (12:17 +0000)]
when receiving disconnect with inband info, we don't send release immediately, we also don't inform asterisk with hangup or congestion, since we want to hear the inband message.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12315
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Tue, 7 Mar 2006 11:16:56 +0000 (11:16 +0000)]
added misdn port down to send a L1 Deactivate to a NT Port. changed some default values regarding jitterbuffer.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12288
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Christian Richter [Tue, 7 Mar 2006 11:08:09 +0000 (11:08 +0000)]
added a bit more detailed description for the echotraining parameter, also changed the default from 1 to 2000. The default for the upper_threshold is now 0
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12287
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Tue, 7 Mar 2006 09:57:22 +0000 (09:57 +0000)]
Add accountcode to sip_peer dialplan function
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12260
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 7 Mar 2006 01:12:09 +0000 (01:12 +0000)]
Bug 5702 - Realtime patch for meetme
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12232
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 7 Mar 2006 00:07:27 +0000 (00:07 +0000)]
Merged revisions 12195 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r12195 | tilghman | 2006-03-06 18:05:27 -0600 (Mon, 06 Mar 2006) | 2 lines
Bug 6020 - Race condition where packet could be lost if first packet on list is acked
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12197
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 6 Mar 2006 23:45:37 +0000 (23:45 +0000)]
Oops, didn't get the right meaning of what keywords is supposed to be
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12165
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 6 Mar 2006 23:39:39 +0000 (23:39 +0000)]
Bug 4489 - Jukebox AGI
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12164
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 6 Mar 2006 23:12:48 +0000 (23:12 +0000)]
Bug 6304 - Add Park command to the manager interface
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12163
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 6 Mar 2006 23:04:56 +0000 (23:04 +0000)]
Merged revisions 12161 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r12161 | tilghman | 2006-03-06 17:03:54 -0600 (Mon, 06 Mar 2006) | 2 lines
Bug 6664 - More fixes for Solaris
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12162
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 6 Mar 2006 21:16:25 +0000 (21:16 +0000)]
Bug 6195 - Deadlock solution by Matti
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12136
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 6 Mar 2006 18:47:43 +0000 (18:47 +0000)]
Issue #6659 - bad syntax in the Asterisk mib (fix by tholo)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12108
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 6 Mar 2006 18:43:10 +0000 (18:43 +0000)]
Add credit for the poll.c emulation layer for BSD
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12107
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 6 Mar 2006 14:27:48 +0000 (14:27 +0000)]
Blocking patch for ast_strundup in 1.2
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12073
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 6 Mar 2006 11:11:11 +0000 (11:11 +0000)]
Make astmm compile (imported from 1.2)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12041
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 6 Mar 2006 11:03:08 +0000 (11:03 +0000)]
Revert, needs to be fixed in 1.2 first
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12031
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 6 Mar 2006 11:02:12 +0000 (11:02 +0000)]
Fix compilation with astmm
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12025
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 6 Mar 2006 10:49:15 +0000 (10:49 +0000)]
Portability issue - make stringfields work on FreeBSD 4.x (oej/rizzo)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12012
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 6 Mar 2006 10:46:36 +0000 (10:46 +0000)]
Issue #6628 - Disable res_snmp on incompatible platforms until
we have a resolution for the conflict. (Corydon's patch)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12011
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 6 Mar 2006 09:43:59 +0000 (09:43 +0000)]
Initialize variable (fix by Luigi Rizzo)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11983
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Mon, 6 Mar 2006 02:33:36 +0000 (02:33 +0000)]
Merged revisions 11946 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r11946 | russell | 2006-03-05 21:32:35 -0500 (Sun, 05 Mar 2006) | 2 lines
fix a typo in the description of the ringtimeout option
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11947
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 5 Mar 2006 14:07:06 +0000 (14:07 +0000)]
Fix bad fix.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11914
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 5 Mar 2006 13:52:58 +0000 (13:52 +0000)]
Some days... Sorry.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11890
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 5 Mar 2006 13:52:26 +0000 (13:52 +0000)]
Oops
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11889
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Sun, 5 Mar 2006 12:57:34 +0000 (12:57 +0000)]
Clear almost all of page2 flags at reload (different fix from 1.2 branch)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11850
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Mark Spencer [Sat, 4 Mar 2006 18:12:02 +0000 (18:12 +0000)]
Fix some whitespace issues
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11817
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
BJ Weschke [Sat, 4 Mar 2006 11:51:45 +0000 (11:51 +0000)]
Merged revisions 11778 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r11778 | bweschke | 2006-03-04 06:45:37 -0500 (Sat, 04 Mar 2006) | 3 lines
Substitute variables in the post_process string (if it exists) before those variables could possibly disappear (channel hangup) #6462
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11779
65c4cc65-6c06-0410-ace0-
fbb531ad65f3