[asterisk-commits] phsultan: branch phsultan/jingle-support r229850 - in /team/phsultan/jingle-s...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Nov 13 04:13:04 CST 2009


Author: phsultan
Date: Fri Nov 13 04:12:52 2009
New Revision: 229850

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=229850
Log:
Merged revisions 227579-227580,227614-227615,227643,227645-227646,227712,227739,227759,227824,227829,227897-227898,227914,227945,228015,228049,228080,228145,228189,228191,228196,228233,228268,228273,228339,228410,228420,228441,228499,228548,228616,228620-228621,228658-228659,228661,228691,228693,228766,228798,228858,228897,228947,228979,229015,229050,229093,229102,229168,229228,229282,229351,229356,229361,229431,229460,229499,229568,229606-229607,229639,229670,229750,229753-229754,229788,229819,229840 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r227579 | tilghman | 2009-11-04 14:57:09 +0100 (Wed, 04 Nov 2009) | 2 lines

chan_misdn will fail to compile if the redirect_dn member is missing

................
r227580 | tilghman | 2009-11-04 15:05:12 +0100 (Wed, 04 Nov 2009) | 3 lines

Expand codec bitfield from 32 bits to 64 bits.
Reviewboard: https://reviewboard.asterisk.org/r/416/

................
r227614 | tilghman | 2009-11-04 17:13:50 +0100 (Wed, 04 Nov 2009) | 2 lines

Fix trunk building

................
r227615 | tilghman | 2009-11-04 17:17:18 +0100 (Wed, 04 Nov 2009) | 2 lines

Two other trunk build fixes (reported by seanbright on #asterisk-dev)

................
r227643 | jpeeler | 2009-11-04 17:25:15 +0100 (Wed, 04 Nov 2009) | 1 line

fix trunk building
................
r227645 | tilghman | 2009-11-04 17:35:27 +0100 (Wed, 04 Nov 2009) | 2 lines

mmichelson reported a compilation error related to codec bit expansion that should be resolved with a simple include of frame_defs.h

................
r227646 | mmichelson | 2009-11-04 17:41:02 +0100 (Wed, 04 Nov 2009) | 3 lines

Add a couple more casts so that code compiles correctly.


................
r227712 | file | 2009-11-04 20:20:46 +0100 (Wed, 04 Nov 2009) | 12 lines

Merged revisions 227700 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r227700 | file | 2009-11-04 15:17:39 -0400 (Wed, 04 Nov 2009) | 5 lines
  
  Fix a security issue where sending a REGISTER with a differing username in the From
  URI and Authorization header would reveal whether it was valid or not.
  
  (AST-2009-008)
........

................
r227739 | file | 2009-11-04 20:26:19 +0100 (Wed, 04 Nov 2009) | 12 lines

Merged revisions 227735 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r227735 | file | 2009-11-04 15:25:37 -0400 (Wed, 04 Nov 2009) | 5 lines
  
  Fix a security issue where it may be possible for someone to execute a cross-site
  AJAX request exploit.
  
  (AST-2009-009)
........

................
r227759 | mnicholson | 2009-11-04 21:13:50 +0100 (Wed, 04 Nov 2009) | 10 lines

Modify the SDP parsing code to parse session and media level items separately.

With the new code, media level proprieties should no longer be confused with session level proprieties. This change also reorganizes some of the SDP parsing code which should make it easier to manage in the future.

(closes issue #14994)
Reported by: frawd
Tested by: frawd, mnicholson, file

Review: https://reviewboard.asterisk.org/r/414/

................
r227824 | tilghman | 2009-11-04 21:35:24 +0100 (Wed, 04 Nov 2009) | 2 lines

Fixes for gcc 4.4

................
r227829 | mnicholson | 2009-11-04 22:03:33 +0100 (Wed, 04 Nov 2009) | 17 lines

Merged revisions 227827 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r227827 | mnicholson | 2009-11-04 14:52:27 -0600 (Wed, 04 Nov 2009) | 10 lines
  
  This patch modifies the Dial application to monitor the calling channel for hangups while playing back announcements.
  
  (closes issue #16005)
  Reported by: falves11
  Patches:
        dial-announce-hangup-fix1.diff uploaded by mnicholson (license 96)
  Tested by: mnicholson, falves11
  
  Review: https://reviewboard.asterisk.org/r/407/
........

................
r227897 | mnicholson | 2009-11-04 22:39:33 +0100 (Wed, 04 Nov 2009) | 11 lines

Added the 'a' option to app dial and modified app_dial to set the answertime when the called channel answers.

This change causes answertime to be correct even if the called channel hangs up during an announcement triggered by the A() option.

(closes issue #15936)
Reported by: falves11
Patches:
      dial-macro-billsec-fix1.diff uploaded by mnicholson (license 96)
      dial-caller-answer1.diff uploaded by mnicholson (license 96)
Tested by: falves11, mnicholson

................
r227898 | may | 2009-11-04 23:10:44 +0100 (Wed, 04 Nov 2009) | 15 lines

Reworked chan_ooh323 channel module.

Many architectural and functional changes.
Main changes are threading model chanes (many thread in ooh323 stack
instead of one), modifications and improvements in signalling part,
additional codecs support (726, speex), t38 mode support.
This module tested and used in production environment.

(closes issue #15285)
Reported by: may213
Tested by: sles, c0w, OrNix

Review: https://reviewboard.asterisk.org/r/324/


................
r227914 | jpeeler | 2009-11-04 23:22:51 +0100 (Wed, 04 Nov 2009) | 2 lines

Update chan_ooh323 to support the expanded codec bitfield from 227580.

................
r227945 | jpeeler | 2009-11-05 00:50:59 +0100 (Thu, 05 Nov 2009) | 21 lines

Merged revisions 227944 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r227944 | jpeeler | 2009-11-04 17:47:08 -0600 (Wed, 04 Nov 2009) | 14 lines
  
  Fix incorrect filename comparsion after monitor file change
  
  The logic to detect if a requested file is indeed a different file from the
  current file was incorrect. The main issue being confusion of the use of
  filename_base which was previously set without pathing information and then
  compared to another full path. Robust file comparison logic has been added
  to properly check if two files are the same even if symlinks are used.
  
  (closes issue #15313)
  Reported by: caspy
  Patches: 
        20091103__issue15313__1.4.diff.txt uploaded by jpeeler (license 325)
        but mostly tilghman's work
........

................
r228015 | tilghman | 2009-11-05 18:08:02 +0100 (Thu, 05 Nov 2009) | 4 lines

Don't crash if no arguments are passed.
(closes issue #16119)
 Reported by: thedavidfactor

................
r228049 | tilghman | 2009-11-05 18:26:55 +0100 (Thu, 05 Nov 2009) | 2 lines

Rework codecs command to comply with the 64-bit scheme

................
r228080 | qwell | 2009-11-05 20:16:29 +0100 (Thu, 05 Nov 2009) | 15 lines

Merged revisions 228079 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r228079 | qwell | 2009-11-05 13:14:25 -0600 (Thu, 05 Nov 2009) | 8 lines
  
  Fix crash on VPB exception when no hardware is present.
  
  (closes issue #14970)
  Reported by: tzafrir
  Patches:
        vpb_exception.diff uploaded by tzafrir (license 46)
  Tested by: markwaters
........

................
r228145 | dbrooks | 2009-11-05 20:34:50 +0100 (Thu, 05 Nov 2009) | 16 lines

Merged revisions 228078 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r228078 | dbrooks | 2009-11-05 12:59:41 -0600 (Thu, 05 Nov 2009) | 9 lines
  
  chan_misdn Asterisk 1.4.27-rc2 crash
  
  Crash related to chan_misdn connection. Patch submitted by gknispel_proformatique, tested
  by francesco_r. "I have many crash since i have upgraded to Asterisk 1.4.27-rc2. Attached
  a full bt." This patch zeros out an ast_frame.
  
  (closes issue #16041)
  Reported by: francesco_r
........

................
r228189 | jpeeler | 2009-11-05 22:23:06 +0100 (Thu, 05 Nov 2009) | 11 lines

Fix the fix for chanspy option o 

In 224178, I assumed the uploaded patch was correct as it had received positive
feedback. The flags were being checked in the incorrect location. Upon testing
the fix this time it was also found that the flags from the dialplan weren't
being copied to the chanspy_translation_helper.

(closes issue #16167)
Reported by: marhbere


................
r228191 | tilghman | 2009-11-05 22:24:21 +0100 (Thu, 05 Nov 2009) | 7 lines

MEETME_INFO should not return a literal error message to the dialplan.
(closes issue #15450)
 Reported by: JimVanM
 Patches: 
       meetmeinfopatch.diff.txt uploaded by dbrooks (license 790)
 Tested by: JimVanM

................
r228196 | tilghman | 2009-11-05 23:12:45 +0100 (Thu, 05 Nov 2009) | 2 lines

Yet another error message in the dialplan (thanks, rmudgett/russellb)

................
r228233 | mmichelson | 2009-11-05 23:59:02 +0100 (Thu, 05 Nov 2009) | 3 lines

Fix XML in func_cdr.c


................
r228268 | dvossel | 2009-11-06 16:04:24 +0100 (Fri, 06 Nov 2009) | 9 lines

fixes memory leak in func_audiohookinherit.c

(closes issue #15394)
Reported by: boroda
Patches:
      bug15394_memoryleak_diff2.txt uploaded by dbrooks (license 790)
Tested by: dbrooks, boroda


................
r228273 | dvossel | 2009-11-06 16:08:04 +0100 (Fri, 06 Nov 2009) | 14 lines

Blocked revisions 228272 via svnmerge

........
  r228272 | dvossel | 2009-11-06 09:07:31 -0600 (Fri, 06 Nov 2009) | 9 lines
  
  fixes memory leak in func_audiohookinherit.c
  
  (closes issue 0015394)
  Reported by: boroda
  Patches:
        bug15394_memoryleak_diff2.txt uploaded by dbrooks (license 790)
  Tested by: dbrooks, boroda
........

................
r228339 | dvossel | 2009-11-06 16:42:46 +0100 (Fri, 06 Nov 2009) | 12 lines

Merged revisions 228338 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r228338 | dvossel | 2009-11-06 09:41:41 -0600 (Fri, 06 Nov 2009) | 5 lines
  
  fixes crash in astfd.c
  
  (closes issue #15981)
  Reported by: slavon
........

................
r228410 | file | 2009-11-06 17:42:23 +0100 (Fri, 06 Nov 2009) | 14 lines

Merged revisions 228409 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r228409 | file | 2009-11-06 12:41:20 -0400 (Fri, 06 Nov 2009) | 7 lines
  
  Fix a bug caused by a partially invalid frame (from the jitterbuffer) passing through the Asterisk core.
  
  (closes issue #15560)
  Reported by: jvandal
  (closes issue #15709)
  Reported by: covici
........

................
r228420 | dvossel | 2009-11-06 18:09:01 +0100 (Fri, 06 Nov 2009) | 19 lines

Merged revisions 228418 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r228418 | dvossel | 2009-11-06 11:07:13 -0600 (Fri, 06 Nov 2009) | 13 lines
  
  fixes segfault in iLBC
  
  For reasons not yet known, it appears possible for an ast_frame
  to have a datalen greater than zero while the actual data is NULL
  during Packet Loss Concealment.  Most codecs don't support PLC so
  this doesn't affect them.  This patch catches the malformed frame
  and prevents the crash from occuring.  Additional efforts to determine
  why it is possible for a frame to look like this are still being
  investigated.
  
  (issue #16979)
........

................
r228441 | dvossel | 2009-11-06 18:22:31 +0100 (Fri, 06 Nov 2009) | 3 lines

Fixes merging issue from 1.4, frame data is held in data.ptr in trunk


................
r228499 | file | 2009-11-06 18:52:00 +0100 (Fri, 06 Nov 2009) | 2 lines

Fix the localchannel.tex file.

................
r228548 | file | 2009-11-06 19:37:59 +0100 (Fri, 06 Nov 2009) | 11 lines

Merged revisions 228547 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r228547 | file | 2009-11-06 14:32:58 -0400 (Fri, 06 Nov 2009) | 4 lines
  
  Don't overwrite caller ID name on a trunk with the configured fullname when using users.conf
  
  (issue ABE-1989)
........

................
r228616 | tilghman | 2009-11-06 20:38:33 +0100 (Fri, 06 Nov 2009) | 2 lines

Missed these two channel drivers on the codec_bits merge

................
r228620 | mnicholson | 2009-11-06 20:47:11 +0100 (Fri, 06 Nov 2009) | 15 lines

Merged revisions 228378 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r228378 | mnicholson | 2009-11-06 10:26:59 -0600 (Fri, 06 Nov 2009) | 8 lines
  
  Properly handle '=' while decoding base64 messages and null terminate strings returned from BASE64_DECODE.
  
  (closes issue #15271)
  Reported by: chappell
  Patches:
        base64_fix.patch uploaded by chappell (license 8)
  Tested by: kobaz
........

................
r228621 | rmudgett | 2009-11-06 20:53:08 +0100 (Fri, 06 Nov 2009) | 1 line

Fix compiler warning gcc 4.2.4 found
................
r228658 | mmichelson | 2009-11-06 23:00:12 +0100 (Fri, 06 Nov 2009) | 7 lines

Get chan_ooh323 to compile with gcc 4.2.

For some reason, the code compiles just fine with later versions
of GCC, but this one requires some weird double casting in order
to get rid of all warnings. Whatever.


................
r228659 | mmichelson | 2009-11-06 23:02:36 +0100 (Fri, 06 Nov 2009) | 7 lines

Make compilation of chan_ooh323 disabled by default.

All addons modules should be disabled by default, requiring the
user to turn them on if desired. After all, these are addons we're
talking about here.


................
r228661 | dbrooks | 2009-11-06 23:07:22 +0100 (Fri, 06 Nov 2009) | 8 lines

ami_testhooks.c automatically registers hook

ami_testhooks.c was registering for AMI events upon module load. Moved the registration
to its own CLI command. Added CLI command for unregistering the hook. Changed some of
the wording, removed unnecessary arguments/parameters.

Reported by: rmudgett

................
r228691 | rmudgett | 2009-11-06 23:32:17 +0100 (Fri, 06 Nov 2009) | 13 lines

Created standard location to add options to chan_dahdi for ISDN dialing.

Dial(DAHDI/g1[/extension[/options]])
Current options:
K(<keypad_digits>)
R Reverse charging indication (Collect calls)

The earlier Dial(DAHDI/g1[/K<keypad_digits>][/extension] format was
variable and did not allow for the easy addition of more options.

The earlier 'C' prefix character for reverse charge indiation would
conflict with the a-d DTMF digits if ISDN uses them.

................
r228693 | dvossel | 2009-11-06 23:35:44 +0100 (Fri, 06 Nov 2009) | 22 lines

Merged revisions 228692 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r228692 | dvossel | 2009-11-06 16:33:27 -0600 (Fri, 06 Nov 2009) | 9 lines
  
  fixes audiohook write crash occuring in chan_spy whisper mode.
  
  After writing to the audiohook list in ast_write(), frames
  were being freed incorrectly.  Under certain conditions this
  resulted in a double free crash.
  
  (closes issue #16133)
  Reported by: wetwired

  (closes issue #16045)
  Reported by: bluecrow76
  Patches:
        issue16045.diff uploaded by dvossel (license 671)
  Tested by: bluecrow76, dvossel, habile
........

................
r228766 | tzafrir | 2009-11-07 18:02:38 +0100 (Sat, 07 Nov 2009) | 4 lines

Add LSB headers to the Debian init.d script

See also issue #14864 .

................
r228798 | tilghman | 2009-11-09 08:37:52 +0100 (Mon, 09 Nov 2009) | 14 lines

Fix various problems detected with Valgrind.
 * chan_console accessed pvts after deallocation.
 * cdr_mysql stored a pointer that was freed by realloc()
 * The module loader did not check usecount on shutdown, which led to chan_iax2
 reading a timer that was already unloaded.
 * The event subsystem sometimes creates an event with no IEs.  Due to a corner
 condition, the code would read beyond the memory boundary.
 * res_pktccops did not correctly check whether its monitor thread was started.
(closes issue #16062)
 Reported by: alexanderheinz
 Patches: 
       20091109__issue16062.diff.txt uploaded by tilghman (license 14)
 Tested by: tilghman

................
r228858 | mnicholson | 2009-11-09 15:37:07 +0100 (Mon, 09 Nov 2009) | 15 lines

Merged revisions 228827 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r228827 | mnicholson | 2009-11-09 08:16:03 -0600 (Mon, 09 Nov 2009) | 8 lines
  
  Perform limited bounds checking when destroying ast_mutex_t structures to make sure we don't try to use negative indices.
  
  (closes issue #15588)
  Reported by: zerohalo
  Patches:
        20090820__issue15588.diff.txt uploaded by tilghman (license 14)
  Tested by: zerohalo
........

................
r228897 | lmadsen | 2009-11-09 16:38:38 +0100 (Mon, 09 Nov 2009) | 14 lines

Merged revisions 228896 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r228896 | lmadsen | 2009-11-09 09:37:43 -0600 (Mon, 09 Nov 2009) | 6 lines
  
  Update WARNING message.
  Update a WARNING message to give a suggested fix when encountered.
  
  (closes issue #16198)
  Reported by: atis
  Tested by: atis
........

................
r228947 | mnicholson | 2009-11-09 17:28:31 +0100 (Mon, 09 Nov 2009) | 5 lines

Add the 'relative-periodic-announce' option to app_queue to allow for calculating the time of announcments from the end of the previous announcment rather than from the beginning.

(closes issue #15260)
Reported by: tonils

................
r228979 | tilghman | 2009-11-09 18:17:29 +0100 (Mon, 09 Nov 2009) | 4 lines

Don't try to convert a 64-bit integer, where only a 32-bit integer is stored.
(closes issue #16194)
 Reported by: habile

................
r229015 | twilson | 2009-11-09 23:50:22 +0100 (Mon, 09 Nov 2009) | 8 lines

Don't crash when bridge->tech_pvt == NULL

This is a similar solution to what is in place for chan_agent

(closes issue #16003)
Reported by: atis
Tested by: twilson

................
r229050 | ghenry | 2009-11-10 12:16:10 +0100 (Tue, 10 Nov 2009) | 20 lines

Schema file additions

* Added AsteriskDialplan, AsteriskAccount and AsteriskMailbox  objectClasses
  to allow standalone dialplan, account and mailbox entries (STRUCTURAL)
* Added new Fields:
- AstAccountLanguage, AstAccountTransport, AstAccountPromiscRedir,
- AstAccountAccountCode, AstAccountSetVar, AstAccountAllowOverlap,
- AstAccountVideoSupport, AstAccountIgnoreSDPVersion
* Removed redundant IPaddr (there's already IPAddress)
- Gives more configuration Flags for SIP-Users available (tested)
- Allows to create Asterisk Attributes in defined Asterisk ObjectClasses
  without extensibleObject (which really should be the last resort); gives
  also additional possibilities for LDAP-filter 

(closes issue #15874)
Reported by: Medozas
Patches:
      asterisk.ldap-schema.patch uploaded by Medozas (license 41)
Tested by: Medozas, suretec

................
r229093 | dvossel | 2009-11-10 16:27:45 +0100 (Tue, 10 Nov 2009) | 11 lines

fixes pgsql double free of threadstorage

A thread storage variable was being freed incorrectly, which
resulted in a double free if two queries were made in the same thread.

(closes issue #16011)
Reported by: cristiandimache
Patches:
      issue16011.diff uploaded by dvossel (license 671)


................
r229102 | mnicholson | 2009-11-10 16:53:52 +0100 (Tue, 10 Nov 2009) | 5 lines

Reverted revision 201717.

(closes issue 0016175)
Reported by: paul-tg

................
r229168 | dvossel | 2009-11-10 18:16:49 +0100 (Tue, 10 Nov 2009) | 15 lines

Merged revisions 229167 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r229167 | dvossel | 2009-11-10 11:15:57 -0600 (Tue, 10 Nov 2009) | 9 lines
  
  don't crash on log message in solaris
  
  AST-2009-006
  
  (closes issue #16206)
  Reported by: bklang
  Tested by: bklang
........

................
r229228 | diruggles | 2009-11-10 18:33:47 +0100 (Tue, 10 Nov 2009) | 18 lines

Merged revisions 229191 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r229191 | diruggles | 2009-11-10 12:23:59 -0500 (Tue, 10 Nov 2009) | 11 lines
  
  Document ExternalIVR event tag collision
  
  ExternalIVR uses the D tag for two different event types. This documents that
  behavior and how to differentiate between the two cases. Also includes a minor
  spelling fix and clarification
  
  (closes issue #16211)
  Reported by: thedavidfactor
  Patches:
        externalivr.txt.20091109.1507.patch uploaded by thedavidfactor (license 903)
........

................
r229282 | file | 2009-11-10 21:06:13 +0100 (Tue, 10 Nov 2009) | 15 lines

Merged revisions 229281 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r229281 | file | 2009-11-10 16:03:14 -0400 (Tue, 10 Nov 2009) | 8 lines
  
  Remove broken support for direct transcoding between G.726 RFC3551 and G.726 AAL2.
  
  On some systems the translation core would actually consider g726aal2 -> g726 -> signed linear
  to be a quicker path then g726aal2 -> signed linear which exposed this problem.
  
  (closes issue #15504)
  Reported by: globalnetinc
........

................
r229351 | tilghman | 2009-11-10 22:22:50 +0100 (Tue, 10 Nov 2009) | 7 lines

When GOSUB is invoked within an AGI, it may not exit correctly.
(closes issue #16216)
 Reported by: atis
 Patches: 
       20091110__atis_work.diff.txt uploaded by tilghman (license 14)
 Tested by: atis

................
r229356 | diruggles | 2009-11-10 23:01:50 +0100 (Tue, 10 Nov 2009) | 16 lines

Merged revisions 229355 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r229355 | diruggles | 2009-11-10 16:45:15 -0500 (Tue, 10 Nov 2009) | 9 lines
  
  Fix ExternalIVR Documentation
  
  Remove documentation for event that doesn't function
  
  (closes issue #16220)
  Reported by: thedavidfactor
  Patches:
        externalivr.txt.20091110.1622.patch uploaded by thedavidfactor (license 903)
........

................
r229361 | tilghman | 2009-11-10 23:14:22 +0100 (Tue, 10 Nov 2009) | 19 lines

Merged revisions 229360 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r229360 | tilghman | 2009-11-10 16:09:16 -0600 (Tue, 10 Nov 2009) | 12 lines
  
  If two pattern classes start with the same digit and have the same number of characters, they will compare equal.
  The example given in the issue report is that of [234] and [246], which have
  these characteristics, yet they are clearly not equivalent.  The code still
  uses these two characteristics, yet when the two scores compare equal, an
  additional check will be done to compare all characters within the class to
  verify equality.
  (closes issue #15421)
   Reported by: jsmith
   Patches: 
         20091109__issue15421__2.diff.txt uploaded by tilghman (license 14)
   Tested by: jsmith, thedavidfactor
........

................
r229431 | lmadsen | 2009-11-11 15:30:04 +0100 (Wed, 11 Nov 2009) | 5 lines

Update CHANGES file.
Updating the CHANGES file after noticing an email on the asterisk-dev mailing
list from Russell.

(issue #15874)
................
r229460 | dbrooks | 2009-11-11 19:13:56 +0100 (Wed, 11 Nov 2009) | 7 lines

Flags not initialized in app_softhangup.c, causing undefined behavior

Trivial patch [kobaz] to initialize an ast_flags = {0}

(closes issue #16129)
Reported by: kobaz

................
r229499 | dbrooks | 2009-11-11 20:48:18 +0100 (Wed, 11 Nov 2009) | 15 lines

Merged revisions 229498 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r229498 | dbrooks | 2009-11-11 13:46:19 -0600 (Wed, 11 Nov 2009) | 8 lines
  
  Solaris doesn't like NULL going to ast_log
  
  Solaris will crash if NULL is passed to ast_log. This simple patch simply uses S_OR to
  get around this.
  
  (closes issue #15392)
  Reported by: yrashk
........

................
r229568 | diruggles | 2009-11-11 21:47:06 +0100 (Wed, 11 Nov 2009) | 9 lines

Remove non-functional feature from ExternalIVR documentation

Remove non-functional socket implementation of ExternalIVR from documentation

(closes issue #16225)
Reported by: thedavidfactor
Patches:
      externalivr.txt.20091111.1542.patch uploaded by thedavidfactor (license 903)

................
r229606 | oej | 2009-11-12 11:22:30 +0100 (Thu, 12 Nov 2009) | 3 lines

Clarify some security issues early in the sample configuration


................
r229607 | oej | 2009-11-12 11:24:20 +0100 (Thu, 12 Nov 2009) | 2 lines

Clarification

................
r229639 | lmadsen | 2009-11-12 14:54:45 +0100 (Thu, 12 Nov 2009) | 4 lines

Update sip.conf.sample.
Just updating a spelling error and some capitalization in a
documentation update that Olle added. May the Swenglish be
with you.
................
r229670 | dvossel | 2009-11-12 17:44:39 +0100 (Thu, 12 Nov 2009) | 12 lines

Merged revisions 229669 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r229669 | dvossel | 2009-11-12 10:41:49 -0600 (Thu, 12 Nov 2009) | 6 lines
  
  fixes merging error, datastore was being freed in the wrong function.
  
  (closes issue #16219)
  Reported by: aragon
........

................
r229750 | qwell | 2009-11-13 00:30:10 +0100 (Fri, 13 Nov 2009) | 1 line

Fix mute toggling on OSS channels.
................
r229753 | qwell | 2009-11-13 00:37:36 +0100 (Fri, 13 Nov 2009) | 11 lines

Add mute functionality.  Add config option to not try to open capture device.

Adds "console {mute|unmute}" CLI command.
Adds mute and noaudiocapture config options (will update sample configs shortly).

(closes issue #14673)
Reported by: Nick_Lewis
Patches:
      chan_alsa.c-oneway3.patch uploaded by Nick Lewis (license 657)
Tested by: qwell

................
r229754 | qwell | 2009-11-13 00:43:28 +0100 (Fri, 13 Nov 2009) | 1 line

Update sample config for ALSA mute and noaudiocapture
................
r229788 | transnexus | 2009-11-13 04:16:39 +0100 (Fri, 13 Nov 2009) | 2 lines

Added full number portability parameter support.

................
r229819 | oej | 2009-11-13 09:52:28 +0100 (Fri, 13 Nov 2009) | 4 lines

Add the capability to require a module to be loaded, or else Asterisk exits.

Review: https://reviewboard.asterisk.org/r/426/

................
r229840 | oej | 2009-11-13 10:22:04 +0100 (Fri, 13 Nov 2009) | 2 lines

If CDR logging is disabled, it's considered a FAILURE

................

Added:
    team/phsultan/jingle-support/doc/codec-64bit.txt
      - copied unchanged from r229840, trunk/doc/codec-64bit.txt
    team/phsultan/jingle-support/include/asterisk/frame_defs.h
      - copied unchanged from r229840, trunk/include/asterisk/frame_defs.h
Modified:
    team/phsultan/jingle-support/   (props changed)
    team/phsultan/jingle-support/CHANGES
    team/phsultan/jingle-support/addons/Makefile
    team/phsultan/jingle-support/addons/cdr_mysql.c
    team/phsultan/jingle-support/addons/chan_mobile.c
    team/phsultan/jingle-support/addons/chan_ooh323.c
    team/phsultan/jingle-support/addons/chan_ooh323.h
    team/phsultan/jingle-support/addons/format_mp3.c
    team/phsultan/jingle-support/addons/ooh323c/src/context.c
    team/phsultan/jingle-support/addons/ooh323c/src/decode.c
    team/phsultan/jingle-support/addons/ooh323c/src/dlist.c
    team/phsultan/jingle-support/addons/ooh323c/src/encode.c
    team/phsultan/jingle-support/addons/ooh323c/src/errmgmt.c
    team/phsultan/jingle-support/addons/ooh323c/src/eventHandler.c
    team/phsultan/jingle-support/addons/ooh323c/src/eventHandler.h
    team/phsultan/jingle-support/addons/ooh323c/src/h323/H235-SECURITY-MESSAGESDec.c
    team/phsultan/jingle-support/addons/ooh323c/src/h323/H323-MESSAGESDec.c
    team/phsultan/jingle-support/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.c
    team/phsultan/jingle-support/addons/ooh323c/src/memheap.c
    team/phsultan/jingle-support/addons/ooh323c/src/memheap.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooCalls.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooCalls.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooCapability.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooCapability.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooCmdChannel.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooCmdChannel.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooCommon.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooDateTime.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooDateTime.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooGkClient.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooGkClient.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooLogChan.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooLogChan.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooSocket.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooSocket.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooStackCmds.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooStackCmds.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooTimer.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooUtils.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooasn1.h
    team/phsultan/jingle-support/addons/ooh323c/src/oochannels.c
    team/phsultan/jingle-support/addons/ooh323c/src/oochannels.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooh245.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooh245.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooh323.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooh323.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooh323ep.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooh323ep.h
    team/phsultan/jingle-support/addons/ooh323c/src/ooports.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooq931.c
    team/phsultan/jingle-support/addons/ooh323c/src/ooq931.h
    team/phsultan/jingle-support/addons/ooh323c/src/ootrace.c
    team/phsultan/jingle-support/addons/ooh323c/src/ootrace.h
    team/phsultan/jingle-support/addons/ooh323c/src/ootypes.h
    team/phsultan/jingle-support/addons/ooh323c/src/perutil.c
    team/phsultan/jingle-support/addons/ooh323c/src/printHandler.c
    team/phsultan/jingle-support/addons/ooh323c/src/printHandler.h
    team/phsultan/jingle-support/addons/ooh323c/src/rtctype.c
    team/phsultan/jingle-support/addons/ooh323cDriver.c
    team/phsultan/jingle-support/addons/ooh323cDriver.h
    team/phsultan/jingle-support/apps/app_alarmreceiver.c
    team/phsultan/jingle-support/apps/app_amd.c
    team/phsultan/jingle-support/apps/app_chanspy.c
    team/phsultan/jingle-support/apps/app_dahdibarge.c
    team/phsultan/jingle-support/apps/app_dial.c
    team/phsultan/jingle-support/apps/app_dictate.c
    team/phsultan/jingle-support/apps/app_disa.c
    team/phsultan/jingle-support/apps/app_echo.c
    team/phsultan/jingle-support/apps/app_externalivr.c
    team/phsultan/jingle-support/apps/app_fax.c
    team/phsultan/jingle-support/apps/app_festival.c
    team/phsultan/jingle-support/apps/app_followme.c
    team/phsultan/jingle-support/apps/app_jack.c
    team/phsultan/jingle-support/apps/app_meetme.c
    team/phsultan/jingle-support/apps/app_milliwatt.c
    team/phsultan/jingle-support/apps/app_mp3.c
    team/phsultan/jingle-support/apps/app_nbscat.c
    team/phsultan/jingle-support/apps/app_osplookup.c
    team/phsultan/jingle-support/apps/app_queue.c
    team/phsultan/jingle-support/apps/app_record.c
    team/phsultan/jingle-support/apps/app_sms.c
    team/phsultan/jingle-support/apps/app_softhangup.c
    team/phsultan/jingle-support/apps/app_speech_utils.c
    team/phsultan/jingle-support/apps/app_stack.c
    team/phsultan/jingle-support/apps/app_talkdetect.c
    team/phsultan/jingle-support/apps/app_test.c
    team/phsultan/jingle-support/apps/app_url.c
    team/phsultan/jingle-support/apps/app_waitforring.c
    team/phsultan/jingle-support/bridges/bridge_softmix.c
    team/phsultan/jingle-support/channels/chan_agent.c
    team/phsultan/jingle-support/channels/chan_alsa.c
    team/phsultan/jingle-support/channels/chan_bridge.c
    team/phsultan/jingle-support/channels/chan_console.c
    team/phsultan/jingle-support/channels/chan_dahdi.c
    team/phsultan/jingle-support/channels/chan_gtalk.c
    team/phsultan/jingle-support/channels/chan_h323.c
    team/phsultan/jingle-support/channels/chan_iax2.c
    team/phsultan/jingle-support/channels/chan_jingle.c
    team/phsultan/jingle-support/channels/chan_local.c
    team/phsultan/jingle-support/channels/chan_mgcp.c
    team/phsultan/jingle-support/channels/chan_misdn.c
    team/phsultan/jingle-support/channels/chan_multicast_rtp.c
    team/phsultan/jingle-support/channels/chan_nbs.c
    team/phsultan/jingle-support/channels/chan_oss.c
    team/phsultan/jingle-support/channels/chan_phone.c
    team/phsultan/jingle-support/channels/chan_sip.c
    team/phsultan/jingle-support/channels/chan_skinny.c
    team/phsultan/jingle-support/channels/chan_unistim.c
    team/phsultan/jingle-support/channels/chan_vpb.cc
    team/phsultan/jingle-support/channels/h323/chan_h323.h
    team/phsultan/jingle-support/channels/iax2-parser.c
    team/phsultan/jingle-support/channels/iax2-parser.h
    team/phsultan/jingle-support/channels/iax2.h
    team/phsultan/jingle-support/channels/sig_analog.c
    team/phsultan/jingle-support/channels/sig_pri.c
    team/phsultan/jingle-support/codecs/codec_dahdi.c
    team/phsultan/jingle-support/codecs/codec_g726.c
    team/phsultan/jingle-support/codecs/codec_ilbc.c
    team/phsultan/jingle-support/codecs/codec_ulaw.c
    team/phsultan/jingle-support/codecs/ex_adpcm.h
    team/phsultan/jingle-support/codecs/ex_alaw.h
    team/phsultan/jingle-support/codecs/ex_g722.h
    team/phsultan/jingle-support/codecs/ex_g726.h
    team/phsultan/jingle-support/codecs/ex_gsm.h
    team/phsultan/jingle-support/codecs/ex_ilbc.h
    team/phsultan/jingle-support/codecs/ex_lpc10.h
    team/phsultan/jingle-support/codecs/ex_speex.h
    team/phsultan/jingle-support/codecs/ex_ulaw.h
    team/phsultan/jingle-support/configs/alsa.conf.sample
    team/phsultan/jingle-support/configs/modules.conf.sample
    team/phsultan/jingle-support/configs/queues.conf.sample
    team/phsultan/jingle-support/configs/sip.conf.sample
    team/phsultan/jingle-support/configure
    team/phsultan/jingle-support/configure.ac
    team/phsultan/jingle-support/contrib/init.d/rc.debian.asterisk
    team/phsultan/jingle-support/contrib/scripts/asterisk.ldap-schema
    team/phsultan/jingle-support/doc/externalivr.txt
    team/phsultan/jingle-support/doc/tex/localchannel.tex
    team/phsultan/jingle-support/formats/format_g723.c
    team/phsultan/jingle-support/formats/format_g726.c
    team/phsultan/jingle-support/formats/format_g729.c
    team/phsultan/jingle-support/formats/format_gsm.c
    team/phsultan/jingle-support/formats/format_h263.c
    team/phsultan/jingle-support/formats/format_h264.c
    team/phsultan/jingle-support/formats/format_ilbc.c
    team/phsultan/jingle-support/formats/format_jpeg.c
    team/phsultan/jingle-support/formats/format_ogg_vorbis.c
    team/phsultan/jingle-support/formats/format_pcm.c
    team/phsultan/jingle-support/formats/format_siren14.c
    team/phsultan/jingle-support/formats/format_siren7.c
    team/phsultan/jingle-support/formats/format_sln.c
    team/phsultan/jingle-support/formats/format_sln16.c
    team/phsultan/jingle-support/formats/format_vox.c
    team/phsultan/jingle-support/formats/format_wav.c
    team/phsultan/jingle-support/formats/format_wav_gsm.c
    team/phsultan/jingle-support/funcs/func_audiohookinherit.c
    team/phsultan/jingle-support/funcs/func_base64.c
    team/phsultan/jingle-support/funcs/func_cdr.c
    team/phsultan/jingle-support/funcs/func_volume.c
    team/phsultan/jingle-support/include/asterisk/abstract_jb.h
    team/phsultan/jingle-support/include/asterisk/audiohook.h
    team/phsultan/jingle-support/include/asterisk/autoconfig.h.in
    team/phsultan/jingle-support/include/asterisk/bridging.h
    team/phsultan/jingle-support/include/asterisk/bridging_technology.h
    team/phsultan/jingle-support/include/asterisk/channel.h
    team/phsultan/jingle-support/include/asterisk/compat.h
    team/phsultan/jingle-support/include/asterisk/frame.h
    team/phsultan/jingle-support/include/asterisk/lock.h
    team/phsultan/jingle-support/include/asterisk/pbx.h
    team/phsultan/jingle-support/include/asterisk/rtp_engine.h
    team/phsultan/jingle-support/include/asterisk/slin.h
    team/phsultan/jingle-support/include/asterisk/slinfactory.h
    team/phsultan/jingle-support/include/asterisk/translate.h
    team/phsultan/jingle-support/include/asterisk/unaligned.h
    team/phsultan/jingle-support/main/abstract_jb.c
    team/phsultan/jingle-support/main/app.c
    team/phsultan/jingle-support/main/asterisk.c
    team/phsultan/jingle-support/main/asterisk.exports
    team/phsultan/jingle-support/main/astfd.c
    team/phsultan/jingle-support/main/audiohook.c
    team/phsultan/jingle-support/main/autoservice.c
    team/phsultan/jingle-support/main/bridging.c
    team/phsultan/jingle-support/main/channel.c
    team/phsultan/jingle-support/main/dial.c
    team/phsultan/jingle-support/main/dsp.c
    team/phsultan/jingle-support/main/event.c
    team/phsultan/jingle-support/main/features.c
    team/phsultan/jingle-support/main/file.c
    team/phsultan/jingle-support/main/frame.c
    team/phsultan/jingle-support/main/indications.c
    team/phsultan/jingle-support/main/loader.c
    team/phsultan/jingle-support/main/manager.c
    team/phsultan/jingle-support/main/pbx.c
    team/phsultan/jingle-support/main/rtp_engine.c
    team/phsultan/jingle-support/main/slinfactory.c
    team/phsultan/jingle-support/main/strcompat.c
    team/phsultan/jingle-support/main/translate.c
    team/phsultan/jingle-support/main/udptl.c
    team/phsultan/jingle-support/main/utils.c
    team/phsultan/jingle-support/pbx/pbx_spool.c
    team/phsultan/jingle-support/res/res_adsi.c
    team/phsultan/jingle-support/res/res_agi.c
    team/phsultan/jingle-support/res/res_config_pgsql.c
    team/phsultan/jingle-support/res/res_monitor.c
    team/phsultan/jingle-support/res/res_musiconhold.c
    team/phsultan/jingle-support/res/res_pktccops.c
    team/phsultan/jingle-support/res/res_rtp_asterisk.c
    team/phsultan/jingle-support/res/res_rtp_multicast.c
    team/phsultan/jingle-support/static-http/prototype.js
    team/phsultan/jingle-support/tests/test_amihooks.c

Propchange: team/phsultan/jingle-support/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.

Propchange: team/phsultan/jingle-support/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Propchange: team/phsultan/jingle-support/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Fri Nov 13 04:12:52 2009
@@ -1,1 +1,1 @@
-/trunk:1-227566
+/trunk:1-229849

Modified: team/phsultan/jingle-support/CHANGES
URL: http://svnview.digium.com/svn/asterisk/team/phsultan/jingle-support/CHANGES?view=diff&rev=229850&r1=229849&r2=229850
==============================================================================
--- team/phsultan/jingle-support/CHANGES (original)
+++ team/phsultan/jingle-support/CHANGES Fri Nov 13 04:12:52 2009
@@ -77,6 +77,10 @@
    regardless if the call has been answered or not.
  * Added functionality to the app_dial F() option to continue with execution
    at the current location when no parameters are provided.
+ * Added the 'a' option to app_dial to answer the calling channel before any
+   announcements or macros are executed.
+ * Modified app_dial to set answertime when the called channel answers even if
+   the called channel hangs up during playback of an announcement.
  * Added c() option to app_chanspy. This option allows custom DTMF to be set
    to cycle through the next available channel.  By default this is still '*'.
  * Added x() option to app_chanspy.  This option allows DTMF to be set to
@@ -154,6 +158,9 @@
   * A new option, 'I' has been added to both app_queue and app_dial.
     By setting this option, Asterisk will not update the caller with

[... 38464 lines stripped ...]



More information about the asterisk-commits mailing list