Commit Graph

22046 Commits

Author SHA1 Message Date
Asterisk Autobuilder
1a5f0f6020 Importing release summary for 10.2.0-rc3 release.
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.2.0-rc3@357270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10.2.0-rc3
2012-02-28 18:07:21 +00:00
Matthew Jordan
33935737b2 Updated ChangeLog slightly
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.2.0-rc3@357269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-02-28 18:06:35 +00:00
Matthew Jordan
fd251c280d Updates for 10.2.0-rc3
Updated:
1) .version
2) ChangeLog
3) Removed old summaries
4) Merged r355733, r356476, r357095


git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.2.0-rc3@357265 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-02-28 17:57:25 +00:00
Matthew Jordan
027ae68683 Create 10.2.0-rc3
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.2.0-rc3@357262 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-02-28 17:24:00 +00:00
Asterisk Autobuilder
2a7e2eda0d Importing release summary for 10.2.0-rc2 release.
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.2.0-rc2@354887 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10.2.0-rc2
2012-02-10 19:51:04 +00:00
Matthew Jordan
9c42adbb61 Commit r353397,354000,353916,354496,354543,354548 for 10.2.0-rc2
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.2.0-rc2@354885 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-02-10 19:46:14 +00:00
Matthew Jordan
429160dea3 Create 10.2.0-rc2 tag
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.2.0-rc2@354883 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-02-10 19:21:35 +00:00
Asterisk Autobuilder
1c5231a6d7 Updated ChangeLog with date
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.2.0-rc1@353649 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10.2.0-rc1
2012-02-01 18:17:05 +00:00
Asterisk Autobuilder
04af418f6b Use autotagged externals
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.2.0-rc1@353316 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-30 14:17:17 +00:00
Asterisk Autobuilder
da01d9cd63 Importing release summary for 10.2.0-rc1 release.
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.2.0-rc1@353315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-30 14:17:04 +00:00
Asterisk Autobuilder
3a7bdbe0fb Importing files for 10.2.0-rc1 release.
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.2.0-rc1@353314 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-30 14:16:57 +00:00
Asterisk Autobuilder
3d38554f88 Creating tag for the release of asterisk-10.2.0-rc1
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/10.2.0-rc1@353313 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-30 14:15:54 +00:00
Kevin P. Fleming
0df3cca56a Clarify log WARNING message when port-zero SDP 'm' lines received.
Previously, if an m-line in an SDP offer or answer had a port number of zero,
that line was skipped, and resulted in an 'Unsupported SDP media type...'
warning message. This was misleading, as the media type was not unsupported,
but was ignored because the m-line indicated that the media stream had been
rejected (in an answer) or was not going to be used (in an offer).
........

Merged revisions 353260 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@353261 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-30 12:48:31 +00:00
Russell Bryant
735e673bb9 Find even more network interfaces.
The previous change made the code look for emN and pciN in addition to what
it did originally, which was search for ethN.  However, it needed to be looking
for pciN#N, so that's what it does now.

This also moves the memset() to be before every ioctl().
........

Merged revisions 353175 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@353176 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-29 02:44:24 +00:00
Kevin P. Fleming
b5cd652324 Add 'L16-256' MIME subtype alias for slin16.
Asterisk has supported the 'L16' MIME subtype for 16kHz signed linear (PCM)
audio for quite some time, but some endpoints refer to it as 'L16-256'. This
commit adds this as an alias for the existing format.
........

Merged revisions 353126 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@353127 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-28 14:51:29 +00:00
Russell Bryant
2fa0175cda Update ast_set_default_eid() to find more network interfaces.
As of Fedora 15, ethN is not the name of ethernet interfaces.  The names
are emN or pciN.  Update some code that searched for interfaces named
ethN to look for the new names, as well.  For more information about why
this change was made, see this page:

    http://domsch.com/blog/?p=455
........

Merged revisions 353077 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@353078 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-28 04:27:55 +00:00
Richard Mudgett
0a7d748e2c Audit of ao2_iterator_init() usage for v10. Missed one.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@353039 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-27 21:37:39 +00:00
Richard Mudgett
1c526d3a72 Audit of ao2_iterator_init() usage for v10.
Fix double format_cap iterator cleanup.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352992 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-27 19:32:20 +00:00
Jonathan Rose
0240c7fa50 Make failed PauseMonitor and UnpauseMonitor with no valid channel not close AMI session.
I also went ahead and took a little time to make sure that the manager value
AMI_SUCCESS was used instead of just return 0 being thrown around everywhere since that's
how we handle this stuff these days.

(closes issue ASTERISK-19249)
Reporter: Jamuel Starkey
Patches:
	res_monitor.c-ASTERISK-19249.diff uploaded by Jamuel Starkey (license 5766)
........

Merged revisions 352959 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352965 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-27 19:19:46 +00:00
Richard Mudgett
88af121f9f Audit of ao2_iterator_init() usage for v1.8.
Fixes numerous reference leaks and missing ao2_iterator_destroy() calls as
a result.

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

Merged revisions 352955 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352956 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-27 18:36:43 +00:00
Alec L Davis
787c107b36 Merged revisions 352862 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r352862 | alecdavis | 2012-01-27 13:05:30 +1300 (Fri, 27 Jan 2012) | 12 lines
  
  rfc4235 - Section 4.1: Versions MUST be representable using a non-negative 32 bit integer.
  
  If a BLF subscription exists for long enough, using %d may print negative version numbers.
  Unlikely, as 2^32 at 1 update per second is ~137 years, or half that before the versions number started going negative.
  
  Tested with Asterisk 1.8.8.2 with Grandstream phones.
   
  alecdavis (license 585)
  Tested by: alecdavis
   
  Review: https://reviewboard.asterisk.org/r/1694/
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352863 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-27 00:08:03 +00:00
Alexandr Anikin
a22b12bec5 Fix outbound DTMF for inband mode (tell asterisk core to generate DTMF
sounds).

(Closes issue ASTERISK-19233)
Reported by: Matt Behrens
Patches:
        chan_ooh323.c.patch uploaded by Matt Behrens (License #6346)
........

Merged revisions 352807 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352817 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-26 20:22:05 +00:00
Jonathan Rose
e1d480d386 Copy amaflags to sip_pvt from peer during create_addr_from_peer
For whatever reason, we don't have a single function for copying data like this
from SIP peers to the SIP pvt. This patch adds the copying of amaflags to the
sip_pvt, but it would probably be worth discussing this function along with
the others that essentially just copy some amount of data from a peer to a
private.

(Closes issue ASTERISK-19029)
Reported by: Matt Lehner
........

Merged revisions 352755 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352756 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-26 19:07:01 +00:00
Alec L Davis
048a00bbaf Merged revisions 352704 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r352704 | alecdavis | 2012-01-26 19:27:07 +1300 (Thu, 26 Jan 2012) | 20 lines
  
  Cleanup dialog-info+xml Notify dialog
  
  Make similar to other Notify messages.
  
  sample output:
  
  <?xml version="1.0"?>
  <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="715" state="full" entity="sip:8523@192.168.x.xx">
  <dialog id="8523">
  <state>terminated</state>
  </dialog>
  </dialog-info>
  
  Tested with Asterisk 1.8.8.2 with Grandstream phones.
   
  alecdavis (license 585)
  Tested by: alecdavis
   
  Review: https://reviewboard.asterisk.org/r/1693/
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352705 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-26 06:33:11 +00:00
Paul Belanger
f55ee58b5f Fix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
........

Merged revisions 352643 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352651 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-25 22:23:20 +00:00
Kevin P. Fleming
bfedbd32b2 Avoid unnecessary rebuilds of main/test.c.
main/test.c includes "asterisk/version.h", when it should include
"asterisk/ast_version.h" instead (and it should use the ast_get_version()
and ast_get_version_num() functions). This commit modifies it to extract
the Asterisk version information using the proper APIs, and as a result means
that main/test.c no longer needs to be rebuilt when a Subversion checkout
is updated or modified.
........

Merged revisions 352612 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352616 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-25 21:18:22 +00:00
Terry Wilson
c392836403 Remove some extraneous debugging from registry memleak fix
........

Merged revisions 352551 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352556 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-25 17:30:10 +00:00
Richard Mudgett
b1f34068ac Fixes for sending SIP MESSAGE outside of calls.
* Fix authenticate MESSAGE losing custom headers added by the MESSAGE_DATA
function in the authorization attempt.

* Pass up better From header contents for SIP to use.  Now is in the
"display-name" <URI> format expected by MessageSend.  (Note that this is a
behavior change that could concievably affect some people.)

* Block user from adding standard headers that are added automatically.
(To, From,...)

* Allow the user to override the Content-Type header contents sent by
MessageSend.

* Decrement Max-Forwards header if the user transferred it from an
incoming message.

* Expand SIP short header names so the dialplan and other code only has to
deal with the full names.

* Documents what SIP expects in the MessageSend(from) parameter.

(closes issue ASTERISK-18992)
Reported by: Yuri

(closes issue ASTERISK-18917)
Reported by: Shaun Clark

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352520 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-25 17:16:22 +00:00
Kevin P. Fleming
0f2ebf6df3 Eliminate unnecessary rebuilds of main/format*.c.
These files have no need to include "asterisk/version.h", and doing so forces
them to be rebuilt each time a Subversion checkout moves between 'modified'
and 'unmodified' states.



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352516 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-25 16:54:21 +00:00
Terry Wilson
969205a024 Clean up some SIP registry-related memory leaks
1) Be sure and free at unload the epa_backend we allocate at startup
2) Do the same sip_registry cleanup at unload we do at reload

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

Merged revisions 352514 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352515 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-25 16:49:12 +00:00
Jonathan Rose
2882a9acff Redocuments sip types peer, user, friend in sip.conf.sample
There was faulty information in the sample config describing user as a synonym for friend
so it has been changed to better elaborate on the differences between the three entity
types.

(closes issue ASTERISK-15537)
Reported by: yarique
........

Merged revisions 352511 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352512 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-25 16:41:29 +00:00
Mark Michelson
6a8768cfce Don't do a DNS lookup on an outbound REGISTER host if there is an outbound proxy configured.
(closes issue ASTERISK-16550)
reported by: Olle Johansson
........

Merged revisions 352424 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352430 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-24 22:22:57 +00:00
Jonathan Rose
7d1243e259 Set core sounds version to 1.4.22.
Now that we have the right license for the Russian 1.4.22 sounds as well as the sounds
for the Australian English 1.4.22 sounds, we can finally set the sounds to use 1.4.22!

(closes issue ASTERISK-18978)
Reported by: Cameron Twomey
Patches:
	confbridge.tar.001 uploaded by Cameron Twomey
    confbridge.tar.002 uploaded by Cameron Twomey
........

Merged revisions 352367 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352373 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-24 20:35:38 +00:00
Richard Mudgett
c524b2bbd1 Fix locking issues with channel datastores in func_odbc.c.
* Fixed a potential memory leak when an existing datastore is manually
destroyed by inline code instead of calling ast_datastore_free().

(closes issue ASTERISK-17948)
Reported by: Archie Cobbs

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

Merged revisions 352291 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352292 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-24 17:02:28 +00:00
Joshua Colp
04017e71cd Blocked revisions 352287
........
Move RTP timeout check to before bridged channel check so it is actually executed.

(issue ASTERISK-19179)
Reported by: TSAREGORODTSEV Yury

(closes issue ASTERISK-14534)
Reported by: kriborgen
Patches:
	chan_sip.patch uploaded by kriborgen (license 6138)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352288 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-24 16:31:43 +00:00
Mark Michelson
56032cb4cc Fix grammar of comment.
........

Merged revisions 352230 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352231 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-23 20:30:42 +00:00
Mark Michelson
ff00876b13 Fix blind transfers from failing if an 'h' extension is present.
This prevents the 'h' extension from being run on the transferee
channel when it is transferred via a native transfer mechanism such
as SIP REFER.

(closes ASTERISK-19173)
Reported by: Ross Beer
Tested by: Kristjan Vrban
Patches:
	ASTERISK-19173 by Mark Michelson (license 5049)

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

Merged revisions 352199 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352228 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-23 20:28:04 +00:00
Matthew Jordan
660500f616 Correctly apply FAXOPT settings (V17, V27, V29) before starting spandsp layer
While the FAXOPT function could be used to set the modem capabilities, the
input to that function was not being applied correctly to the spandsp layer.
This patch applies the current model capabilities before starting the spandsp
layer.

(closes issue: ASTERISK-16409)
Reported by: Kristijan Vrban
Tested by: Matt Jordan, Matthew Nicholson
Patches:
  spandsp-modems-1.8.diff uploaded by mnicholson (license 5081)
  spandsp-modems-10.diff uploaded by mnicholson (license 5081)
........

Merged revisions 352144 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352149 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-23 19:18:09 +00:00
Richard Mudgett
b4b3c15634 Fix sip_cfg.notifycid to be set with the defined enum values.
The invalid value used when notifycid was enabled was benign.  As far as
the code was concerned -1 and 1 are equivalent.

(closes issue ASTERISK-19232)
Reported by: Eike Kuiper
........

Merged revisions 352090 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352091 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-23 17:34:59 +00:00
Richard Mudgett
dd82e9676e Fix ast_app_dtget() time unit inconsistency.
Note: Noone calls ast_app_dtget() with the timeout parameter of zero so
the bad code normally will never get executed.

* Fix unnecessary floating point division in func_timeout.c
timeout_write() when all other values are integers.

(closes issue ASTERISK-16817)
Reported by: Dmitry Andrianov
........

Merged revisions 352029 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352035 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-21 00:21:44 +00:00
Mark Michelson
ac7a6a2acb Remove XXX comment that is not necessary.
........

Merged revisions 352016 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-21 00:08:57 +00:00
Mark Michelson
a4fb7d4f49 Fix RTP reference leak.
If a blind transfer were initiated using a REFER without a prior
reINVITE to place the call on hold, AND if Asterisk were sending
RTCP reports, then there was a reference for the RTP instance
of the transferer.

This fixes the issue by merging two similar but slightly conflicting
sections of code into a single area. It also adds a stop_media_flows()
call in the case that the transferer's UA never sends a BYE to us
like it is supposed to.

(issue ASTERISK-19192)

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

Merged revisions 352014 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@352015 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-21 00:06:21 +00:00
Kinsey Moore
d7e8d6c3ba More corrections for the ilbc code
These changes are in a file that is not compiled by default, and so were
missed on earlier checks.
........

Merged revisions 351860 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@351861 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-20 19:35:11 +00:00
Kinsey Moore
26dc4d1186 Recorded merge of revisions 351858 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Allow ilbc code to build under dev mode

GCC 4.6.3 found some set/unused variables in the ILBC code.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@351859 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-20 19:22:39 +00:00
Kinsey Moore
6448474ae1 Restore LSF_check function calls from set/unused variable removal
These functions are not noops and modify the array that is passed in. Thanks
for the catch Richard.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@351818 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-20 16:50:50 +00:00
Kinsey Moore
6f5e1b65d2 Remove more set, but unused variables in the ilbc codec
GCC 4.6.3 caught these in dev mode as well.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@351816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-20 16:31:40 +00:00
Jonathan Rose
47fad9d7a3 Blocked revisions 351765
........
Accidentally left off a semicolon only in 1.8 somehow for previous patch.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@351766 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-20 16:02:16 +00:00
Jonathan Rose
cba6667e46 Adds setting of mwi_from field to check_auth_result check_peer_ok
(closes ASTERISK-19057)
Reported By: Yuri
Patches: 348360chan_sip.diff uploaded by Yuri (license 5242)
........

Merged revisions 351759 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@351762 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-20 15:59:02 +00:00
Matthew Jordan
e6e5f714e6 Remove unused variable 'tmp' from helpfun in ilbc codec
gcc version 4.6.2 caught an unused variable in the ilbc codec
library.  This would prevent compilation with --enable-dev-mode;
variable removed.
........

Merged revisions 351760 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@351761 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-20 15:54:32 +00:00
Stefan Schmidt
f65abc5aae enable doxygen build for files in the channels/sip folder like reqresp_parser.c
........

Merged revisions 351707 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@351708 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-01-20 13:01:49 +00:00