]>
git.ipfire.org Git - thirdparty/asterisk.git/log
Olle Johansson [Mon, 7 Sep 2009 13:10:39 +0000 (13:10 +0000)]
Merged revisions 216695 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r216695 | oej | 2009-09-07 15:06:19 +0200 (MÃ¥n, 07 Sep 2009) | 8 lines
If there is no session timer setting in the INVITE, set it to default value (not unset minimum = -1)
Patch by oej
closes issue #15621
Reported by: fnordian
Tested by: atis
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216697
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 7 Sep 2009 12:01:31 +0000 (12:01 +0000)]
Make code and documentation agree with each other
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216657
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 7 Sep 2009 11:55:00 +0000 (11:55 +0000)]
Turning off premature media by default
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216653
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 7 Sep 2009 10:45:24 +0000 (10:45 +0000)]
Merged revisions 216438 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r216438 | oej | 2009-09-04 16:02:34 +0200 (Fre, 04 Sep 2009) | 35 lines
Merged revisions 216430 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r216430 | oej | 2009-09-04 15:45:48 +0200 (Fre, 04 Sep 2009) | 27 lines
Make apps send PROGRESS control frame for early media and fix too early media issue in SIP
The issue at hand is that some legacy (dying) PBX systems send empty media frames on PRI
links *before* any call progress. The SIP channel receives these frames and by default
signals 183 Session progress and starts sending media. This will cause phones to
play silence and ignore the later 180 ringing message. A bad user experience.
The fix is twofold:
- We discovered that asterisk apps that support early media ("noanswer") did not send
any PROGRESS frame to indicate early media. Fixed.
- We introduce a setting in chan_sip so that users can disable any relay of media frames
before the outbound channel actually indicates any sort of call progress.
In 1.4, 1.6.0 and 1.6.1, this will be disabled for backward compatibility. In later versions
of Asterisk, this will be enabled. We don't assume that it will change your Asterisk
phone experience - only for the better.
We encourage third-party application developers to make sure that if they have applications
that wants to send early media, add a PROGRESS control frame transmission to make sure that
all channel drivers actually will start sending early media. This has not been the default
in Asterisk previous to this patch, so if you got inspiration from our code, you need to
update accordingly. Sorry for the trouble and thanks for your support.
This code has been running for a few months in a large scale installation (over 250
servers with PRI and/or BRI links to old PBX systems).
That's no proof that this is an excellent patch, but, well, it's tested :-)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216646
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Fri, 4 Sep 2009 19:51:22 +0000 (19:51 +0000)]
Merged revisions 216594 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r216594 | dvossel | 2009-09-04 14:32:07 -0500 (Fri, 04 Sep 2009) | 7 lines
sip peer matching by address only with TCP/TLS
This patch removes the contact header matching logic and
adds logic to match all tcp/tls connections by ip only
Review: https://reviewboard.asterisk.org/r/354/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216599
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Fri, 4 Sep 2009 19:32:48 +0000 (19:32 +0000)]
Merged revisions 216593 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r216593 | seanbright | 2009-09-04 15:29:02 -0400 (Fri, 04 Sep 2009) | 1 line
Use ast_free() instead of free().
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216596
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 4 Sep 2009 17:53:09 +0000 (17:53 +0000)]
Merged revisions 216551 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r216551 | tilghman | 2009-09-04 12:50:21 -0500 (Fri, 04 Sep 2009) | 2 lines
Fix trunk breakage.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216552
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 4 Sep 2009 17:33:47 +0000 (17:33 +0000)]
Merged revisions 216547 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r216547 | tilghman | 2009-09-04 12:31:44 -0500 (Fri, 04 Sep 2009) | 3 lines
Enable turning off the application delimiter warning with the 'dontwarn' option.
Suggested on the -dev list, and implemented in an alternate way by me.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216549
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Fri, 4 Sep 2009 15:09:35 +0000 (15:09 +0000)]
Merged revisions 216506 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r216506 | mvanbaak | 2009-09-04 17:05:05 +0200 (Fri, 04 Sep 2009) | 9 lines
Merged revisions 216435 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r216435 | mvanbaak | 2009-09-04 15:56:10 +0200 (Fri, 04 Sep 2009) | 2 lines
make asterisk compile under devmode with DEBUG_THREADS enabled on OpenBSD
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216508
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Fri, 4 Sep 2009 14:12:11 +0000 (14:12 +0000)]
Merged revisions 216437 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r216437 | mvanbaak | 2009-09-04 16:00:38 +0200 (Fri, 04 Sep 2009) | 2 lines
make sure canlog is set so we can compile with DEBUG_THREADS enabled on OpenBSD
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216440
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 4 Sep 2009 13:56:09 +0000 (13:56 +0000)]
Merged revisions 216368 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r216368 | russell | 2009-09-04 08:14:25 -0500 (Fri, 04 Sep 2009) | 12 lines
Do not treat every SIP peer as if they were configured with insecure=port.
There was a problem in the function responsible for doing peer matching by
IP address and port number such that during the second pass for checking for
a peer configured with insecure=port, it would end up treating every peer as
if it had been configured that way. These changes fix the logic in the peer
IP and port comparison callback to handle insecure=port checking properly.
This problem was introduced when SIP peers were converted to astobj2. Many
thanks to dvossel for noticing this while working on another peer matching
issue.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216434
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 4 Sep 2009 10:50:15 +0000 (10:50 +0000)]
Merged revisions 216264 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r216264 | russell | 2009-09-04 05:48:44 -0500 (Fri, 04 Sep 2009) | 16 lines
Merged revisions 216263 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r216263 | russell | 2009-09-04 05:48:00 -0500 (Fri, 04 Sep 2009) | 9 lines
Merged revisions 216262 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r216262 | russell | 2009-09-04 05:47:37 -0500 (Fri, 04 Sep 2009) | 2 lines
Add a plain text version of the IAX2 security document.
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216266
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Fri, 4 Sep 2009 06:13:19 +0000 (06:13 +0000)]
Merged revisions 216222 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r216222 | mvanbaak | 2009-09-04 08:08:33 +0200 (Fri, 04 Sep 2009) | 3 lines
make sure 'start' is always initialized.
Makes asterisk compile with --enable-dev-mode
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216224
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 3 Sep 2009 19:42:59 +0000 (19:42 +0000)]
tweak
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216098
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 3 Sep 2009 19:42:00 +0000 (19:42 +0000)]
Merged revisions 216092 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r216092 | russell | 2009-09-03 14:38:35 -0500 (Thu, 03 Sep 2009) | 16 lines
Merged revisions 216085 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r216085 | russell | 2009-09-03 14:36:46 -0500 (Thu, 03 Sep 2009) | 9 lines
Merged revisions 216080 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r216080 | russell | 2009-09-03 14:35:23 -0500 (Thu, 03 Sep 2009) | 2 lines
Add a note about IAX2 to UPGRADE.txt.
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216095
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 3 Sep 2009 18:51:33 +0000 (18:51 +0000)]
Merged revisions 216009 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r216009 | russell | 2009-09-03 13:45:54 -0500 (Thu, 03 Sep 2009) | 16 lines
Merged revisions 216008 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r216008 | russell | 2009-09-03 13:44:58 -0500 (Thu, 03 Sep 2009) | 9 lines
Merged revisions 216005 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r216005 | russell | 2009-09-03 13:42:24 -0500 (Thu, 03 Sep 2009) | 2 lines
Add IAX2 security document related to AST-2009-006.
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216013
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Thu, 3 Sep 2009 18:41:27 +0000 (18:41 +0000)]
Merged revisions 215955 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r215955 | dvossel | 2009-09-03 11:31:54 -0500 (Thu, 03 Sep 2009) | 6 lines
Merge code associated with AST-2009-006
(closes issue #12912)
Reported by: rathaus
Tested by: tilghman, russell, dvossel, dbrooks
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@216004
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 3 Sep 2009 14:48:51 +0000 (14:48 +0000)]
Merged revisions 215891 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r215891 | oej | 2009-09-03 15:02:41 +0200 (Tor, 03 Sep 2009) | 10 lines
Add known internal IP address when autodomain=yes
(closes issue #14573)
Reported by: pj
Patches:
sip-internip-autodomain1.diff uploaded by mnicholson (license 96)
modified by oej
Tested by: pj
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215932
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Thu, 3 Sep 2009 06:00:16 +0000 (06:00 +0000)]
Merged revisions 215838 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r215838 | mvanbaak | 2009-09-03 07:57:23 +0200 (Thu, 03 Sep 2009) | 5 lines
Document that SIPshowpeer and SKINNYshowline now include
the configured parkinglot in their response.
Prodded by snuff-work on #asterisk-dev IRC channel
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215840
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Thu, 3 Sep 2009 00:23:13 +0000 (00:23 +0000)]
Merged revisions 215758 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r215758 | twilson | 2009-09-02 18:31:04 -0500 (Wed, 02 Sep 2009) | 25 lines
Merged revisions 215682 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r215682 | twilson | 2009-09-02 16:41:22 -0500 (Wed, 02 Sep 2009) | 18 lines
Re-send non-100 provisional responses to prevent cancellation
From section 13.3.1.1 of RFC 3261:
If the UAS desires an extended period of time to answer the INVITE,
it will need to ask for an "extension" in order to prevent proxies
from canceling the transaction. A proxy has the option of canceling
a transaction when there is a gap of 3 minutes between responses in a
transaction. To prevent cancellation, the UAS MUST send a non-100
provisional response at every minute, to handle the possibility of
lost provisional responses.
(closes issue #11157)
Reported by: rjain
Tested by: twilson
Review: https://reviewboard.asterisk.org/r/315/
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215774
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 2 Sep 2009 21:52:16 +0000 (21:52 +0000)]
Merged revisions 215681 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r215681 | dvossel | 2009-09-02 16:39:31 -0500 (Wed, 02 Sep 2009) | 10 lines
port string to int conversion using sscanf
There are several instances where a port is parsed
from a uri or some other source and converted to
an int value using atoi(), if for some reason the
port string is empty, then a standard port is used.
This logic is used over and over, so I created a function
to handle it in a safer way using sscanf().
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215684
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 2 Sep 2009 21:30:37 +0000 (21:30 +0000)]
Merged revisions 215665 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r215665 | mvanbaak | 2009-09-02 23:23:17 +0200 (Wed, 02 Sep 2009) | 5 lines
add Parkinglot info to sip show peer <foo> and skinny show line <foo>
If we had this from the start, debugging the 'parking not using configured parkinglot'
bug would have been easier.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215679
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 2 Sep 2009 20:48:00 +0000 (20:48 +0000)]
Merged revisions 215622 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r215622 | mvanbaak | 2009-09-02 22:21:51 +0200 (Wed, 02 Sep 2009) | 4 lines
- lock channel before looking for a channel variable
- Init the parkings list member of struct parkinglot.
Thanks Sean for the explanation why this should be here.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215646
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 2 Sep 2009 17:57:34 +0000 (17:57 +0000)]
Merged revisions 215522 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r215522 | dvossel | 2009-09-02 12:26:40 -0500 (Wed, 02 Sep 2009) | 11 lines
SIP uri parsing cleanup
Now, the scheme passed to parse_uri can either be a
single scheme, or a list of schemes ',' delimited.
This gets rid of the whole problem of having to create
two buffers and calling parse_uri twice to check for
separate schemes.
Review: https://reviewboard.asterisk.org/r/343/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215524
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 2 Sep 2009 16:33:54 +0000 (16:33 +0000)]
Merged revisions 215479 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r215479 | mvanbaak | 2009-09-02 18:20:23 +0200 (Wed, 02 Sep 2009) | 3 lines
like in chan_sip's sip_new skinny should copy the configured parkinglot from a line to the newly created channel.
This makes callparking honor the configured parkinglot for skinny lines as well.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215511
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 2 Sep 2009 16:09:56 +0000 (16:09 +0000)]
Blocked revisions 215466 via svnmerge
........
r215466 | dvossel | 2009-09-02 11:08:00 -0500 (Wed, 02 Sep 2009) | 16 lines
SIP support for keep-alive event
keep-alive events are used by Sipura/Linksys for NAT keepalive.
There currently don't appear to be any problems with NAT, but
everytime a keep-alive event is received, Asterisk responds with a
"489 Bad event". This error may indicate to a user that NAT
problems exist just because this even is not supported. Now,
rather than respond with an error, the packet is consumed and
a "200 ok" is sent just to indicate we received the packet.
(issue #15084)
Patches:
chan_sip.keepalive.v1.diff uploaded by IgorG (license 20)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215468
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 2 Sep 2009 16:01:20 +0000 (16:01 +0000)]
Merged revisions 215462 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r215462 | mvanbaak | 2009-09-02 17:56:46 +0200 (Wed, 02 Sep 2009) | 12 lines
Honor configured parkinglot when parking and retrieving parked calls
Thank oej for pointing out the fact that sip_new did not copy parkinglot from the peer
into the newly created channel.
(closes issue #15538)
Reported by: gracedman
Patches:
2009090100_sipnewparkinglot-161.diff.txt uploaded by mvanbaak (license 7)
With mod by me to also fix callparking as well (this uploaded patch only fixed retrieving a parked call)
Tested by: gracedman, mvanbaak
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215464
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 2 Sep 2009 10:53:41 +0000 (10:53 +0000)]
Blocked revisions 215419 via svnmerge
........
r215419 | mvanbaak | 2009-09-02 12:50:49 +0200 (Wed, 02 Sep 2009) | 2 lines
Let's compile again on OpenBSD
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215421
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Dwayne M. Hubbard [Wed, 2 Sep 2009 01:36:51 +0000 (01:36 +0000)]
Merged revisions 215338 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r215338 | dhubbard | 2009-09-01 20:16:59 -0500 (Tue, 01 Sep 2009) | 18 lines
Merged revisions 215270 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r215270 | dhubbard | 2009-09-01 18:04:52 -0500 (Tue, 01 Sep 2009) | 12 lines
Use strrchr() so SoftHangup will correctly truncate multi-hyphen channel names
In general channel names are in the form Foo/Bar-Z, but the channel name
could have multiple hyphens and look like Foo/B-a-r-Z. Use strrchr to
truncate the channel name at the last hyphen.
(closes issue #15810)
Reported by: dhubbard
Patches:
dw-softhangup-1.4.patch uploaded by dhubbard (license 733)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215375
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 1 Sep 2009 19:59:31 +0000 (19:59 +0000)]
Merged revisions 215161 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r215161 | kpfleming | 2009-09-01 14:50:48 -0500 (Tue, 01 Sep 2009) | 3 lines
Ensure that frame dumps of AST_CONTROL_T38_PARAMETERS frames are properly
decoded.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@215164
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 31 Aug 2009 16:22:02 +0000 (16:22 +0000)]
Merged revisions 214945 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r214945 | tilghman | 2009-08-31 11:18:33 -0500 (Mon, 31 Aug 2009) | 14 lines
Merged revisions 214940 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r214940 | tilghman | 2009-08-31 11:16:52 -0500 (Mon, 31 Aug 2009) | 7 lines
Also unlock the "other" channel, when returning, due to glare.
(closes issue #15787)
Reported by: tim_ringenbach
Patches:
chan_local.diff uploaded by tim ringenbach (license 540)
Tested by: tim_ringenbach
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214958
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sun, 30 Aug 2009 06:45:07 +0000 (06:45 +0000)]
Merged revisions 214819 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r214819 | tilghman | 2009-08-30 01:43:04 -0500 (Sun, 30 Aug 2009) | 4 lines
If lua is detected with the lua5.1 prefix (or not), adjust the include path accordingly.
Based upon feedback to a release announcement on the -users list. See
http://lists.digium.com/pipermail/asterisk-users/2009-August/236954.html
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214821
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 28 Aug 2009 20:16:54 +0000 (20:16 +0000)]
Merged revisions 214702 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r214702 | tilghman | 2009-08-28 15:14:39 -0500 (Fri, 28 Aug 2009) | 15 lines
Merged revisions 214701 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r214701 | tilghman | 2009-08-28 15:13:32 -0500 (Fri, 28 Aug 2009) | 8 lines
Modify comment to be a bit more accurate.
We have kept this comment around long enough, that it's pretty clear that we're
keeping the code, because changing the code would require a pretty fundamental
architectural shift. We've also taken criticism in some quarters, because it
was believed that it was referring to the code being nasty. No, the code isn't
nasty, just the operation itself is rather odd. Fixed for eternity (probably
not).
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214704
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 28 Aug 2009 20:05:04 +0000 (20:05 +0000)]
Merged revisions 214696 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r214696 | kpfleming | 2009-08-28 15:01:21 -0500 (Fri, 28 Aug 2009) | 9 lines
Ensure that CFLAGS and/or LDFLAGS provided to configure script are preserved.
Cross-compilation environments want to provide 'defaults' for compiler and
linker options, and frequently do this by specifying CFLAGS and LDFLAGS in the
environment or as command-line arguments to the configure script. This patch
modifies the configure script and Makefile to preserve these settings and
ensure they are used in the build process.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214699
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Fri, 28 Aug 2009 18:42:38 +0000 (18:42 +0000)]
Blocked revisions 214650 via svnmerge
........
r214650 | mmichelson | 2009-08-28 13:41:23 -0500 (Fri, 28 Aug 2009) | 3 lines
Fix some incorrect documentation of sched_thread functions.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214652
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 27 Aug 2009 21:48:51 +0000 (21:48 +0000)]
Merged revisions 214518 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r214518 | tilghman | 2009-08-27 16:46:46 -0500 (Thu, 27 Aug 2009) | 14 lines
Merged revisions 214517 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r214517 | tilghman | 2009-08-27 16:45:34 -0500 (Thu, 27 Aug 2009) | 7 lines
Use autoconf to detect libcurl, as this enables cross-compilation checks, something we didn't allow before.
(closes issue #15714)
Reported by: pprindeville
Patches:
20090813__issue15714.diff.txt uploaded by tilghman (license 14)
Tested by: pprindeville
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214520
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 27 Aug 2009 20:24:48 +0000 (20:24 +0000)]
Merged revisions 214466 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r214466 | tilghman | 2009-08-27 12:28:01 -0500 (Thu, 27 Aug 2009) | 9 lines
Merged revisions 214436 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r214436 | tilghman | 2009-08-27 11:53:58 -0500 (Thu, 27 Aug 2009) | 2 lines
One more build system change, to make the descriptions look better, if we have better information.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214496
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 27 Aug 2009 16:17:26 +0000 (16:17 +0000)]
Merged revisions 214360 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r214360 | tilghman | 2009-08-27 11:12:03 -0500 (Thu, 27 Aug 2009) | 10 lines
Merged revisions 214357 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r214357 | tilghman | 2009-08-27 11:03:50 -0500 (Thu, 27 Aug 2009) | 3 lines
Make autoheader descriptions render correctly in our autoconfig.h file.
(Figured out while working with issue #14906)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214365
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Wed, 26 Aug 2009 23:14:23 +0000 (23:14 +0000)]
Blocked revisions 214309 via svnmerge
........
r214309 | jpeeler | 2009-08-26 18:13:19 -0500 (Wed, 26 Aug 2009) | 12 lines
Add two new dialplan variables when using features
Added DYNAMIC_FEATURENAME which holds the last triggered dynamic feature.
Added DYNAMIC_PEERNAME which holds the unique channel name on the other side
and is set when a dynamic feature is triggered.
(closes issue #14663)
Reported by: tamiel
Patches:
20090313_features.diff uploaded by tamiel (license 712)
Tested by: tamiel
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214311
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 26 Aug 2009 16:55:09 +0000 (16:55 +0000)]
Merged revisions 214199 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r214199 | tilghman | 2009-08-26 11:53:03 -0500 (Wed, 26 Aug 2009) | 6 lines
Typo fix ("SIP/2.0 XXX" is 11 chars, not 10)
(closes issue #15362)
Reported by: klaus3000
Patches:
chan_sip.c_logmessagefix_patch.txt uploaded by klaus3000 (license 65)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214201
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 26 Aug 2009 16:40:18 +0000 (16:40 +0000)]
Merged revisions 214195 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r214195 | dvossel | 2009-08-26 11:38:53 -0500 (Wed, 26 Aug 2009) | 25 lines
Merged revisions 214194 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r214194 | dvossel | 2009-08-26 11:36:42 -0500 (Wed, 26 Aug 2009) | 19 lines
ast_write() ignores ast_audiohook_write() results
In ast_write(), if a channel has a list of audiohooks, those
lists are written to and the resulting frame is what ast_write()
should continue with. The problem was the returned audiohook frame
was not being handled at all, and the original frame passed
into it did not contain the mixed audio, so essentially audio
was being lost. One result of this was chan_spy's whisper
mode no longer worked. To complicate the issue, frames
passed into ast_write may either be a single frame, or a list
of frames. So, as the list of frames is processed in the
audiohook_write, the returned frames had to be added to a new
list.
(closes issue #15660)
Reported by: corruptor
Tested by: dvossel
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214197
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 25 Aug 2009 22:42:51 +0000 (22:42 +0000)]
Merged revisions 214152 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r214152 | tilghman | 2009-08-25 17:39:51 -0500 (Tue, 25 Aug 2009) | 4 lines
Not all versions of gnu-linux use glibc, which contains iconv. Some (especially embedded systems) don't have iconv at all.
(closes issue #15169)
Reported by: pprindeville
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214154
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 25 Aug 2009 19:49:11 +0000 (19:49 +0000)]
Merged revisions 214071 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r214071 | tilghman | 2009-08-25 14:32:48 -0500 (Tue, 25 Aug 2009) | 17 lines
Merged revisions 214068-214069 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r214068 | tilghman | 2009-08-25 14:26:50 -0500 (Tue, 25 Aug 2009) | 6 lines
Fix pronunciation of German dates.
(closes issue #15273)
Reported by: Benjamin Kluck
Patches:
say_c.patch uploaded by Benjamin Kluck (license 803)
........
r214069 | tilghman | 2009-08-25 14:28:42 -0500 (Tue, 25 Aug 2009) | 2 lines
I should always compile before committing...
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@214076
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 25 Aug 2009 06:53:09 +0000 (06:53 +0000)]
Merged revisions 213975 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r213975 | tilghman | 2009-08-25 01:51:12 -0500 (Tue, 25 Aug 2009) | 6 lines
DUNDILOOKUP function in 1.6 should use comma delimiters.
(closes issue #15322)
Reported by: chappell
Patches:
dundilookup-
0015322 .patch uploaded by chappell (license 8)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213977
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 25 Aug 2009 06:36:49 +0000 (06:36 +0000)]
Merged revisions 213971 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r213971 | tilghman | 2009-08-25 01:35:37 -0500 (Tue, 25 Aug 2009) | 14 lines
Merged revisions 213970 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r213970 | tilghman | 2009-08-25 01:34:44 -0500 (Tue, 25 Aug 2009) | 7 lines
Improve error message by informing user exactly which function is missing a parethesis.
(closes issue #15242)
Reported by: Nick_Lewis
Patches:
pbx.c-funcparenthesis.patch2 uploaded by dbrooks (license 790)
pbx.c-funcparenthesis-1.4.diff uploaded by loloski (license 68)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213973
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 25 Aug 2009 02:42:41 +0000 (02:42 +0000)]
Merged revisions 213900 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r213900 | tilghman | 2009-08-24 21:41:17 -0500 (Mon, 24 Aug 2009) | 11 lines
Merged revisions 213899 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r213899 | tilghman | 2009-08-24 21:40:22 -0500 (Mon, 24 Aug 2009) | 4 lines
Use the default runlevels for Debian derivatives, instead of making up our own.
(closes issue #14730)
Reported by: pkempgen
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213902
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Mon, 24 Aug 2009 16:49:02 +0000 (16:49 +0000)]
Merged revisions 213833 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r213833 | jpeeler | 2009-08-24 11:43:57 -0500 (Mon, 24 Aug 2009) | 14 lines
Fix storage of greetings when using IMAP_STORAGE
The store macro was not getting called preventing storage of IMAP greetings
at all. This has been corrected along with fixing checking if the
imapgreetings option is turned on to store the greeting in IMAP. Lastly,
the attachment filename was incorrectly using the full path instead of just
the basename, which was causing problems with retrieval of the greeting.
(closes issue #14950)
Reported by: noahisaac
(closes issue #15729)
Reported by: lmadsen
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213835
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Fri, 21 Aug 2009 22:24:48 +0000 (22:24 +0000)]
Merged revisions 213716 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r213716 | dvossel | 2009-08-21 17:22:11 -0500 (Fri, 21 Aug 2009) | 10 lines
Register request line contains wrong address when user domain and register host differ
(closes issue #15539)
Reported by: Nick_Lewis
Patches:
chan_sip.c-registraraddr.patch uploaded by Nick (license 657)
register_domain_fix_1.6.2 uploaded by dvossel (license 671)
Tested by: Nick_Lewis, dvossel
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213724
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 21 Aug 2009 21:52:33 +0000 (21:52 +0000)]
Merged revisions 213697 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r213697 | kpfleming | 2009-08-21 16:39:51 -0500 (Fri, 21 Aug 2009) | 12 lines
Ensure that realtime mailboxes properly report status on subscription.
This patch modifies app_voicemail's response to mailbox status subscriptions
(via the internal event system) to ensure that a subscription triggers an
explicit poll of the mailbox, so the subscriber can get an immediate cached
event with that status. Previously, the cache was only populated with the
status of non-realtime mailboxes.
(closes issue #15717)
Reported by: natmlt
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213699
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 21 Aug 2009 16:55:20 +0000 (16:55 +0000)]
Merged revisions 213560 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r213560 | tilghman | 2009-08-21 11:53:52 -0500 (Fri, 21 Aug 2009) | 14 lines
Merged revisions 213559 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r213559 | tilghman | 2009-08-21 11:52:53 -0500 (Fri, 21 Aug 2009) | 7 lines
Permit DEBUG_FD_LEAKS to be used with C++ source files.
(closes issue #15698)
Reported by: slavon
Patches:
20090817__issue15698.diff.txt uploaded by tilghman (license 14)
Tested by: slavon, tilghman
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213562
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Fri, 21 Aug 2009 16:06:12 +0000 (16:06 +0000)]
Merged revisions 213494 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r213494 | qwell | 2009-08-21 11:04:21 -0500 (Fri, 21 Aug 2009) | 12 lines
Merged revisions 213493 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r213493 | qwell | 2009-08-21 11:03:21 -0500 (Fri, 21 Aug 2009) | 5 lines
Clarify queues.conf comments to specify that variables should be set in the dialplan.
(closes issue #15755)
Reported by: trendboy
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213496
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Fri, 21 Aug 2009 03:51:37 +0000 (03:51 +0000)]
Oops, committed this first. Make the merged property happy
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213452
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Fri, 21 Aug 2009 03:40:07 +0000 (03:40 +0000)]
Make LOAD_ORDER actually work
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213449
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Thu, 20 Aug 2009 21:43:52 +0000 (21:43 +0000)]
Merged revisions 213404 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r213404 | jpeeler | 2009-08-20 16:33:11 -0500 (Thu, 20 Aug 2009) | 12 lines
Fix greeting retrieval from IMAP
Properly check for the current voicemail state and if it doesn't exist,
create it.
(closes issue #14597)
Reported by: wtca
Patches:
14597_v2.patch uploaded by mmichelson (license 60)
Tested by: jpeeler
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213412
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Thu, 20 Aug 2009 20:37:43 +0000 (20:37 +0000)]
Merged revisions 213327 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r213327 | mnicholson | 2009-08-20 15:29:32 -0500 (Thu, 20 Aug 2009) | 7 lines
Fix a crash by checking the proper pointer for validity before deferencing it.
(closes issue #15751)
Reported by: atis
Patches:
ast_bridge_call_peer_cdr.patch uploaded by atis (license 242)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213349
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Wed, 19 Aug 2009 22:40:49 +0000 (22:40 +0000)]
Merged revisions 213179 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r213179 | qwell | 2009-08-19 17:38:46 -0500 (Wed, 19 Aug 2009) | 5 lines
Fix compile when certain G711 menuselect options are enabled.
(closes issue #15697)
Reported by: slavon
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213181
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 19 Aug 2009 21:26:14 +0000 (21:26 +0000)]
Merged revisions 213113 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r213113 | dvossel | 2009-08-19 16:21:00 -0500 (Wed, 19 Aug 2009) | 14 lines
Merged revisions 213103 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r213103 | dvossel | 2009-08-19 16:18:37 -0500 (Wed, 19 Aug 2009) | 8 lines
Fixes memory leak caused by incorrectly freeing mixmonitor
(closes issue #15699)
Reported by: edantie
Patches:
mixmonitor.patch uploaded by edantie (license 862)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213132
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 19 Aug 2009 20:34:38 +0000 (20:34 +0000)]
Merged revisions 213093 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r213093 | tilghman | 2009-08-19 15:29:41 -0500 (Wed, 19 Aug 2009) | 7 lines
If we have realtime caching enabled, 'sip reload' must purge users/peers, even if the config files haven't changed.
(closes issue #12869)
Reported by: bcnit
Patches:
20090819__issue12869__2.diff.txt uploaded by tilghman (license 14)
Tested by: lasko
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@213096
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 18 Aug 2009 20:34:13 +0000 (20:34 +0000)]
Merged revisions 212939 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r212939 | kpfleming | 2009-08-18 15:33:34 -0500 (Tue, 18 Aug 2009) | 1 line
Remove some accidentally-committed properties.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212942
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 18 Aug 2009 20:31:18 +0000 (20:31 +0000)]
Merged revisions 212922 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r212922 | kpfleming | 2009-08-18 15:29:37 -0500 (Tue, 18 Aug 2009) | 6 lines
Convert this branch to Opsound music-on-hold.
For more details:
http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212928
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 18 Aug 2009 19:27:06 +0000 (19:27 +0000)]
Merged revisions 212857 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r212857 | tilghman | 2009-08-18 14:25:09 -0500 (Tue, 18 Aug 2009) | 4 lines
Make the default extconfig.conf match entries with the sample res_mysql.conf.
This eliminates a future source of possible confusion with the configuration of
1.6.1 and higher.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212862
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Tue, 18 Aug 2009 16:48:01 +0000 (16:48 +0000)]
Merged revisions 212758 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r212758 | rmudgett | 2009-08-18 11:29:47 -0500 (Tue, 18 Aug 2009) | 9 lines
Merged revisions 212727 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r212727 | rmudgett | 2009-08-18 11:00:56 -0500 (Tue, 18 Aug 2009) | 1 line
Removed some deadwood and added some doxygen comments.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212768
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Tue, 18 Aug 2009 16:41:15 +0000 (16:41 +0000)]
Merged revisions 212764 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r212764 | seanbright | 2009-08-18 12:38:36 -0400 (Tue, 18 Aug 2009) | 18 lines
Merged revisions 212763 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r212763 | seanbright | 2009-08-18 12:36:00 -0400 (Tue, 18 Aug 2009) | 11 lines
Delay the creation of temporary files until we have a valid manager command to handle.
Without this patch, asterisk creates a temporary file before determining if the
specified command is valid. If invalid, we weren't properly cleaning up the file.
(closes issue #15730)
Reported by: zmehmood
Patches:
M15730.diff uploaded by junky (license 177)
Tested by: zmehmood
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212766
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 17 Aug 2009 20:00:06 +0000 (20:00 +0000)]
Merged revisions 212627 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r212627 | tilghman | 2009-08-17 14:57:42 -0500 (Mon, 17 Aug 2009) | 4 lines
Check the return value of opendir(3), or we may crash.
(closes issue #15720)
Reported by: tobias_e
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212630
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Mon, 17 Aug 2009 18:55:32 +0000 (18:55 +0000)]
Merged revisions 212581 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r212581 | seanbright | 2009-08-17 14:50:24 -0400 (Mon, 17 Aug 2009) | 5 lines
Correct spelling of AGENTACCEPTDTMF in chan_agent.
(closes issue #15668)
Reported by: davidw
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212583
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Mon, 17 Aug 2009 18:21:38 +0000 (18:21 +0000)]
Merged revisions 212574 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r212574 | seanbright | 2009-08-17 14:18:16 -0400 (Mon, 17 Aug 2009) | 8 lines
Correct the return value check for ast_safe_system.
The logic here was reversed as ast_safe_system returns -1 on error and not on
success. Fix suggested by reporter.
(closes issue #15667)
Reported by: loic
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212579
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Mon, 17 Aug 2009 16:52:12 +0000 (16:52 +0000)]
Merged revisions 212506 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r212506 | jpeeler | 2009-08-17 11:50:45 -0500 (Mon, 17 Aug 2009) | 19 lines
Merged revisions 212498 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r212498 | jpeeler | 2009-08-17 11:34:56 -0500 (Mon, 17 Aug 2009) | 12 lines
Fix segfault when reloading chan_misdn.
If more ports were specified than configured in misdn.conf a reload would crash
asterisk. The problem was the unconfigured port was using data from the
previously configured port. When the data for an unconfigured port was freed a
crash would result from the double free.
(closes issue #12113)
Reported by: agupta
Patches:
bug12113.patch uploaded by jpeeler (license 325)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212508
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Mon, 17 Aug 2009 15:50:31 +0000 (15:50 +0000)]
Merged revisions 212431 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r212431 | rmudgett | 2009-08-17 10:42:51 -0500 (Mon, 17 Aug 2009) | 16 lines
Merged revisions 212430 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
Fix uninitialized variable causing random MWI indications.
(closes issue #15727)
Reported by: doda
Patches:
dahdi_changes.patch uploaded by doda (license 853)
........
r212430 | rmudgett | 2009-08-17 10:36:28 -0500 (Mon, 17 Aug 2009) | 1 line
Fix uninitialized variable.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212433
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Sat, 15 Aug 2009 15:51:51 +0000 (15:51 +0000)]
Handle slin16 for extra sounds as well.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212386
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Sat, 15 Aug 2009 11:40:10 +0000 (11:40 +0000)]
Blocked revisions 212343 via svnmerge
........
r212343 | mvanbaak | 2009-08-15 13:36:19 +0200 (Sat, 15 Aug 2009) | 10 lines
cast time_t type variables to long where needed.
This makes res_calendar.c compile on OpenBSD and the same
cast is used in a lot of other places where time_t type vars are used.
(closes issue #15656)
Reported by: mvanbaak
Patches:
2009081100 -rescalendarcompilefix.diff.txt uploaded by mvanbaak (license 7)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212345
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Sat, 15 Aug 2009 11:32:04 +0000 (11:32 +0000)]
Blocked revisions 212339 via svnmerge
........
r212339 | mvanbaak | 2009-08-15 13:25:11 +0200 (Sat, 15 Aug 2009) | 10 lines
Add an empty line after each option when printing the
documentation of a function/application.
This will make reading the docs on the CLI way more easy.
(closes issue #15694)
Reported by: mvanbaak
Patches:
2009081100 -extralinesoptionlist.diff.txt uploaded by mvanbaak (license 7)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212341
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Fri, 14 Aug 2009 22:40:01 +0000 (22:40 +0000)]
Blocked revisions 212287 via svnmerge
........
r212287 | jpeeler | 2009-08-14 17:39:11 -0500 (Fri, 14 Aug 2009) | 9 lines
More code that somehow got left out of sig_analog
* confirmanswer option now respected
* check and set waiting for dialtone timer
* unneeded needcallerid flag removed from analog_subchannel
* ss_astchan does not need to be a void pointer
* swap_channels callback updated to trunk
* analog_hangup now resets channel to default law
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212289
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Thu, 13 Aug 2009 15:47:26 +0000 (15:47 +0000)]
Merged revisions 212113 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r212113 | kpfleming | 2009-08-13 10:46:25 -0500 (Thu, 13 Aug 2009) | 3 lines
Ensure that T38FaxVersion is put into outgoing SDP in the proper case.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212115
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Thu, 13 Aug 2009 13:54:42 +0000 (13:54 +0000)]
Merged revisions 212067 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r212067 | file | 2009-08-13 10:51:04 -0300 (Thu, 13 Aug 2009) | 2 lines
Check an actual populated variable when seeing if we need to do video or not.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212069
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Gavin Henry [Thu, 13 Aug 2009 11:44:01 +0000 (11:44 +0000)]
Merged revisions 212027 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r212027 | ghenry | 2009-08-13 12:37:12 +0100 (Thu, 13 Aug 2009) | 6 lines
Fixed typo
(closes issue #15710)
Reported by: suretec
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@212029
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Wed, 12 Aug 2009 23:16:20 +0000 (23:16 +0000)]
Merged revisions 211957 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r211957 | mnicholson | 2009-08-12 18:14:36 -0500 (Wed, 12 Aug 2009) | 17 lines
Merged revisions 211953 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r211953 | mnicholson | 2009-08-12 18:04:02 -0500 (Wed, 12 Aug 2009) | 10 lines
This patch adds additional checking when generating queue log TRANSFER events.
The additional checks prevent generation of false TRANSFER events in certain situations.
(closes issue #14536)
Reported by: aragon
Patches:
queue-log-xfer-fix1.diff uploaded by mnicholson (license 96)
Tested by: aragon, mnicholson
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211958
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Wed, 12 Aug 2009 22:38:30 +0000 (22:38 +0000)]
Merged revisions 211876 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r211876 | mnicholson | 2009-08-12 14:53:14 -0500 (Wed, 12 Aug 2009) | 11 lines
Make asterisk handle 423 Interval Too Short messages better.
This change uses separate values for the acceptable minimum expiry provided by the 423 error and the expiry value stored in the configuration file. Previously, the value pulled from the configuration file would be overwritten.
(closes issue #14366)
Reported by: Nick_Lewis
Patches:
sip-expiry-fix1.diff uploaded by mnicholson (license 96)
chan_sip.c-reqexpiry.patch uploaded by Nick (license 657)
Tested by: mnicholson
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211950
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Wed, 12 Aug 2009 20:48:47 +0000 (20:48 +0000)]
Blocked revisions 211908 via svnmerge
........
r211908 | jpeeler | 2009-08-12 15:47:45 -0500 (Wed, 12 Aug 2009) | 12 lines
Fix chan_dahdi option ringtimeout
dahdi_read relies on the dahdi_pvt copy of ringt which was not getting set
in sig_analog. This patch adds a callback to do so.
(closes issue #15288)
Reported by: alecdavis
Patches:
chan_dahdi.ringtimeout.diff.txt uploaded by alecdavis (license 585)
Tested by: alecdavis
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211910
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Wed, 12 Aug 2009 18:48:38 +0000 (18:48 +0000)]
Blocked revisions 211809 via svnmerge
................
r211809 | mmichelson | 2009-08-12 13:47:51 -0500 (Wed, 12 Aug 2009) | 15 lines
Blocked revisions 211807 via svnmerge
........
r211807 | mmichelson | 2009-08-12 13:46:09 -0500 (Wed, 12 Aug 2009) | 10 lines
Backport fix so that outbound CANCEL requests have same branch as challenged INVITEs.
There already was code present to be sure that a CANCEL will contain the same branch-id
as the INVITE it is cancelling. However, for INVITES which are challenged downstream,
this mechanism did not work properly. Now this is taken care of.
This is a backport of a fix already present in all 1.6.X branches and in trunk. It also
fixes ABE-1907.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211811
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Gavin Henry [Wed, 12 Aug 2009 16:19:00 +0000 (16:19 +0000)]
Merged revisions 211767 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r211767 | ghenry | 2009-08-12 17:00:46 +0100 (Wed, 12 Aug 2009) | 33 lines
Added three new attributes and applied a patch to res_config_ldap.c
attributetype ( AstAccountSubscribeContext
NAME 'AstAccountSubscribeContext'
DESC 'Asterisk subscribe context'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
attributetype ( AstAccountIpAddr
NAME 'AstAccountIpAddr'
DESC 'Asterisk aaccount IP address'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
attributetype ( AstAccountUserAgent
NAME 'AstAccountUserAgent'
DESC 'Asterisk account user context'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
and patch fix_empty_attributes_1.6.1.4_v2.patch
(closes issue #13725)
Reported by: macogeek
Patches:
fix_empty_attributes_1.6.1.4_v2.patch uploaded by xvisor (license 863)
Tested by: suretec
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211775
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 10 Aug 2009 19:51:29 +0000 (19:51 +0000)]
Merged revisions 211584 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r211584 | tilghman | 2009-08-10 14:49:41 -0500 (Mon, 10 Aug 2009) | 9 lines
Merged revisions 211583 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r211583 | tilghman | 2009-08-10 14:48:48 -0500 (Mon, 10 Aug 2009) | 1 line
Conversion specifiers, not format specifiers
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211586
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 10 Aug 2009 19:30:55 +0000 (19:30 +0000)]
AST-2009-005
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211569
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Mon, 10 Aug 2009 18:03:59 +0000 (18:03 +0000)]
Blocked revisions 211475 via svnmerge
........
r211475 | mvanbaak | 2009-08-10 20:01:47 +0200 (Mon, 10 Aug 2009) | 8 lines
add manager events when a skinny device registers/unregisters
like we have in chan_sip
(closes issue #15499)
Reported by: arifzaman
Patches:
2009072600 -skinnymanagerevents.diff.txt uploaded by mvanbaak (license 7)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211477
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Mon, 10 Aug 2009 17:18:11 +0000 (17:18 +0000)]
Blocked revisions 211435 via svnmerge
........
r211435 | jpeeler | 2009-08-10 12:17:06 -0500 (Mon, 10 Aug 2009) | 3 lines
Fix PRI/BRI channels when in alarm condition to only be marked for hangup if
T309 is not enabled.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211440
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Mon, 10 Aug 2009 14:12:18 +0000 (14:12 +0000)]
Merged revisions 211347 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r211347 | file | 2009-08-10 11:07:44 -0300 (Mon, 10 Aug 2009) | 5 lines
Fix retrieval of the port used for the video stream when adding SDP to a SIP message.
(closes issue #15121)
Reported by: jsmith
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211349
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sun, 9 Aug 2009 15:43:27 +0000 (15:43 +0000)]
Merged revisions 211275 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r211275 | tilghman | 2009-08-09 10:42:02 -0500 (Sun, 09 Aug 2009) | 9 lines
Merged revisions 211274 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r211274 | tilghman | 2009-08-09 10:41:01 -0500 (Sun, 09 Aug 2009) | 2 lines
Small oops. Clear the flags which have been checked.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211277
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sun, 9 Aug 2009 07:12:51 +0000 (07:12 +0000)]
Merged revisions 211232 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r211232 | tilghman | 2009-08-09 02:11:22 -0500 (Sun, 09 Aug 2009) | 4 lines
Check for NULL frame, before dereferencing pointer.
(closes issue #15617)
Reported by: rain
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211234
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 7 Aug 2009 20:17:08 +0000 (20:17 +0000)]
Merged revisions 211113 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r211113 | russell | 2009-08-07 15:12:21 -0500 (Fri, 07 Aug 2009) | 11 lines
Recorded merge of revisions 211112 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r211112 | russell | 2009-08-07 15:11:31 -0500 (Fri, 07 Aug 2009) | 4 lines
Resolve a deadlock involving app_chanspy and masquerades.
(ABE-1936)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211115
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 7 Aug 2009 18:19:15 +0000 (18:19 +0000)]
Merged revisions 211040 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r211040 | tilghman | 2009-08-07 13:17:41 -0500 (Fri, 07 Aug 2009) | 21 lines
Merged revisions 211038 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r211038 | tilghman | 2009-08-07 13:16:28 -0500 (Fri, 07 Aug 2009) | 14 lines
QUEUE_MEMBER_LIST _really_ wants the interface name, not the membername.
This is a partial revert of revision 82590, which was an attempted cleanup,
but in reality, it broke QUEUE_MEMBER_LIST, which has always been intended
as a method by which component interfaces could be queried from the queue.
Membername isn't useful here, because that field cannot be used to obtain
further information about the member. See the documentation on
QUEUE_MEMBER_LIST, RemoveQueueMember, QUEUE_MEMBER_PENALTY, and the various
AMI commands which take a member argument for further justification.
(closes issue #15664)
Reported by: rain
Patches:
app_queue-queue_member_list.diff uploaded by rain (license 327)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@211047
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 7 Aug 2009 13:09:38 +0000 (13:09 +0000)]
Merged revisions 210992 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r210992 | kpfleming | 2009-08-07 08:08:00 -0500 (Fri, 07 Aug 2009) | 13 lines
Workaround broken T.38 endpoints that offer tiny MaxDatagram sizes.
Some T.38 endpoints treat T38FaxMaxDatagram as the maximum IFP size that should
be sent to them, rather than the maximum packet payload size. If such an
endpoint also requests UDPRedundancy as the error correction mode, we'll end
up calculating a tiny maximum IFP size, so small as to be unusable. This patch
sets a lower bound on what we'll consider the remote's maximum IFP size to be,
assuming that endpoints that do this really can accept larger packets than
they've offered to accept.
(closes issue #15649)
Reported by: dazza76
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@210994
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 6 Aug 2009 21:47:17 +0000 (21:47 +0000)]
Merged revisions 210914 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r210914 | tilghman | 2009-08-06 16:46:01 -0500 (Thu, 06 Aug 2009) | 14 lines
Merged revisions 210913 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r210913 | tilghman | 2009-08-06 16:45:01 -0500 (Thu, 06 Aug 2009) | 7 lines
Because channel information can be accessed outside of the channel thread, we must lock the channel prior to modifying it.
(closes issue #15397)
Reported by: caspy
Patches:
20090714__issue15397.diff.txt uploaded by tilghman (license 14)
Tested by: caspy
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@210916
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 6 Aug 2009 21:33:58 +0000 (21:33 +0000)]
Merged revisions 210908 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r210908 | tilghman | 2009-08-06 16:29:26 -0500 (Thu, 06 Aug 2009) | 9 lines
Allow Gosub to recognize quote delimiters without consuming them.
(closes issue #15557)
Reported by: rain
Patches:
20090723__issue15557.diff.txt uploaded by tilghman (license 14)
Tested by: rain
Review: https://reviewboard.asterisk.org/r/316/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@210910
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Thu, 6 Aug 2009 17:48:57 +0000 (17:48 +0000)]
Merged revisions 210817 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r210817 | file | 2009-08-06 14:47:04 -0300 (Thu, 06 Aug 2009) | 11 lines
Accept additional T.38 reinvites after an initial one has been handled.
Discussion of this subject has yielded that it is not actually acceptable to change
T.38 parameters after the initial reinvite but declining is harsh and can cause the
fax to fail when it may be possible to allow it to continue. This patch changes things
so that additional T.38 reinvites are accepted but parameter changes ignored. This gives
the fax a fighting chance.
(closes issue #15610)
Reported by: huangtx2009
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@210819
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Wed, 5 Aug 2009 20:28:07 +0000 (20:28 +0000)]
Merged revisions 210640 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r210640 | rmudgett | 2009-08-05 14:40:03 -0500 (Wed, 05 Aug 2009) | 21 lines
Merged revisions 210575 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r210575 | rmudgett | 2009-08-05 14:18:56 -0500 (Wed, 05 Aug 2009) | 14 lines
Dialplan starts execution before the channel setup is complete.
* Issue 15655: For the case where dialing is complete for an incoming
call, dahdi_new() was asked to start the PBX and then the code set more
channel variables. If the dialplan hungup before these channel variables
got set, asterisk would likely crash.
* Fixed potential for overlap incoming call to erroneously set channel
variables as global dialplan variables if the ast_channel structure failed
to get allocated.
* Added missing set of CALLINGSUBADDR in the dialing is complete case.
(closes issue #15655)
Reported by: alecdavis
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@210681
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Leif Madsen [Wed, 5 Aug 2009 18:57:21 +0000 (18:57 +0000)]
Merged revisions 210564 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r210564 | lmadsen | 2009-08-05 13:49:58 -0500 (Wed, 05 Aug 2009) | 19 lines
Merged revisions 210563 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r210563 | lmadsen | 2009-08-05 13:46:21 -0500 (Wed, 05 Aug 2009) | 11 lines
Update imapstorage.txt documentation.
Updated the imapstorage.txt documentation to reflect that issues with
c-client versions older than 2007 seem to cause crashing issues that
are not seen with more recent versions. Documentation has been updated
to reflect this.
(closes issue #14496)
Reported by: vbcrlfuser
Patches:
__20090727-imap-documentation-patch.txt uploaded by lmadsen (license 10)
Tested by: lmadsen, mmichelson, dbrooks
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@210567
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 5 Aug 2009 08:06:01 +0000 (08:06 +0000)]
Blocked revisions 210478 via svnmerge
........
r210478 | mvanbaak | 2009-08-05 10:03:36 +0200 (Wed, 05 Aug 2009) | 2 lines
ignore the .i files when compiling in 'DONT_OPTIMIZE' in the addons/mp3 directory
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@210480
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Tue, 4 Aug 2009 15:38:03 +0000 (15:38 +0000)]
Blocked revisions 210302 via svnmerge
........
r210302 | jpeeler | 2009-08-04 10:35:49 -0500 (Tue, 04 Aug 2009) | 5 lines
Fix broken call pickup
The find_channel_by_group callback was only looking at the channel that was
attempting to make the pickup instead of the other channels in the container.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@210312
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 4 Aug 2009 14:54:45 +0000 (14:54 +0000)]
Merged revisions 210238 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r210238 | kpfleming | 2009-08-04 09:53:00 -0500 (Tue, 04 Aug 2009) | 16 lines
Merged revisions 210237 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r210237 | kpfleming | 2009-08-04 09:51:39 -0500 (Tue, 04 Aug 2009) | 10 lines
Eliminate spurious compiler warnings from system headers on *BSD platforms.
Ensure that system headers located in /usr/local/include are actually treated
as system headers by the compiler, and not as local headers which are subject
to warnings from the -Wundef compiler option and others.
(closes issue #15606)
Reported by: mvanbaak
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@210240
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sat, 1 Aug 2009 11:32:21 +0000 (11:32 +0000)]
Merged revisions 209887 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r209887 | russell | 2009-08-01 06:29:25 -0500 (Sat, 01 Aug 2009) | 12 lines
Merged revisions 209879 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r209879 | russell | 2009-08-01 06:27:25 -0500 (Sat, 01 Aug 2009) | 5 lines
Resolve a valgrind warning about a read from uninitialized memory.
(issue #15396)
Reported by: aragon
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@209900
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sat, 1 Aug 2009 11:03:52 +0000 (11:03 +0000)]
Merged revisions 209839 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r209839 | russell | 2009-08-01 06:02:07 -0500 (Sat, 01 Aug 2009) | 20 lines
Merged revisions 209838 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r209838 | russell | 2009-08-01 05:59:05 -0500 (Sat, 01 Aug 2009) | 13 lines
Modify how Playtones() is used in Milliwatt() to resolve gain issue.
When Milliwatt() was changed internally to use Playtones() so that the proper
tone was used, it introduced a drop in gain in the output signal. So, use
the playtones API directly and specify a volume argument such that the output
matches the gain of the original Milliwatt() code.
(closes issue #15386)
Reported by: rue_mohr
Patches:
issue_15386.rev2.diff uploaded by russell (license 2)
Tested by: rue_mohr
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@209841
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3