]>
git.ipfire.org Git - thirdparty/asterisk.git/log
Jeff Peeler [Tue, 29 Sep 2009 17:04:46 +0000 (17:04 +0000)]
Merged revisions 220833 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r220833 | jpeeler | 2009-09-29 11:58:29 -0500 (Tue, 29 Sep 2009) | 12 lines
Make deletion of temporary greetings work properly with IMAP_STORAGE
When imapgreetings was set to yes, the message was being deleted but wasn't
actually being expunged. When imapgreetings was set to no, the file based
message was not being deleted at all. All good now!
(closes issue #14949)
Reported by: noahisaac
Patches:
vm_tempgreeting_removal.patch uploaded by noahisaac (license 748),
modified by me
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@220834
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Mon, 28 Sep 2009 19:13:53 +0000 (19:13 +0000)]
Merged revisions 220721 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r220721 | seanbright | 2009-09-28 15:11:20 -0400 (Mon, 28 Sep 2009) | 10 lines
Merged revisions 220717 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r220717 | seanbright | 2009-09-28 15:09:25 -0400 (Mon, 28 Sep 2009) | 3 lines
When selecting DONT_OPTIMIZE in menuselect, explicitly pass -O0 to the compiler
so we override any default optimization levels for a particular install.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@220723
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Mon, 28 Sep 2009 19:10:54 +0000 (19:10 +0000)]
Blocked revisions 220718 via svnmerge
........
r220718 | jpeeler | 2009-09-28 14:10:10 -0500 (Mon, 28 Sep 2009) | 10 lines
Fix building of registration entry in build_peer when using callbackextension
Check for remotesecret option was unintentionally always true, which therefore
caused the secret option to never be used. Thanks to dvossel for pointing out
the exact fix.
(closes issue #15943)
Reported by: tpsast
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@220719
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Sun, 27 Sep 2009 20:41:52 +0000 (20:41 +0000)]
Blocked revisions 220629 via svnmerge
........
r220629 | mvanbaak | 2009-09-27 22:40:16 +0200 (Sun, 27 Sep 2009) | 3 lines
add name argument for the CALLERID dialplan function to the xml documentation.
Pointed out to me on IRC by snuff-home. Thanks
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@220630
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sat, 26 Sep 2009 15:11:23 +0000 (15:11 +0000)]
Merged revisions 220586 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r220586 | tilghman | 2009-09-26 10:10:28 -0500 (Sat, 26 Sep 2009) | 2 lines
Allow AES to compile, when OpenSSL is not present.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@220587
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Thu, 24 Sep 2009 20:42:35 +0000 (20:42 +0000)]
Merged revisions 220365 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r220365 | dvossel | 2009-09-24 15:37:20 -0500 (Thu, 24 Sep 2009) | 8 lines
fixes tcptls_session memory leak caused by ref count error
(closes issue #15939)
Reported by: dvossel
Review: https://reviewboard.asterisk.org/r/375/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@220372
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 24 Sep 2009 19:42:25 +0000 (19:42 +0000)]
Merged revisions 220289 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r220289 | tilghman | 2009-09-24 14:41:02 -0500 (Thu, 24 Sep 2009) | 13 lines
Merged revisions 220288 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r220288 | tilghman | 2009-09-24 14:39:41 -0500 (Thu, 24 Sep 2009) | 6 lines
Implicitly sending a progress signal breaks some applications.
Call Progress() in your dialplan if you explicitly want progress to be sent.
(Reverts change 216430, closes issue #15957)
Reported by: Pavel Troller on the Asterisk-Dev mailing list
http://lists.digium.com/pipermail/asterisk-dev/2009-September/039897.html
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@220290
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Thu, 24 Sep 2009 18:22:07 +0000 (18:22 +0000)]
Merged revisions 220217 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r220217 | seanbright | 2009-09-24 14:19:41 -0400 (Thu, 24 Sep 2009) | 9 lines
Merged revisions 220213 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r220213 | seanbright | 2009-09-24 14:18:18 -0400 (Thu, 24 Sep 2009) | 1 line
Resolve parallel build warnings.
Reported by Klaus Darilion on the asterisk-dev mailing list.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@220219
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Thu, 24 Sep 2009 14:49:32 +0000 (14:49 +0000)]
Merged revisions 220100 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r220100 | seanbright | 2009-09-24 10:44:08 -0400 (Thu, 24 Sep 2009) | 9 lines
Merged revisions 220099 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r220099 | seanbright | 2009-09-24 10:41:57 -0400 (Thu, 24 Sep 2009) | 2 lines
Remove the remaining bashisms in the Makefile/mkpkgconfig
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@220101
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Thu, 24 Sep 2009 08:37:49 +0000 (08:37 +0000)]
Merged revisions 220028 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r220028 | mvanbaak | 2009-09-24 10:36:18 +0200 (Thu, 24 Sep 2009) | 14 lines
Merged revisions 220027 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r220027 | mvanbaak | 2009-09-24 10:33:50 +0200 (Thu, 24 Sep 2009) | 7 lines
mkpkgconfig does not need bash so make it use /bin/sh
This fixes building on all systems that don't have bash
at /bin/bash
Reported by _ys on #asterisk-dev
Tested by _ys on #asterisk-dev
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@220029
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Leif Madsen [Wed, 23 Sep 2009 17:47:51 +0000 (17:47 +0000)]
Blocked revisions 219895 via svnmerge
........
r219895 | lmadsen | 2009-09-23 12:46:46 -0500 (Wed, 23 Sep 2009) | 13 lines
Add Mantis work flow documention.
This commit adds the doxygen changes that I've made to describe the Mantis
work flow documentation for the open source issue tracker. This should make
it easier to determine the flow of issues through the issue tracker, and what
those statuses mean.
(closes issue #15902)
Reported by: lmadsen
Patches:
mantisworkflow.h uploaded by lmadsen (license 10)
Review: https://reviewboard.asterisk.org/r/367/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219897
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 22 Sep 2009 21:47:26 +0000 (21:47 +0000)]
Merged revisions 219818 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r219818 | tilghman | 2009-09-22 16:43:22 -0500 (Tue, 22 Sep 2009) | 17 lines
Merged revisions 219816 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r219816 | tilghman | 2009-09-22 16:37:03 -0500 (Tue, 22 Sep 2009) | 10 lines
When IMAP variables were changed during a reload, Voicemail did not use the new values.
This change introduces a configuration version variable, which ensures that
connections with the old values are not reused but are allowed to expire
normally.
(closes issue #15934)
Reported by: viniciusfontes
Patches:
20090922__issue15934.diff.txt uploaded by tilghman (license 14)
Tested by: viniciusfontes
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219819
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Mon, 21 Sep 2009 17:03:03 +0000 (17:03 +0000)]
Merged revisions 219721 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r219721 | dvossel | 2009-09-21 11:59:05 -0500 (Mon, 21 Sep 2009) | 9 lines
Merged revisions 219720 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r219720 | dvossel | 2009-09-21 11:55:53 -0500 (Mon, 21 Sep 2009) | 3 lines
Reverting merge 219520. This change was not necessary.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219724
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sun, 20 Sep 2009 18:20:06 +0000 (18:20 +0000)]
Merged revisions 219654 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r219654 | tilghman | 2009-09-20 12:55:49 -0500 (Sun, 20 Sep 2009) | 15 lines
Merged revisions 219653 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r219653 | tilghman | 2009-09-20 12:52:05 -0500 (Sun, 20 Sep 2009) | 8 lines
Really stop the stream, when ast_closestream() is called.
(closes issue #15129)
Reported by: bmh
Patches:
20090918__issue15129.diff.txt uploaded by tilghman (license 14)
Review:
https://reviewboard.asterisk.org/r/372/
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219663
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sat, 19 Sep 2009 03:06:49 +0000 (03:06 +0000)]
Merged revisions 219587 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r219587 | russell | 2009-09-18 21:59:52 -0500 (Fri, 18 Sep 2009) | 13 lines
Merged revisions 219586 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r219586 | russell | 2009-09-18 21:51:13 -0500 (Fri, 18 Sep 2009) | 6 lines
Make sure the iax_pvt exists before dereferencing it.
This fixes the latest crash posted on issue 15609.
(issue #15609)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219588
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Fri, 18 Sep 2009 23:23:20 +0000 (23:23 +0000)]
Merged revisions 219520 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r219520 | dvossel | 2009-09-18 18:20:58 -0500 (Fri, 18 Sep 2009) | 15 lines
Merged revisions 219519 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r219519 | dvossel | 2009-09-18 18:19:50 -0500 (Fri, 18 Sep 2009) | 9 lines
iax2 frame double free
The iax frame's retrans sched id was written over right
before iax2_frame_free was called. In iax2_frame_free that
retrans id is used to delete the sched item. By writing over
the retrans field before the sched item could be deleted, it was
possible for a retransmit to occur on a freed frame.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219523
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Fri, 18 Sep 2009 16:22:40 +0000 (16:22 +0000)]
Merged revisions 219451 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r219451 | dvossel | 2009-09-18 11:20:41 -0500 (Fri, 18 Sep 2009) | 20 lines
Merged revisions 219450 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r219450 | dvossel | 2009-09-18 11:19:15 -0500 (Fri, 18 Sep 2009) | 14 lines
via-header branches not updated correctly on INVITE
INVITE requests must always contain a new unique branch id. When
a new branch id is created for an INVITE, the dialog's invite_branch
variable must be updated so CANCEL requests use the correct branch id.
(closes issue #15262)
Reported by: maniax
Patches:
asterisk-1.6.1.0-sip-branch.patch uploaded by tweety (license 608)
invite_new_branch_trunk.diff uploaded by dvossel (license 671)
Tested by: maniax, dvossel
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219454
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 18 Sep 2009 13:57:07 +0000 (13:57 +0000)]
Merged revisions 219412 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r219412 | tilghman | 2009-09-18 08:54:51 -0500 (Fri, 18 Sep 2009) | 6 lines
Missing value setting line for maxsecs/maxmessage
(closes issue #15696)
Reported by: fhackenberger
Patches:
maxsecs.patch uploaded by fhackenberger (license 592)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219413
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Thu, 17 Sep 2009 22:39:45 +0000 (22:39 +0000)]
Blocked revisions 219371 via svnmerge
........
r219371 | dvossel | 2009-09-17 17:37:28 -0500 (Thu, 17 Sep 2009) | 9 lines
fixes deadlock when performing directed pickup w Invite/replaces
(closes issue #15340)
Reported by: lmsteffan
Patches:
deadlock.patch uploaded by lmsteffan (license 779)
Tested by: lmsteffan
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219379
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Thu, 17 Sep 2009 22:36:04 +0000 (22:36 +0000)]
Merged revisions 219324 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r219324 | mmichelson | 2009-09-17 17:22:01 -0500 (Thu, 17 Sep 2009) | 12 lines
Merged revisions 219320 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r219320 | mmichelson | 2009-09-17 17:20:50 -0500 (Thu, 17 Sep 2009) | 6 lines
Send a 100 Trying response when we detect a spiral.
This was problematic during spiral tests at SIPit...
along with some other things as well.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219365
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Thu, 17 Sep 2009 22:01:46 +0000 (22:01 +0000)]
Merged revisions 219304 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r219304 | dvossel | 2009-09-17 16:59:21 -0500 (Thu, 17 Sep 2009) | 27 lines
Merged revisions 219303 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r219303 | dvossel | 2009-09-17 16:29:37 -0500 (Thu, 17 Sep 2009) | 21 lines
INVITE w/Replaces deadlock fix
This patch cleans up the locking logic in chan_sip.c's
handle_invite_replaces() function as well as making use
of ast_do_masquerade() rather than forcing the masquerade
on an ast_read(). The code had several redundant unlocks
that would result in 'freed more times than we've locked!'
errors. I cleaned these up as well as moving all the unlock
logic to the end of the function. This patch should also
resolve the issue people were having with the replacecall
channel never being unlocked with one legged calls.
(closes issue #15151)
Reported by: irroot
Patches:
invite_w_replaces_1.4.diff uploaded by dvossel (license 671)
Tested by: irroot, dvossel
Review: https://reviewboard.asterisk.org/r/371/
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219305
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Thu, 17 Sep 2009 19:58:13 +0000 (19:58 +0000)]
Merged revisions 219264 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r219264 | file | 2009-09-17 14:57:39 -0500 (Thu, 17 Sep 2009) | 2 lines
Ensure no spaces exist before "refresher=" when doing the comparison.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219265
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Thu, 17 Sep 2009 15:44:14 +0000 (15:44 +0000)]
Merged revisions 219139 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r219139 | mnicholson | 2009-09-17 10:18:01 -0500 (Thu, 17 Sep 2009) | 17 lines
Merged revisions 219136 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r219136 | mnicholson | 2009-09-17 09:58:39 -0500 (Thu, 17 Sep 2009) | 10 lines
Prevent a potential race condition and crash when hanging up a channel by removing the channel from the channel list before begining channel tear down.
This fix may potentially cause problems with CDR backends that access the channel a CDR is associated with via the channel list. This fix makes the channel unavabile at the time when the CDR backend is invoked. This has been documented in include/asterisk/cdr.h.
(closes issue #15316)
Reported by: vmarrone
Tested by: mnicholson
Review: https://reviewboard.asterisk.org/r/362/
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219198
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 16 Sep 2009 23:52:26 +0000 (23:52 +0000)]
Merged revisions 219061 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r219061 | tilghman | 2009-09-16 18:42:12 -0500 (Wed, 16 Sep 2009) | 15 lines
Merged revisions 219023 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r219023 | tilghman | 2009-09-16 18:21:53 -0500 (Wed, 16 Sep 2009) | 8 lines
Properly deal with quotes in the arguments of '#exec' includes.
(closes issue #15583)
Reported by: pkempgen
Patches:
20090726__issue15583.diff.txt uploaded by tilghman (license 14)
20090726__issue15583-1.4-4.diff.txt uploaded by pkempgen (license 169)
Tested by: pkempgen
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@219064
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Wed, 16 Sep 2009 19:26:34 +0000 (19:26 +0000)]
Merged revisions 218933 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r218933 | mmichelson | 2009-09-16 14:25:36 -0500 (Wed, 16 Sep 2009) | 12 lines
Reverse order of args to fread.
This way, we don't always write a null byte into
byte 1 of the buffer
(closes issue #15905)
Reported by: ebroad
Patches:
freadfix.patch uploaded by ebroad (license 878)
Tested by: ebroad
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218935
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Joshua Colp [Wed, 16 Sep 2009 18:44:25 +0000 (18:44 +0000)]
Merged revisions 218918 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r218918 | file | 2009-09-16 13:31:47 -0500 (Wed, 16 Sep 2009) | 5 lines
On TCP and TLS connections do not attempt to stop retransmission of the packet internally.
This was preventing responses from being properly processed because the packet was not being found
causing handle_response to return prematurely.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218931
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Brooks [Wed, 16 Sep 2009 18:11:13 +0000 (18:11 +0000)]
Merged revisions 218868 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r218868 | dbrooks | 2009-09-16 13:06:42 -0500 (Wed, 16 Sep 2009) | 20 lines
Merged revisions 218867 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r218867 | dbrooks | 2009-09-16 13:00:45 -0500 (Wed, 16 Sep 2009) | 13 lines
Fixes CID pattern matching behavior to mirror that of extension pattern matching.
Pattern matching for extensions uses a type of scoring system, giving values for
specificity to each character in the pattern. Unfortunately, this is done character
by character, in order. This does lead to some less specific patterns being first
in line for matching, but it will usually get the job done.
This patch merely brings CID matching to the same level as extension matching.
This patch does not attempt to tackle the problem shared by extension matching.
(closes issue #14708)
Reported by: klaus3000
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218869
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Wed, 16 Sep 2009 13:36:44 +0000 (13:36 +0000)]
Merged revisions 218799 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r218799 | russell | 2009-09-16 08:34:41 -0500 (Wed, 16 Sep 2009) | 16 lines
Merged revisions 218798 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r218798 | russell | 2009-09-16 08:33:43 -0500 (Wed, 16 Sep 2009) | 9 lines
Remove the IAXy firmware from Asterisk.
The firmware can now be found on downloads.digium.com, where the rest of our
binary downloads live. This was the last part of our Asterisk tarballs that
was considered non-free by Debian. :-)
(closes issue #15838)
Reported by: paravoid
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218800
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 15 Sep 2009 22:39:28 +0000 (22:39 +0000)]
Merged revisions 218731 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r218731 | tilghman | 2009-09-15 17:33:10 -0500 (Tue, 15 Sep 2009) | 13 lines
Merged revisions 218730 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r218730 | tilghman | 2009-09-15 17:27:41 -0500 (Tue, 15 Sep 2009) | 6 lines
If the user enters the same password as before, don't signal an error when the change does nothing.
(closes issue #15492)
Reported by: cbbs70a
Patches:
20090713__issue15492.diff.txt uploaded by tilghman (license 14)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218732
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Tue, 15 Sep 2009 19:31:07 +0000 (19:31 +0000)]
Merged revisions 218687 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r218687 | dvossel | 2009-09-15 14:22:37 -0500 (Tue, 15 Sep 2009) | 2 lines
upward bound checking for port string to int conversion
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218690
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Tue, 15 Sep 2009 16:21:24 +0000 (16:21 +0000)]
Merged revisions 218586 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r218586 | mnicholson | 2009-09-15 11:15:02 -0500 (Tue, 15 Sep 2009) | 15 lines
Merged revisions 218578 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r218578 | mnicholson | 2009-09-15 11:03:54 -0500 (Tue, 15 Sep 2009) | 8 lines
Send request contact header field with response to registrer queries instead of the address of record.
(closes issue #14438)
Reported by: ravindrad
Patches:
regquerypatch uploaded by ravindrad (license 684)
Tested by: ravindrad
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218601
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 15 Sep 2009 16:05:25 +0000 (16:05 +0000)]
Merged revisions 218579 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r218579 | tilghman | 2009-09-15 11:04:41 -0500 (Tue, 15 Sep 2009) | 16 lines
Merged revisions 218577 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r218577 | tilghman | 2009-09-15 11:01:17 -0500 (Tue, 15 Sep 2009) | 9 lines
Ensure FollowMe sets language in channels it creates.
Also, not in the original bug report, but related fields are accountcode and
musicclass, and the inheritance of datastores.
(closes issue #15372)
Reported by: Romik
Patches:
20090828__issue15372.diff.txt uploaded by tilghman (license 14)
Tested by: cervajs
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218580
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Tue, 15 Sep 2009 15:42:03 +0000 (15:42 +0000)]
Merged revisions 218566 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r218566 | mmichelson | 2009-09-15 10:40:14 -0500 (Tue, 15 Sep 2009) | 4 lines
Use a better method of ensuring null-termination of the buffer
while reading the SDP when using TCP.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218573
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Tue, 15 Sep 2009 15:11:50 +0000 (15:11 +0000)]
Merged revisions 218499,218504 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r218499 | mmichelson | 2009-09-15 09:59:50 -0500 (Tue, 15 Sep 2009) | 3 lines
Fix off-by-one error when reading SDP sent over TCP.
........
r218504 | mmichelson | 2009-09-15 10:05:53 -0500 (Tue, 15 Sep 2009) | 3 lines
Ensure that SDP read from TCP socket is null-terminated.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218505
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 15 Sep 2009 15:03:16 +0000 (15:03 +0000)]
Merged revisions 218500 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r218500 | kpfleming | 2009-09-15 11:02:21 -0400 (Tue, 15 Sep 2009) | 9 lines
Merged revisions 218497 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r218497 | kpfleming | 2009-09-15 10:55:58 -0400 (Tue, 15 Sep 2009) | 1 line
Use proper hostname for downloading sound files.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218501
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Mon, 14 Sep 2009 22:49:25 +0000 (22:49 +0000)]
Merged revisions 218430 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r218430 | jpeeler | 2009-09-14 17:38:25 -0500 (Mon, 14 Sep 2009) | 18 lines
Merged revisions 218401 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r218401 | jpeeler | 2009-09-14 16:47:11 -0500 (Mon, 14 Sep 2009) | 11 lines
Fix handling of DAHDI_EVENT_REMOVED event to prevent crash in do_monitor.
After talking to rmudgett about some of his recent iflist locking changes, it
was determined that the only place that would destroy a channel without being
explicitly to do so was in handle_init_event. The loop to walk the interface
list has been modified to wait to destroy the channel until the dahdi_pvt of
the channel to be destroyed is no longer needed.
(closes issue #15378)
Reported by: samy
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218431
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 14 Sep 2009 19:49:04 +0000 (19:49 +0000)]
Merged revisions 218361 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r218361 | tilghman | 2009-09-14 14:29:48 -0500 (Mon, 14 Sep 2009) | 11 lines
Recorded merge of revisions 218331 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r218331 | tilghman | 2009-09-14 14:16:35 -0500 (Mon, 14 Sep 2009) | 4 lines
Don't say "Please try again" if we don't give the user another chance to try again.
(issue #15055, SWP-129)
Reported by: jthurman
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218362
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Mon, 14 Sep 2009 15:22:12 +0000 (15:22 +0000)]
Merged revisions 218224 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r218224 | mnicholson | 2009-09-14 09:57:23 -0500 (Mon, 14 Sep 2009) | 14 lines
Merged revisions 218223 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r218223 | mnicholson | 2009-09-14 09:53:57 -0500 (Mon, 14 Sep 2009) | 8 lines
Ensure we don't pickup ourselves when doing pickup by exten.
(closes issue #15100)
Reported by: lmsteffan
Patches:
(modified) pickup.patch uploaded by lmsteffan (license 779)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218244
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tzafrir Cohen [Sun, 13 Sep 2009 19:10:56 +0000 (19:10 +0000)]
gcc 4.4: Remove a nop memset size 0 that annoys gcc
This memset doesn't write beyond the end of the buffer.
(tmpbuf has size of 4).
Merged revisions 218184 via svnmerge from
http://svn.digium.com/svn/asterisk/trunk
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218216
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Sat, 12 Sep 2009 13:11:42 +0000 (13:11 +0000)]
Blocked revisions 218107 via svnmerge
........
r218107 | mvanbaak | 2009-09-12 15:08:16 +0200 (Sat, 12 Sep 2009) | 8 lines
use the actual given ip address for 'rtp set debug ip <foo>' instead of the word 'ip'
(closes issue #15711)
Reported by: davidw
Patches:
2009082800 -rtpdebug.diff.txt uploaded by mvanbaak (license 7)
Tested by: davidw
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218109
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Sat, 12 Sep 2009 13:10:18 +0000 (13:10 +0000)]
Use the ip for the new 'rtp set debug ip <foo>'.
Since 1.6.X still has the deprecated 'rtp debug ip <foo>'
this patch is different from the fix that went into trunk
(closes issue #15711)
Reported by: davidw
Patches:
2009082800 -rtpdebug.diff.txt uploaded by mvanbaak (license 7)
Tested by: davidw
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218108
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 11 Sep 2009 05:58:58 +0000 (05:58 +0000)]
Merged revisions 217990 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r217990 | tilghman | 2009-09-10 18:54:51 -0500 (Thu, 10 Sep 2009) | 10 lines
Merged revisions 217989 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r217989 | tilghman | 2009-09-10 18:52:22 -0500 (Thu, 10 Sep 2009) | 3 lines
Don't ring another channel, if there's not enough time for a queue member to answer.
(Fixes AST-228)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@218051
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 10 Sep 2009 23:17:27 +0000 (23:17 +0000)]
Merged revisions 217916 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r217916 | tilghman | 2009-09-10 18:12:16 -0500 (Thu, 10 Sep 2009) | 2 lines
Make calltoken support work with realtime users and peers.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@217920
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Thu, 10 Sep 2009 22:31:20 +0000 (22:31 +0000)]
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.
Thanks to oej for finding the issue and suggesting solutions.
Review: https://reviewboard.asterisk.org/r/355/
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@217913
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Thu, 10 Sep 2009 21:33:22 +0000 (21:33 +0000)]
Merged revisions 217807 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r217807 | dvossel | 2009-09-10 16:07:47 -0500 (Thu, 10 Sep 2009) | 28 lines
Merged revisions 217806 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r217806 | dvossel | 2009-09-10 16:06:07 -0500 (Thu, 10 Sep 2009) | 22 lines
IAX2 encryption regression
The IAX2 Call Token security patch inadvertently broke the use of
encryption due to the reorganization of code in the socket_process()
function. When encryption is used, an incoming full frame must first
be decrypted before the information elements can be parsed. The
security release mistakenly moved IE parsing before decryption in
order to process the new Call Token IE. To resolve this, decryption
of full frames is once again done before looking into the frame. This
involves searching for an existing callno, checking the pvt to see if
encryption is turned on, and decrypting the packet before the internal
fields of the full frame are accessed.
(closes issue #15834)
Reported by: karesmakro
Patches:
iax2_encryption_fix_1.4.diff uploaded by dvossel (license 671)
Tested by: dvossel, karesmakro
Review: https://reviewboard.asterisk.org/r/355/
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@217858
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthias Nick [Thu, 10 Sep 2009 19:53:41 +0000 (19:53 +0000)]
Merged revisions 217730 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r217730 | mnick | 2009-09-10 14:39:41 -0500 (Thu, 10 Sep 2009) | 17 lines
Sets the correct musicclass after an announcement
(closes issue #15279)
Reported by: mbeckwell
Patches:
patch.txt uploaded by mnick (license )
Tested by: mnick
(closes issue #15832)
Reported by: mbeckwell
Patches:
patch.txt uploaded by mnick (license 874)
Tested by: mnick
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@217736
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Thu, 10 Sep 2009 12:16:24 +0000 (12:16 +0000)]
Merged revisions 217593 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r217593 | oej | 2009-09-10 14:06:55 +0200 (Tor, 10 Sep 2009) | 8 lines
Include ActionID in all events that are responsed to AMI Action SIPShowRegistry
(closes issue #15868)
Reported by: nic_bellamy
Patches:
manager_SIPshowregistry_actionid.patch uploaded by nic bellamy (license 299)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@217596
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tzafrir Cohen [Wed, 9 Sep 2009 20:15:37 +0000 (20:15 +0000)]
gcc 4.4 fix: union instead of cast
gcc 4.4 has more strict rules for aliasing. It doesn't like a
struct sockaddr_in pointer pointing to a struct sockaddr. So we make it
a union.
Merged revisions 217445 via svnmerge from
http://svn.digium.com/svn/asterisk/trunk
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@217484
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Wed, 9 Sep 2009 11:33:13 +0000 (11:33 +0000)]
Merged revisions 217368 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r217368 | oej | 2009-09-09 12:39:43 +0200 (Ons, 09 Sep 2009) | 2 lines
Not having any TLS session to write to is a serious XMIT_ERROR.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@217405
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 8 Sep 2009 21:45:00 +0000 (21:45 +0000)]
Commit regenerated configure script that I missed earlier.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@217281
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 8 Sep 2009 20:31:02 +0000 (20:31 +0000)]
Merged revisions 217199 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r217199 | tilghman | 2009-09-08 15:28:41 -0500 (Tue, 08 Sep 2009) | 14 lines
Merged revisions 217156 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r217156 | tilghman | 2009-09-08 15:01:45 -0500 (Tue, 08 Sep 2009) | 7 lines
When MOH is playing on the channel, announcements sent through the conference are not heard.
(closes issue #14588)
Reported by: voipas
Patches:
20090716__issue14588__2.diff.txt uploaded by tilghman (license 14)
Tested by: lmadsen, twisted, tilghman
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@217209
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 8 Sep 2009 16:38:42 +0000 (16:38 +0000)]
Merged revisions 217074 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r217074 | kpfleming | 2009-09-08 11:37:28 -0500 (Tue, 08 Sep 2009) | 9 lines
Ensure that the default autoconf CFLAGS are not used.
A recent change to the configure script that allows the user to specify
CFLAGS and/or LDFLAGS to the script had the unfortunate side effect of
letting autoconf's default CFLAGS (-g -O2) feed in to the rest of the build
system, thereby overriding the DONT_OPTIMIZE setting in menuselect. That
problem is now corrected.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@217075
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 8 Sep 2009 15:35:52 +0000 (15:35 +0000)]
Merged revisions 217033 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r217033 | tilghman | 2009-09-08 10:30:18 -0500 (Tue, 08 Sep 2009) | 4 lines
Remove what appears to be an unnecessary define.
(closes issue #15851)
Reported by: tzafrir
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@217034
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Tue, 8 Sep 2009 14:28:19 +0000 (14:28 +0000)]
Merged revisions 216993 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r216993 | dvossel | 2009-09-08 09:26:30 -0500 (Tue, 08 Sep 2009) | 14 lines
caller id number empty
parse_uri was not being given the correct scheme's, as
a result, uri parsing did not parse the username correctly.
One of the side effects of this is an empty caller id.
(closes issue #15839)
Reported by: ebroad
Patches:
blank_cidv2.patch uploaded by ebroad (license 878)
parse_uri_fix.diff uploaded by dvossel (license 671)
Tested by: ebroad, dvossel
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@216996
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 7 Sep 2009 16:38:53 +0000 (16:38 +0000)]
Merged revisions 216842 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r216842 | oej | 2009-09-07 18:35:12 +0200 (MÃ¥n, 07 Sep 2009) | 2 lines
Make sure we reset global_exclude_static at channel reload
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@216843
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 7 Sep 2009 13:08:17 +0000 (13:08 +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 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.0@216696
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 7 Sep 2009 12:00:56 +0000 (12:00 +0000)]
fix documentation so it agrees with code
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@216656
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 7 Sep 2009 11:56:22 +0000 (11:56 +0000)]
Add doc and turn off premature media filter by default
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@216654
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Olle Johansson [Mon, 7 Sep 2009 10:29:15 +0000 (10:29 +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.0@216645
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Fri, 4 Sep 2009 19:51:56 +0000 (19:51 +0000)]
Blocked revisions 216594 via svnmerge
........
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.0@216600
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Fri, 4 Sep 2009 19:32:45 +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.0@216595
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 4 Sep 2009 17:32:55 +0000 (17:32 +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.0@216548
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Fri, 4 Sep 2009 15:07:51 +0000 (15:07 +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.0@216507
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Fri, 4 Sep 2009 14:05:11 +0000 (14:05 +0000)]
Blocked revisions 216437 via svnmerge
........
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.0@216439
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 4 Sep 2009 10:49:27 +0000 (10:49 +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.0@216265
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Fri, 4 Sep 2009 06:11:42 +0000 (06:11 +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.0@216223
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 3 Sep 2009 19:42:21 +0000 (19:42 +0000)]
tweak
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@216097
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 3 Sep 2009 19:40:22 +0000 (19:40 +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.0@216093
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 3 Sep 2009 18:50:40 +0000 (18:50 +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.0@216011
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Thu, 3 Sep 2009 18:40:12 +0000 (18:40 +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.0@216003
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Thu, 3 Sep 2009 05:58:30 +0000 (05:58 +0000)]
Blocked revisions 215838 via svnmerge
........
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.0@215839
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Thu, 3 Sep 2009 00:05:11 +0000 (00:05 +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.0@215759
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 2 Sep 2009 22:10:31 +0000 (22:10 +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.0@215687
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 2 Sep 2009 21:24:23 +0000 (21:24 +0000)]
Blocked revisions 215665 via svnmerge
........
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.0@215668
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 2 Sep 2009 20:46:15 +0000 (20:46 +0000)]
Blocked revisions 215622 via svnmerge
........
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.0@215645
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 2 Sep 2009 18:08:25 +0000 (18:08 +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.0@215525
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 2 Sep 2009 16:23:14 +0000 (16:23 +0000)]
Blocked revisions 215479 via svnmerge
........
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.0@215488
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 2 Sep 2009 16:10:20 +0000 (16:10 +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.0@215469
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 2 Sep 2009 15:58:17 +0000 (15:58 +0000)]
Blocked revisions 215462 via svnmerge
........
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.0@215463
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Michiel van Baak [Wed, 2 Sep 2009 10:52:23 +0000 (10:52 +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.0@215420
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Dwayne M. Hubbard [Wed, 2 Sep 2009 01:21:12 +0000 (01:21 +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.0@215352
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Tue, 1 Sep 2009 19:54:01 +0000 (19:54 +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.0@215162
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 31 Aug 2009 16:21:51 +0000 (16:21 +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.0@214957
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sun, 30 Aug 2009 06:44:57 +0000 (06:44 +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.0@214820
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 28 Aug 2009 20:15:51 +0000 (20:15 +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.0@214703
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Kevin P. Fleming [Fri, 28 Aug 2009 20:04:04 +0000 (20:04 +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.0@214697
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Fri, 28 Aug 2009 18:42:19 +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.0@214651
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 27 Aug 2009 21:47:49 +0000 (21:47 +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.0@214519
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 27 Aug 2009 20:14:33 +0000 (20:14 +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.0@214474
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 27 Aug 2009 16:14:57 +0000 (16:14 +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.0@214361
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Wed, 26 Aug 2009 23:14:05 +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.0@214310
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 26 Aug 2009 16:54:43 +0000 (16:54 +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.0@214200
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 26 Aug 2009 16:40:50 +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.0@214198
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 25 Aug 2009 22:42:43 +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.0@214153
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 25 Aug 2009 19:42:37 +0000 (19:42 +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.0@214073
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 25 Aug 2009 06:52:44 +0000 (06:52 +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.0@213976
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 25 Aug 2009 06:36:40 +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.0@213972
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 25 Aug 2009 02:42:32 +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.0@213901
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Mon, 24 Aug 2009 17:07:29 +0000 (17:07 +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
Fix checking if the imapgreetings option is turned on to store the greeting
in IMAP.
(closes issue #14950)
Reported by: noahisaac
Patches:
14950.patch uploaded by mmichelson (license 60)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213837
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Fri, 21 Aug 2009 22:25:42 +0000 (22:25 +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.0@213727
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3