aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-12 19:08:03 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-12 19:08:03 +0000
commit7c8a7ab124ab41dd6199e013232b9dd64ff3a274 (patch)
tree1f32d002c8a68dfc1967ff87787397876467be79 /ChangeLog
parent249eaba298b855dbdd1be09ce4782a332a7f98fb (diff)
Merge changes from issue 17592.
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.34-rc2@275765 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 68c1f00c0..9d09e3565 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,11 +11,20 @@
65535. Now, we have a secondary check that will ensure that the
seqno rolling over will not cause us to stop accepting DTMF.
- (closes issue 0017571)
- Reported by: mdeneen
- Patches:
- rtp_seqno_rollover.patch uploaded by mmichelson (license 60)
- Tested by: richardf, maxochoa, JJCinAZ
+ (closes issue 0017571)
+ Reported by: mdeneen
+ Patches:
+ rtp_seqno_rollover.patch uploaded by mmichelson (license 60)
+ Tested by: richardf, maxochoa, JJCinAZ
+
+ * Clear the AST_CDR_FLAG_DIALED flag for channels going into the pbx
+ via the G option in app_dial
+
+ (closes issue 0017592)
+ Reported by: jamicque
+ Patches:
+ G-flag-cdr-fix1.diff uploaded by mnicholson (license 96)
+ Tested by: jamicque, mnicholson
2010-06-29 Leif Madsen <lmadsen@digium.com>