summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-14deprecate the mailboxdetail option and always use its behavior, instead ↵Russell Bryant
(issue #6665) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12923 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-14clarify which global options are enabled by defaultRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12897 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-14add an option to cdr.conf that enables ending CDRs before executingRussell Bryant
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
2006-03-14add header to fix building with -Werror (issue #6718)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12895 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-14add a missing header to fix building with -Werror (issue #6717)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12894 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-14catch read/write errors and exit if they occur (issue #6721)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12893 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-14fix build without SCHED_MULTITHREADED defined (issue #6719)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12878 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-14Small fixes to the messagecount function (while trying to understandOlle Johansson
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
2006-03-14- Formatting fix in musiconholdOlle Johansson
- One extra doxygen comment in res_features git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-13Merged revisions 12792 via svnmerge from Tilghman Lesher
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
2006-03-13Bug 6526 - Add a reference count to avoid crashTilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12766 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-13Issue 6710: saydate crash. Fix by Luigi Rizzo. Thanks!Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12740 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-13Bug 6709 - Simplify extensive embedded ifneq logic (and fix missing endif's)Tilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12714 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-12add some missing bracesRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-12git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12648 ↵Russell Bryant
65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-12add locking to protect the list of global dialplan variablesRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-12Merged revisions 12577 via svnmerge from Russell Bryant
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
2006-03-12README files have changed names, better change references too :-)Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12572 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-12- Adding some hangupcauses before hangupsOlle Johansson
- Removing double warning git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12546 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-12update reference to doc file whose name has changedKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12544 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-11Bug 6459 - tell manager when queue is abandonedTilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12501 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-10mISDN mqueue is now head, not a branch anymoreChristian Richter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12497 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-10Issue #5937 - Make sure that SIP CANCEL's are retransmitted properlyOlle Johansson
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
2006-03-10Implement enum for retransmit options to various functions.Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-10Doxygen fixes (we renamed a lot of README's recently)Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12493 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-10Update the readme with AstriBank and mISDN supportOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12492 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-10Doxygen reformattingOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12491 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-09Minor typo fixMark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12483 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-09added option to change the connected party number dialplan (ton)Christian Richter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12481 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-09Support SIP_CODEC channel variable for early media. (Imported from 1.2, with ↵Olle Johansson
a small change for const char* channel variables) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12478 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-09Make sure we clear our sched value before we actually schedule the Mark Spencer
dereg. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12476 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-08allows the table field to be configurable forMatt O'Gorman
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
2006-03-08Formatting fix.Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12471 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-08minor typo in UPGRADE.txt bug number 6679Matt O'Gorman
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12465 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-08- Doxygen formattingOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12464 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-08Issue #6657 - Ignore 183 Session Progress without SDP (imported from 1.2 rev ↵Olle Johansson
12458) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12459 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-08Set SIPDOMAIN on 302 redirects. Olle Johansson
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
2006-03-07added show globals and set global from oej's patchMatt O'Gorman
bug 6506 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12430 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07Issue #6627 - Don't reset port number of active peers at reloadOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12400 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ↵Christian Richter
... grrrr git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12371 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07Doxygen changesOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12344 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07when receiving disconnect with inband info, we don't send release ↵Christian Richter
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
2006-03-07added misdn port down to send a L1 Deactivate to a NT Port. changed some ↵Christian Richter
default values regarding jitterbuffer. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12288 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07added a bit more detailed description for the echotraining parameter, also ↵Christian Richter
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
2006-03-07Add accountcode to sip_peer dialplan functionOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12260 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07Bug 5702 - Realtime patch for meetmeTilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12232 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07Merged revisions 12195 via svnmerge from Tilghman Lesher
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
2006-03-06Oops, didn't get the right meaning of what keywords is supposed to beTilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12165 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-06Bug 4489 - Jukebox AGITilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12164 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-06Bug 6304 - Add Park command to the manager interfaceTilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12163 65c4cc65-6c06-0410-ace0-fbb531ad65f3