]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
14 years agoMerged revisions 309541 via svnmerge from
Matthew Nicholson [Fri, 4 Mar 2011 19:00:33 +0000 (19:00 +0000)] 
Merged revisions 309541 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r309541 | mnicholson | 2011-03-04 12:59:20 -0600 (Fri, 04 Mar 2011) | 4 lines

  Check for errors from fseek() when loading config file, properly abort on errors from fread(), and supply a traceback for errors generated when loading the config file.

  Also, prepend a newline to traceback output so that the main error message is on it's own line.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309542 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 309494 via svnmerge from
Matthew Nicholson [Fri, 4 Mar 2011 18:10:23 +0000 (18:10 +0000)] 
Merged revisions 309494 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r309494 | mnicholson | 2011-03-04 11:55:57 -0600 (Fri, 04 Mar 2011) | 2 lines

  remove mysterious lua_pushvalue() that is never used
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309495 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoExport global symbols from pbx_lua to allow modules to be loaded. Fixes a regression...
Matthew Nicholson [Fri, 4 Mar 2011 15:59:25 +0000 (15:59 +0000)] 
Export global symbols from pbx_lua to allow modules to be loaded.  Fixes a regression introduced in r278132.

(closes issue #18671)
Reported by: Igels
Patches:
      pbx_lua_global_symbols1.diff uploaded by mnicholson (license 96)
Tested by: Igels

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309448 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoGet real channel of a DAHDI call.
Richard Mudgett [Fri, 4 Mar 2011 15:22:04 +0000 (15:22 +0000)] 
Get real channel of a DAHDI call.

Starting with Asterisk v1.8, the DAHDI channel name format was changed for
ISDN calls to: DAHDI/i<span>/<number>[:<subaddress>]-<sequence-number>

There were several reasons that the channel name had to change.

1) Call completion requires a device state for ISDN phones.  The generic
device state uses the channel name.

2) Calls do not necessarily have B channels.  Calls placed on hold by an
ISDN phone do not have B channels.

3) The B channel a call initially requests may not be the B channel the
call ultimately uses.  Changes to the internal implementation of the
Asterisk master channel list caused deadlock problems for chan_dahdi if it
needed to change the channel name.  Chan_dahdi no longer changes the
channel name.

4) DTMF attended transfers now work with ISDN phones because the channel
name is "dialable" like the chan_sip channel names.

For various reasons, some people need to know which B channel a DAHDI call
is using.

* Added CHANNEL(dahdi_span), CHANNEL(dahdi_channel), and
CHANNEL(dahdi_type) so the dialplan can determine the B channel currently
in use by the channel.  Use CHANNEL(no_media_path) to determine if the
channel even has a B channel.

* Added AMI event DAHDIChannel to associate a DAHDI channel with an
Asterisk channel so AMI applications can passively determine the B channel
currently in use.  Calls with "no-media" as the DAHDIChannel do not have
an associated B channel.  No-media calls are either on hold or
call-waiting.

(closes issue #17683)
Reported by: mrwho
Tested by: rmudgett

(closes issue #18603)
Reported by: arjankroon
Patches:
      issue17683_18603_v1.8_v2.patch uploaded by rmudgett (license 664)
Tested by: stever28, rmudgett

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309445 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 309356 via svnmerge from
David Ruggles [Fri, 4 Mar 2011 01:50:44 +0000 (01:50 +0000)] 
Merged revisions 309356 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r309356 | diruggles | 2011-03-03 19:42:28 -0500 (Thu, 03 Mar 2011) | 16 lines

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

  ........
    r309355 | diruggles | 2011-03-03 19:34:13 -0500 (Thu, 03 Mar 2011) | 9 lines

    fix small memory leak

    fix small memory leak caused by a string allocation that wasn't freed

    (closes issue #18907)
    Reported by: andy11
    Patches:
          asterisk_trunk-app_externalivr-leak.patch uploaded by andy11 (license 1224)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309403 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoBlocked revisions 309348 via svnmerge
Leif Madsen [Thu, 3 Mar 2011 20:13:50 +0000 (20:13 +0000)] 
Blocked revisions 309348 via svnmerge

........
  r309348 | lmadsen | 2011-03-03 14:13:11 -0600 (Thu, 03 Mar 2011) | 5 lines

  Update PickupChan documentation.
  The PickupChan uses the ampersand as the argument separator.
  (closes issue #18905)
  Reported by: vmikhnevych
  Tested by: vmikhnevych
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309349 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 309255 via svnmerge from
Jason Parker [Wed, 2 Mar 2011 19:54:20 +0000 (19:54 +0000)] 
Merged revisions 309255 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r309255 | qwell | 2011-03-02 13:53:47 -0600 (Wed, 02 Mar 2011) | 8 lines

  Fix usage of "hasvoicemail=yes" and "mailbox=" in users.conf for SIP.

  Since it's a duplicate, nothing is going to be done, so delme doesn't need to
  be set at all.  Strangely, when this was added, this was being set to 1 in 1.6,
  and 0 in trunk.

  (issue AST-439)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309256 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoFix consistency of CRLFs on HTTP headers that get sent out.
Jason Parker [Tue, 1 Mar 2011 22:25:44 +0000 (22:25 +0000)] 
Fix consistency of CRLFs on HTTP headers that get sent out.

(closes issue #18186)
Reported by: nivaldomjunior
Patches:
      18186-httpheadernewline.diff uploaded by qwell (license 4)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309204 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoDocument CHANNEL(keypad_digits) and CHANNEL(no_media_path).
Richard Mudgett [Tue, 1 Mar 2011 21:57:26 +0000 (21:57 +0000)] 
Document CHANNEL(keypad_digits) and CHANNEL(no_media_path).

* Added XML documentation for CHANNEL(keypad_digits) and
CHANNEL(no_media_path).

* Tweaked XML documentation for CHANNEL(reversecharge).

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309170 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoChan_dahdi does not retain CID when detecting DTMF CID without polarity reversal.
Richard Mudgett [Tue, 1 Mar 2011 18:44:05 +0000 (18:44 +0000)] 
Chan_dahdi does not retain CID when detecting DTMF CID without polarity reversal.

Looks like an unintended change when sig_analog.c was extracted from
chan_dahdi.c.

Removed useless conditional around needed code and fixed resulting
compiler warning.

(closes issue #18667)
Reported by: enegaard
Patches:
      issue18667.patch uploaded by enegaard (license 1197)
Tested by: enegaard

JIRA SWP-2965

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309126 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 309083 via svnmerge from
David Vossel [Tue, 1 Mar 2011 16:09:11 +0000 (16:09 +0000)] 
Merged revisions 309083 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r309083 | dvossel | 2011-03-01 10:05:25 -0600 (Tue, 01 Mar 2011) | 9 lines

  Fixes thread blocking issue in the sip TCP/TLS implementation.

  (closes issue #18497)
  Reported by: vois
  Patches:
        issues_18497.diff uploaded by dvossel (license 671)
  Tested by: vois, rossbeer, kowalma, Freddi_Fonet
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309084 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 309033-309034 via svnmerge from
Tilghman Lesher [Mon, 28 Feb 2011 11:10:28 +0000 (11:10 +0000)] 
Merged revisions 309033-309034 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r309033 | tilghman | 2011-02-28 04:43:12 -0600 (Mon, 28 Feb 2011) | 4 lines

  A later version of flex already includes the fwrite workaround code, which if used twice causes a compilation error.

  Detect whether Flex will compile without the workaround; if so, suppress our workaround code.
........
  r309034 | tilghman | 2011-02-28 05:07:52 -0600 (Mon, 28 Feb 2011) | 2 lines

  Clarify meaning, removing double negative (stupid!)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@309035 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 308990 via svnmerge from
Tilghman Lesher [Mon, 28 Feb 2011 09:33:22 +0000 (09:33 +0000)] 
Merged revisions 308990 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r308990 | tilghman | 2011-02-28 03:32:22 -0600 (Mon, 28 Feb 2011) | 7 lines

  Statements updating zero rows may return SQL_NO_DATA.  This is fine; it's handled.

  (closes issue #18815)
   Reported by: irroot
   Patches:
         func_odbc.insert_nodata.patch uploaded by irroot (license 52)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308991 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoFix Deadlock with attended transfer of SIP call
Alec L Davis [Fri, 25 Feb 2011 18:52:53 +0000 (18:52 +0000)] 
Fix Deadlock with attended transfer of SIP call

Call path
  sip_set_rtp_peer (locks chan then pvt)
   transmit_reinvite_with_sdp
    try_suggested_sip_codec
     pbx_builtin_getvar_helper (locks p->owner)

But by the time p->owner lock was attempted, seems as though chan and p->owner were different.

So in sip_set_rtp_peer, lock pvt first then lock p->owner using deadlocking methods.

(closes issue #18837)
Reported by: alecdavis
Patches:
      bug18837-trunk.diff3.txt uploaded by alecdavis (license 585)
Tested by: alecdavis, Irontec, ZX81, cmaj

Review: [https://reviewboard.asterisk.org/r/1126/]

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308945 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoInvalid read in ast_channel_set_caller_event().
Richard Mudgett [Thu, 24 Feb 2011 21:38:41 +0000 (21:38 +0000)] 
Invalid read in ast_channel_set_caller_event().

Valgrind reported that ast_channel_set_caller_event() was reading data
from a freed buffer when using the pre_set structure.

Rearange things to pre-calculate the name and number pointer before
updating the caller party structure to see if the name or number was
changed.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308903 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 308814 via svnmerge from
Terry Wilson [Thu, 24 Feb 2011 17:57:18 +0000 (17:57 +0000)] 
Merged revisions 308814 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r308814 | twilson | 2011-02-24 11:54:49 -0600 (Thu, 24 Feb 2011) | 19 lines

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

  ........
    r308813 | twilson | 2011-02-24 11:42:16 -0600 (Thu, 24 Feb 2011) | 12 lines

    Don't broadcast FullyBooted to every AMI connection

    The FullyBooted event should not be sent to every AMI connection every
    time someone connects via AMI. It should only be sent to the user who
    just connected.

    (closes issue #18168)
    Reported by: FeyFre
    Patches:
          bug0018168.patch uploaded by FeyFre (license 1142)
    Tested by: FeyFre, twilson
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308815 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 308722 via svnmerge from
Matthew Nicholson [Thu, 24 Feb 2011 15:06:14 +0000 (15:06 +0000)] 
Merged revisions 308722 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r308722 | mnicholson | 2011-02-24 08:59:41 -0600 (Thu, 24 Feb 2011) | 9 lines

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

  ........
    r308721 | mnicholson | 2011-02-24 08:54:56 -0600 (Thu, 24 Feb 2011) | 2 lines

    silence gcc 4.2 compiler warning
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308723 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 308678 via svnmerge from
Terry Wilson [Thu, 24 Feb 2011 03:41:34 +0000 (03:41 +0000)] 
Merged revisions 308678 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r308678 | twilson | 2011-02-23 21:38:22 -0600 (Wed, 23 Feb 2011) | 8 lines

  Use remotesecret to authenticate with a remote party

  The remotesecret option was only being used for outbound registration
  and not for placing calls. This patch uses remotesecret on outbound
  calls if it is set, otherwise secret is still used.

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308679 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agosig_pri_new_ast_channel() should return NULL when new_ast_channel() fails.
Richard Mudgett [Wed, 23 Feb 2011 23:38:04 +0000 (23:38 +0000)] 
sig_pri_new_ast_channel() should return NULL when new_ast_channel() fails.

(closes issue #18874)
Reported by: cmaj
Patches:
      patch-sig_pri-crash-possible-null-channel-pointer.diff.txt uploaded by cmaj (license 830)

JIRA SWP-3172

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308622 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoUse ast_debug for console logging
Andrew Latham [Tue, 22 Feb 2011 15:31:14 +0000 (15:31 +0000)] 
Use ast_debug for console logging

Guessed the log levels based on info that level 3
is the soft roof.  Can we create a page / document
to define the levels?

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308526 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 308414 via svnmerge from
Matthew Nicholson [Mon, 21 Feb 2011 15:02:20 +0000 (15:02 +0000)] 
Merged revisions 308414 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r308414 | mnicholson | 2011-02-21 09:00:22 -0600 (Mon, 21 Feb 2011) | 12 lines

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

  ........
    r308413 | mnicholson | 2011-02-21 08:57:15 -0600 (Mon, 21 Feb 2011) | 5 lines

    Properly check the bounds of arrays when decoding UDPTL packets.  Also, remove broken support for receiving UDPTL packets larger than 16k.  That shouldn't ever happen anyway.

    AST-2011-002
    FAX-281
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308416 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoAdd HTTP URI Debug logging and update notice
Andrew Latham [Mon, 21 Feb 2011 14:24:43 +0000 (14:24 +0000)] 
Add HTTP URI Debug logging and update notice

enable reporting of the request URI / URL in debugging
change funny debug note to a serious note.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308393 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoAdd CSS MIME Type
Andrew Latham [Sat, 19 Feb 2011 14:06:34 +0000 (14:06 +0000)] 
Add CSS MIME Type

Modern browsers are checking for the MIME Type of pages
and in some cases will not load a file if the type is
wrong.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308330 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoA few more (copies of) files to ignore in this directory.
Tilghman Lesher [Sat, 19 Feb 2011 11:02:49 +0000 (11:02 +0000)] 
A few more (copies of) files to ignore in this directory.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308288 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoadded g729onlyA option for announce only AnnexA g.729 codec in
Alexandr Anikin [Fri, 18 Feb 2011 00:07:20 +0000 (00:07 +0000)] 
added g729onlyA option for announce only AnnexA g.729 codec in
h.323 capabilities. Option can be global or per user/peer.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308242 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoFix FreeBSD builds.
Paul Belanger [Wed, 16 Feb 2011 20:21:17 +0000 (20:21 +0000)] 
Fix FreeBSD builds.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308150 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoifdef __linux__ keepalive variables also
Alexandr Anikin [Wed, 16 Feb 2011 07:57:22 +0000 (07:57 +0000)] 
ifdef __linux__ keepalive variables also

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308098 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 308007 via svnmerge from
Jason Parker [Tue, 15 Feb 2011 23:34:03 +0000 (23:34 +0000)] 
Merged revisions 308007 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r308007 | qwell | 2011-02-15 17:33:24 -0600 (Tue, 15 Feb 2011) | 17 lines

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

  ........
    r308002 | qwell | 2011-02-15 17:32:20 -0600 (Tue, 15 Feb 2011) | 10 lines

    Fix regression that changed behavior of queues when ringing a queue member.

    This reverts r298596, which was to fix a highly bizarre and contrived issue
    with a queue member that called into his own queue being transferred back
    into his own queue.  I couldn't reproduce that issue in any way.  I think one
    of the other recent transfer fixes actually fixed this.

    (closes issue #18747)
    Reported by: vrban
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@308010 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoinclude tcp keepalive socket calls only on linux, freebsd and others
Alexandr Anikin [Tue, 15 Feb 2011 23:08:38 +0000 (23:08 +0000)] 
include tcp keepalive socket calls only on linux, freebsd and others
don't have these options on sockets.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307970 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoDon't crash when forcing caller id.
Richard Mudgett [Tue, 15 Feb 2011 19:52:45 +0000 (19:52 +0000)] 
Don't crash when forcing caller id.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307962 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoNo response sent for SIP CC subscribe/resubscribe request.
Richard Mudgett [Tue, 15 Feb 2011 16:13:55 +0000 (16:13 +0000)] 
No response sent for SIP CC subscribe/resubscribe request.

Asterisk does not send a response if we try to subscribe for call
completion after we have received a 180 Ringing.  You can only subscribe
for call completion when the call has been cleared.

When we receive the 180 Ringing, for this call, its call-completion state
is 'CC_AVAILABLE'.  If we then send a subscribe message to Asterisk, it
trys to change the call-completion state to 'CC_CALLER_REQUESTED'.
Because this is an invalid state change, it just ignores the message.  The
only state Asterisk will accept our subscribe message is in the
'CC_CALLER_OFFERED' state.

Asterisk will go into the 'CC_CALLER_OFFERED' when the SIP client clears
the call by sending a CANCEL.

Asterisk should always send a response.  Even if its a negative one.

The fix is to allow for the CCSS core to notify a CC agent that a failure
has occurred when CC is requested.  The "ack" callback is replaced with a
"respond" callback.  The "respond" callback has a parameter indicating
either a successful response or a specific type of failure that may need
to be communicated to the requester.

(closes issue #18336)
Reported by: GeorgeKonopacki
Tested by: mmichelson, rmudgett

JIRA SWP-2633

(closes issue #18337)
Reported by: GeorgeKonopacki
Tested by: mmichelson

JIRA SWP-2634

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307879 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 307836 via svnmerge from
Tilghman Lesher [Tue, 15 Feb 2011 07:02:45 +0000 (07:02 +0000)] 
Merged revisions 307836 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r307836 | tilghman | 2011-02-15 01:01:37 -0600 (Tue, 15 Feb 2011) | 8 lines

  Need to retrieve the rows affected before using the associated variable.

  (closes issue #18795)
   Reported by: irroot
   Patches:
         20110211__issue18795.diff.txt uploaded by tilghman (license 14)
   Tested by: tilghman
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307837 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 307792 via svnmerge from
Tilghman Lesher [Mon, 14 Feb 2011 20:16:55 +0000 (20:16 +0000)] 
Merged revisions 307792 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r307792 | tilghman | 2011-02-14 14:10:28 -0600 (Mon, 14 Feb 2011) | 8 lines

  Increment usage count at first reference, to avoid a race condition with many threads creating connections all at once.

  (issue #18156)
   Reported by: asgaroth
   Patches:
         20110214__issue18156.diff.txt uploaded by tilghman (license 14)
   Tested by: tilghman
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307793 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoCalling a gosub routine defined in AEL from Dial/Queue ceased to work.
Tilghman Lesher [Mon, 14 Feb 2011 06:50:23 +0000 (06:50 +0000)] 
Calling a gosub routine defined in AEL from Dial/Queue ceased to work.

A bug in AEL did not distinguish between the "s" extension generated by
AEL and an "s" extension that was required to exist by the chan_dahdi
(or another channel) that was not supplied with a starting extension.
Therefore, AEL made incorrect assumptions about what commands were
permissable in the context.  This was fixed by making AEL generate a
different extension name.  However, Dial and Queue make additional
assumptions about the name of the default gosub extension.  Therefore,
they needed to be brought into line with a "macro" rendered by AEL (as
a gosub), without breaking traditional dialplans written without the
aid of AEL.

Related to (issue #18480)
 Reported by: nivek

(closes issue #18729)
 Reported by: kkm
 Patches:
       20110209__issue18729.diff.txt uploaded by tilghman (license 14)
       018729-dial-queue-gosub-try3.patch uploaded by kkm (license 888)
 Tested by: kkm

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307750 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 307535 via svnmerge from
Jason Parker [Thu, 10 Feb 2011 22:39:30 +0000 (22:39 +0000)] 
Merged revisions 307535 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r307535 | qwell | 2011-02-10 16:35:49 -0600 (Thu, 10 Feb 2011) | 15 lines

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

  ........
    r307534 | qwell | 2011-02-10 16:33:09 -0600 (Thu, 10 Feb 2011) | 8 lines

    Remove color when executing commands via a remote console.

    Essentially this makes '-x' imply '-n' on rasterisk.  This was done in a
    different and incomplete way previously, which I'm reverting here.

    (issue #18776)
    Reported by: alecdavis
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307536 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoCorrections for properly work with H.323v2 (older) endpoints and other
Alexandr Anikin [Thu, 10 Feb 2011 18:50:50 +0000 (18:50 +0000)] 
Corrections for properly work with H.323v2 (older) endpoints and other
small fixes.

Interpret remote side H.225 version.

Corrections for H.323v2 endpoints:
don't start TCS and MSD before connect,
don't start TCS and MSD by accepting H.245 connection,
start TCS and MSD by StartH245 facility message.

Other fixes:
fix non zeroended remoteDisplayName issue, small fixes in call clearing
by closing H.245 connection, tcp keepalive introduced on TCP
connections (now is hardcoded, will be configurable in the future),
don't force H.245tunneling if FastStart is active, don't send Alerting
singal more than once per call.

(issue 0018542)
Reported by: vmikhelson
Patches:
      issue18542-final-3.patch uploaded by may213 (license 454)
Tested by: vmikhelson

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307509 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoFix a gaffe in the CCSS sample configuration.
Mark Michelson [Thu, 10 Feb 2011 17:44:42 +0000 (17:44 +0000)] 
Fix a gaffe in the CCSS sample configuration.

Discovered by Philippe Lindheimer and pointed out on #asterisk-dev

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307467 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoDisable color during running test
Andrew Latham [Wed, 9 Feb 2011 21:44:13 +0000 (21:44 +0000)] 
Disable color during running test

(closes issue #18776)
Reported by: alecdavis
Patches:
      ast_deb_init.diff uploaded by lathama (license 1028)
Tested by: andrel, lathama

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307314 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoAdd missing debug info for ao2_link for use with REF_DEBUG in ao2 callback.
Jeff Peeler [Wed, 9 Feb 2011 21:06:33 +0000 (21:06 +0000)] 
Add missing debug info for ao2_link for use with REF_DEBUG in ao2 callback.

(closes issue #18758)
Reported by: rgagnon
Patches:
      branch-1.8-r306540-astobj-fix.diff uploaded by rgagnon (license 1202)
      trunk-r306540-astobj-fix.diff uploaded by rgagnon (license 1202)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307273 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 307227 via svnmerge from
Jeff Peeler [Wed, 9 Feb 2011 19:52:51 +0000 (19:52 +0000)] 
Merged revisions 307227 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r307227 | jpeeler | 2011-02-09 13:52:12 -0600 (Wed, 09 Feb 2011) | 11 lines

  Make sure to set parking dial context for non-default parking lots.

  Since parking_con_dial isn't settable, set all parking lots to "park-dial".

  (closes issue #17946)
  Reported by: bluecrow76
  Patches:
        asterisk-1.8.0-beta4-multipark-fixes-2010SEP02.diff uploaded by bluecrow76 (license 270)
        modified by me
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307228 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoInitialize tracking variable in structure properly. Fixes a memory leak.
Tilghman Lesher [Wed, 9 Feb 2011 05:39:39 +0000 (05:39 +0000)] 
Initialize tracking variable in structure properly.  Fixes a memory leak.
(Reported by The_Boy_Wonder on IRC, fixed by me.)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307142 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoFix issue with verbose messages not showing on remote console.
Jason Parker [Tue, 8 Feb 2011 21:24:01 +0000 (21:24 +0000)] 
Fix issue with verbose messages not showing on remote console.

This code was reworked recently, and since the logchannel list hadn't been
created yet at this point, and it was a verbose message, it was being dropped
on the floor.  Now it'll continue on to where it should be handled.

(closes issue #18580)
Reported by: pabelanger

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307092 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoAdd a couple of useful channel variables for the CC recall macro.
Mark Michelson [Tue, 8 Feb 2011 21:13:08 +0000 (21:13 +0000)] 
Add a couple of useful channel variables for the CC recall macro.

CC_EXTEN and CC_CONTEXT will allow you to determine the channel
and context that will be called when the recall occurs.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@307065 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoDocumentation Updates
Andrew Latham [Tue, 8 Feb 2011 20:22:35 +0000 (20:22 +0000)] 
Documentation Updates

Note default polling setting in voicemail.conf
Add missing config to asterisk.conf
Update manpage

(issue #16505)
Reported by: tzafrir
Patches:
      asterisk_sgml_fixes_demo.diff uploaded by tzafrir (license 46)
Tested by: lathama, tzafrir

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306999 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 306973 via svnmerge from
Terry Wilson [Tue, 8 Feb 2011 20:18:08 +0000 (20:18 +0000)] 
Merged revisions 306973 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r306973 | twilson | 2011-02-08 12:14:09 -0800 (Tue, 08 Feb 2011) | 9 lines

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

  ........
    r306972 | twilson | 2011-02-08 12:05:13 -0800 (Tue, 08 Feb 2011) | 2 lines

    Fix comparison for REFER Replaces tags with pedantic=yes
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306979 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 306966 via svnmerge from
Jeff Peeler [Tue, 8 Feb 2011 19:41:42 +0000 (19:41 +0000)] 
Merged revisions 306966 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r306966 | jpeeler | 2011-02-08 13:41:21 -0600 (Tue, 08 Feb 2011) | 9 lines

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

  ........
    r306965 | jpeeler | 2011-02-08 13:40:58 -0600 (Tue, 08 Feb 2011) | 1 line

    fix this line again
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306967 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 306961 via svnmerge from
Jeff Peeler [Tue, 8 Feb 2011 19:25:38 +0000 (19:25 +0000)] 
Merged revisions 306961 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r306961 | jpeeler | 2011-02-08 13:25:10 -0600 (Tue, 08 Feb 2011) | 15 lines

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

  ........
    r306960 | jpeeler | 2011-02-08 13:18:50 -0600 (Tue, 08 Feb 2011) | 9 lines

    Backup file storing message duration is not used with IMAP_STORAGE, remove code.

    The message duration is stored in the body of the email when using IMAP_STORAGE,
    so nothing needs to happen with the backup file.

    (closes issue #18718)
    Reported by: kerframil
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306962 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 306865 via svnmerge from
Jeff Peeler [Tue, 8 Feb 2011 16:21:45 +0000 (16:21 +0000)] 
Merged revisions 306865 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r306865 | jpeeler | 2011-02-08 10:21:25 -0600 (Tue, 08 Feb 2011) | 9 lines

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

  ........
    r306864 | jpeeler | 2011-02-08 10:19:17 -0600 (Tue, 08 Feb 2011) | 1 line

    make this safer and fully correct, pointed out by Steve Davis
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306866 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoDocumentation Updates.
Andrew Latham [Tue, 8 Feb 2011 01:45:04 +0000 (01:45 +0000)] 
Documentation Updates.

More updates to the removed doc folder and
start updates to the man page.

(issue #16505)
Reported by: tzafrir
Tested by: lathama

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306826 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 306673 via svnmerge from
Terry Wilson [Mon, 7 Feb 2011 22:43:22 +0000 (22:43 +0000)] 
Merged revisions 306673 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r306673 | twilson | 2011-02-07 14:40:20 -0800 (Mon, 07 Feb 2011) | 17 lines

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

  ........
    r306672 | twilson | 2011-02-07 14:35:20 -0800 (Mon, 07 Feb 2011) | 10 lines

    Don't try to pickup a call in the middle of a masquerade

    If A calls B which doesn't answer and C & D both try to do a call pickup, it is
    possible for ast_pickup_call to answer the call, then fail to masquerade one of
    the calls because the other one is already in the process of masquerading. This
    patch checks to see if the channel is in the process of masquerading before
    call before selecting it for a pickup.

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306674 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 306618 via svnmerge from
Terry Wilson [Mon, 7 Feb 2011 22:15:27 +0000 (22:15 +0000)] 
Merged revisions 306618 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r306618 | twilson | 2011-02-07 13:59:54 -0800 (Mon, 07 Feb 2011) | 17 lines

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

  ........
    r306617 | twilson | 2011-02-07 13:51:43 -0800 (Mon, 07 Feb 2011) | 10 lines

    Don't allow a REFER w/replaces to replace its own dialog

    Asterisk currently accepts a REFER with a Refer-To with an embedded Replaces
    header that matches the dialog of the REFER. This would be a situation like A
    calls B, A calls C, A transfers B to A, which is just silly. This patch makes
    the transfer fail instead of making Asterisk freak out and forget to hang other
    channels up.

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306619 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoRearrange a bit of code in the generic CC recall operation.
Mark Michelson [Mon, 7 Feb 2011 17:36:56 +0000 (17:36 +0000)] 
Rearrange a bit of code in the generic CC recall operation.

By waiting to call the callback macro after the CC_INTERFACES,
extension, priority, and context have been set, this information
can be accessed more easily within the callback macro.

Reported by Philippe Lindheimer.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306575 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 306346 via svnmerge from
Jason Parker [Fri, 4 Feb 2011 19:24:29 +0000 (19:24 +0000)] 
Merged revisions 306346 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r306346 | qwell | 2011-02-04 13:21:43 -0600 (Fri, 04 Feb 2011) | 9 lines

  Don't fallthrough to 'unknown' in the 'ringing' case.

  This could cause improper exits from the queue.

  (closes issue #18499)
  Reported by: zaltar
  Patches:
        app_queue.patch uploaded by zaltar (license 1148)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306356 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoDon't send redirecting updates to the caller if the dialplan forked the call.
Richard Mudgett [Fri, 4 Feb 2011 18:53:06 +0000 (18:53 +0000)] 
Don't send redirecting updates to the caller if the dialplan forked the call.

Each fork in the dial could be redirected and confuse the caller.  For
ISDN the DivLeg1 and DivLeg3 messages would get confused because ISDN
redirects calls in sequence not in parallel.

* Also fixed a formatting inconsistency in app_dial.c and make a warning
message more useful about what frame type could not be written.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306324 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoFix SIP deadlock involving state changes.
Jeff Peeler [Thu, 3 Feb 2011 23:49:28 +0000 (23:49 +0000)] 
Fix SIP deadlock involving state changes.

Once again a call to pbx_builtin_getvar_helper (and pbx_builtin_setvar_helper)
has caused locking problems. Both of these functions lock the channel when
the channel argument is passed in!

In this case, the suspected problem (the backtrace makes it impossible to tell)
was the private being locked in sip_set_rtp_peer and then:
transmit_reinvite_with_sdp
 try_suggested_sip_codec
   pbx_builtin_getvar_helper
(Traced to verify that the fix was only required in 1.8 and later.)

(closes issue #18491)
Reported by: cmaj
Patches:
      chan_sip_fix_deadlocks_bug_18491.txt uploaded by cmaj (license 830)
Tested by: cmaj

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306215 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 306126 via svnmerge from
Terry Wilson [Thu, 3 Feb 2011 21:03:26 +0000 (21:03 +0000)] 
Merged revisions 306126 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r306126 | twilson | 2011-02-03 12:56:00 -0800 (Thu, 03 Feb 2011) | 16 lines

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

  ........
    r306119 | twilson | 2011-02-03 12:36:34 -0800 (Thu, 03 Feb 2011) | 9 lines

    Set hangup cause in local_hangup

    When a call involves a local channel (like SIP -> Local -> SIP), the hangup
    cause was not being set. This resulted in SIP channels sometimes getting a
    503 error instead of a 486 when the far side sent a busy. In Asterisk 1.8+
    this also can cause issues with CCSS that involve a local channel. This patch
    sets the hangupcause for one side of the local channel to the other in
    local_hangup for outbound calls.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306127 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 306123 via svnmerge from
Jeff Peeler [Thu, 3 Feb 2011 20:50:48 +0000 (20:50 +0000)] 
Merged revisions 306123 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r306123 | jpeeler | 2011-02-03 14:49:48 -0600 (Thu, 03 Feb 2011) | 10 lines

  Set exception on channel in parking thread when POLLPRI event detected.

  This is done just to make the code be equivalent to the old select code. As
  noted in 303106 the same issue was already fixed in this branch, but the
  exception was not set on the channel in the case of POLLPRI. The reason that
  this did not cause a problem here is because in 122923 the check in __ast_read
  to check the exception flag was removed.

  (related to #18637)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@306124 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agores_phoneprov add snom 300, 320, 360, 370, 820, 821, 870 support
Andrew Latham [Thu, 3 Feb 2011 15:50:35 +0000 (15:50 +0000)] 
res_phoneprov add snom 300, 320, 360, 370, 820, 821, 870 support

(issue #18713)
Reported by: lathama
Patches:
     snom_dir.diff uploaded by lathama (license 1028)
Tested by: lathama

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305987 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 305889 via svnmerge from
Richard Mudgett [Thu, 3 Feb 2011 00:24:40 +0000 (00:24 +0000)] 
Merged revisions 305889 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r305889 | rmudgett | 2011-02-02 18:15:07 -0600 (Wed, 02 Feb 2011) | 17 lines

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

  ........
    r305888 | rmudgett | 2011-02-02 18:02:43 -0600 (Wed, 02 Feb 2011) | 8 lines

    Minor AST_FRAME_TEXT related issues.

    * Include the null terminator in the buffer length.  When the frame is
    queued it is copied.  If the null terminator is not part of the frame
    buffer length, the receiver could see garbage appended onto it.

    * Add channel lock protection with ast_sendtext().

    * Fixed AMI SendText action ast_sendtext() return value check.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305923 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoEliminate a file descriptor leak when using the FILE() dialplan function.
Tilghman Lesher [Wed, 2 Feb 2011 20:05:43 +0000 (20:05 +0000)] 
Eliminate a file descriptor leak when using the FILE() dialplan function.

(closes issue #18731)
Reported by: marioabajo

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305844 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoReplacing doc/* and asterisk.pdf with wiki links
Andrew Latham [Wed, 2 Feb 2011 19:27:19 +0000 (19:27 +0000)] 
Replacing doc/* and asterisk.pdf with wiki links

Adding links to http(s)://wiki.asterisk.org

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305838 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoReplacing doc/* with wiki links
Andrew Latham [Wed, 2 Feb 2011 18:56:42 +0000 (18:56 +0000)] 
Replacing doc/* with wiki links

Adding links to http(s)://wiki.asterisk.org

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305798 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoReplace link to old doc with new wiki page.
Andrew Latham [Wed, 2 Feb 2011 15:08:33 +0000 (15:08 +0000)] 
Replace link to old doc with new wiki page.

Link to https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305753 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoReverse sense of an error test when reading from astdb.
Jason Parker [Tue, 1 Feb 2011 22:48:16 +0000 (22:48 +0000)] 
Reverse sense of an error test when reading from astdb.

(closes issue #18545)
Reported by: jcovert
Patches:
      chan_iax2.c.patch uploaded by jcovert (license 551)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305692 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoSIP Configuration Documentation
Andrew Latham [Tue, 1 Feb 2011 21:14:22 +0000 (21:14 +0000)] 
SIP Configuration Documentation

sip show settings reports qualifyfreq in milliseconds.
sip.conf configures qualifyfreg in seconds.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305649 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoAdd a possible solution to a customer problem with reloading cel_pgsql.so
Brett Bryant [Tue, 1 Feb 2011 19:23:20 +0000 (19:23 +0000)] 
Add a possible solution to a customer problem with reloading cel_pgsql.so
quickly.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305603 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agodoc/tex dir removed, but corresponding entries still exists
Andrew Latham [Tue, 1 Feb 2011 18:02:06 +0000 (18:02 +0000)] 
doc/tex dir removed, but corresponding entries still exists

Update README, CHANGES, and Makefile.  Direct users to
http://wiki.asterisk.org for documentation or to the
AST.txt and AST.pdf included in the tarball.

(closes issue #18443)
Reported by: bas
Patches:
      changes.diff uploaded by lathama (license 1028)
      readme.diff uploaded by lathama (license 1028)
Tested by: lathama bas

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305560 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 305472 via svnmerge from
Jason Parker [Tue, 1 Feb 2011 17:04:23 +0000 (17:04 +0000)] 
Merged revisions 305472 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r305472 | qwell | 2011-02-01 11:02:09 -0600 (Tue, 01 Feb 2011) | 16 lines

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

  ........
    r305471 | qwell | 2011-02-01 11:00:55 -0600 (Tue, 01 Feb 2011) | 9 lines

    Close file descriptor for timing source when a MOH class gets destroyed.

    (closes issue #18457)
    Reported by: mcallist
    Patches:
          18457-closetimer.diff uploaded by qwell (license 4)
          18457-closetimer_trunk.diff uploaded by qwell (license 4)
    Tested by: qwell, loloski
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305473 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 305342 via svnmerge from
Richard Mudgett [Tue, 1 Feb 2011 00:01:09 +0000 (00:01 +0000)] 
Merged revisions 305342 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r305342 | rmudgett | 2011-01-31 17:50:10 -0600 (Mon, 31 Jan 2011) | 14 lines

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

  ........
    r305341 | rmudgett | 2011-01-31 17:45:58 -0600 (Mon, 31 Jan 2011) | 7 lines

    Obtain the pri lock for PRI queue counters.

    Need to obtain the pri lock when calling pri_dump_info_str() to avoid a
    reentrancy problem when calculating the Q.921 Q count statistic.

    JIRA AST-484
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305343 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 305253 via svnmerge from
Jason Parker [Mon, 31 Jan 2011 23:07:00 +0000 (23:07 +0000)] 
Merged revisions 305253 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r305253 | qwell | 2011-01-31 16:59:34 -0600 (Mon, 31 Jan 2011) | 17 lines

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

  ........
    r305252 | qwell | 2011-01-31 16:56:54 -0600 (Mon, 31 Jan 2011) | 10 lines

    Prevent a crash when dialing a technology with no destination (ex: Dial(SIP/))

    chan_iax2 and other channel drivers already had code to prevent this.  The
    attempt that app_dial was making to prevent it was not correct, so I fixed that.

    (closes issue #18371)
    Reported by: gbour
    Patches:
          18371.patch uploaded by gbour (license 1162)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305254 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoAdd alternative name for config option.
Jason Parker [Mon, 31 Jan 2011 22:25:23 +0000 (22:25 +0000)] 
Add alternative name for config option.

The SIP sample configuration had "tlscadir" as the option name, but chan_sip
used the more correct "tlscapath".  Now both are accepted.

Discovered (sort of) by a user on IRC in #asterisk

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305247 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoFix compile error. pseudofd no longer exists.
Jason Parker [Mon, 31 Jan 2011 21:30:44 +0000 (21:30 +0000)] 
Fix compile error.  pseudofd no longer exists.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305198 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 305130 via svnmerge from
Jason Parker [Mon, 31 Jan 2011 21:00:25 +0000 (21:00 +0000)] 
Merged revisions 305130 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r305130 | qwell | 2011-01-31 14:59:37 -0600 (Mon, 31 Jan 2011) | 9 lines

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

  ........
    r305129 | qwell | 2011-01-31 14:56:25 -0600 (Mon, 31 Jan 2011) | 2 lines

    Set file descriptors to -1 on creation, so that we don't see weirdness later.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305131 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoAsterisk HTTP response Content-type
Andrew Latham [Mon, 31 Jan 2011 13:56:05 +0000 (13:56 +0000)] 
Asterisk HTTP response Content-type

Address content type for BSD and other platforms

(closes issue #18456)
Reported by: alexo
Patches:
     asterisk18_http.patch uploaded by alexo (license 1175)
Tested by: alexo

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305083 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoUse the non-specific API aliases, to avoid a problem with building the utils directory.
Tilghman Lesher [Mon, 31 Jan 2011 07:51:40 +0000 (07:51 +0000)] 
Use the non-specific API aliases, to avoid a problem with building the utils directory.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305040 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304978 via svnmerge from
Tilghman Lesher [Mon, 31 Jan 2011 07:27:13 +0000 (07:27 +0000)] 
Merged revisions 304978 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r304978 | tilghman | 2011-01-31 01:25:14 -0600 (Mon, 31 Jan 2011) | 9 lines

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

  ........
    r304952 | tilghman | 2011-01-31 00:54:45 -0600 (Mon, 31 Jan 2011) | 2 lines

    Fix compilation when ODBC_STORAGE is defined.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304985 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoChange mutex tracking so that it only consumes memory in the core mutex object when...
Tilghman Lesher [Mon, 31 Jan 2011 06:41:36 +0000 (06:41 +0000)] 
Change mutex tracking so that it only consumes memory in the core mutex object when it's actually being used.

This reduces the overall size of a mutex which was 3016 bytes before this back
down to 216 bytes (this is on 64-bit Linux with a glibc-implemented mutex).
The exactness of the numbers here may vary slightly based upon how mutexes are
implemented on a platform, but the long and short of it is that prior to this
commit, chan_iax2 held down 98MB of memory on a 64-bit system for nothing more
than a table of 32767 locks.  After this commit, the same table occupies a mere
7MB of memory.

(closes issue #18194)
 Reported by: job
 Patches:
       20110124__issue18194.diff.txt uploaded by tilghman (license 14)
 Tested by: tilghman

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304950 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoAdd Function and Application Relationships to documentation
Andrew Latham [Sun, 30 Jan 2011 00:11:56 +0000 (00:11 +0000)] 
Add Function and Application Relationships to documentation

Add and extend the see-also sections to the documentation for applications
and functions in an effort to expand the online documentation of the wiki.
Also check for and update any links to moved documentation in the doc folder.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304908 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304865 via svnmerge from
Sean Bright [Sat, 29 Jan 2011 23:07:18 +0000 (23:07 +0000)] 
Merged revisions 304865 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r304865 | seanbright | 2011-01-29 18:05:25 -0500 (Sat, 29 Jan 2011) | 7 lines

  Plug some memory leaks in the LDAP realtime driver.

  (closes issue #18435)
  Reported by: zaltar
  Patches:
        res_config_ldap.patch uploaded by zaltar (license 1148)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304866 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304776 via svnmerge from
Sean Bright [Sat, 29 Jan 2011 18:09:37 +0000 (18:09 +0000)] 
Merged revisions 304776 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r304776 | seanbright | 2011-01-29 13:08:14 -0500 (Sat, 29 Jan 2011) | 15 lines

  If we fail to allocate our announcement objects, make sure we don't leak objects.

  The majority of this patch was committed already in r304726 and r304729.

  (issue #18225)
  Reported by: kenji

  (issue #18444)
  Reported by: junky

  (closes issue #18343)
  Reported by: kobaz
  Patches:
        meetme-refs.diff uploaded by kobaz (license 834)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304777 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304773 via svnmerge from
Sean Bright [Sat, 29 Jan 2011 17:54:43 +0000 (17:54 +0000)] 
Merged revisions 304773 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r304773 | seanbright | 2011-01-29 12:51:28 -0500 (Sat, 29 Jan 2011) | 9 lines

  When we pass the S() or L() options to MeetMe, make sure that we honor C as well.

  Without this patch, if the user was kicked from the conference via the S() or L()
  mechanism, we would just hang up on them even if we also passed C (continue in
  dialplan when kicked).  With this patch we honor the C flag in those cases.

  (closes issue #17317)
  Reported by: var
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304774 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304729 via svnmerge from
Sean Bright [Sat, 29 Jan 2011 17:15:27 +0000 (17:15 +0000)] 
Merged revisions 304729 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r304729 | seanbright | 2011-01-29 12:01:51 -0500 (Sat, 29 Jan 2011) | 15 lines

  Make sure that we unref the correct object when ejecting the most recent caller.

  Currently, when we kick the last user to enter, we decrement our own reference
  count which results in a crash when we kick another user or when we exit the
  conference ourselves.

  This will fix #18225 in 1.8 and trunk, but that particular bug does not exist in
  1.6.2.

  (closes issue #18225)
  Reported by: kenji
  Patches:
        issue18225.patch uploaded by seanbright (license 71)
  Tested by: seanbright
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304730 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304726 via svnmerge from
Sean Bright [Sat, 29 Jan 2011 16:28:27 +0000 (16:28 +0000)] 
Merged revisions 304726 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r304726 | seanbright | 2011-01-29 11:26:57 -0500 (Sat, 29 Jan 2011) | 9 lines

  Fix user reference leak in MeetMe.

  We were unlinking the user from the conferences user container, but not
  decrementing the reference count of the user as well, resulting in a leak.

  (closes issue #18444)
  Reported by: junky
  Tested by: seanbright
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304727 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304659,304682 via svnmerge from
Sean Bright [Fri, 28 Jan 2011 22:54:23 +0000 (22:54 +0000)] 
Merged revisions 304659,304682 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r304659 | seanbright | 2011-01-28 16:22:09 -0500 (Fri, 28 Jan 2011) | 5 lines

  Don't leak references if we can't create a pseudo channel for mixing in MeetMe.

  If there was a problem allocating a pseudo channel when building our meetme, we
  weren't destroying our user container or destroying the mutexes that we created.
........
  r304682 | seanbright | 2011-01-28 17:38:05 -0500 (Fri, 28 Jan 2011) | 2 lines

  Revert part of the previous commit that snuck in.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304683 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoRestore some conditionals that we lost in r277814.
Sean Bright [Fri, 28 Jan 2011 20:19:08 +0000 (20:19 +0000)] 
Restore some conditionals that we lost in r277814.

There are some cases where ast_append_ha() is called with a NULL instead of a
valid int pointer.  So if we get a NULL, don't try to dereference it.

(closes issue #18162)
Reported by: imcdona
Patches:
      issue0018162.patch uploaded by pabelanger (license 224)
Tested by: enegaard

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304638 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoWarning message if CALLCOMPLETION(cc_callback_macro or cc_agent_dialstring) are empty.
Richard Mudgett [Thu, 27 Jan 2011 19:08:14 +0000 (19:08 +0000)] 
Warning message if CALLCOMPLETION(cc_callback_macro or cc_agent_dialstring) are empty.

Test if the value pointer is not NULL instead of not ast_strlen_zero().

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304554 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304465 via svnmerge from
Jason Parker [Thu, 27 Jan 2011 17:03:01 +0000 (17:03 +0000)] 
Merged revisions 304465 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r304465 | qwell | 2011-01-27 11:01:24 -0600 (Thu, 27 Jan 2011) | 16 lines

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

  ........
    r304464 | qwell | 2011-01-27 10:57:46 -0600 (Thu, 27 Jan 2011) | 9 lines

    Fix default prefix=/usr regression on non-Linux systems.

    This partially reverts a change made in branches/1.4/ r267759, which will
    cause issue #17013 to be reopened.  This issue was pointed out by a user
    on #asterisk, who helpfully discovered that paths were being set incorrectly.

    To truly understand what was wrong, one should run:
        svn diff --force -c<this revision> configure
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304466 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304461 via svnmerge from
Jason Parker [Thu, 27 Jan 2011 16:48:44 +0000 (16:48 +0000)] 
Merged revisions 304461 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r304461 | qwell | 2011-01-27 10:48:00 -0600 (Thu, 27 Jan 2011) | 9 lines

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

  ........
    r304460 | qwell | 2011-01-27 10:47:03 -0600 (Thu, 27 Jan 2011) | 1 line

    Rerun bootstrap.sh with no changes, so that it is more obvious what my next commit changes.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304462 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304338 via svnmerge from
Jeff Peeler [Wed, 26 Jan 2011 22:27:30 +0000 (22:27 +0000)] 
Merged revisions 304338 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r304338 | jpeeler | 2011-01-26 16:26:37 -0600 (Wed, 26 Jan 2011) | 2 lines

  Change delimiter used internally for GOTO_ON_BLINDXFR to commas to match 76703.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304339 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304250 via svnmerge from
Mark Michelson [Wed, 26 Jan 2011 21:02:56 +0000 (21:02 +0000)] 
Merged revisions 304250 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r304250 | mmichelson | 2011-01-26 15:02:10 -0600 (Wed, 26 Jan 2011) | 9 lines

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

  ........
    r304242 | mmichelson | 2011-01-26 14:38:37 -0600 (Wed, 26 Jan 2011) | 3 lines

    Get rid of unused 'verbose' field in ast_udptl
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304251 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304244 via svnmerge from
Matthew Nicholson [Wed, 26 Jan 2011 20:43:27 +0000 (20:43 +0000)] 
Merged revisions 304244 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r304244 | mnicholson | 2011-01-26 14:42:16 -0600 (Wed, 26 Jan 2011) | 13 lines

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

  ........
    r304241 | mnicholson | 2011-01-26 14:38:22 -0600 (Wed, 26 Jan 2011) | 6 lines

    This patch modifies chan_sip to route responses to the address the request came from.  It also modifies chan_sip to respect the maddr parameter in the Via header.

    ABE-2664

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304245 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304181 via svnmerge from
Sean Bright [Wed, 26 Jan 2011 20:23:48 +0000 (20:23 +0000)] 
Merged revisions 304181 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r304181 | seanbright | 2011-01-26 15:22:47 -0500 (Wed, 26 Jan 2011) | 9 lines

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

  ........
    r304159 | seanbright | 2011-01-26 15:18:29 -0500 (Wed, 26 Jan 2011) | 1 line

    Make sure the sample queues.conf is properly commented.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304186 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304149 via svnmerge from
Richard Mudgett [Wed, 26 Jan 2011 19:39:35 +0000 (19:39 +0000)] 
Merged revisions 304149 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r304149 | rmudgett | 2011-01-26 13:38:38 -0600 (Wed, 26 Jan 2011) | 9 lines

  Merged revisions 304148 from
  https://origsvn.digium.com/svn/asterisk/be/branches/C.3-bier

  ..........
    r304148 | rmudgett | 2011-01-26 13:23:46 -0600 (Wed, 26 Jan 2011) | 2 lines

    Update documentation for DAHDISendCallreroutingFacility() application.
  ..........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304150 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304096 via svnmerge from
Sean Bright [Wed, 26 Jan 2011 01:26:26 +0000 (01:26 +0000)] 
Merged revisions 304096 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r304096 | seanbright | 2011-01-25 20:24:58 -0500 (Tue, 25 Jan 2011) | 12 lines

  Per the man page, setvbuf() must be called before any other operation on an open file.

  We use setvbuf() to associate a buffer with a stream, but we have already written
  to the open file.  This works (by chance) on Linux, but fails on other platforms,
  such as OpenSolaris.

  (closes issue #16610)
  Reported by: bklang
  Patches:
        setvbuf.patch uploaded by crjw (license 963)
  Tested by: bklang, asgaroth, efutch
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304097 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 304006 via svnmerge from
Richard Mudgett [Tue, 25 Jan 2011 23:28:25 +0000 (23:28 +0000)] 
Merged revisions 304006 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r304006 | rmudgett | 2011-01-25 17:25:32 -0600 (Tue, 25 Jan 2011) | 15 lines

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

  ........
    r304005 | rmudgett | 2011-01-25 17:21:09 -0600 (Tue, 25 Jan 2011) | 8 lines

    DTMF attended transfers sometimes fail for no apparent reason.

    The loop in feature_request_and_dial() can exit when Party C has answered
    without processing an AST_CONTROL_ANSWER.  Also sometimes an
    AST_CONTROL_ANSWER never happens even though Party C has answered.

    Don't hangup Party C if he is up or we receive an AST_CONTROL_ANSWER.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@304007 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 303960 via svnmerge from
Terry Wilson [Tue, 25 Jan 2011 22:09:01 +0000 (22:09 +0000)] 
Merged revisions 303960 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r303960 | twilson | 2011-01-25 16:02:42 -0600 (Tue, 25 Jan 2011) | 23 lines

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

  ........
    r303906 | twilson | 2011-01-25 14:50:59 -0600 (Tue, 25 Jan 2011) | 16 lines

    Guard against retransmitting BYEs indefinitely

    In the case of an attended transfer (A calls B, A atxfers to C) where
    A becomes unreachable before replying to Asterisk's BYE, Asterisk can
    sometimes retransmit the BYE indefinitely. This is because
    __sip_autodestruct tests p->refer && !ast_test_flag(&p->flags[0],
    SIP_ALREADYGONE and will then transmit a BYE. When this BYE times out,
    it will not ever be marked as ALREADYGONE, so when __sip_autodestruct
    is called again, we end up starting the cycle over.

    This patch adds a call to sip_alreadygone(pkt->owner) in retrans_pkt
    in the case of a BYE that has timed out. This should prevent Asterisk
    from trying to transmit new BYE messages in the future.

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@303962 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoReimplemented fax session reservation to reverse the ABI breakage introduced in r297486.
Matthew Nicholson [Tue, 25 Jan 2011 20:56:12 +0000 (20:56 +0000)] 
Reimplemented fax session reservation to reverse the ABI breakage introduced in r297486.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@303907 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 303858 via svnmerge from
Tilghman Lesher [Tue, 25 Jan 2011 18:55:27 +0000 (18:55 +0000)] 
Merged revisions 303858 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r303858 | tilghman | 2011-01-25 12:41:26 -0600 (Tue, 25 Jan 2011) | 5 lines

  Fix "sip show user <tab>", so that it actually shows results, instead of just completing the last entry.

  (closes issue #16675)
  Reported by: pj
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@303860 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 303769 via svnmerge from
Richard Mudgett [Tue, 25 Jan 2011 17:49:20 +0000 (17:49 +0000)] 
Merged revisions 303769 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r303769 | rmudgett | 2011-01-25 11:42:42 -0600 (Tue, 25 Jan 2011) | 47 lines

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

  ........
    r303765 | rmudgett | 2011-01-25 11:36:50 -0600 (Tue, 25 Jan 2011) | 40 lines

    Sending out unnecessary PROCEEDING messages breaks overlap dialing.

    Issue #16789 was a good idea.  Unfortunately, it breaks overlap dialing
    through Asterisk.  There is not enough information available at this point
    to know if dialing is complete.  The ast_exists_extension(),
    ast_matchmore_extension(), and ast_canmatch_extension() calls are not
    adequate to detect a dial through extension pattern of "_9!".

    Workaround is to use the dialplan Proceeding() application early in
    non-dial through extensions.

    * Effectively revert issue #16789.

    * Allow outgoing overlap dialing to hear dialtone and other early media.
    A PROGRESS "inband-information is now available" message is now sent after
    the SETUP_ACKNOWLEDGE message for non-digital calls.  An
    AST_CONTROL_PROGRESS is now generated for incoming SETUP_ACKNOWLEDGE
    messages for non-digital calls.

    * Handling of the AST_CONTROL_CONGESTION in chan_dahdi/sig_pri was
    inconsistent with the cause codes.

    * Added better protection from sending out of sequence messages by
    combining several flags into a single enum value representing call
    progress level.

    * Added diagnostic messages for deferred overlap digits handling corner
    cases.

    (closes issue #17085)
    Reported by: shawkris

    (closes issue #18509)
    Reported by: wimpy
    Patches:
          issue18509_early_media_v1.8_v3.patch uploaded by rmudgett (license 664)
          Expanded upon issue18509_early_media_v1.8_v3.patch to include analog
          and SS7 because of backporting requirements.
    Tested by: wimpy, rmudgett
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@303771 65c4cc65-6c06-0410-ace0-fbb531ad65f3

14 years agoMerged revisions 303677 via svnmerge from
Jeff Peeler [Tue, 25 Jan 2011 17:02:38 +0000 (17:02 +0000)] 
Merged revisions 303677 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r303677 | jpeeler | 2011-01-25 10:59:28 -0600 (Tue, 25 Jan 2011) | 26 lines

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

  ........
    r303676 | jpeeler | 2011-01-25 10:58:29 -0600 (Tue, 25 Jan 2011) | 20 lines

    Fix voicemail sequencing for file based storage.

    A previous change was made to account for when the number of voicemail messages
    exceeds the max limit to be handled properly, but it caused gaps in the messages
    to not be properly handled. This has now been resolved.

    In later non 1.4 branches, it appears that resequencing wasn't even occurring
    due from what appears and accidental code removal.

    (closes issue #18498)
    Reported by: JJCinAZ
    Patches:
          bug18498v2.patch uploaded by jpeeler (license 325)

    (closes issue #18486)
    Reported by: bluefox
    Patches:
          bug18486.patch uploaded by jpeeler (license 325)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@303678 65c4cc65-6c06-0410-ace0-fbb531ad65f3