Brett Bryant [Fri, 13 May 2011 18:06:27 +0000 (18:06 +0000)]
Merged revisions 318919 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318919 | bbryant | 2011-05-13 14:04:50 -0400 (Fri, 13 May 2011) | 10 lines
This patch fixes an issue with SRTP which makes HOLD/UNHOLD impossible when too
much time has passed between sending audio.
(closes issue #18206)
Reported by: bernhardsi
Patches:
res_srtp_unhold.patch uploaded by bernhards (license 1138)
Tested by: bernhards, notthematrix
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318920
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Brett Bryant [Fri, 13 May 2011 17:58:53 +0000 (17:58 +0000)]
Merged revisions 318917 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318917 | bbryant | 2011-05-13 13:56:04 -0400 (Fri, 13 May 2011) | 11 lines
This patch allows TCP peers into the ast_db where they were previously
restricted.
(closes issue #18882)
Reported by: cmaj
Patches:
patch-chan_sip-1.8.3-rc2-allow-tcp-peer-store-db-and-readonly-rt-backend.diff.txt
uploaded by cmaj (license 830)
Tested by: cmaj
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318918
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Fri, 13 May 2011 16:30:29 +0000 (16:30 +0000)]
Merged revisions 318868 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318868 | rmudgett | 2011-05-13 11:28:26 -0500 (Fri, 13 May 2011) | 19 lines
CDR's are being written immediately on caller hangup.
CDR's are being written immediately on caller hangup. The dialplan is not
able to modify it in the h exten. The h exten in the initial context is
not run before closing CDR's when the bridge is unlinked if a macro is
active and does not have an h exten.
* Make ast_bridge_call() check for an h exten in the current context and
if a macro is active then the initial context. The first h exten found is
then run before closing the CDR.
(closes issue #18212)
Reported by: leearcher
Patches:
issue18212_v1.8.patch uploaded by rmudgett (license 664)
Tested by: rmudgett
Review: https://reviewboard.asterisk.org/r/1206/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318869
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Fri, 13 May 2011 08:33:35 +0000 (08:33 +0000)]
Move exten used for dialing from device to subchannel.
There were some issues where if a simple switch was cancelled and a
new switch started before the first had timed out where the d->exten
would be used for both subchannels. This was bad leading to possible
invalid extensions if some digits had been entered in the abandoned
simple switch and the second one was completed before the first timed
out, or the second would be cancelled because d->exten would be set to
nothing on the time out of the first.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318833
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 13 May 2011 01:55:38 +0000 (01:55 +0000)]
Merged revisions 318720 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318720 | mnicholson | 2011-05-12 18:35:51 -0500 (Thu, 12 May 2011) | 4 lines
Handle ipv6 addresses in the sent-by Via: field.
This change fixes a regression in via header parsing and ipv6 handling.
(closes issue #18951)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318785
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Fri, 13 May 2011 01:50:15 +0000 (01:50 +0000)]
Merged revisions 318783 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318783 | rmudgett | 2011-05-12 20:47:05 -0500 (Thu, 12 May 2011) | 14 lines
PRI early media won't ring.
And another way to pass early media. Don't indicate that there is inband
information present, just assume that the B channel is connected.
* Restore clearing the dialing flag Rx squelch unconditionally when a
PROCEEDING message comes in.
(closes issue #19268)
Reported by: tbsky
Patches:
issue19268_v1.8.patch uploaded by rmudgett (license 664)
Tested by: tbsky
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318784
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Alec L Davis [Thu, 12 May 2011 22:56:43 +0000 (22:56 +0000)]
Merged revisions 318671 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318671 | alecdavis | 2011-05-13 10:52:08 +1200 (Fri, 13 May 2011) | 30 lines
Fix directed group pickup feature code *8 with pickupsounds enabled
Since 1.6.2, the new pickupsound and pickupfailsound in features.conf cause many issues.
1). chan_sip:handle_request_invite() shouldn't be playing out the fail/success audio, as it has 'netlock' locked.
2). dialplan applications for directed_pickups shouldn't beep.
3). feature code for directed pickup should beep on success/failure if configured.
Created a sip_pickup() thread to handle the pickup and playout the audio, spawned from handle_request_invite.
Moved app_directed:pickup_do() to features:ast_do_pickup().
Functions below, all now use the new ast_do_pickup()
app_directed_pickup.c:
pickup_by_channel()
pickup_by_exten()
pickup_by_mark()
pickup_by_part()
features.c:
ast_pickup_call()
(closes issue #18654)
Reported by: Docent
Patches:
ast_do_pickup_1.8_trunk.diff.txt uploaded by alecdavis (license 585)
Tested by: lmadsen, francesco_r, amilcar, isis242, alecdavis, irroot, rymkus, loloski, rmudgett
Review: https://reviewboard.asterisk.org/r/1185/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318672
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Thu, 12 May 2011 20:44:21 +0000 (20:44 +0000)]
Consolidate setsubstate_* into setsubstate and use a switch.
Consolidate the functions and add some debugging info. Allows to be
able to set a substate without explicitly knowing what the state is.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318635
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Thu, 12 May 2011 07:25:52 +0000 (07:25 +0000)]
Add setsubstate_onhook.
Add the setsubstate_onhook to complete the initial substate handling
procedures. Added dumpsub(sub, forcehangup) which is the common way of
calling setsubstate_onhook. Dumpsub attempts to activate another sub
after setting the current one onhook.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318600
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Wed, 11 May 2011 18:52:53 +0000 (18:52 +0000)]
Merged revisions 318550 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318550 | twilson | 2011-05-11 13:47:33 -0500 (Wed, 11 May 2011) | 2 lines
Comment out the REF_DEBUG that slipped in during debugging
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318552
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Wed, 11 May 2011 18:50:51 +0000 (18:50 +0000)]
Merged revisions 318549 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r318549 | twilson | 2011-05-11 13:39:48 -0500 (Wed, 11 May 2011) | 27 lines
Merged revisions 318548 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r318548 | twilson | 2011-05-11 12:15:39 -0500 (Wed, 11 May 2011) | 19 lines
Clean up several chan_sip reference leaks
Several situations in the code could lead to peers or sip_pvt references
being leaked. This would cause RTP ports to never be destroyed (leading
to exhaustion of all available RTP ports) and memory leaks.
The original patch for this issue from rgagnon was the result of an
obscene amount of testing and hard work, for which I am very grateful. I
did some cleanup and added a few additional refcount fixes that I found.
(closes issue #17255)
Reported by: kvveltho
Patches:
tag-1.6.2.17-r309252-sip-dos-mem-leak-fix.diff uploaded by rgagnon (license 1202)
Tested by: rgagnon, twilson, wdoekes, loloski
Review: https://reviewboard.asterisk.org/r/1101/
Review: https://reviewboard.asterisk.org/r/1207/
Review: https://reviewboard.asterisk.org/r/1210/
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318551
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Tue, 10 May 2011 23:42:57 +0000 (23:42 +0000)]
Merged revisions 318499 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318499 | rmudgett | 2011-05-10 18:41:08 -0500 (Tue, 10 May 2011) | 15 lines
Unable to pickup DAHDI/PRI call because call state is reported as DIALING.
The channel state is not updated to RINGING when an ALERTING message is
received. Regression caused when sig_pri.c (also sig_ss7.c) extracted
from chan_dahdi.c.
* Added missing channel state update to RINGING when the
AST_CONTROL_RINGING frame is queued for ISDN and SS7.
(closes issue #19257)
Reported by: alecdavis
Patches:
issue19257_v1.8_v2.patch uploaded by rmudgett (license 664)
Tested by: alecdavis, rmudgett
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318500
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 10 May 2011 15:16:34 +0000 (15:16 +0000)]
Merged revisions 318436 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318436 | russell | 2011-05-10 10:13:16 -0500 (Tue, 10 May 2011) | 2 lines
chan_iax2: change LOG_NOTICE to LOG_DEBUG in iax2_read().
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318437
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Tue, 10 May 2011 00:22:02 +0000 (00:22 +0000)]
Merged revisions 318337 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r318337 | twilson | 2011-05-09 15:23:15 -0500 (Mon, 09 May 2011) | 18 lines
Merged revisions 318331 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r318331 | twilson | 2011-05-09 15:04:41 -0500 (Mon, 09 May 2011) | 12 lines
Don't offer video to directmedia callee unless caller offered it as well
Make sure that when directmedia is enabled, that video is not offered to the
callee even if it supports it. p->vrtp will not exist since the caller didn't
offer video.
(closes issue #19195)
Reported by: one47
Patches:
sip_cant_add_video_rtp uploaded by one47 (license 23)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318400
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Mon, 9 May 2011 23:16:12 +0000 (23:16 +0000)]
Merged revisions 318351 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318351 | rmudgett | 2011-05-09 18:15:32 -0500 (Mon, 09 May 2011) | 6 lines
Remove references to res_features and its export file.
The contents of res/res_features.c was moved to into main/features.c
awhile ago. There is no longer any need for the res/Makefile to reference
res_features or the res_features linker exports file to exist.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318352
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Mon, 9 May 2011 19:09:16 +0000 (19:09 +0000)]
Merged revisions 318282 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318282 | rmudgett | 2011-05-09 14:07:01 -0500 (Mon, 09 May 2011) | 24 lines
Hangup extension executed twice.
When a user hangs up a call, in certain circumstances, the hangup
extension can end up being executed twice:
1) If a call is bridged and the 'h' extension executes the Hangup
application, then the 'h' extension will be executed twice.
2) If a call is bridged within a macro (Dial or Queue), it has its own 'h'
extension, the main context also has an 'h' extension, and the macro 'h'
extension executes the Hangup application, then both 'h' extensions will
be executed.
* Revert originally commited fix for #16106 and just set
AST_FLAG_BRIDGE_HANGUP_RUN unconditionally in ast_bridge_call(). The
bridge code just executed an 'h' extension so the main PBX loop does not
need to execute one as well.
(issue #16106)
Reported by: ajohnson
(issue #16548)
Reported by: hajekd
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318283
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
David Vossel [Mon, 9 May 2011 17:13:01 +0000 (17:13 +0000)]
Merged revisions 318233 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r318233 | dvossel | 2011-05-09 12:09:55 -0500 (Mon, 09 May 2011) | 14 lines
Merged revisions 318230 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r318230 | dvossel | 2011-05-09 11:51:45 -0500 (Mon, 09 May 2011) | 7 lines
Fixes cases where sip_set_rtp_peer can return too early during media path reset.
(closes issue #19225)
Reported by: one47
Patches:
sip_set_rtp_peer.patch uploaded by one47 (license 23)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318234
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Mon, 9 May 2011 17:00:05 +0000 (17:00 +0000)]
Merged revisions 318231 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r318231 | rmudgett | 2011-05-09 11:57:18 -0500 (Mon, 09 May 2011) | 41 lines
Don't get early media for ISDN on outgoing calls.
It looks to be a long-standing misinterpretation of the progress indicator
ie values:
1 - Call is not end-to-end ISDN; further call progress information may be
available in-band.
8 - In-band information or an appropriate pattern is now available.
Only value 8 is handled by chan_dahdi/sig_pri. The 1 value is not handled
as early media probably because the meaning of the second half of it's
description was overlooked.
* Test to see if either PRI_PROG_CALL_NOT_E2E_ISDN(1) or
PRI_PROG_INBAND_AVAILABLE(8) bits are set to open the media path.
(closes issue #18868)
Reported by: isrl
Patches:
issue18868_19246_v1.8.patch uploaded by rmudgett (license 664)
Tested by: satish_lx
..........
No inband progress on PRI_EVENT_RINGING even if inband flag set.
My ISDN-PRI provider sends an ALERTING with "Inband information or
appropriate pattern now available", but Asterisk only generates and passes
the RING to the SIP extension, not the inband message. Unfortunately, the
inband message is not a ringback tone but a prompt that says the number is
not in service. The SIP extension then hears two rings and the call is
hungup which confuses the caller.
* Post an AST_CONTROL_PROGRESS as well as opening the media path if inband
audio is indicated with an ALERTING message.
(closes issue #19246)
Reported by: cristiandimache
Patches:
issue19246_v1.8.patch uploaded by rmudgett (license 664)
Tested by: cristiandimache
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318232
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Leif Madsen [Mon, 9 May 2011 14:41:33 +0000 (14:41 +0000)]
Increase prepend filename length.
(closes issue #19238)
Reported by: byronclark
Patches:
increase_prepend_filename_length.patch uploaded by byronclark (license 1200)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318194
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jonathan Rose [Mon, 9 May 2011 14:37:10 +0000 (14:37 +0000)]
Minor change to 318141 to improve parsing behavior.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318193
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jonathan Rose [Mon, 9 May 2011 14:21:33 +0000 (14:21 +0000)]
Merged revisions 318148 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318148 | jrose | 2011-05-09 09:18:14 -0500 (Mon, 09 May 2011) | 4 lines
Documenting an observed behavior of features in features.conf. Since parkinglots use an
integer for the parkinglot extensions, leading zeros specified in the configuration file
are ignored.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318162
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Mon, 9 May 2011 14:11:57 +0000 (14:11 +0000)]
Merged revisions 318142 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318142 | mnicholson | 2011-05-09 09:09:38 -0500 (Mon, 09 May 2011) | 9 lines
Make indicate/control frames WRITE events on framehooks. Also, if a framehook
returns a non-control frame, don't forward it to the channel.
(closes issue #19251)
Reported by: irroot
Patches:
(modified) framehook_indicate.patch2 uploaded by irroot (license 52)
Tested by: irroot
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318143
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jonathan Rose [Mon, 9 May 2011 13:56:32 +0000 (13:56 +0000)]
Allows ParkedCall application to specify a parkinglot.
When invoking the app parkedcall, the argument can now include '@parkinglot' after the
extension.
(closes issue #18777)
Reported by: cartama
Patches:
0018777.diff uploaded by cartama (license 1157)
Review: https://reviewboard.asterisk.org/r/1209/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318141
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Mon, 9 May 2011 07:40:40 +0000 (07:40 +0000)]
Add setsubstate_callwait.
If a call is made to a line that already has a call and the device is
offhook (ie activeish call), the call is set to CALLWAIT rather than RINGIN.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318106
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sat, 7 May 2011 23:36:41 +0000 (23:36 +0000)]
Merged revisions 318057 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318057 | russell | 2011-05-07 18:35:37 -0500 (Sat, 07 May 2011) | 8 lines
res_config_curl: fix a crash with static realtime.
(closes issue #18413)
Reported by: jmls
Patches:
20101202__issue18413.diff.txt uploaded by tilghman (license 14)
Tested by: jmls
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318058
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Sat, 7 May 2011 23:26:05 +0000 (23:26 +0000)]
Merged revisions 318055 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318055 | russell | 2011-05-07 18:24:18 -0500 (Sat, 07 May 2011) | 7 lines
chan_iax2: Don't overwrite port found with an SRV lookup.
(closes issue #17291)
Reported by: jcovert
Patches:
chan_iax2.c.1.8.3-srvlookup-corrected.patch uploaded by jcovert (license 551)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318056
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Fri, 6 May 2011 23:07:55 +0000 (23:07 +0000)]
Only allow voicemail if substate is OFFHOOK or no channel active (UNSET).
(closes issue #17901)
Reported by: salecha
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318019
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Fri, 6 May 2011 22:32:45 +0000 (22:32 +0000)]
Rename sub->parent to sub->line.
Improve readability of code, eg, (sub->parent == d->activeline) becomes
(sub->line == d->activeline).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318018
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Fri, 6 May 2011 22:24:08 +0000 (22:24 +0000)]
Move the hookstate from line to device.
Long time coming, finally moving the hookstate from line to device.
This may fix some issues where a device has multiple lines. Previously
we had to run through all lines on a device to see if it was actually
onhook or not.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317996
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 6 May 2011 21:49:47 +0000 (21:49 +0000)]
Merged revisions 317969 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317969 | russell | 2011-05-06 16:49:01 -0500 (Fri, 06 May 2011) | 10 lines
Use the right variable to print the time in a debug message.
The original patch also increased some buffer sizes, but that was already
done in this version.
(closes issue #17034)
Reported by: sysreq
Patches:
asterisk-issue-17034.patch uploaded by sysreq (license 1009)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317970
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 6 May 2011 21:47:05 +0000 (21:47 +0000)]
Merged revisions 317967 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317967 | russell | 2011-05-06 16:38:54 -0500 (Fri, 06 May 2011) | 2 lines
Fix some more "set but unused" compiler warnings.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317968
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
David Vossel [Fri, 6 May 2011 21:10:30 +0000 (21:10 +0000)]
Merged revisions 317918 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317918 | dvossel | 2011-05-06 16:06:55 -0500 (Fri, 06 May 2011) | 7 lines
Fixes missing colon from To/From headers in RTCP manager events.
(closes issue #18221)
Reported by: clegall_proformatique
Patches:
18221_1.patch uploaded by ebroad (license 878)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317920
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 6 May 2011 21:07:49 +0000 (21:07 +0000)]
Merged revisions 317917 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317917 | russell | 2011-05-06 16:06:33 -0500 (Fri, 06 May 2011) | 7 lines
Fix calculation of free RAM to make minmemfree option work.
(closes issue #17124)
Reported by: loic
Patches:
pbx_c.diff uploaded by loic (license 1020)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317919
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 6 May 2011 20:47:37 +0000 (20:47 +0000)]
Add a cdr_csv to MySQL import script to contrib/scripts.
(closes issue #17036)
Reported by: precisenetworks
Patches:
import-cdr-csv-mysql.pl uploaded by precisenetworks (license 1010)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317916
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 6 May 2011 20:44:53 +0000 (20:44 +0000)]
Add the Uniqueid header to Userevent.
(closes issue #16962)
Reported by: jlpedrosa
Patches:
patch.diff uploaded by jlpedrosa (license 1002)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317915
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 6 May 2011 20:02:31 +0000 (20:02 +0000)]
Merged revisions 317867 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317867 | russell | 2011-05-06 15:01:16 -0500 (Fri, 06 May 2011) | 10 lines
chan_sip: Destroy variables on a sip_pvt before copying vars from the sip_peer.
Don't duplicate variables on the sip_pvt. Just reset the variable list each
time.
(closes issue #19202)
Reported by: wdoekes
Patches:
issue19202_destroy_challenged_invite_chanvars.patch uploaded by wdoekes (license 717)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317868
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 6 May 2011 19:48:06 +0000 (19:48 +0000)]
Merged revisions 317865 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317865 | russell | 2011-05-06 14:46:49 -0500 (Fri, 06 May 2011) | 11 lines
chan_sip: fix a deadlock in check_rtp_timeout.
Don't block doing silly deadlock avoidance. Just return and try again later.
The funciton gets called often enough that it's fine. Also, this change was
already made in trunk.
(closes issue #18791)
Reported by: irroot
Patches:
chan_sip.rtptimeout.patch uploaded by irroot (license 52)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317866
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 6 May 2011 19:35:30 +0000 (19:35 +0000)]
Blocked revisions 317861 via svnmerge
........
r317861 | russell | 2011-05-06 14:35:00 -0500 (Fri, 06 May 2011) | 11 lines
URI encode less characters in the RPID and Contact headers.
If this change causes any problems, we will need to backport the more extensive
uri encoding and decoding handling changes that are in trunk/1.10.
(closes issue #18686)
Reported by: wolfgang
Patches:
quick-and-dirty.patch uploaded by wdoekes (license 717)
Tested by: wdoekes, devellow, wolfgang, mav3rick
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317862
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 6 May 2011 19:34:46 +0000 (19:34 +0000)]
Blocked revisions 317858 via svnmerge
........
r317858 | mnicholson | 2011-05-06 14:31:50 -0500 (Fri, 06 May 2011) | 6 lines
pbx_lua autoservice fixes
Don't start an autoservice in pbx_lua if pbx_lua already started one and don't
stop one if we didn't start one. Also start and stop the autoservice when
transferring control from and to the pbx.
........
This change is already implemented in trunk.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317860
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 6 May 2011 19:25:35 +0000 (19:25 +0000)]
Merged revisions 317837 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317837 | russell | 2011-05-06 14:24:11 -0500 (Fri, 06 May 2011) | 11 lines
Fix a crash in the MySQL() application.
This code was not handling channel datastores safely. The channel
must be locked.
(closes issue #17964)
Reported by: wuwu
Patches:
issue17964_addon_1.6.2_svn.patch uploaded by seanbright (license 71)
Tested by: wuwu
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317843
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 6 May 2011 19:23:23 +0000 (19:23 +0000)]
Updated CHANGES to note the autoservice changes for pbx_lua
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317833
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 6 May 2011 19:19:56 +0000 (19:19 +0000)]
Updated the sample pbx_lua config file to reflect autoservice changes.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317818
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Fri, 6 May 2011 19:15:45 +0000 (19:15 +0000)]
Merged revisions 317805 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317805 | russell | 2011-05-06 14:14:39 -0500 (Fri, 06 May 2011) | 7 lines
Add a new sipfriends.sql for MySQL that has more fields in it.
(closes issue #16399)
Reported by: pabelanger
Patches:
sipfriends.sql.v3 uploaded by pabelanger (license 224)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317807
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 6 May 2011 19:14:39 +0000 (19:14 +0000)]
Default to starting an autoservice in pbx_lua. The autoservice is
automatically stopped when applications are executed, so this shouldn't cause
any problems.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317806
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 6 May 2011 19:01:57 +0000 (19:01 +0000)]
Make pbx_lua handle managing the autoservice better.
Make autoservice_start() and autoservice_stop() return nothing. Also check if
the autoservice flag is set before starting or stopping the autoservice and
stop and start the autoservice when returning control to and getting control
from the pbx engine.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317803
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 6 May 2011 18:40:35 +0000 (18:40 +0000)]
Added note about changes in pbx_lua's behavior when applications do dialplan jumps
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317802
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 6 May 2011 18:07:05 +0000 (18:07 +0000)]
Use two spaces after periods for the recent pbx_lua change descriptions
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317723
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 6 May 2011 18:05:52 +0000 (18:05 +0000)]
Updated CHANGES for hints support in pbx_lua
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317722
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Fri, 6 May 2011 18:04:23 +0000 (18:04 +0000)]
Detect Goto in pbx_lua.
This code will actually detect any dialplan jump from any application that
calls ast_explicit_goto(). This change is only being done in trunk as it may
change the way some dialplans execute.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317721
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Fri, 6 May 2011 16:23:14 +0000 (16:23 +0000)]
Merged revisions 317670 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317670 | rmudgett | 2011-05-06 11:19:18 -0500 (Fri, 06 May 2011) | 22 lines
Fix SIP connected line updates.
This patch fixes a couple SIP connected line update problems:
1) The connected line needs to be updated when the initial INVITE is sent
if there is a peer callerid configured. Previously, the connected line
information did not get reported until the call was connected so SIP could
not report connected line information in ringing or progress messages.
2) The connected line should not be updated on initial connect if there is
no connected line information. Previously, all it did was wipe out any
default preset CONNECTEDLINE information set by the dialplan with empty
strings.
(closes issue #18367)
Reported by: GeorgeKonopacki
Patches:
issue18367_v1.8.patch uploaded by rmudgett (license 664)
Tested by: rmudgett
Review: https://reviewboard.asterisk.org/r/1199/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317671
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Terry Wilson [Fri, 6 May 2011 08:21:22 +0000 (08:21 +0000)]
Merged revisions 317584 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r317584 | twilson | 2011-05-06 01:18:53 -0700 (Fri, 06 May 2011) | 20 lines
Merged revisions 317575 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r317575 | twilson | 2011-05-06 01:04:17 -0700 (Fri, 06 May 2011) | 13 lines
Merged revisions 317574 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r317574 | twilson | 2011-05-06 00:55:21 -0700 (Fri, 06 May 2011) | 6 lines
Re-fix queue round-robin
This part of the change for r315596 was incorrect. No bridge occurs
when doing a roundrobin dial and no one answers, so this code shouldn't
have been removed.
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317596
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 23:47:23 +0000 (23:47 +0000)]
Merged revisions 317530 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317530 | russell | 2011-05-05 18:46:54 -0500 (Thu, 05 May 2011) | 10 lines
If the configure script runs, force a rebuild of menuselect-tree.
Some contents in the menuselect tree are dependent on configure script
parameters, namely --enable-dev-mode.
(closes issue #17219)
Reported by: Nick_Lewis
Patches:
issue_17219.rev1.txt uploaded by russell (license 2)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317531
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 23:16:16 +0000 (23:16 +0000)]
Merged revisions 317486 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317486 | russell | 2011-05-05 18:15:53 -0500 (Thu, 05 May 2011) | 9 lines
Fix some more realtime MySQL schema issues.
(closes issue #18537)
Reported by: denzs
Patches:
sipfriends.sql.svndiff uploaded by denzs (license 1182)
queue_log.sql.svndiff uploaded by denzs (license 1182)
meetme.sql.svndiff uploaded by denzs (license 1182)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317487
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 23:13:04 +0000 (23:13 +0000)]
Merged revisions 317484 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317484 | russell | 2011-05-05 18:12:35 -0500 (Thu, 05 May 2011) | 8 lines
Fix some errors in sample MySQL realtime schema files.
(closes issue #18915)
Reported by: Dovid
Patches:
sipfriends.patch uploaded by Dovid (license 652)
meetme.patch uploaded by Dovid (license 652)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317485
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 23:10:27 +0000 (23:10 +0000)]
Add "calendar show types" CLI command.
(closes issue #18246)
Reported by: junky
Patches:
calendar_types.diff uploaded by junky (license 177)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317483
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 23:08:05 +0000 (23:08 +0000)]
Add CEL extra field to cel_pgsql.
(closes issue #18462)
Reported by: joscas
Patches:
bug_18462.diff uploaded by snuffy (license 35)
cel_pgsql.conf.sample.issue18462.patch uploaded by joscas (license 1180)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317482
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 23:02:11 +0000 (23:02 +0000)]
Merged revisions 317480 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317480 | russell | 2011-05-05 18:00:55 -0500 (Thu, 05 May 2011) | 8 lines
Don't lose cdr_syslog config on a reload.
(closes issue #18679)
Reported by: enegaard
Patches:
issue18679_seanbright.patch uploaded by seanbright (license 71)
Tested by: enegaard
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317481
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 22:55:09 +0000 (22:55 +0000)]
Merged revisions 317478 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317478 | russell | 2011-05-05 17:53:45 -0500 (Thu, 05 May 2011) | 12 lines
Fix some consistency issues with jitterbuffer config.
Store the defaults noted in the sample config files in the jitterbuffer config
data structure. This makes the CLI commands that output these settings show
the right thing. Also only show the settings that are relevant in the settings
CLI commands, based on which jitterbuffer is selected and whether it's enabled.
(closes issue #19083)
Reported by: rgagnon
Patches:
issue-19083-trunk-r313139.diff uploaded by rgagnon (license 1202)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317479
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 22:49:36 +0000 (22:49 +0000)]
Merged revisions 317476 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317476 | russell | 2011-05-05 17:47:57 -0500 (Thu, 05 May 2011) | 8 lines
Add a datastore fixup to fix a pbx_lua crash.
(closes issue #19055)
Reported by: jamhed
Patches:
lua_datastore_fixup1.diff uploaded by mnicholson (license 96)
Tested by: mnicholson, jamhed
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317477
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 22:44:52 +0000 (22:44 +0000)]
Merged revisions 317474 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317474 | russell | 2011-05-05 17:36:33 -0500 (Thu, 05 May 2011) | 2 lines
Fix more "set but unused" warnings.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317475
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 22:12:10 +0000 (22:12 +0000)]
Merged revisions 317429 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317429 | russell | 2011-05-05 17:11:19 -0500 (Thu, 05 May 2011) | 5 lines
Only display inband DTMF warning if inband DTMF detection is enabled.
(closes issue #18901)
Reported by: irroot
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317430
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 22:02:31 +0000 (22:02 +0000)]
Merged revisions 317427 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317427 | russell | 2011-05-05 16:58:45 -0500 (Thu, 05 May 2011) | 7 lines
Fix potential memory leak, and use of uninitialized memory.
(closes issue #16476)
Reported by: junky
Patches:
M16476.diff uploaded by junky (license 177)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317428
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 21:54:17 +0000 (21:54 +0000)]
Merged revisions 317425 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317425 | russell | 2011-05-05 16:53:13 -0500 (Thu, 05 May 2011) | 7 lines
Add missing ActioID handling to Events action.
(closes issue #18949)
Reported by: edersohe
Patches:
0018949.patch uploaded by edersohe (license 1228)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317426
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Thu, 5 May 2011 21:20:00 +0000 (21:20 +0000)]
Add some new editline bindings by default, and allow for user specified configuration.
I excluded the part of this patch that used the HOME environment variable since
the built-in editline library goes to great lengths to disallow that. Instead
only settings the EDITRC environment variable will use a user specified file.
Also, the default environment variable use to determine the edit more is
AST_EDITMODE instead of AST_EDITOR (although the latter is still supported).
(closes issue #15929)
Reported by: kkm
Patches:
astcli-editrc-v2.diff uploaded by kkm (license 888)
015929-astcli-editrc-trunk.240324.diff uploaded by kkm (license 888)
Tested by: seanbright
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317395
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Thu, 5 May 2011 20:46:49 +0000 (20:46 +0000)]
Move hold stuff to the setsubstate arrangement.
skinny_hold moved to setsubstate_hold and skinny_unhold integrated into
setsubstate_connected. Removed sub->onhold and replaced with
SUBSTATE_HOLD.
Also fixed inbound call answering by queueing an AST_CONTROL_ANSWER on
answering a SUBSTATE_RINGIN sub (was a typo).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317382
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Thu, 5 May 2011 20:27:25 +0000 (20:27 +0000)]
Merged revisions 317370 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317370 | seanbright | 2011-05-05 16:25:52 -0400 (Thu, 05 May 2011) | 10 lines
Don't duplicate our data on the stack and just use the MYSQL_ROW directly.
With large result sets we were blowing out the stack.
(closes issue #19090)
Reported by: mickecarlsson
Patches:
issue19090_trunk_svn.patch uploaded by seanbright (license 71)
Tested by: mickecarlsson
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317377
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 19:56:44 +0000 (19:56 +0000)]
Merged revisions 317336 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317336 | russell | 2011-05-05 14:55:58 -0500 (Thu, 05 May 2011) | 7 lines
Increase buffer size to be PATH_MAX for a path.
(closes issue #19239)
Reported by: byronclark
Patches:
queue_announce_length.patch uploaded by byronclark (license 1200)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317337
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Jonathan Rose [Thu, 5 May 2011 19:33:11 +0000 (19:33 +0000)]
Merged revisions 317283 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317283 | jrose | 2011-05-05 14:09:13 -0500 (Thu, 05 May 2011) | 10 lines
Resolves a deadlock that occurs during sip_new
This is based on an uncommitted patch by jpeeler for the issue. Instead of
relocking and then unlocking the channel though, we keep the lock on the channel
until we are finished doing what we need to the channel.
(closes issue #18441)
Reported by: Alric
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317334
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Thu, 5 May 2011 18:46:22 +0000 (18:46 +0000)]
Merged revisions 317281 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r317281 | russell | 2011-05-05 13:39:44 -0500 (Thu, 05 May 2011) | 29 lines
Merged revisions 317255 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r317255 | russell | 2011-05-05 13:29:53 -0500 (Thu, 05 May 2011) | 22 lines
Merged revisions 317211 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r317211 | russell | 2011-05-05 13:20:29 -0500 (Thu, 05 May 2011) | 15 lines
chan_sip: fix broken realtime peer count, fix memory leak
This patch addresses two bugs in chan_sip:
1) The count of realtime peers and users was off. The increment checked the
value of the caching option, while the decrement did not.
2) Add a missing regfree() for a regex.
(closes issue #19108)
Reported by: vrban
Patches:
missing_regfree.patch uploaded by vrban (license 756)
sip_object_counter.patch uploaded by vrban (license 756)
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317282
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Matthew Nicholson [Thu, 5 May 2011 18:09:23 +0000 (18:09 +0000)]
Merged revisions 317196 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317196 | mnicholson | 2011-05-05 13:02:52 -0500 (Thu, 05 May 2011) | 8 lines
Set SO_KEEPALIVE on SIP TCP sockets so that they eventually go away when a peer
abruptly disappears. This mostly occurs after a successful registration.
(closes issue #17544)
Reported by: marcelloceschia
Patches:
(modified) tcptls.patch uploaded by st (license 907)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317198
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
David Vossel [Thu, 5 May 2011 18:08:42 +0000 (18:08 +0000)]
Fixes reliability issues with func_jitterbuffer's usage in the new ConfBridge application.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317197
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Leif Madsen [Thu, 5 May 2011 15:06:59 +0000 (15:06 +0000)]
Merged revisions 317104 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r317104 | lmadsen | 2011-05-05 11:04:24 -0400 (Thu, 05 May 2011) | 15 lines
Merged revisions 317102 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r317102 | lmadsen | 2011-05-05 10:54:46 -0400 (Thu, 05 May 2011) | 8 lines
Disable console colourization inside safe_asterisk checks.
(closes issue #19213)
Reported by: lefoyer
Patches:
issue19213_strip_color_in_safe_asterisk-svn.patch uploaded by wdoekes (license 717)
Tested by: wdoekes, lefoyer
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317105
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Leif Madsen [Thu, 5 May 2011 12:28:40 +0000 (12:28 +0000)]
Merged revisions 317058 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r317058 | lmadsen | 2011-05-05 08:27:56 -0400 (Thu, 05 May 2011) | 7 lines
Remove unused directory and clear up some documentation.
(closes issue #19193)
Reported by: bchia
Patches:
cel-csv.diff uploaded by lathama (license 1028)
Tested by: lathama, Marquis42
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317059
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Thu, 5 May 2011 09:03:32 +0000 (09:03 +0000)]
Add setsubstate_congestion and setsubstate_progress.
Move handling of both state handling from skinny_indicate to it's own sub.
Also, modified behaviour to not hangup the sub and let the dialplan
have a chance in doing what it wants for congestion. Added various states to
substate2str and added these states where applicable for other set_substate_
procs.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317026
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Thu, 5 May 2011 08:10:14 +0000 (08:10 +0000)]
Add setsubstate_busy.
Move handling of setting busy state from skinny_indicate to it's own sub.
Also, modified behaviour to not hangup the sub and let the dialplan
have a chance in doing what it wants (eg busy(10); hangup() in the dialplan
now gives a busy indication for 10 secs and then hangs up.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316994
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Stefan Schmidt [Thu, 5 May 2011 07:09:20 +0000 (07:09 +0000)]
Adding the Move to Front Hash functionality
Moving a found object to the front of its bucket to reduce the necessary traversal steps to find an object. This change improves the search time on large system with many data or in link lists.
(closes issue #19233)
Reported by: schmidts
Review: https://reviewboard.asterisk.org/r/1201/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316962
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Thu, 5 May 2011 02:34:29 +0000 (02:34 +0000)]
Merged revisions 316917-316919 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316917 | seanbright | 2011-05-04 22:23:28 -0400 (Wed, 04 May 2011) | 5 lines
Make sure that tcptls_session is properly initialized.
(issue #18598)
Reported by: ksn
........
r316918 | seanbright | 2011-05-04 22:25:20 -0400 (Wed, 04 May 2011) | 5 lines
Look at the correct buffer for our digest info instead of an empty one.
(issue #18598)
Reported by: ksn
........
r316919 | seanbright | 2011-05-04 22:30:45 -0400 (Wed, 04 May 2011) | 10 lines
Use the correct HTTP method when generating our digest, otherwise we always fail.
When calculating the 'A2' portion of our digest for verification, we need the
HTTP method that is currently in use. Unfortunately our mapping function was
incorrect, resulting in invalid hashes being generated and, in turn, failures
in authentication.
(closes issue #18598)
Reported by: ksn
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316920
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Wed, 4 May 2011 21:44:06 +0000 (21:44 +0000)]
Add setsubstate_ringout (equivalent to AST_STATE ringing).
Renamed previous setsubstate_ringout to setsubstate_dialing for a state
when attempting to dial a number, substate ringout now for when core
has indicated that the channel is actually ringing on the other end.
Also added substate2str for debugging purposes.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316885
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Wed, 4 May 2011 18:57:02 +0000 (18:57 +0000)]
Merged revisions 316831 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316831 | rmudgett | 2011-05-04 13:51:40 -0500 (Wed, 04 May 2011) | 9 lines
Wait for leader with Music On Hold allows crosstalk between participants.
Parenthesis in the wrong position. Regression from issue #14365 when
expanding conference flags to use 64 bits.
(closes issue #18418)
Reported by: MrHanMan
Tested by: rmudgett
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316832
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 4 May 2011 16:42:19 +0000 (16:42 +0000)]
Reverts rev 316218 as it breaks parsing the [general] section of sip.conf.
The functionality this patch attempts to achieve should already
be possible using [general](+) in the config file.
issue #17957
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316798
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Wed, 4 May 2011 16:17:14 +0000 (16:17 +0000)]
Merged revisions 316709 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r316709 | seanbright | 2011-05-04 12:15:32 -0400 (Wed, 04 May 2011) | 22 lines
Merged revisions 316708 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r316708 | seanbright | 2011-05-04 12:10:59 -0400 (Wed, 04 May 2011) | 15 lines
Merged revisions 316707 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r316707 | seanbright | 2011-05-04 12:08:50 -0400 (Wed, 04 May 2011) | 8 lines
If sox fails when processing a voicemail, don't delete the original file.
(closes issue #18111)
Reported by: sysreq
Patches:
issue18111_trunk.patch uploaded by seanbright (license 71)
Tested by: seanbright
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316711
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Wed, 4 May 2011 14:40:08 +0000 (14:40 +0000)]
Merged revisions 316663 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316663 | seanbright | 2011-05-04 10:35:05 -0400 (Wed, 04 May 2011) | 8 lines
Only return a single error via AMI when requesting a forbidden action.
(closes issue #19216)
Reported by: oej
Patches:
issue19216-1.8-r316204.patch uploaded by seanbright (license 71)
Tested by: seanbright
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316664
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 4 May 2011 14:26:33 +0000 (14:26 +0000)]
Merged revisions 316650 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r316650 | dvossel | 2011-05-04 09:25:03 -0500 (Wed, 04 May 2011) | 15 lines
Merged revisions 316644 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r316644 | dvossel | 2011-05-04 09:23:39 -0500 (Wed, 04 May 2011) | 9 lines
Fixes one-way-audio when chanspy activated with the 'o' option
(closes issue #18382)
Reported by: jkister
Patches:
0001-Bugfix-18382-one-way-audio-when-chanspy-activated.patch.txt uploaded by malin (license )
Tested by: firstsip, Greenlightcrm, malin, wdoekes, boroda, dvossel
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316657
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
David Vossel [Wed, 4 May 2011 13:48:07 +0000 (13:48 +0000)]
Merged revisions 316617 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r316617 | dvossel | 2011-05-04 08:44:41 -0500 (Wed, 04 May 2011) | 19 lines
Merged revisions 316616 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r316616 | dvossel | 2011-05-04 08:40:41 -0500 (Wed, 04 May 2011) | 12 lines
Fixes session-timers=refuse not being enforced for *caller*
During handle_request_invite, the session timer mode was retrieved from
a cached variable. This patch forces a peer lookup of the session timer
mode in the case of an incoming invite.
(closes issue #18804)
Reported by: wdoekes
Patches:
issue18804_session_timer_refuse_caller.patch uploaded by wdoekes (license 717)
issue_18804_v2.diff uploaded by dvossel (license 671)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316618
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Wed, 4 May 2011 08:25:47 +0000 (08:25 +0000)]
Add setsubstate_ringin.
Added setsubstate_ringin. skinny_call now calls sss_ringin rather than inline.
Fixed previous issue so that setsubstate_connected now use SUBSTATE_RINGIN
to determine is an AST_CONTROL_ANSWER should be queued.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316584
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Wed, 4 May 2011 07:43:58 +0000 (07:43 +0000)]
Make skinny_answer use setsubsate_connected.
Cosolidated the code so that skinny_answer now uses the setsubstate procedures
rather than doing the handling inline.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316552
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tzafrir Cohen [Wed, 4 May 2011 07:13:18 +0000 (07:13 +0000)]
Merged revisions 316193 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316193 | tzafrir | 2011-05-03 13:57:16 +0300 (ג', 03 מאי 2011) | 8 lines
Re-fix bashism in ./configure: s/let/$(( ))/
A forward-port in r278985 accidentally re-introduced issue 17485. Fixing
it. Thanks to Jilles Tjoelker for the good report.
(closes issue #17485)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316520
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Damien Wedhorn [Wed, 4 May 2011 07:10:04 +0000 (07:10 +0000)]
Cleanup skinny callinfo.
Cosolidated the working out of the callinfo to be sent into
transmit_callinfo. Replaced ambiguous sub->outgoing with calldirection
which can be SKINNY_INCOMING or SKINNY_OUTGOING (same value as the
skinny protocol).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316519
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Wed, 4 May 2011 02:39:11 +0000 (02:39 +0000)]
Merged revisions 316476 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r316476 | seanbright | 2011-05-03 22:34:01 -0400 (Tue, 03 May 2011) | 17 lines
Merged revisions 316475 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r316475 | seanbright | 2011-05-03 22:23:01 -0400 (Tue, 03 May 2011) | 10 lines
Honor the C option to MeetMe when L is passed.
This fixes a case that r304773 and friends missed.
(closes issue #17317)
Reported by: var
Patches:
meetme-continue-on-l_16218.diff uploaded by var (license 1227)
Tested by: seanbright
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316477
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Wed, 4 May 2011 00:13:23 +0000 (00:13 +0000)]
Merged revisions 316429 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316429 | tilghman | 2011-05-03 19:12:25 -0500 (Tue, 03 May 2011) | 7 lines
Escape column names in case they contain illegal characters ('-') or reserved words.
(closes issue #19063)
Reported by: festr
Patches:
patch uploaded by festr (license 443)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316430
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Tilghman Lesher [Tue, 3 May 2011 23:36:35 +0000 (23:36 +0000)]
If multiple [general] contexts occur from sip.conf (usually due to external includes), merge them.
The original implementation of this did the merging of all contexts with the
same name in the realtime layer, but that implementation severely breaks
drivers which use the same context name (e.g. iax.conf, type={peer,user}).
Therefore, the implementation needs to do the merging for particular entries
only, based upon what contexts would allow that in the channel driver itself.
This implementation is for chan_sip only, but others could be added in the
future.
(closes issue #17957)
Reported by: marcelloceschia
Patches:
chan-sip_parsing-general_branch162.patch uploaded by marcelloceschia (license 1079)
Tested by: tilghman
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316428
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 3 May 2011 22:16:23 +0000 (22:16 +0000)]
Merged revisions 316336 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316336 | russell | 2011-05-03 17:13:31 -0500 (Tue, 03 May 2011) | 8 lines
Use htons() instead of ntohs() in some places.
(closes issue #19200)
Reported by: wdoekes
Patches:
issue19200-trunk.patch uploaded by wdoekes (license 717)
issue19200-1.8.x.patch uploaded by wdoekes (license 717)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316337
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
David Vossel [Tue, 3 May 2011 22:07:18 +0000 (22:07 +0000)]
Merged revisions 316334 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316334 | dvossel | 2011-05-03 17:05:59 -0500 (Tue, 03 May 2011) | 8 lines
Fixes framehook segfault on indicate
(closes issue #19215)
Reported by: irroot
Patches:
framehook_indicate.patch uploaded by irroot (license 52)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316335
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 3 May 2011 21:48:40 +0000 (21:48 +0000)]
Merged revisions 316331 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316331 | russell | 2011-05-03 16:41:11 -0500 (Tue, 03 May 2011) | 2 lines
Resolve another warning.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316333
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
David Vossel [Tue, 3 May 2011 21:45:46 +0000 (21:45 +0000)]
Merged revisions 316330 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r316330 | dvossel | 2011-05-03 16:37:59 -0500 (Tue, 03 May 2011) | 24 lines
Merged revisions 316329 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r316329 | dvossel | 2011-05-03 16:29:55 -0500 (Tue, 03 May 2011) | 17 lines
Merged revisions 316328 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r316328 | dvossel | 2011-05-03 16:27:59 -0500 (Tue, 03 May 2011) | 10 lines
Fixes chan_local crashs in local_fixup()
Thanks OEJ for tracking down the issue and submitting the patch.
(closes issue #19053)
Reported by: oej
Tested by: oej
Review: https://reviewboard.asterisk.org/r/1158/
........
................
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316332
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Russell Bryant [Tue, 3 May 2011 20:45:32 +0000 (20:45 +0000)]
Merged revisions 316265 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316265 | russell | 2011-05-03 14:55:49 -0500 (Tue, 03 May 2011) | 5 lines
Fix a bunch of compiler warnings generated by gcc 4.6.0.
Most of these are -Wunused-but-set-variable, but there were a few others
mixed in here, as well.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316293
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Richard Mudgett [Tue, 3 May 2011 19:22:29 +0000 (19:22 +0000)]
Merged revisions 316224 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316224 | rmudgett | 2011-05-03 14:18:30 -0500 (Tue, 03 May 2011) | 16 lines
The dahdi_hangup() call does not clean up the channel fully.
After dahdi_hangup() has supposedly hungup an ISDN channel there is still
traffic on the S0-bus because the channel was not cleaned up fully.
Shuffled the hangup code to include some missing cleanup. Also fixed some
code formatting in the area. I think the primary missing clean up code
was the call to tone_zone_play_tone() to turn off any active tones on the
channel.
(closes issue #19188)
Reported by: jg1234
Patches:
issue19188_v1.8.patch uploaded by rmudgett (license 664)
Tested by: jg1234
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316240
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
David Vossel [Tue, 3 May 2011 19:00:26 +0000 (19:00 +0000)]
Merged revisions 316217 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316217 | dvossel | 2011-05-03 13:59:06 -0500 (Tue, 03 May 2011) | 9 lines
Never put the Require: timer header in an Invite.
This has already been discussed and should have been resolved earlier. View
revsion 285565's log for more information about why it is important to not
put timer in the Require header.
(closes issue #18704)
Reported by: mfrager
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316218
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
David Vossel [Tue, 3 May 2011 18:51:41 +0000 (18:51 +0000)]
Merged revisions 316215 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316215 | dvossel | 2011-05-03 13:49:48 -0500 (Tue, 03 May 2011) | 9 lines
Fixes a random crash (NULL reference) in res_odbc.c.
(closes issue #19180)
Reported by: pruiz
Patches:
tmp.diff uploaded by pruiz (license 1152)
Tested by: pruiz, seanbright
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316216
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Sean Bright [Tue, 3 May 2011 18:23:03 +0000 (18:23 +0000)]
Merged revisions 316206 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r316206 | seanbright | 2011-05-03 14:17:36 -0400 (Tue, 03 May 2011) | 8 lines
If we aren't interested in events, don't generate the FullyBooted event on AMI login.
(closes issue #19089)
Reported by: bklang
Patches:
issue19089-1.8-r316204.patch uploaded by seanbright (license 71)
Tested by: seanbright
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316213
65c4cc65-6c06-0410-ace0-
fbb531ad65f3