]>
git.ipfire.org Git - thirdparty/asterisk.git/log
Andrew Latham [Fri, 14 Jan 2011 19:39:22 +0000 (19:39 +0000)]
Add relationships to function documentation.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301846
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Fri, 14 Jan 2011 17:34:28 +0000 (17:34 +0000)]
Merged revisions 301790 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r301790 | jpeeler | 2011-01-14 11:32:52 -0600 (Fri, 14 Jan 2011) | 42 lines
Resolve deadlock involving REFER.
Two fixes:
1) One must always have the private unlocked before calling
pbx_builtin_setvar_helper to not invalidate locking order since it locks the
channel.
2) Unlock the channel before calling pbx_find_extension, which starts and stops
autoservice during the lookup. The problem scenario as illustrated by the
reporter:
Thread: do_monitor
-----------------------
handle_request_do
handle_incoming
handle_request_refer
ast_parking_ext_valid
pbx_find_extension
ast_autoservice_stop
while (chan_list_state == as_chan_list_state) { usleep(1000); }
Thread: autoservice_run
-----------------------
autoservice_run
chan = ast_waitfor_n
ast_waitfor_nandfds
ast_waitfor_nandfds_classic / simple / complex (depending on your system)
ast_channel_lock(c[x]);
handle_request_do and schedule_process_request_queue locks the owner
if it exists. The autoservice thread is waiting for the channel lock, which
wasn't ever released since the do_monitor thread was waiting for autoservice
operations to complete. Solved by unlocking the channel but keeping a reference
to guarantee safety.
(closes issue #18403)
Reported by: jthurman
Patches:
20110103 -blind_deadlock.diff uploaded by jthurman (license 614)
issue18403.patch uploaded by jpeeler (license 325)
Tested by: jthurman
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301791
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Leif Madsen [Thu, 13 Jan 2011 17:02:34 +0000 (17:02 +0000)]
Merged revisions 301731 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r301731 | lmadsen | 2011-01-13 11:01:43 -0600 (Thu, 13 Jan 2011) | 15 lines
Merged revisions 301730 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r301730 | lmadsen | 2011-01-13 11:01:11 -0600 (Thu, 13 Jan 2011) | 7 lines
Add static entry for split Polycom 332 firmware.
(closes issue #18607)
Reported by: cjacobsen
Patches:
polycom_331.diff uploaded by cjacobsen (license 1029)
Tested by: lathama
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301732
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Paul Belanger [Thu, 13 Jan 2011 16:27:22 +0000 (16:27 +0000)]
Add dialplan variables for asterisk.conf directories
Review: https://reviewboard.asterisk.org/r/1075/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301729
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Wed, 12 Jan 2011 21:24:18 +0000 (21:24 +0000)]
Merged revisions 301683 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r301683 | twilson | 2011-01-12 15:19:48 -0600 (Wed, 12 Jan 2011) | 15 lines
Merged revisions 301682 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r301682 | twilson | 2011-01-12 15:05:02 -0600 (Wed, 12 Jan 2011) | 9 lines
Don't reject all SUBSCRIBE auth requests
When merging another SUBSCRIBE fix from 1.4, some braces were put in
the wrong place. This patch fixes that.
(closes issue #18597)
Reported by: thsgmbh
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301684
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Wed, 12 Jan 2011 18:52:30 +0000 (18:52 +0000)]
Merged revisions 301595 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r301595 | mnicholson | 2011-01-12 12:51:37 -0600 (Wed, 12 Jan 2011) | 22 lines
Merged revisions 301594 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r301594 | mnicholson | 2011-01-12 12:50:31 -0600 (Wed, 12 Jan 2011) | 15 lines
Removed a usleep(1) that shouldn't be necessary in session_do, and removed the
ms_t member from the mansession_session structure.
Merged revisions 301591 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r301591 | mnicholson | 2011-01-12 12:39:03 -0600 (Wed, 12 Jan 2011) | 5 lines
Don't store the thread id for the manager session in the structure we pass to
the thread for the manager session.
ABE-2543
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301596
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Wed, 12 Jan 2011 18:12:31 +0000 (18:12 +0000)]
Merged revisions 301504 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r301504 | jpeeler | 2011-01-12 12:12:08 -0600 (Wed, 12 Jan 2011) | 26 lines
Merged revisions 301503 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r301503 | jpeeler | 2011-01-12 12:11:49 -0600 (Wed, 12 Jan 2011) | 19 lines
Merged revisions 301502 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r301502 | jpeeler | 2011-01-12 12:10:42 -0600 (Wed, 12 Jan 2011) | 12 lines
Fix CPU spike when pressing DTMF after agent login.
The problem here is that DTMF was being continuously deferred and requeued
since ast_safe_sleep is called in a loop. There are serveral other places in the
code that sleeps and then loops in a similar fashion. Because of this fact I
opted to not defer DTMF any more, which will not affect the original fix:
https://reviewboard.asterisk.org/r/674
(closes issue #18130)
Reported by: rgj
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301505
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 12 Jan 2011 16:05:58 +0000 (16:05 +0000)]
Merged revisions 301446 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r301446 | dvossel | 2011-01-12 10:05:12 -0600 (Wed, 12 Jan 2011) | 2 lines
Removal of unused variables so Asterisk will compile.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301447
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Stefan Schmidt [Wed, 12 Jan 2011 15:59:28 +0000 (15:59 +0000)]
fix wrong text of rerun menuselect after user interface warning
the warning, if no user interface for menuselect warning was found is not right.
you have to rerun configure before make menuselect after installing a proper user interface.
(closes issue
0018594 )
Reported by: Dovid
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301445
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 12 Jan 2011 00:27:30 +0000 (00:27 +0000)]
Merged revisions 301402 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r301402 | tilghman | 2011-01-11 18:26:39 -0600 (Tue, 11 Jan 2011) | 7 lines
Call execl() directly for a better solution for paths with spaces.
(closes issue #18600)
Reported by: ebroad
Patches:
20110111__issue18600__2.diff.txt uploaded by tilghman (license 14)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301403
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Paul Belanger [Tue, 11 Jan 2011 19:19:01 +0000 (19:19 +0000)]
Merged revisions 301311 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r301311 | pabelanger | 2011-01-11 14:16:06 -0500 (Tue, 11 Jan 2011) | 9 lines
Merged revisions 301310 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r301310 | pabelanger | 2011-01-11 14:14:31 -0500 (Tue, 11 Jan 2011) | 2 lines
Fix a logic issue when passing context ARG
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301319
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Tue, 11 Jan 2011 18:55:16 +0000 (18:55 +0000)]
Merged revisions 301308 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r301308 | mnicholson | 2011-01-11 12:51:40 -0600 (Tue, 11 Jan 2011) | 18 lines
Merged revisions 301307 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r301307 | mnicholson | 2011-01-11 12:42:05 -0600 (Tue, 11 Jan 2011) | 11 lines
Merged revisions 301305 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r301305 | mnicholson | 2011-01-11 12:34:40 -0600 (Tue, 11 Jan 2011) | 4 lines
Prevent buffer overflows in ast_uri_encode()
ABE-2705
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301309
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 10 Jan 2011 22:40:23 +0000 (22:40 +0000)]
Merged revisions 301263 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r301263 | tilghman | 2011-01-10 16:39:31 -0600 (Mon, 10 Jan 2011) | 8 lines
Little endian machines were not converted properly.
(closes issue #18583)
Reported by: jcovert
Patches:
20110110__issue18583.diff.txt uploaded by tilghman (license 14)
Tested by: jcovert
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301264
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Paul Belanger [Sun, 9 Jan 2011 21:42:47 +0000 (21:42 +0000)]
Merged revisions 301221 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r301221 | pabelanger | 2011-01-09 16:40:34 -0500 (Sun, 09 Jan 2011) | 21 lines
Merged revisions 301220 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r301220 | pabelanger | 2011-01-09 16:38:24 -0500 (Sun, 09 Jan 2011) | 14 lines
SOUND_CACHE_DIR now defaults to empty
Sounds files included in the Asterisk tarball were being ignored and
re-downloaded. Users wanting to cache the files can still override the setting
using the --with-sounds-cache option.
(closes issue #18589)
Reported by: pabelanger
Patches:
issue18589.patch uploaded by pabelanger (license 224)
Tested by: pabelanger
Review: https://reviewboard.asterisk.org/r/1074/
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301222
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Paul Belanger [Sat, 8 Jan 2011 22:02:39 +0000 (22:02 +0000)]
Merged revisions 301177 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r301177 | pabelanger | 2011-01-08 17:00:12 -0500 (Sat, 08 Jan 2011) | 14 lines
Merged revisions 301176 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r301176 | pabelanger | 2011-01-08 16:58:24 -0500 (Sat, 08 Jan 2011) | 7 lines
Indicate log level argument for Log() is not optional
(closes issue #18586)
Reported by: kshumard
Patches:
app_verbose.c.patch uploaded by kshumard (license 92)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301178
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Sat, 8 Jan 2011 01:13:58 +0000 (01:13 +0000)]
Merged revisions 301134 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r301134 | rmudgett | 2011-01-07 19:11:31 -0600 (Fri, 07 Jan 2011) | 7 lines
The DTMF attended transfer feature cannot callback a chan_dahdi BRI phone.
The DAHDI ISDN channel name is not dialable.
Make a channel name like DAHDI/i3/400-12 dialable when the sequence number
is stripped off of the name.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301135
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jason Parker [Fri, 7 Jan 2011 20:53:45 +0000 (20:53 +0000)]
Merged revisions 301090 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r301090 | qwell | 2011-01-07 14:53:02 -0600 (Fri, 07 Jan 2011) | 15 lines
Merged revisions 301089 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r301089 | qwell | 2011-01-07 14:52:00 -0600 (Fri, 07 Jan 2011) | 8 lines
Initialize useropts/adminopts in case there is no column in the realtime DB.
(closes issue #18182)
Reported by: dimas
Patches:
v1-18182.patch uploaded by dimas (license 88)
Tested by: dimas
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301091
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Fri, 7 Jan 2011 19:58:52 +0000 (19:58 +0000)]
Merged revisions 301047 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r301047 | jpeeler | 2011-01-07 13:58:30 -0600 (Fri, 07 Jan 2011) | 15 lines
Merged revisions 301046 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r301046 | jpeeler | 2011-01-07 13:57:42 -0600 (Fri, 07 Jan 2011) | 8 lines
Fix regression causing forwarding voicemails to not work with file storage.
I had actually already fixed this in 295200 in 1.4 and thought it wasn't
missing in the other branches for some reason.
(closes issue #18358)
Reported by: cabal95
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301048
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 7 Jan 2011 18:23:52 +0000 (18:23 +0000)]
Oops, missed the actual decoding part.
(closes issue #18046)
Reported by: wdoekes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301008
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Fri, 7 Jan 2011 17:24:52 +0000 (17:24 +0000)]
Merged revisions 300955 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r300955 | jpeeler | 2011-01-07 11:24:14 -0600 (Fri, 07 Jan 2011) | 21 lines
Merged revisions 300951 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r300951 | jpeeler | 2011-01-07 11:23:37 -0600 (Fri, 07 Jan 2011) | 14 lines
Merged revisions 300918 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r300918 | jpeeler | 2011-01-07 11:13:21 -0600 (Fri, 07 Jan 2011) | 7 lines
Ensure good bye prompt in voicemail is played at the correct time.
Specifically in the case of timing out but not leaving voicemail nothing
should be heard. And when leaving voicemail it should be heard.
ABE-2647
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300959
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Murawki [Fri, 7 Jan 2011 07:47:36 +0000 (07:47 +0000)]
Added support for postgres database retry query on disconnection to res_config_pgsql
If your postgres connection died suddenly in between res_config_pgsql
queries, the next query will fail because the query is executed on a
disconnected/disconnecting handle. The query is abandoned and is
returned from in error.
Now we will reconnect and try again if a query was run on a
disconnected connection.
(closes issue #18071)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300882
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 6 Jan 2011 17:50:57 +0000 (17:50 +0000)]
XML validation
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300841
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 6 Jan 2011 17:28:32 +0000 (17:28 +0000)]
Add a hashcompat mode called "legacy", which translates a literal plus sign to a space.
(closes issue #18046)
Reported by: wdoekes
Patches:
20100930__issue18046.diff.txt uploaded by tilghman (license 14)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300840
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 6 Jan 2011 06:29:08 +0000 (06:29 +0000)]
Merged revisions 300798 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r300798 | tilghman | 2011-01-06 00:28:18 -0600 (Thu, 06 Jan 2011) | 8 lines
Don't destroy handle not created by use (because the caller will).
(closes issue #18526)
Reported by: makoto
Patches:
res-config-mysql-include.patch uploaded by makoto (license 38)
Tested by: makoto
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300799
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Ruggles [Thu, 6 Jan 2011 01:41:57 +0000 (01:41 +0000)]
update safe_asterisk script
change defaults to make a little more sense. Default log location is now asterisk log location and default email notification has been changed to root on the local machine
Review: https://reviewboard.asterisk.org/r/1067/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300761
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Wed, 5 Jan 2011 21:07:40 +0000 (21:07 +0000)]
Merged revisions 300714 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r300714 | rmudgett | 2011-01-05 14:54:21 -0600 (Wed, 05 Jan 2011) | 21 lines
Merged revision 300711 from
https://origsvn.digium.com/svn/asterisk/be/branches/C.3-bier
..........
r300711 | rmudgett | 2011-01-05 13:43:55 -0600 (Wed, 05 Jan 2011) | 14 lines
A call retrieved from hold may wind up with no audio.
If the retrieved call is natively bridged then the call may not have any
audio path. The following warning message is given:
"Failed to add <dfd> to conference <chan>/<chan>: Invalid argument".
* Open the media on a B channel when pri_fixup_principle() moves the call
from a no_b_channel channel to a real channel.
* Added lock protection while pri_fixup_principle() moves a call from one
private structure to another.
* Made some pri_fixup_principle() messages more meaningful.
..........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300716
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 5 Jan 2011 18:57:05 +0000 (18:57 +0000)]
Merged revisions 300623 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r300623 | tilghman | 2011-01-05 12:56:12 -0600 (Wed, 05 Jan 2011) | 24 lines
Merged revisions 300622 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r300622 | tilghman | 2011-01-05 12:54:58 -0600 (Wed, 05 Jan 2011) | 17 lines
Merged revisions 300621 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r300621 | tilghman | 2011-01-05 12:47:46 -0600 (Wed, 05 Jan 2011) | 10 lines
Use the sanity check in place of the disconnect/connect cycle.
The disconnect/connect cycle has the potential to cause random crashes.
(closes issue #18243)
Reported by: ks3
Patches:
res_odbc.patch uploaded by ks3 (license 1147)
Tested by: ks3
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300624
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Paul Belanger [Wed, 5 Jan 2011 16:30:56 +0000 (16:30 +0000)]
Merged revisions 300575 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r300575 | pabelanger | 2011-01-05 11:29:19 -0500 (Wed, 05 Jan 2011) | 13 lines
Merged revisions 300574 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r300574 | pabelanger | 2011-01-05 11:28:07 -0500 (Wed, 05 Jan 2011) | 6 lines
Change deprecated message to LOG_WARNING
Also removed latter part of message
Discussed on #asterisk-dev
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300576
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Leif Madsen [Tue, 4 Jan 2011 21:54:20 +0000 (21:54 +0000)]
Merged revisions 300521 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r300521 | lmadsen | 2011-01-04 15:53:27 -0600 (Tue, 04 Jan 2011) | 17 lines
Merged revisions 300520 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r300520 | lmadsen | 2011-01-04 15:52:41 -0600 (Tue, 04 Jan 2011) | 9 lines
Fix backwards and broken XML documentation.
(closes issue #18547)
Reported by: jcovert
Patches:
xmldoc.c.patch uploaded by jcovert (license 551)
chan_iax2.c.doc.patch uploaded by jcovert (license 551)
chan_sip.c.patch uploaded by jcovert (license 551)
chan_agent.c.patch uploaded by jcovert (license 551)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300522
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Leif Madsen [Tue, 4 Jan 2011 21:01:30 +0000 (21:01 +0000)]
Merged revisions 300433 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r300433 | lmadsen | 2011-01-04 15:00:55 -0600 (Tue, 04 Jan 2011) | 15 lines
Merged revisions 300431 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r300431 | lmadsen | 2011-01-04 15:00:29 -0600 (Tue, 04 Jan 2011) | 7 lines
Add some documentation to users.conf.sample.
(closes issue #18531)
Reported by: lathama
Patches:
users.conf.sample2.diff uploaded by lathama (license 1028)
Tested by: lathama
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300434
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 4 Jan 2011 21:00:36 +0000 (21:00 +0000)]
Merged revisions 300430 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r300430 | russell | 2011-01-04 15:00:16 -0600 (Tue, 04 Jan 2011) | 18 lines
Merged revisions 300429 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r300429 | russell | 2011-01-04 14:59:56 -0600 (Tue, 04 Jan 2011) | 11 lines
Merged revisions 300428 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r300428 | russell | 2011-01-04 14:56:04 -0600 (Tue, 04 Jan 2011) | 4 lines
Update the autosupport script from Digium support.
(closes AST-395)
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300432
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Leif Madsen [Tue, 4 Jan 2011 19:45:59 +0000 (19:45 +0000)]
Merged revisions 300384 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r300384 | lmadsen | 2011-01-04 13:45:22 -0600 (Tue, 04 Jan 2011) | 7 lines
Update STAT() to use the comma instead of the pipe.
(closes issue #18503)
Reported by: cjacobsen
Patches:
old_separator.diff uploaded by cjacobsen (license 1029)
Tested by: lathama
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300385
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Moises Silva [Tue, 4 Jan 2011 18:51:58 +0000 (18:51 +0000)]
Update MFC-R2 code to use new DTMF-R2 functionality in OpenR2
(closes issue #18576)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300345
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Tue, 4 Jan 2011 18:06:46 +0000 (18:06 +0000)]
Merged revisions 300301 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r300301 | twilson | 2011-01-04 11:54:41 -0600 (Tue, 04 Jan 2011) | 29 lines
Merged revisions 300298 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r300298 | twilson | 2011-01-04 11:37:26 -0600 (Tue, 04 Jan 2011) | 22 lines
Merged revisions 300216 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r300216 | twilson | 2011-01-04 11:11:48 -0600 (Tue, 04 Jan 2011) | 15 lines
Don't authenticate SUBSCRIBE re-transmissions
This only skips authentication on retransmissions that are already
authenticated. A similar method is already used for INVITES. This
is the kind of thing we end up having to do when we don't have a
transaction layer...
(closes issue #18075)
Reported by: mdu113
Patches:
diff.txt uploaded by twilson (license 396)
Tested by: twilson, mdu113
Review: https://reviewboard.asterisk.org/r/1005/
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300302
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jan Kalab [Tue, 4 Jan 2011 17:04:14 +0000 (17:04 +0000)]
Merged revisions 300214 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r300214 | pitel | 2011-01-04 18:01:52 +0100 (Út, 04 led 2011) | 7 lines
Memory leaking in calendars
ne_request_destroy() was missing in icalendar and exchange calendar modules, causing memory leak.
(closes issue #18521)
Review: https://reviewboard.asterisk.org/r/1068/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300215
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Tue, 4 Jan 2011 16:38:28 +0000 (16:38 +0000)]
Optional HOLD/RETRIEVE signaling for PTMP TE when the bridge goes on and off hold.
Added the moh_signaling option to specify what to do when the channel's
bridged peer puts the ISDN channel on and off of hold.
Implemented as a FSM to control libpri ISDN signaling when the bridged
peer places the channel on and off of hold with the AST_CONTROL_HOLD and
AST_CONTROL_UNHOLD control frames.
JIRA SWP-2687
JIRA ABE-2691
Review: https://reviewboard.asterisk.org/r/1063/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300212
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Mon, 3 Jan 2011 23:18:20 +0000 (23:18 +0000)]
Merged revisions 300166 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r300166 | rmudgett | 2011-01-03 17:14:55 -0600 (Mon, 03 Jan 2011) | 11 lines
Merged revisions 300165 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r300165 | rmudgett | 2011-01-03 17:02:13 -0600 (Mon, 03 Jan 2011) | 4 lines
Use correct variable for atxfercallbackretries config option.
* Misc formatting changes.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300168
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Ruggles [Mon, 3 Jan 2011 14:09:29 +0000 (14:09 +0000)]
initialize playing_silence in struct initialization
playing_silence was not initialized with the struct
was initialized, it was being set after the fact
which caused problems if something that relied on
playing_silence being set was called too quickly
(closes issue #18430)
Reported by: stevebrandli
Patches:
externalivr.patch uploaded by thedavidfactor (license 903)
Tested by: thedavidfactor, stevebrandli
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300121
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Leif Madsen [Mon, 3 Jan 2011 13:15:38 +0000 (13:15 +0000)]
Merged revisions 300082 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r300082 | lmadsen | 2011-01-03 07:14:25 -0600 (Mon, 03 Jan 2011) | 11 lines
Increase side of mapping response field.
I've increased the size of the response field in a DUNDi mapping because of
some documentation I'm writing. Previously it was set to AST_MAX_EXTENSION which
is only 80 characters, which is far too small when you're using some dialplan
functions to craft a response. The example I'm using is:
extensions =>
RegisteredDevices,0,SIP,dundi:very_awesome_password/${IF($[${DB_EXISTS(phones/${NUMBER}/device)}]?${DB(phones/${NUMBER}/device)}:None)},nopartial
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300083
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 31 Dec 2010 09:29:10 +0000 (09:29 +0000)]
Support negative filters.
(closes issue #17979)
Reported by: tilghman
Patches:
20100911__for_blitzrage.diff.txt uploaded by tilghman (license 14)
Tested by: lmadsen
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300045
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 31 Dec 2010 09:21:47 +0000 (09:21 +0000)]
Support an alternate configuration file for the 'logger reload' command.
(closes issue #17668)
Reported by: tilghman
Patches:
20100718__logger_reload_altconf__2.diff.txt uploaded by tilghman (license 14)
Review: (by lmadsen, russell within comments on issue tracker)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300044
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Wed, 29 Dec 2010 22:19:26 +0000 (22:19 +0000)]
Remove some trailing whitespace and steal revision 300000.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300000
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 29 Dec 2010 22:03:50 +0000 (22:03 +0000)]
Merged revisions 299989 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r299989 | tilghman | 2010-12-29 16:02:59 -0600 (Wed, 29 Dec 2010) | 4 lines
Quote arguments, just in case there's a space in a pathname.
(Diagnosed by pabelanger on #asterisk-dev, fixed by me.)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299990
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Paul Belanger [Wed, 29 Dec 2010 19:29:51 +0000 (19:29 +0000)]
Merged revisions 299948 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r299948 | pabelanger | 2010-12-29 14:28:36 -0500 (Wed, 29 Dec 2010) | 2 lines
Only remove /tmp/astdatadir, not /var/lib/asterisk
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299949
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Paul Belanger [Wed, 29 Dec 2010 18:24:19 +0000 (18:24 +0000)]
Merged revisions 299907 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r299907 | pabelanger | 2010-12-29 13:22:23 -0500 (Wed, 29 Dec 2010) | 2 lines
Properly quote varibles for MAC OS X
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299908
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Paul Belanger [Tue, 28 Dec 2010 19:00:04 +0000 (19:00 +0000)]
Merged revisions 299865 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r299865 | pabelanger | 2010-12-28 13:53:37 -0500 (Tue, 28 Dec 2010) | 9 lines
Merged revisions 299864 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r299864 | pabelanger | 2010-12-28 13:51:13 -0500 (Tue, 28 Dec 2010) | 2 lines
Documentation typo
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299866
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 27 Dec 2010 21:23:55 +0000 (21:23 +0000)]
Merged revisions 299820 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r299820 | tilghman | 2010-12-27 15:23:10 -0600 (Mon, 27 Dec 2010) | 2 lines
More space-in-pathname issues.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299824
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 27 Dec 2010 20:42:01 +0000 (20:42 +0000)]
Merged revisions 299794 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r299794 | tilghman | 2010-12-27 14:41:04 -0600 (Mon, 27 Dec 2010) | 2 lines
Mac OS X spaces-in-pathnames fix.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299795
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sun, 26 Dec 2010 21:17:02 +0000 (21:17 +0000)]
Merged revisions 299752 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r299752 | tilghman | 2010-12-26 15:15:58 -0600 (Sun, 26 Dec 2010) | 2 lines
Properly quote path on Darwin.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299754
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Alexandr Anikin [Sat, 25 Dec 2010 16:35:09 +0000 (16:35 +0000)]
Change order of sending TCS and MSD packets
Change order of sending Terminal Capability Set and MasterSlave
Determination packets, MSD send when TCS exchange procedure is done
(we send tcs ack to remote and we have remote tcs ack already
or we receive tcs ack from remote and we have send our tcs ack to
remote already). Some endpoints can work in this sequence only,
i suggest they can't work with both (tcs and msd) exchange procedures
simultaneously.
Also changed StartH245 facility message sending. It send on
incoming calls only due to some endpoints can't proccess properly
this facility messages on their incoming calls.
(closes issue #18433)
Reported by: MrHanMan
Patches:
tcs-msd-h245-3.patch uploaded by may213 (license 454)
Tested by: MrHanMan, may213
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299715
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sat, 25 Dec 2010 10:08:04 +0000 (10:08 +0000)]
Merged revisions 299626 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r299626 | tilghman | 2010-12-25 04:07:15 -0600 (Sat, 25 Dec 2010) | 19 lines
Merged revisions 299625 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r299625 | tilghman | 2010-12-25 04:05:00 -0600 (Sat, 25 Dec 2010) | 12 lines
Merged revisions 299624 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r299624 | tilghman | 2010-12-25 04:04:06 -0600 (Sat, 25 Dec 2010) | 5 lines
Move check for extension existence below variable inheritance, due to the possible use of an eswitch.
(closes issue #16228)
Reported by: jlaguilar
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299627
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 24 Dec 2010 17:59:23 +0000 (17:59 +0000)]
Merged revisions 299583 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r299583 | tilghman | 2010-12-24 11:58:30 -0600 (Fri, 24 Dec 2010) | 7 lines
Reset 'first' variable after usage.
(closes issue #18525)
Reported by: makoto
Patches:
res-config-mysql-update2.patch uploaded by makoto (license 38)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299584
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Moises Silva [Thu, 23 Dec 2010 02:55:28 +0000 (02:55 +0000)]
Blocked revisions 299531 via svnmerge
................
r299531 | moy | 2010-12-22 21:53:02 -0500 (Wed, 22 Dec 2010) | 13 lines
Merged revisions 299530 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r299530 | moy | 2010-12-22 21:28:37 -0500 (Wed, 22 Dec 2010) | 7 lines
Enqueue AST_CONTROL_PROGRESS after AST_CONTROL_RINGING when MFC-R2 calls are accepted
(closes issue #18438)
Reported by: mariner7
Tested by: moy
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299532
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Moises Silva [Thu, 23 Dec 2010 01:46:16 +0000 (01:46 +0000)]
Enqueue AST_CONTROL_PROGRESS after AST_CONTROL_RINGING when MFC-R2 calls are accepted
(closes issue #18438)
Reported by: mariner7
Tested by: moy
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299493
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 22 Dec 2010 20:10:34 +0000 (20:10 +0000)]
Merged revisions 299449 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r299449 | tilghman | 2010-12-22 14:05:02 -0600 (Wed, 22 Dec 2010) | 15 lines
Merged revisions 299448 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r299448 | tilghman | 2010-12-22 14:03:30 -0600 (Wed, 22 Dec 2010) | 8 lines
Resolve warnings by disambiguating the "s" extension as used by chan_dahdi from the "s" extension as used by the AEL macros.
(closes issue #18480)
Reported by: nivek
Patches:
20101215__issue18480__2.diff.txt uploaded by tilghman (license 14)
Tested by: nivek
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299450
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Wed, 22 Dec 2010 02:12:01 +0000 (02:12 +0000)]
Merged revisions 299405 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r299405 | rmudgett | 2010-12-21 20:10:39 -0600 (Tue, 21 Dec 2010) | 17 lines
Chan_dahdi sends an empty COLP on the bridged channel.
Chan_dahdi always inserts a connected party IE when you call from one
dahdi channel to another dahdi channel, even if no such information was
received on the 2nd channel. This clears the display of many phones.
* Removed leftover artifact from before the valid flag was added.
* Updated all of the channel's caller id information with the new
connected line information instead of just the string parts.
(closes issue #18508)
Reported by: wimpy
Patches:
issue18508_trunk.patch uploaded by rmudgett (license 664)
Tested by: wimpy, rmudgett
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299406
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Tue, 21 Dec 2010 16:02:52 +0000 (16:02 +0000)]
Merged revisions 299353 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r299353 | mnicholson | 2010-12-21 09:25:03 -0600 (Tue, 21 Dec 2010) | 30 lines
Merged revisions 299242 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r299242 | mnicholson | 2010-12-20 15:25:35 -0600 (Mon, 20 Dec 2010) | 23 lines
Merged revisions 299194,299198,299220 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r299194 | mnicholson | 2010-12-20 14:45:38 -0600 (Mon, 20 Dec 2010) | 6 lines
Respond as soon as possible with a 202 Accepted to refer requests.
This change also plugs a few memory leaks that can occur when parking sip calls.
ABE-2656
........
r299198 | mnicholson | 2010-12-20 15:00:44 -0600 (Mon, 20 Dec 2010) | 2 lines
Remove changes to via processing that were not supposed to go into the last commit.
........
r299220 | mnicholson | 2010-12-20 15:21:39 -0600 (Mon, 20 Dec 2010) | 4 lines
Use ast_free() instead of free()
ABE-2656
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299355
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Paul Belanger [Tue, 21 Dec 2010 00:45:40 +0000 (00:45 +0000)]
Merged revisions 299312 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r299312 | pabelanger | 2010-12-20 19:44:08 -0500 (Mon, 20 Dec 2010) | 8 lines
Correct typo with USER_DEFINED event.
(closes issue #18461)
Reported by: joscas
Patches:
cel.conf.sample.diff uploaded by lathama (license 1028)
Tested by: lathama, joscas
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299313
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Mark Michelson [Mon, 20 Dec 2010 21:40:32 +0000 (21:40 +0000)]
Merged revisions 299248 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r299248 | mmichelson | 2010-12-20 15:38:30 -0600 (Mon, 20 Dec 2010) | 20 lines
Fix a couple of CCSS issues.
* Make sure to allocate a cc_params structure
when creating autopeers.
* Use sip_uri_cmp when retrieving SIP CC agents
and monitors in case parameters appear in the
URI.
(closes issue #18504)
Reported by: kkm
(closes issue #18338)
Reported by: GeorgeKonopacki
Patches:
18338.diff uploaded by mmichelson (license 60)
Tested by: GeorgeKonopacki
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299249
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 20 Dec 2010 18:18:13 +0000 (18:18 +0000)]
Merged revisions 299138 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r299138 | tilghman | 2010-12-20 12:17:28 -0600 (Mon, 20 Dec 2010) | 9 lines
Merged revisions 299136 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r299136 | tilghman | 2010-12-20 12:16:37 -0600 (Mon, 20 Dec 2010) | 2 lines
Documentation fix
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299142
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Mon, 20 Dec 2010 18:03:09 +0000 (18:03 +0000)]
New astobj2 flag for issuing a callback without locking the container.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299135
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Mon, 20 Dec 2010 17:59:38 +0000 (17:59 +0000)]
Fix chan_misdn build after sched API changes.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299134
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Mon, 20 Dec 2010 17:49:20 +0000 (17:49 +0000)]
Fix some build errors in addons due to sched API changes.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299133
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Mon, 20 Dec 2010 17:48:09 +0000 (17:48 +0000)]
Merged revisions 299131 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r299131 | tilghman | 2010-12-20 11:47:10 -0600 (Mon, 20 Dec 2010) | 18 lines
Merged revisions 299130 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r299130 | tilghman | 2010-12-20 11:41:24 -0600 (Mon, 20 Dec 2010) | 11 lines
If a call was not answered, then the billsec was calculated unusually large.
Also, due to a copy and paste error, a request for the answer field would have
given the start value, instead.
(closes issue #18460)
Reported by: joscas
Patches:
20101215__issue18460.diff.txt uploaded by tilghman (license 14)
Tested by: joscas
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299132
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Mon, 20 Dec 2010 17:15:54 +0000 (17:15 +0000)]
Some scheduler API cleanup and improvements.
Previously, I had added the ast_sched_thread stuff that was a generic scheduler
thread implementation. However, if you used it, it required using different
functions for modifying scheduler contents. This patch reworks how this is
done and just allows you to optionally start a thread on the original scheduler
context structure that has always been there. This makes it trivial to switch
to the generic scheduler thread implementation without having to touch any of
the other code that adds or removes scheduler entries.
In passing, I made some naming tweaks to add ast_ prefixes where they were not
there before.
Review: https://reviewboard.asterisk.org/r/1007/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299091
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Leif Madsen [Mon, 20 Dec 2010 16:19:22 +0000 (16:19 +0000)]
Merged revisions 299088 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r299088 | lmadsen | 2010-12-20 10:18:26 -0600 (Mon, 20 Dec 2010) | 13 lines
Merged revisions 299087 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r299087 | lmadsen | 2010-12-20 10:18:03 -0600 (Mon, 20 Dec 2010) | 5 lines
Note that Park() timeout is milliseconds.
(closes issue #15758)
Reported by: mmurdock
Tested by: mmurdock, seanbright
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299089
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tzafrir Cohen [Mon, 20 Dec 2010 09:14:45 +0000 (09:14 +0000)]
Typos: recieved => received
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299005
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Sat, 18 Dec 2010 00:08:13 +0000 (00:08 +0000)]
Merged revisions 298960 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r298960 | tilghman | 2010-12-17 17:52:04 -0600 (Fri, 17 Dec 2010) | 20 lines
Merged revisions 298957 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r298957 | tilghman | 2010-12-17 17:30:55 -0600 (Fri, 17 Dec 2010) | 13 lines
Merged revisions 298905 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r298905 | tilghman | 2010-12-17 15:40:56 -0600 (Fri, 17 Dec 2010) | 6 lines
Let Asterisk find better backtrace information with libbfd.
The menuselect option BETTER_BACKTRACES, if enabled, will use libbfd to search
for better symbol information within both the Asterisk binary, as well as
loaded modules, to assist when using inline backtraces to track down problems.
Review: https://reviewboard.asterisk.org/r/1055/
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298961
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 17 Dec 2010 21:19:08 +0000 (21:19 +0000)]
Merged revisions 298827 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r298827 | tilghman | 2010-12-17 15:18:18 -0600 (Fri, 17 Dec 2010) | 8 lines
-v implies -f, so override with -F.
(closes issue #18446)
Reported by: lathama
Patches:
rc.debian.asterisk.diff uploaded by lathama (license 1028)
Tested by: lathama
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298833
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 17 Dec 2010 21:06:13 +0000 (21:06 +0000)]
Merged revisions 298818 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r298818 | tilghman | 2010-12-17 15:04:21 -0600 (Fri, 17 Dec 2010) | 15 lines
Merged revisions 298817 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r298817 | tilghman | 2010-12-17 15:03:06 -0600 (Fri, 17 Dec 2010) | 8 lines
Also include PTHREAD_LIBS and PTHREAD_CFLAGS for SQLite 3, as it's needed on some platforms.
(closes issue #18493)
Reported by: pprindeville
Patches:
asterisk-1.8-sqlite3.patch uploaded by pprindeville (license 347)
Tested by: pprindeville
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298819
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Brad Watkins [Fri, 17 Dec 2010 17:29:09 +0000 (17:29 +0000)]
Merged revisions 298773 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r298773 | marquis | 2010-12-17 12:26:31 -0500 (Fri, 17 Dec 2010) | 10 lines
Fix parsing of mwi => lines in sip.conf
Reworking parsing of mwi => lines to resolve a segfault. Also add a set of unit tests for the function that does the parsing.
(closes issue #18350)
Reported by: gbour
Tested by: Marquis, gbour
Review: https://reviewboard.asterisk.org/r/1053/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298774
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Thu, 16 Dec 2010 23:33:17 +0000 (23:33 +0000)]
Merged revisions 298685 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r298685 | jpeeler | 2010-12-16 17:31:50 -0600 (Thu, 16 Dec 2010) | 16 lines
Merged revisions 298684 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r298684 | jpeeler | 2010-12-16 17:30:59 -0600 (Thu, 16 Dec 2010) | 9 lines
Merged revisions 298683 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r298683 | jpeeler | 2010-12-16 17:29:30 -0600 (Thu, 16 Dec 2010) | 2 lines
After recording only silence for a voicemail prepending, restore backup files.
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298686
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Thu, 16 Dec 2010 20:52:19 +0000 (20:52 +0000)]
Merged revisions 298598 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r298598 | jpeeler | 2010-12-16 14:51:44 -0600 (Thu, 16 Dec 2010) | 21 lines
Merged revisions 298597 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r298597 | jpeeler | 2010-12-16 14:49:33 -0600 (Thu, 16 Dec 2010) | 14 lines
Merged revisions 298596 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r298596 | jpeeler | 2010-12-16 14:46:52 -0600 (Thu, 16 Dec 2010) | 7 lines
Fix improper hangup when doing an attended transfer to queue.
Had to indicate ringing in wait_for_answer so the attended transfer code would
not try and hang up the local channel it created, which would kill the call.
ABE-2624
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298599
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 16 Dec 2010 09:29:05 +0000 (09:29 +0000)]
Merged revisions 298539 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r298539 | tilghman | 2010-12-16 03:28:17 -0600 (Thu, 16 Dec 2010) | 8 lines
Ensure the ipaddr field in realtime is large enough to handle IPv6 addresses.
(closes issue #18464)
Reported by: IgorG
Patches:
realtime_ipv6store.diff uploaded by IgorG (license 20)
(plus a few additional lines by tilghman)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298545
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 16 Dec 2010 09:06:20 +0000 (09:06 +0000)]
Merged revisions 298482 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r298482 | tilghman | 2010-12-16 03:05:28 -0600 (Thu, 16 Dec 2010) | 28 lines
Merged revisions 298481 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r298481 | tilghman | 2010-12-16 03:04:38 -0600 (Thu, 16 Dec 2010) | 21 lines
Merged revisions 298480 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r298480 | tilghman | 2010-12-16 03:03:40 -0600 (Thu, 16 Dec 2010) | 14 lines
Only increment the pointer once per loop, otherwise we corrupt the value.
(closes issue #18251)
Reported by: bcnit
Patches:
20101110__issue18251.diff.txt uploaded by tilghman (license 14)
Tested by: trev, jthurman, elguero
(closes issue #18279)
Reported by: zerohalo
Patches:
20101109__issue18279.diff.txt uploaded by tilghman (license 14)
Tested by: zerohalo
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298483
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 16 Dec 2010 08:56:59 +0000 (08:56 +0000)]
Merged revisions 298478 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r298478 | tilghman | 2010-12-16 02:56:13 -0600 (Thu, 16 Dec 2010) | 15 lines
Merged revisions 298477 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r298477 | tilghman | 2010-12-16 02:54:23 -0600 (Thu, 16 Dec 2010) | 8 lines
Eliminate duplicates from container.
(closes issue #18091)
Reported by: bunny
Patches:
20101006__issue18091.diff.txt uploaded by tilghman (license 14)
Tested by: bunny
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298479
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Thu, 16 Dec 2010 06:51:51 +0000 (06:51 +0000)]
Merged revisions 298394 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r298394 | tilghman | 2010-12-15 18:30:04 -0600 (Wed, 15 Dec 2010) | 22 lines
Merged revisions 298393 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r298393 | tilghman | 2010-12-15 18:29:10 -0600 (Wed, 15 Dec 2010) | 15 lines
Merged revisions 298392 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r298392 | tilghman | 2010-12-15 18:28:04 -0600 (Wed, 15 Dec 2010) | 8 lines
Unregister before shutting down the connection, to avoid a race.
(closes issue #18481)
Reported by: pabelanger
Patches:
20101215__issue18481.diff.txt uploaded by tilghman (license 14)
Tested by: pabelanger
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298441
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Mon, 13 Dec 2010 22:10:40 +0000 (22:10 +0000)]
Post AMI hold events on PRI spans when the remote party HOLD/RETRIEVEs the call.
Part of JIRA SWP-2687/ABE-2691.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298288
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Mon, 13 Dec 2010 17:18:17 +0000 (17:18 +0000)]
Merged revisions 298195 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r298195 | rmudgett | 2010-12-13 11:11:43 -0600 (Mon, 13 Dec 2010) | 33 lines
Merged revisions 298194 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r298194 | rmudgett | 2010-12-13 11:04:41 -0600 (Mon, 13 Dec 2010) | 26 lines
Merged revisions 298193 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r298193 | rmudgett | 2010-12-13 10:56:07 -0600 (Mon, 13 Dec 2010) | 19 lines
Outgoing PRI/BRI calls cannot do DTMF triggered transfers.
Outgoing PRI/BRI calls cannot do DTMF triggered transfers if a PROCEEDING
message is not received. The debug output shows that the DTMF begin event
is seen, but the DTMF end event is missing. When the DTMF begin happens,
the call is muted so we now have one way audio (until a DTMF end event is
somehow seen).
* Made set the proceeding flag when the PRI_EVENT_ANSWER event is
received.
* Made absorb the DTMF begin and DTMF end events if we are overlap dialing
and have not seen a PROCEEDING message.
* Added a debug message when absorbing a DTMF event.
JIRA SWP-2690
JIRA ABE-2697
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298201
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Sun, 12 Dec 2010 03:58:33 +0000 (03:58 +0000)]
Add support for several platforms to obtain the real thread ID.
Already had the pthread ID which is not the same. The most obvious enhancement
is in the "core show threads" output. As stated in the utils header, if the
platform isn't supported -1 is reported (instead of the process ID previously).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298137
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Alexandr Anikin [Sat, 11 Dec 2010 21:47:08 +0000 (21:47 +0000)]
Correction to work with gatekeeper which don't send GK ID
Don't use GK ID if it's not presented in GK replies
Extract GK ID not only in GK confirm but in GK register confirm also
(closes issue #18401)
Reported by: MrHanMan
Patches:
no-gkid-2.patch uploaded by may213 (license 454)
Tested by: may213, MrHanMan
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298100
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 10 Dec 2010 16:53:43 +0000 (16:53 +0000)]
Merged revisions 298054 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r298054 | mnicholson | 2010-12-10 10:52:11 -0600 (Fri, 10 Dec 2010) | 2 lines
Prevent a memcpy overlap in GENERIC_FAX_EXEC_SET_VARS
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298055
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Fri, 10 Dec 2010 16:28:14 +0000 (16:28 +0000)]
Merged revisions 298051 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r298051 | tilghman | 2010-12-10 10:26:46 -0600 (Fri, 10 Dec 2010) | 18 lines
Merged revisions 298050 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r298050 | tilghman | 2010-12-10 10:24:13 -0600 (Fri, 10 Dec 2010) | 11 lines
Portability issue on OpenSolaris.
Also detect the required structure element, because OpenSolaris defines
SIOCGIFHWADDR, but without support for IP sockets.
(closes issue #18442)
Reported by: ranjtech
Patches:
20101209__issue18442.diff.txt uploaded by tilghman (license 14)
Tested by: ranjtech
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@298052
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Thu, 9 Dec 2010 22:19:56 +0000 (22:19 +0000)]
Merged revisions 297965 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r297965 | twilson | 2010-12-09 16:18:19 -0600 (Thu, 09 Dec 2010) | 28 lines
Merged revisions 297960 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r297960 | twilson | 2010-12-09 16:10:31 -0600 (Thu, 09 Dec 2010) | 21 lines
Merged revisions 297959 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r297959 | twilson | 2010-12-09 16:00:30 -0600 (Thu, 09 Dec 2010) | 14 lines
Ignore spurious REGISTER requests
If a REGISTER request with a Call-ID matching an existing transaction is received
it was possible that the REGISTER request would overwrite the initreq of the
private structure. This info is used to generate messages for other responses in
the transaction. This patch ignores REGISTER requests that match non-REGISTER
transactions.
(closes issue #18051)
Reported by: eeman
Tested by: twilson
Review: https://reviewboard.asterisk.org/r/1050/
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297972
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
David Vossel [Thu, 9 Dec 2010 21:33:22 +0000 (21:33 +0000)]
Merged revisions 297957 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r297957 | dvossel | 2010-12-09 15:32:20 -0600 (Thu, 09 Dec 2010) | 11 lines
Fixes issue with outbound google voice calls not working.
Thanks to az1234 and nevermind_quack for their input in helping debug the issue.
(closes issue #18412)
Reported by: nevermind_quack
Patches:
fix uploaded by dvossel (license 671)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297958
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Thu, 9 Dec 2010 21:26:19 +0000 (21:26 +0000)]
Merged revisions 297952 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r297952 | twilson | 2010-12-09 14:48:44 -0600 (Thu, 09 Dec 2010) | 10 lines
Don't crash after Set(CDR(userfield)=...) in ast_bridge_call
Instead of setting peer->cdr = NULL, set it to not post.
(closes issue #18415)
Reported by: macbrody
Patches:
patch-18415 uploaded by jsolares (license 1167)
Tested by: jsolares, twilson
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297956
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 8 Dec 2010 18:08:27 +0000 (18:08 +0000)]
Merged revisions 297909 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r297909 | tilghman | 2010-12-08 12:06:04 -0600 (Wed, 08 Dec 2010) | 11 lines
Merged revisions 297908 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r297908 | tilghman | 2010-12-08 12:04:38 -0600 (Wed, 08 Dec 2010) | 4 lines
Use inheritance to get correct results for SIPFROMDOMAIN.
(from an internal Digium discussion)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297910
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Tue, 7 Dec 2010 23:00:42 +0000 (23:00 +0000)]
Merged revisions 297825 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r297825 | jpeeler | 2010-12-07 16:59:30 -0600 (Tue, 07 Dec 2010) | 26 lines
Merged revisions 297824 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r297824 | jpeeler | 2010-12-07 16:58:54 -0600 (Tue, 07 Dec 2010) | 19 lines
Merged revisions 297823 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r297823 | jpeeler | 2010-12-07 16:57:48 -0600 (Tue, 07 Dec 2010) | 12 lines
Revert code that changed SSRC for DTMF.
Some previous behavior was attempted to be restored, but mistakingly I did
not realize that the previous behavior was incorrect. This fixes DTMF not
being detected since DTMF shouldn't cause the SSRC to change.
(related to issue #17404)
(closes issue #18189)
(closes issue #18352)
Reported by: marcbou
Tested by: cmbaker82
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297826
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 7 Dec 2010 22:54:00 +0000 (22:54 +0000)]
Merged revisions 297821 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r297821 | tilghman | 2010-12-07 16:51:05 -0600 (Tue, 07 Dec 2010) | 18 lines
Merged revisions 297819 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r297819 | tilghman | 2010-12-07 16:40:45 -0600 (Tue, 07 Dec 2010) | 11 lines
Merged revisions 297818 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r297818 | tilghman | 2010-12-07 16:35:50 -0600 (Tue, 07 Dec 2010) | 4 lines
Use non-deprecated APIs for CoreAudio
Review: https://reviewboard.asterisk.org/r/1040/
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297822
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 7 Dec 2010 00:31:20 +0000 (00:31 +0000)]
Merged revisions 297733 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r297733 | tilghman | 2010-12-06 18:29:26 -0600 (Mon, 06 Dec 2010) | 22 lines
Merged revisions 297713 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r297713 | tilghman | 2010-12-06 18:21:50 -0600 (Mon, 06 Dec 2010) | 15 lines
Merged revisions 297689 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r297689 | tilghman | 2010-12-06 18:07:37 -0600 (Mon, 06 Dec 2010) | 8 lines
Don't create a Local channel if the target extension does not exist.
(closes issue #18126)
Reported by: junky
Patches:
followme.diff uploaded by junky (license 177)
(partially restructured by me to avoid a possible memory leak)
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297734
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Mon, 6 Dec 2010 22:10:41 +0000 (22:10 +0000)]
Merged revisions 297607 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r297607 | jpeeler | 2010-12-06 16:06:37 -0600 (Mon, 06 Dec 2010) | 25 lines
Merged revisions 297605 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r297605 | jpeeler | 2010-12-06 16:03:04 -0600 (Mon, 06 Dec 2010) | 18 lines
Merged revisions 297603 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r297603 | jpeeler | 2010-12-06 15:57:15 -0600 (Mon, 06 Dec 2010) | 12 lines
Improve handling of REGISTER requests with multiple contact headers.
The changes here attempt to more strictly follow RFC 3261 section 10.3.
Basically the following will now cause a 400 Bad Response to be returned, if:
- multiple Contact headers are present with one set to expire all bindings ("*")
- wildcard parameter is specified for Contact without Expires header or Expires
header is not set to zero.
ABE-2442
ABE-2443
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297608
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Fri, 3 Dec 2010 17:42:23 +0000 (17:42 +0000)]
Merged revisions 297535 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r297535 | seanbright | 2010-12-03 12:41:30 -0500 (Fri, 03 Dec 2010) | 9 lines
Merged revisions 297534 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r297534 | seanbright | 2010-12-03 12:40:52 -0500 (Fri, 03 Dec 2010) | 3 lines
The CLI command should not contain <placeholder>s, these are for descriptions.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297536
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 3 Dec 2010 15:32:22 +0000 (15:32 +0000)]
Merged revisions 297157,297486,297495 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r297157 | mnicholson | 2010-12-01 13:47:33 -0600 (Wed, 01 Dec 2010) | 2 lines
Changed some NOTICE and WARNING messages to DEBUG messages.
........
r297486 | mnicholson | 2010-12-02 15:30:47 -0600 (Thu, 02 Dec 2010) | 6 lines
Add support for reserving a fax session before answering the channel.
Note: this change breaks ABI compatibility.
FAX-217
........
r297495 | mnicholson | 2010-12-03 09:21:52 -0600 (Fri, 03 Dec 2010) | 4 lines
Print a DEBUG message instead of a WARNING message when the selected fax tech does not support reserving sessions.
Answer the channel before quering it for t.38 support. This is necessary for the query to work properly over local channels.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297496
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Paul Belanger [Thu, 2 Dec 2010 20:11:32 +0000 (20:11 +0000)]
Merged revisions 297406 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r297406 | pabelanger | 2010-12-02 15:09:29 -0500 (Thu, 02 Dec 2010) | 21 lines
Merged revisions 297405 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r297405 | pabelanger | 2010-12-02 15:06:43 -0500 (Thu, 02 Dec 2010) | 14 lines
Merged revisions 297404 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r297404 | pabelanger | 2010-12-02 15:01:08 -0500 (Thu, 02 Dec 2010) | 7 lines
Resolve compile error under FreeBSD
We now set _ASTCFLAGS+=-march=i686 for i386 processors, still allowing ASTCFLAGS
to override the setting.
Review: https://reviewboard.asterisk.org/r/1043/
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297407
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Thu, 2 Dec 2010 18:28:50 +0000 (18:28 +0000)]
Merged revisions 297312 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r297312 | twilson | 2010-12-02 12:13:49 -0600 (Thu, 02 Dec 2010) | 28 lines
Merged revisions 297311 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r297311 | twilson | 2010-12-02 12:07:39 -0600 (Thu, 02 Dec 2010) | 21 lines
Merged revisions 297310 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r297310 | twilson | 2010-12-02 12:00:27 -0600 (Thu, 02 Dec 2010) | 12 lines
Initialize offset for adaptive jitter buffer
When the adaptive jitter buffer is enabled in sip.conf, the first frame placed
in the jitter buffer fails with something like:
jb_warning_output: Resyncing the jb. last_delay 0, this delay -
215886466 ,
threshold 1000, new offset
215886466
This happens because the offset is not initialized before calling jb_put(). This
patch modifies jb_put_first_adaptive() to set the offset to the frame's
timestamp.
Review: https://reviewboard.asterisk.org/r/1041/
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297356
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 2 Dec 2010 13:20:48 +0000 (13:20 +0000)]
Merged revisions 297245 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r297245 | russell | 2010-12-02 07:20:19 -0600 (Thu, 02 Dec 2010) | 20 lines
Merged revisions 297229 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r297229 | russell | 2010-12-02 07:16:47 -0600 (Thu, 02 Dec 2010) | 13 lines
Merged revisions 297228 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r297228 | russell | 2010-12-02 07:16:15 -0600 (Thu, 02 Dec 2010) | 6 lines
Add "DAHDI" to a couple of app_meetme error messages.
This is in response to some questions on IRC. To the user, there was nothing
that made it obvious that this error had anything to do with DAHDI not being
loaded.
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297248
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Wed, 1 Dec 2010 17:53:54 +0000 (17:53 +0000)]
Merged revisions 297075 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r297075 | jpeeler | 2010-12-01 11:53:13 -0600 (Wed, 01 Dec 2010) | 37 lines
Merged revisions 297073 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r297073 | jpeeler | 2010-12-01 11:52:46 -0600 (Wed, 01 Dec 2010) | 30 lines
Merged revisions 297072 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r297072 | jpeeler | 2010-12-01 11:50:09 -0600 (Wed, 01 Dec 2010) | 23 lines
Fix not stopping MOH when transfered local channel queue member is answered.
The problem here is only present when local channels are used with the MOH
passthru option as well as no optimization (/nm). I will describe the slightly
bizarre scenario that was used to test, where phones B and C are queue members:
Phone A dials into a queue with two members using local channels and the above
options. Phone B answers. Phone A blind transfers phone B into the same queue.
Phone A hangs up. Phone C answers, but phone B didn't stop playing MOH.
In this scenario, the unhold frame that should have gotten to phone B never
arrived due to the masquerade from the blind transfer. This is usually fine
since app_queue manages the starting and stopping of MOH. However, with the
passthrough option enabled when app_queue attempts to stop MOH it tries to do
so on the local channel rather than the real channel. The easiest solution
was to just make sure to send an unhold frame during the transfer since it
wouldn't make sense to have MOH playing after a transfer anyway. This only
modifies SIP transfers, but the other transfers did not seem to be a problem.
If DTMF based transfers were a problem it might be okay to add ast_moh_stop
to finishup, but I didn't want to have to add that unless required.
ABE-2624
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@297076
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 1 Dec 2010 17:03:05 +0000 (17:03 +0000)]
Merged revisions 296992 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r296992 | tilghman | 2010-12-01 11:01:56 -0600 (Wed, 01 Dec 2010) | 19 lines
Merged revisions 296991 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r296991 | tilghman | 2010-12-01 11:01:00 -0600 (Wed, 01 Dec 2010) | 12 lines
Merged revisions 296990 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r296990 | tilghman | 2010-12-01 10:59:26 -0600 (Wed, 01 Dec 2010) | 5 lines
Clarify documentation on how we store codec preference lists.
(closes issue #18397)
Reported by: birgita
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@296993
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 1 Dec 2010 02:02:04 +0000 (02:02 +0000)]
Merged revisions 296951 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r296951 | tilghman | 2010-11-30 19:46:32 -0600 (Tue, 30 Nov 2010) | 9 lines
Merged revisions 296950 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r296950 | tilghman | 2010-11-30 19:38:19 -0600 (Tue, 30 Nov 2010) | 2 lines
Missed initializations caused startup errors on Mac OS X (and possibly others, too).
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@296952
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3
Jeff Peeler [Wed, 1 Dec 2010 00:28:54 +0000 (00:28 +0000)]
Merged revisions 296870 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r296870 | jpeeler | 2010-11-30 18:28:16 -0600 (Tue, 30 Nov 2010) | 18 lines
Merged revisions 296869 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r296869 | jpeeler | 2010-11-30 18:24:58 -0600 (Tue, 30 Nov 2010) | 11 lines
Merged revisions 296868 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r296868 | jpeeler | 2010-11-30 18:23:19 -0600 (Tue, 30 Nov 2010) | 4 lines
Properly restore backup information file when hanging up during message prepending.
ABE-2654
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@296871
65c4cc65 -6c06-0410-ace0-
fbb531ad65f3