aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-11-01OOps. forgot to add this to CHANGESmurf1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46774 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01This introduces Brazilian Portuguese via 7663murf2-87/+276
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46773 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01Cleanups suggested by Russell.murf1-31/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46759 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01move variable declaration in the middle of a blockrizzo1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46758 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01Merged revisions 46744 via svnmerge from russell1-2/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46744 | russell | 2006-11-01 11:39:09 -0500 (Wed, 01 Nov 2006) | 2 lines Prevent an infinite loop when config processing gets to a jitterbuffer option ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46745 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-01change default return extension after parking timeout.mogorman1-1/+13
6953 with minor changes. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46732 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Merged revisions 46714 via svnmerge from kpfleming2-6/+56
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46714 | kpfleming | 2006-10-31 15:47:48 -0600 (Tue, 31 Oct 2006) | 2 lines add an API so that translators can activate/deactivate themselves when needed ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46719 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Fix "core show translation" output. Issue #8243, patch by Damin.qwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46718 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Blocked revisions 46716 via svnmergeqwell0-0/+0
........ r46716 | qwell | 2006-10-31 16:02:15 -0600 (Tue, 31 Oct 2006) | 2 lines Fix "core show translation" output. Issue #8243, patch by Damin. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46717 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31remove old/useless usecount handlingrizzo1-7/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46696 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31remove old/useless usecount stuff.rizzo1-7/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46695 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31remove old/useless usecount management code.rizzo1-12/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46683 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Fix the new send text manager command. There is no way this could have worked.russell1-6/+8
- Check the channel name string length to be zero, not non-zero - Check the message string length to be zero, not non-zero - unlock the channel *after* calling sendtext git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46661 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Set #define for TIMER T1 valueoej1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46650 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Cleaning up codeoej1-12/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46649 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Issue #80898 - Restoring func_enum (otmar) oej3-27/+41
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46635 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Add manager sendtext action. (Issue 6131, ZX81 - thanks!)oej1-0/+40
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46630 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Fix rport handling.oej2-5/+3
...where did the 1.2 properties come from, really? they're back. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46629 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31- If peer that register fails ACL, fail himoej1-0/+2
- Remove the 1.2 props I've set by mistake earlier git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46609 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Block patch that only applies to 1.4oej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46584 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Take two, using find_resource on Kevin's suggestion. oej1-10/+4
Might need better locking support, giving up if we can't get the lock. Right now, using existing locking in find_resource git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46582 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31add author doxygen tag (issue #8241, kshumard)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Merged revisions 46563 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46563 | russell | 2006-10-31 01:30:53 -0500 (Tue, 31 Oct 2006) | 3 lines Start Asterisk later in the boot process to ensure it starts after stuff like MySQL (issue #8253, Alric) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Merged revisions 46561 via svnmerge from russell1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r46561 | russell | 2006-10-31 01:19:56 -0500 (Tue, 31 Oct 2006) | 11 lines Merged revisions 46560 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r46560 | russell | 2006-10-31 01:18:36 -0500 (Tue, 31 Oct 2006) | 3 lines When handling the case where the hostname is just an IPV4 numeric address, be sure to set the address type. (issue #8247, alexr) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46562 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Merged revisions 46558 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r46558 | russell | 2006-10-31 01:14:13 -0500 (Tue, 31 Oct 2006) | 11 lines Merged revisions 46557 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r46557 | russell | 2006-10-31 01:13:09 -0500 (Tue, 31 Oct 2006) | 3 lines fix some copy/paste bugs in the checking of arguments for the "control stream file" AGI command (issue #8255, mnicholson) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46559 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-31Merged revisions 46554 via svnmerge from russell1-3/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46554 | russell | 2006-10-31 00:55:07 -0500 (Tue, 31 Oct 2006) | 5 lines Add a small tweak to the code that checks to see whether destination formats are translatable based on the source format. If we have already determined that there is no translation path in one direction, don't bother checking the other direction. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46556 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30These changes submitted by moy via bug 6992, to add a Dial 'End' event to ↵murf2-0/+13
asterisk. I include some changes to astman to cover other events that have been added. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46541 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Merged revisions 46526 via svnmerge from kpfleming1-1/+17
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46526 | kpfleming | 2006-10-30 16:19:55 -0600 (Mon, 30 Oct 2006) | 3 lines when unregistering a translator, don't rebuild the translation matrix unless needed when filtering formats out of an offer, ensure we check for translation ability in both directions ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46529 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30show, list, view, display... whatever.oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46514 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Adding dialplan function IFMODULE, so you can create dialplans that handleoej3-0/+104
various PBX installations and checks if a module is loaded before using it. example IFMODULE(chan_sip3.so) issue #6671 in the bug tracker, finally gone. Thanks to mithraen for keeping it updated. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46513 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Merged revisions 46511 via svnmerge from kpfleming1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46511 | kpfleming | 2006-10-30 15:46:07 -0600 (Mon, 30 Oct 2006) | 2 lines ensure that items removed from a list are always unlinked from the list (next pointer set to NULL) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46512 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Update sip list to eventlist format.oej1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46509 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Issue #3930 - Add manager command for listing dialplan (coded april 2005, in ↵oej3-4/+260
bugtracker since) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46508 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Merged revisions 46506 via svnmerge from file2-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46506 | file | 2006-10-30 16:09:13 -0500 (Mon, 30 Oct 2006) | 2 lines Don't explicitly link in crypt as it is not used on some platforms. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46507 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Change name of "contact" setting to "callback" which better reflects what itoej2-18/+19
is to the person that configures asterisk. That we use it internally in the contact header is a totally different story. Still not convinced this is a good option. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46489 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Globals need the "global_" prefix in chan_sip, and need to be reset to ↵oej1-4/+5
default value at reload. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46476 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Merged revisions 46474 via svnmerge from file1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46474 | file | 2006-10-30 13:13:07 -0500 (Mon, 30 Oct 2006) | 2 lines We need to lock the pvt structure during retransmission as another worker thread may be doing something as well. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46475 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Make sure we give the linkset number, not the offset in the linksets arraymattf1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46466 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Small conversion to ast_channel_unlockoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46461 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Specify which linkset we're getting the messages from in the messagemattf1-2/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46459 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30In debug mode, recognize that someone is sending zrtp, even though weoej1-0/+8
can't do anything with it yet. Ideally a first step would be a passthrough mode. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46439 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Don't make errors when we don't need themmattf1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30Issue 8246 Doxygen updates (kshumard) oej12-26/+34
THANK YOU! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46434 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-30The RTCP patch started in trunk, so don't start all over again :-)oej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46432 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-29Small formatting changesoej1-43/+26
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46410 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-29Bind RTCP to the same IP as RTP. oej1-1/+5
I currently don't see this as a bug that needs to be fixed in 1.4/1.2 too, but feel free to backport if you see it that way. RTCP now binds to ALL IP addresses on the host, RTP to a specific address. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46409 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-29Issue #7869 - Stop retransmission of 302 redirects.oej1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46408 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-29Issue #7608 - Notifications sent with wrong content-type (imported from 1.2, ↵oej1-9/+6
1.4) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46405 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-29Block patch from other branchoej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46404 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-29Issues related to issue #7828 - segfault with MWI subscriptions and realtime.oej1-4/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46400 f38db490-d61c-443f-a65b-d21fe96a405b