Commit Graph

20583 Commits

Author SHA1 Message Date
Richard Mudgett
593512960d PRI CCSS may use a stale dial string for the recall dial string.
If an outgoing call negotiates a different B channel than initially
requested, the saved original dial string was not transferred to the new B
channel.  CCSS uses that dial string to generate the recall dial string.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282334 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-13 23:53:36 +00:00
David Vossel
22682c2eee remove current STUN support from chan_sip.c
This patch removes the current broken/useless stun
support from chan_sip.

(closes issue #17622)
Reported by: philipp2

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282302 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-13 22:23:38 +00:00
David Vossel
5b3270acc2 res_stun_monitor and corresponding options CHANGES documentation
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282271 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-13 20:11:58 +00:00
David Vossel
48fb2c3276 res_stun_monitor for monitoring network changes behind a NAT device
Review: https://reviewboard.asterisk.org/r/854


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-13 20:03:56 +00:00
David Vossel
fbfafb59ba Merged revisions 282235 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r282235 | dvossel | 2010-08-13 13:54:53 -0500 (Fri, 13 Aug 2010) | 16 lines
  
  only do magic pickup when notifycid is enabled
  
  A new way of doing BLF pickup was introduced into 1.6.2.  This feature
  adds a call-id value into the XML of a SIP_NOTIFY message sent to alert
  a subscriber that a device is ringing.  This option should only be enabled
  when the new 'notifycid' option is set... but this was not the case.  Instead
  the call-id value was included for every RINGING Notify message, which
  caused a regression for people who used other methods for call pickup.
  
  (closes issue #17633)
  Reported by: urosh
  Patches:
        chan_sip.txt uploaded by urosh (license )
        blf_cid_issue.diff uploaded by dvossel (license 671)
  Tested by: dvossel, urosh, okrief, alecdavis
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282236 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-13 18:58:10 +00:00
Terry Wilson
59ff0dbd87 Whitespace fix :-/
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282201 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-13 16:02:20 +00:00
Terry Wilson
47ccae3da1 Detect when libsrtp cannot be linked in a shared library
The libsrtp build system currently does not produce a shared library
or a static library compiled with -fPIC, so on 64-bit systems it is
possible that we will get a compile error if libsrtp is installed and
res_srtp is selected in menuselect.

This patch attempts to detect this situation and provide the user with
instructions to work around the problem.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-13 16:00:02 +00:00
Jason Parker
8f739efcd4 Merged revisions 282130 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r282130 | qwell | 2010-08-12 17:50:54 -0500 (Thu, 12 Aug 2010) | 9 lines
  
  Merged revisions 282129 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r282129 | qwell | 2010-08-12 17:49:28 -0500 (Thu, 12 Aug 2010) | 1 line
    
    Register CLI commands before parsing config, in case there is a config error.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282131 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-12 22:51:44 +00:00
Richard Mudgett
89872aac58 Separate call completion config parameter allocation and default initialization.
If you ever have a need to reset the call completion config parameters
to defaults, now you can.

And no Virginia, C++ idioms do not always work in C.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282098 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-12 22:06:06 +00:00
Russell Bryant
c794db0b00 Add a "core reload" CLI command.
Review: https://reviewboard.asterisk.org/r/859/


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282066 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-12 20:41:17 +00:00
David Vossel
44bc8cd334 improved translation paths for wideband codecs
The problem I'm addressing is that Asterisk's current
method of building the least cost translation paths
between codecs does not take into account sample rate.
For instance, it was possible for siren14 (a 32khz codec),
to contain the a translation path to siren7 (a 16khz
audio codec) that goes through slin at 8khz.  In this
case Asterisk takes a 32khz codec, down samples it to
8khz and then up samples it to 16khz which is terrible
regardless if it is computationally less expensive.  This
patch now builds translation paths that give priority to
maintaining the best possible sample rate before taking
into consideration computational cost.  This patch also
adds cli commands to expose what translation paths are
actually being used.

Changes:
1. Translation paths will never contain a step that changes
the sample rate unless absolutely necessary.
2. When choosing the best codec to make two channels compatible.
Shared codecs with the highest sample rate are given priority.
3. A new cli command to show all translation paths available
for a specific codec 'core show translation paths [codec name]'
has been added.
4. 'core show translation' which displays the translation
matrix now includes the new higher bit audio codecs in the table.
5. 'core show channel [channel name]'  now displays the
translation paths if translation is used.

(closes issue #16841)
Reported by: dvossel

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282047 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-12 20:15:41 +00:00
Russell Bryant
b61de7561f Put back pointer value output for ast_debug(), such that it is only removed for verbose output.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282015 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-12 18:03:56 +00:00
Russell Bryant
7ea5e3e62e Remove debugging output from verbose messages.
Pointer values to internal objects is not terribly useful to users in the
verbose messages about adding extensions and contexts.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281982 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-12 16:33:30 +00:00
Jeff Peeler
99b178fafa Merged revisions 281912 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r281912 | jpeeler | 2010-08-11 22:01:38 -0500 (Wed, 11 Aug 2010) | 27 lines
  
  Merged revisions 281911 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r281911 | jpeeler | 2010-08-11 22:00:14 -0500 (Wed, 11 Aug 2010) | 20 lines
    
    Ensure SSRC is changed when media source is changed to resolve audio delay.
    
    This change causes the SSRC to change right before the channels are bridged,
    which is what used to happen. It seems that fixes were made to attempt limiting
    SSRC changes, targeted mainly at sending DTMF. DTMF is not affecting the SSRC
    with this change.
    
    There are two other control frames sent in ast_channel_bridge that probably
    should also be changed to AST_CONTROL_SRCCHANGE as well, but I'm going to leave
    this change up to the discretion of resolving issue #17007.
    
    For reference - old review implementing new control frame SRCCHANGE:
    https://reviewboard.asterisk.org/r/540
    
    (closes issue #17404)
    Reported by: sdolloff
    Patches: 
          bug17404.patch uploaded by jpeeler (license 325)
    Tested by: sdolloff
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281913 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-12 03:03:37 +00:00
Leif Madsen
c7f5f23983 Merged revisions 281873 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r281873 | lmadsen | 2010-08-11 16:09:47 -0500 (Wed, 11 Aug 2010) | 14 lines
  
  Merged revisions 281819 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r281819 | lmadsen | 2010-08-11 13:28:10 -0500 (Wed, 11 Aug 2010) | 6 lines
    
    Add Danish support to say.conf.sample
    
    (closes issue #17836)
    Reported by: RoadKill
    Patches:
          say.conf.sample.patch.dk uploaded by RoadKill (license 933)
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281875 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-11 21:12:13 +00:00
Matthew Nicholson
31d1c6d76b handle all possible responses to REFER requests
(closes issue #17486)
Reported by: davidw
Patches:
      Issue17486-counterbid.diff.txt uploaded by davidw (license 780)
Tested by: davidw

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281874 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-11 21:11:54 +00:00
Richard Mudgett
72f370ecc1 Fix a call to analog_set_pulsedial() not setting 0 or 1 only.
* Also a couple minor tweaks.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281870 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-11 20:30:29 +00:00
Leif Madsen
0218b13daf Merged revisions 281763 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r281763 | lmadsen | 2010-08-11 12:54:09 -0500 (Wed, 11 Aug 2010) | 14 lines
  
  Merged revisions 281762 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r281762 | lmadsen | 2010-08-11 12:51:40 -0500 (Wed, 11 Aug 2010) | 6 lines
    
    Allow say.conf to handle large numbers ending with multiple zeros.
    
    (closes issue #17833)
    Reported by: RoadKill
    Patches:
          say.conf.sample.patch.largenumbers uploaded by RoadKill (license 933)
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281764 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-11 17:54:56 +00:00
Matthew Nicholson
ea920c7cd3 Avoid a deadlock in add_header_max_forwards().
Related to r276951


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281760 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-11 17:27:59 +00:00
Tilghman Lesher
ddceaeeae9 Merged revisions 281722 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r281722 | tilghman | 2010-08-11 10:17:20 -0500 (Wed, 11 Aug 2010) | 7 lines
  
  Only set status TIMEOUT, if we have no digits.
  
  (closes issue #15188)
   Reported by: jcovert
   Patches: 
         app_readexten.c.patch-1.6.2.8-rc1 uploaded by jcovert (license 551)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281723 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-11 15:18:40 +00:00
5c1c1b35bd Fix parsing of IPv6 address literals in outboundproxy
(closes issue #17757)
Reported by: oej
Patches:
      17757.diff uploaded by sperreault (license 252)
      sip.conf.diff uploaded by sperreault (license 252)
Tested by: oej


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281687 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-11 13:30:59 +00:00
Russell Bryant
7011a94fc0 Change the default value for alwaysauthreject in sip.conf to "yes".
(closes issue #17756)
Reported by: oej


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281650 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-10 21:47:31 +00:00
Russell Bryant
c11fb1b855 Merged revisions 281574 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r281574 | russell | 2010-08-10 13:04:32 -0500 (Tue, 10 Aug 2010) | 9 lines
  
  Don't move the time threshold for running scheduled events on every iteration.
  
  Instead, only calculate the time threshold each time ast_sched_runq() is called.
  
  (closes issue #17742)
  Reported by: schmidts
  Patches:
        sched.c.patch uploaded by schmidts (license 1077)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281575 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-10 18:05:07 +00:00
Russell Bryant
325a4cd89a Merged revisions 281567 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r281567 | russell | 2010-08-10 12:47:13 -0500 (Tue, 10 Aug 2010) | 15 lines
  
  Merged revisions 281566 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r281566 | russell | 2010-08-10 12:45:45 -0500 (Tue, 10 Aug 2010) | 8 lines
    
    Reset visible indication after answer.
    
    (closes issue #17641)
    Reported by: klaus3000
    Patches:
          ast1.6.2.9-app_dial-visible_indication.patch.txt uploaded by klaus3000 (license 65)
    Tested by: schmidts
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281568 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-10 17:48:42 +00:00
Russell Bryant
83e01097b1 Ensure that the proper external address is used for the RTP destination.
(closes issue #17044)
Reported by: ebroad
Tested by: ebroad

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281532 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-10 16:54:20 +00:00
Russell Bryant
960fb7fd3a Resolve a problem with channel name tab completion.
Hitting tab without typing any part of a channel name resulted in no results.
This now results in getting a full list of active channels, just as it did
in previous versions of Asterisk.

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281529 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-10 16:21:58 +00:00
TransNexus OSP Development
cc67d321e8 Fixed the issue caused by EXTEN including user parameters.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281497 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-10 07:26:17 +00:00
Jeff Peeler
c4d808e7e4 Add some more stuff to copy from 281429.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281466 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-09 23:04:02 +00:00
David Vossel
bbdbe1180d Merged revisions 281430 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r281430 | dvossel | 2010-08-09 15:46:50 -0500 (Mon, 09 Aug 2010) | 13 lines
  
  fixes SIP peers memory leak
  
  We zeroed out the peer's addr before it was removed from the
  peers_by_ip container.  This made it impossible to be removed
  from the container as the addr is the key used by the container
  to find the peer.
  
  (closes issue #17774)
  Reported by: kkm
  Patches:
        017774-sip-peer-leak-1.6.2.10.diff uploaded by kkm (license 888)
        017774-sip-peer-leak-1.8.diff uploaded by kkm (license 888)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-09 20:47:53 +00:00
Jeff Peeler
3da327e87d Merged revisions 281391 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r281391 | jpeeler | 2010-08-09 15:07:29 -0500 (Mon, 09 Aug 2010) | 20 lines
  
  Merged revisions 281390 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r281390 | jpeeler | 2010-08-09 15:04:30 -0500 (Mon, 09 Aug 2010) | 13 lines
    
    Prevent loss of Caller ID information set on local channel after masquerade.
    
    Caller ID set on the channel before a masquerade occurs when using a local
    channel would cause the information to be lost. The problem was that the
    information was set on a channel destined to be hung up. The somewhat confusing
    fix is to detect if any Caller ID has been set on the channel and if so 
    preswap the Caller ID data so that basically the masquerade puts the data back.
    
    (closes issue #17138)
    Reported by: kobaz
    
    Review: https://reviewboard.asterisk.org/r/847/
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281429 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-09 20:43:54 +00:00
Matthew Nicholson
83729137a5 Validate minrate, maxrate, and modem settings before attempting a fax session.
FAX-224


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281358 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-09 14:49:38 +00:00
bd3409caf4 Added comment about IPv4-mapped IPv6 addresses and the output of netstat.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281356 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-09 14:31:40 +00:00
Russell Bryant
9ebb42eb25 Add a couple of default values to the documentation of cdr.conf.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281325 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-09 12:51:43 +00:00
Russell Bryant
5b55d4cbe5 Reorder some options in cdr.conf.sample.
Put all of the options that affect the contents of CDRs together, instead
of having the batch mode options in the middle of them.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281294 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-09 12:14:34 +00:00
Tilghman Lesher
ab050f313d Fix alignment of stringfields on the SPARC architecture
(closes issue #17789)
 Reported by: Ian Mason
 Patches: 
       20100806__issue17789__2.diff.txt uploaded by tilghman (license 14)
 Tested by: Ian_Mason


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281085 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-06 18:57:10 +00:00
Russell Bryant
cdd1943c89 Merged revisions 281051 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r281051 | russell | 2010-08-05 08:11:32 -0500 (Thu, 05 Aug 2010) | 9 lines
  
  Cleanup default option value handling for cdr.conf [general].
  
  The default values would differ depending on whether or not cdr.conf exists.
  That is no longer the case.
  
  Apply a default value to the unanswered option.
  
  Define all default values as named constants.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@281052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-05 13:16:11 +00:00
Tilghman Lesher
20582d0a6d Merged revisions 280983 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r280983 | tilghman | 2010-08-05 02:40:47 -0500 (Thu, 05 Aug 2010) | 15 lines
  
  Merged revisions 280982 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r280982 | tilghman | 2010-08-05 02:28:33 -0500 (Thu, 05 Aug 2010) | 8 lines
    
    Change context lock back to a mutex, because functionality depends upon the lock being recursive.
    
    (closes issue #17643)
     Reported by: zerohalo
     Patches: 
           20100726__issue17643.diff.txt uploaded by tilghman (license 14)
     Tested by: zerohalo
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280984 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-05 07:46:36 +00:00
Matthew Nicholson
ec62b158dc Initialize FAXOPT() status variables in sendfax and receivefax instead of when the details structure is created.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280909 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-04 15:11:13 +00:00
Tilghman Lesher
ca2ace07aa Check cur value before attempting a deref.
(closes issue #17775)
 Reported by: svinson
 Patches: 
       20100804__issue17775.diff.txt uploaded by tilghman (license 14)
 Tested by: svinson

(closes issue #17743)
 Reported by: tgruenberg
 Patches: 
       20100804__issue17775.diff.txt uploaded by tilghman (license 14)
 Tested by: tgruenberg


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280879 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-04 14:04:07 +00:00
Tilghman Lesher
578920bd98 Blocked revisions 280812 via svnmerge
................
  r280812 | tilghman | 2010-08-03 15:52:20 -0500 (Tue, 03 Aug 2010) | 16 lines
  
  Merged revisions 280811 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r280811 | tilghman | 2010-08-03 15:49:10 -0500 (Tue, 03 Aug 2010) | 9 lines
    
    Prevent DAHDI channels from overriding the callerid, once it's been set by the user.
    
    (closes issue #16661)
     Reported by: jstapleton
     Patches: 
           20100414__issue16661.diff.txt uploaded by tilghman (license 14)
           20100415__issue16661__1.6.2.diff.txt uploaded by tilghman (license 14)
     Tested by: jstapleton
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280878 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-03 22:18:49 +00:00
Tilghman Lesher
a5b7f2ce04 Sneak FIELDNUM() into 1.8. Returns a 1-based index into a list of a specified item.
Matches up with FIELDQTY() and CUT().

(closes issue #17713)
 Reported by: gareth
 Patches: 
       svn-279754.diff uploaded by gareth (license 208)
 Tested by: gareth, tilghman

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280809 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-03 20:25:10 +00:00
50cb08aefa Fixed IPv6-related SIP parsing bugs.
(closes issue #17663)
Reported by: oej
Patches:
      diff uploaded by sperreault (license 252)
      diff2 uploaded by sperreault (license 252)
      get_domain.diff uploaded by sperreault (license 252)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280778 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-03 19:54:03 +00:00
40496b580c Better documentation related to IPv6.
(closes issue #17737)
Reported by: oej
Patches:
      doc.diff uploaded by sperreault (license 252)
Tested by: mmichelson


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280777 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-03 19:53:07 +00:00
Russell Bryant
b0df8f51dc Remove the MP3 decoder source code and replace it with a small shell script.
Review: https://reviewboard.asterisk.org/r/836/


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280742 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-03 18:48:45 +00:00
Tilghman Lesher
5dfac4e449 Merged revisions 280739 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r280739 | tilghman | 2010-08-03 13:39:28 -0500 (Tue, 03 Aug 2010) | 2 lines
  
  Document -B and -W flags and regenerate manpage from sgml
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280740 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-03 18:42:24 +00:00
Tilghman Lesher
0fed1acd2a Merged revisions 280671 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r280671 | tilghman | 2010-08-02 16:26:11 -0500 (Mon, 02 Aug 2010) | 2 lines
  
  Allow the pipe, but also allow the comma
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280672 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-02 21:27:25 +00:00
Tilghman Lesher
ad3167c134 Make this a little more deterministic... we want the latest value, not just a 1 somewhere.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280628 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-02 14:41:46 +00:00
Tilghman Lesher
2290e2d22a Apparently, the values in makeopts are sometimes 1:1 and sometimes 1. Compensate for this.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280624 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-02 14:27:20 +00:00
Tilghman Lesher
827d41e158 Blocked revisions 280556 via svnmerge
........
  r280556 | tilghman | 2010-07-29 16:07:03 -0500 (Thu, 29 Jul 2010) | 7 lines
  
  Off-by-one error
  
  (closes issue #17590)
   Reported by: atis
   Patches: 
         20100729__issue17590.diff.txt uploaded by tilghman (license 14)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280558 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-07-29 21:08:14 +00:00
Matthew Nicholson
c788a384aa Fix regression introduced in r1664. Give the fax stack time to shutdown and populate the FAXOPT output variables.
FAX-222


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280557 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-07-29 21:07:21 +00:00