]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
14 years agoWhen a call going out an NT-PTMP port gets rejected, Asterisk crashes.
Richard Mudgett [Fri, 1 Apr 2011 23:15:42 +0000 (23:15 +0000)] 
When a call going out an NT-PTMP port gets rejected, Asterisk crashes.

If a call is sent to an ISDN phone that rejects the call with
RELEASE_COMPLETE(cause: call reject(21), or busy(17)) Asterisk crashes.

I could not get my setup to crash.  However, I could see the possibility
from a race condition between queuing an AST_CONTROL_BUSY to the core and
then queueing an AST_CONTROL_HANGUP.  If the AST_CONTROL_BUSY is processed
before the AST_CONTROL_HANGUP is queued, the ast_channel could be
destroyed out from under chan_misdn.

Avoid this particular crash scenario by not queueing the
AST_CONTROL_HANGUP if the AST_CONTROL_BUSY was queued.

(closes issue #18408)
Reported by: wimpy
Patches:
      issue18408_v1.8.patch uploaded by rmudgett (license 664)
Tested by: rmudgett, wimpy

JIRA SWP-2679

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

14 years agoCallCompletionRequest()/CallCompletionCancel() exit non-zero if fail.
Richard Mudgett [Fri, 1 Apr 2011 21:31:39 +0000 (21:31 +0000)] 
CallCompletionRequest()/CallCompletionCancel() exit non-zero if fail.

The CallCompletionRequest()/CallCompletionCancel() dialplan applications
exit nonzero on normal failure conditions.  The nonzero exit causes the
dialplan to hangup immediately.  The dialplan author has no opportunity to
report success/failure to the user.

* Made always return zero so the dialplan can continue.

* Made set CC_REQUEST_RESULT/CC_REQUEST_REASON and
CC_CANCEL_RESULT/CC_CANCEL_REASON channel variables respectively.  Also
documented the values set.

* Reduced the warning about no core instance in CallCompletionCancel() to
a debug message.  It is a normal event and should not be output at the
WARNING level.

(closes issue #18763)
Reported by: p_lindheimer
Patches:
      ccss.patch uploaded by p lindheimer (license 558) Modified
Tested by: p_lindheimer, rmudgett

JIRA SWP-3042

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

14 years agoMerged revisions 312287 via svnmerge from
Tilghman Lesher [Fri, 1 Apr 2011 10:58:45 +0000 (10:58 +0000)] 
Merged revisions 312287 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r312287 | tilghman | 2011-04-01 05:51:24 -0500 (Fri, 01 Apr 2011) | 14 lines

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

  ........
    r312285 | tilghman | 2011-04-01 05:36:42 -0500 (Fri, 01 Apr 2011) | 7 lines

    Found some leaking file descriptors while looking at ast_FD_SETSIZE dead code.

    (issue #18969)
     Reported by: oej
     Patches:
           20110315__issue18969__14.diff.txt uploaded by tilghman (license 14)
  ........
................

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

14 years agoReload must react correctly against a possibly changed table, so dropping the conditi...
Tilghman Lesher [Fri, 1 Apr 2011 10:44:33 +0000 (10:44 +0000)] 
Reload must react correctly against a possibly changed table, so dropping the conditional reload flag.

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

14 years agoMerged revisions 312210 via svnmerge from
Alec L Davis [Fri, 1 Apr 2011 09:03:11 +0000 (09:03 +0000)] 
Merged revisions 312210 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r312210 | alecdavis | 2011-04-01 21:47:29 +1300 (Fri, 01 Apr 2011) | 29 lines

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

  ........
    r312174 | alecdavis | 2011-04-01 21:29:49 +1300 (Fri, 01 Apr 2011) | 23 lines

    voicemail: get real last_message_index and count_messages, ODBC resequence

    change last_message_index to read the max msgnum stored in the database
    change count_messages to actually count the number of messages.

    last_message_index change:
      This fixed overwriting of the last message if msgnum=0 was missing.
      Previously every incoming message would overwrite msgnum=1.
    count_messages change:
      allows us to detect when requencing is required in opneA_mailbox.
    resequence enabled for ODBC storage:
      Assists with fixing up corrupt databases with gaps, but only when
      a user actively opens there mailboxes.

    (closes issue #18692,#18582,#19032)
    Reported by: elguero
    Patches:
          based on odbc_resequence_mailbox2.1.diff uploaded by elguero (license 37)
    Tested by: elguero, nivek, alecdavis

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

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

14 years agoMerged revisions 312103 via svnmerge from
Alec L Davis [Fri, 1 Apr 2011 07:32:12 +0000 (07:32 +0000)] 
Merged revisions 312103 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r312103 | alecdavis | 2011-04-01 20:25:54 +1300 (Fri, 01 Apr 2011) | 22 lines

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

  ........
    r312070 | alecdavis | 2011-04-01 19:46:56 +1300 (Fri, 01 Apr 2011) | 16 lines

    app_voicemail: close_mailbox needs to respect additional messages while mailbox is open.

    close_mailbox leave gaps in message sequence if messages are deleted and new messages
    arrive during this time, this is because the shuffle down to slot 0, only shuffles
    the number of pre-existing messages when mailbox is opened, ignoring new arrivals.

    Fix: in close_mailbox re-evaluate number of messages before the shuffle, this then includes new arrivals.

    Happens on filebased or ODBC storage.

    (issues #19032,#18582,#18692,#18998)
    Reported by: alecdavis,tootai,afosorio

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

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

14 years agochan_misdn segfaults when DEBUG_THREADS is enabled.
Richard Mudgett [Thu, 31 Mar 2011 20:11:40 +0000 (20:11 +0000)] 
chan_misdn segfaults when DEBUG_THREADS is enabled.

The segfault happens because jb->mutexjb is uninitialized from the
ast_malloc().  The internals of ast_mutex_init() were assuming a nonzero
value meant mutex tracking initialization had already happened.  Recent
changes to mutex tracking code to reduce excessive memory consumption
exposed this uninitialized value.

Converted misdn_jb_init() to use ast_calloc() instead of ast_malloc().
Also eliminated redundant zero initialization code in the routine.

(closes issue #18975)
Reported by: irroot

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

14 years agoIncorrect default example; the field is actually internally named "clid", not "callerid".
Tilghman Lesher [Thu, 31 Mar 2011 06:43:18 +0000 (06:43 +0000)] 
Incorrect default example; the field is actually internally named "clid", not "callerid".

(closes issue #19040)
Reported by: wcselby
Tested by: tilghman

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

14 years agoUpdate some setup_dahdi_int() comments.
Richard Mudgett [Wed, 30 Mar 2011 01:56:05 +0000 (01:56 +0000)] 
Update some setup_dahdi_int() comments.

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

14 years agoRemove extraneous check from integer-type fields.
Tilghman Lesher [Tue, 29 Mar 2011 07:08:39 +0000 (07:08 +0000)] 
Remove extraneous check from integer-type fields.

(closes issue #19027)
 Reported by: mlehner

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

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

14 years agoCross-reference VoiceMail() and VoiceMailMain() in the xml docs.
Russell Bryant [Mon, 28 Mar 2011 22:00:01 +0000 (22:00 +0000)] 
Cross-reference VoiceMail() and VoiceMailMain() in the xml docs.

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

14 years agocorrect return values in ooh323_indicate for AST_CONTROL_T38_PARAMETERS
Alexandr Anikin [Sun, 27 Mar 2011 21:47:13 +0000 (21:47 +0000)] 
correct return values in ooh323_indicate for AST_CONTROL_T38_PARAMETERS

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

14 years agoThis patch fixes a bug with MeetMe behavior where the 'P' option for always
Brett Bryant [Wed, 23 Mar 2011 21:54:11 +0000 (21:54 +0000)] 
This patch fixes a bug with MeetMe behavior where the 'P' option for always
prompting for a pin is ignored for the first caller.

(closes issue #18070)
Reported by: mav3rick

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

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

14 years agoFix a possible crash in sip/reqresp_parser.c that is caused by a possible null
Brett Bryant [Wed, 23 Mar 2011 21:45:46 +0000 (21:45 +0000)] 
Fix a possible crash in sip/reqresp_parser.c that is caused by a possible null
value.

(closes issue #18821)
Reported by: cmaj
Patches:
      patch-reqresp_parser_sip_uri_domain_cmp_c_locale-crash-1.8.3-rc2.diff.tx
      uploaded by cmaj (license 830)

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

14 years agoDon't use static declared buf in parse_name_andor_addr
Terry Wilson [Wed, 23 Mar 2011 02:24:53 +0000 (02:24 +0000)] 
Don't use static declared buf in parse_name_andor_addr

This function isn't used anywhere yet, but we definitely don't want
to keep the same value for buf between calls to the function.

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

14 years agoMerged revisions 311496 via svnmerge from
David Vossel [Tue, 22 Mar 2011 15:25:24 +0000 (15:25 +0000)] 
Merged revisions 311496 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r311496 | dvossel | 2011-03-22 10:24:45 -0500 (Tue, 22 Mar 2011) | 2 lines

  Fixes memory leak in MeetMe AMI action
........

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

14 years agoChanges some print statements/events to use a blank string in place of NULL if the...
Jonathan Rose [Fri, 18 Mar 2011 16:19:05 +0000 (16:19 +0000)] 
Changes some print statements/events to use a blank string in place of NULL if the string in question is NULL.

This is supposed to improve Solaris compatibility since Solaris goes berserk when trying to output NULL strings.

(closes issue #18759)
Reported by: bklang
Patches:
      null-strings.patch uploaded by bklang (license 919)

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

14 years agoProperly populate the LOCALSTATIONID channel variable.
Matthew Nicholson [Fri, 18 Mar 2011 16:02:50 +0000 (16:02 +0000)] 
Properly populate the LOCALSTATIONID channel variable.

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

14 years agoRace condition when ISDN CallRerouting/CallDeflection invoked.
Richard Mudgett [Fri, 18 Mar 2011 02:59:05 +0000 (02:59 +0000)] 
Race condition when ISDN CallRerouting/CallDeflection invoked.

The queued AST_CONTROL_BUSY could sometimes be processed before the
call_forward dial string is recognized.

* Moved setting the call_forwarding dial string after sending a response
to the initiator and just queue an empty frame to wake up the media thread
instead of an AST_CONTROL_BUSY.

* Added check for empty rerouting/deflection number and respond with an
error.

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

14 years agoMerged revision 310986 from
Richard Mudgett [Fri, 18 Mar 2011 02:22:07 +0000 (02:22 +0000)] 
Merged revision 310986 from
https://origsvn.digium.com/svn/asterisk/be/branches/C.3-bier

..........
  r310986 | rmudgett | 2011-03-16 13:56:28 -0500 (Wed, 16 Mar 2011) | 28 lines

  Dial() o option broke when connected line feature added.

  The patch restores the o option behavior and adds the ability to specify
  the CallerID.  The Dial o and f options are complementary to each other.
  The o option stores the CallerID on the outgoing channel as the channel's
  CallerID.  The f option forces the CallerID sent by the outgoing channel.

  o(x) - The argument 'x' is optional.  If not present, then specify that
  the CallerID that was present on the *calling* channel be stored as the
  CallerID on the *called* channel.  This was the behavior of Asterisk 1.0
  and earlier.  If present, then specify the CallerID stored on the *called*
  channel.  Note that o(${CALLERID(all)}) is similar to option o without
  parameters.

  f(x) - The argument 'x' is optional and its presence changes the behavior
  of this option.  If not present, then force the outgoing CallerID on a
  call-forward or deflection to the dialplan extension for this Dial() using
  a dialplan 'hint'.  For example, some PSTNs do not allow CallerID to be
  set to anything other than the numbers assigned to you.  If present, then
  force the outgoing CallerID to 'x'.

  Patches:
jira_abe_2752_dial_fo_options.patch uploaded by rmudgett (license 664)
  Tested by: rmudgett

  JIRA ABE-2752
  JIRA SWP-3096
..........

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

14 years agoThis fixes a nasty chanspy bug which was causing a channel leak every time a spied...
Jonathan Rose [Thu, 17 Mar 2011 19:03:34 +0000 (19:03 +0000)] 
This fixes a nasty chanspy bug which was causing a channel leak every time a spied on channel made a call.

In addition to the above, it makes certain channel destruction occurs so that applications don't get stuck waiting for datastore destruction while monitored by chanspy.

(closes issue #18742)
Reported by: jkister
Tested by: jkister, jcovert, jrose

Review: http://reviewboard.digium.internal/r/106/

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

14 years agoMerged revisions 311140 via svnmerge from
Matthew Nicholson [Thu, 17 Mar 2011 15:00:33 +0000 (15:00 +0000)] 
Merged revisions 311140 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r311140 | mnicholson | 2011-03-17 09:58:52 -0500 (Thu, 17 Mar 2011) | 4 lines

  Don't write items to the manager socket twice.

  AST-2011-003

  (closes issue 0018987)
  Reported by: ks-steven
........

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

14 years agoMerged revisions 311049 via svnmerge from
Alec L Davis [Thu, 17 Mar 2011 10:49:41 +0000 (10:49 +0000)] 
Merged revisions 311049 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r311049 | alecdavis | 2011-03-17 23:45:47 +1300 (Thu, 17 Mar 2011) | 17 lines

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

  ........
    r311048 | alecdavis | 2011-03-17 23:43:35 +1300 (Thu, 17 Mar 2011) | 12 lines

    Remove extra quote in indications.conf

    Picking low hanging fruit.

    (closes issue #18971)
    Reported by: IgorG
    Patches:
          based on indications.conf.sample.diff uploaded by IgorG (license 20)
    Tested by: IgorG
  ........
................

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

14 years agoMerged revisions 310998 via svnmerge from
Terry Wilson [Wed, 16 Mar 2011 19:47:59 +0000 (19:47 +0000)] 
Merged revisions 310998 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r310998 | twilson | 2011-03-16 14:46:36 -0500 (Wed, 16 Mar 2011) | 11 lines

  Fix crash on fdopen failure

  See security advisory AST-2011-004

  (closes issue #18845)
  Reported by: cmaj
  Patches:
      patch-main-tcptls-1.8.3-rc2-open-session-crash-take2.diff.txt uploaded by cmaj (license 830)
      patch-main-tcptls-1.8.3-rc2-open-session-crash-take3.diff.txt uploaded by cmaj (license 830)
  Tested by: cmaj, twilson
........

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

14 years agoMerged revisions 310992 via svnmerge from
Terry Wilson [Wed, 16 Mar 2011 19:26:57 +0000 (19:26 +0000)] 
Merged revisions 310992 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r310992 | twilson | 2011-03-16 14:23:03 -0500 (Wed, 16 Mar 2011) | 4 lines

  Don't keep trying to write to a closed connection

  See security advisory AST-2011-003.
........

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

14 years agoMerged revisions 310889 via svnmerge from
Terry Wilson [Wed, 16 Mar 2011 17:19:57 +0000 (17:19 +0000)] 
Merged revisions 310889 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r310889 | twilson | 2011-03-16 12:03:27 -0500 (Wed, 16 Mar 2011) | 36 lines

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

  ........
    r310888 | twilson | 2011-03-16 11:58:42 -0500 (Wed, 16 Mar 2011) | 29 lines

    Don't delay DTMF in core bridge while listening for DTMF features

    This patch is mostly the work of Olle Johansson. I did some cleanup and
    added the silence generating code if transmit_silence is set.

    When a channel listens for DTMF in the core bridge, the outbound DTMF is not
    sent until we have received DTMF_END. For a long DTMF, this is a disaster. We
    send 4 seconds of DTMF to Asterisk, which sends no audio for those 4 seconds.
    Some products see this delay and the time skew on RTP packets that results and
    start ignoring the audio that is sent afterward.

    With this change, the DTMF_BEGIN frame is inspected and checked. If it matches
    a feature code, we wait for DTMF_END and activate the feature as before. If
    transmit_silence=yes in asterisk.conf, silence is sent if we paritally match a
    multi-digit feature. If it doesn't match a feature, the frame is forwarded
    along with the DTMF_END without delay. By doing it this way, DTMF is not delayed.

    (closes issue #15642)
    Reported by: jasonshugart
    Patches:
          issue_15652_dtmf_ast-1.4.patch.txt uploaded by twilson (license 396)
    Tested by: globalnetinc, jde

    (closes issue #16625)
    Reported by: sharvanek

    Review: https://reviewboard.asterisk.org/r/1092/
    Review: https://reviewboard.asterisk.org/r/1125/
  ........
................

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

14 years agoFix branch compile.
Tilghman Lesher [Tue, 15 Mar 2011 01:48:25 +0000 (01:48 +0000)] 
Fix branch compile.

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

14 years agocore show locks: display ThreadID in hexadecimal
Alec L Davis [Tue, 15 Mar 2011 01:00:55 +0000 (01:00 +0000)] 
core show locks: display ThreadID in hexadecimal

Allow easier cross referencing of thread ID's with GDB backtraces

(closes issue #18968)
Reported by: alecdavis
Patches:
      bug18968.diff.txt uploaded by alecdavis (license 585)

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

14 years agoIntroduce t.38 parameters control functionality not full but enough for
Alexandr Anikin [Mon, 14 Mar 2011 21:45:53 +0000 (21:45 +0000)] 
Introduce t.38 parameters control functionality not full but enough for
Send/RcvFax support

Introduce t.38 controls between asterisk core and channel/proto layers.
Not all parameters are transferred from proto layers but *Fax apps
tested and work ok.

(issue #18693)
Reported by: benngard2
Patches:
      issue-18693.patch uploaded by may213 (license 454)

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

14 years agoUndoes 310726 for further analysis
Jonathan Rose [Mon, 14 Mar 2011 21:30:25 +0000 (21:30 +0000)] 
Undoes 310726 for further analysis

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

14 years agoMoves data store destruction from channel destruction to hangup in channel.c
Jonathan Rose [Mon, 14 Mar 2011 21:17:13 +0000 (21:17 +0000)] 
Moves data store destruction from channel destruction to hangup in channel.c

This moves the data store destruction and app signaling events for a call to ast_hangup so that threads which wait for data store destruction
don't become stuck forever when attached to an application/function/etc that keeps the channel open.

(closes issue #18742)
Reported by: jkister
Patches:
      patch.diff uploaded by jrose (license 1225)
Tested by: jkister, jcovert, jrose

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

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

14 years agoMerged revisions 310635 via svnmerge from
Richard Mudgett [Mon, 14 Mar 2011 16:50:59 +0000 (16:50 +0000)] 
Merged revisions 310635 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r310635 | rmudgett | 2011-03-14 11:47:54 -0500 (Mon, 14 Mar 2011) | 32 lines

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

  ........
    r310633 | rmudgett | 2011-03-14 11:38:24 -0500 (Mon, 14 Mar 2011) | 25 lines

    "Caller*ID failed checksum" on Wildcard TDM2400P and TDM410

    The last character in the caller id message is getting a framing error.

    The checksum is the last character in the message.  A framing error in the
    checksum could be because:
    1) The sender did not send a full stop bit.
    2) The sender cut off the FSK carrier too soon.
    3) The sender opted to send zero of the specified zero to 10 trailing mark
    bits and round-off errors in the code resulted in the code not being where
    it thought it was in the demodulated bit stream.

    Bit 8 of 'b' is set when parity error.
    Bit 9 of 'b' is set when framing error.

    Made ignore the framing and parity error bits if the errored character is
    the checksum.  We can tolerate a framing/parity error there.  The checksum
    character validates the message.

    (closes issue #18474)
    Reported by: nivek
    Patches:
          callerid.c.1.patch uploaded by nivek (license 636) (with modifications)
    Tested by: nivek
  ........
................

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

14 years agoMerged revisions 310585 via svnmerge from
Jonathan Rose [Mon, 14 Mar 2011 15:27:57 +0000 (15:27 +0000)] 
Merged revisions 310585 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r310585 | jrose | 2011-03-14 08:56:22 -0500 (Mon, 14 Mar 2011) | 8 lines

  Adds 'p' as an option to func_volume.  When it is on, the old behavior with DTMF controlling volume adjustment will be enforced.
  When it is off, DTMF will not be processed by the function.

  Programmed by Jonathan Rose
  Reviewed by David Vossel, Leif Madsen, and Russell Bryant

  http://reviewboard.digium.internal/r/93/
........

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

14 years agoMerged revisions 310448 via svnmerge from
Tilghman Lesher [Sat, 12 Mar 2011 20:27:54 +0000 (20:27 +0000)] 
Merged revisions 310448 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r310448 | tilghman | 2011-03-12 14:24:54 -0600 (Sat, 12 Mar 2011) | 38 lines

  Recorded merge of revisions 310435 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r310435 | tilghman | 2011-03-12 14:22:07 -0600 (Sat, 12 Mar 2011) | 31 lines

    Add AELSub, which provides a stable entry point into AEL subroutines.

    This commit needs some explanation, given that we're adding a new application
    into an existing release branch.  This is generally a violation of our release
    policy, except in very limited circumstances, and I believe this is one of
    those circumstances.

    The problem that this solves is one of the sanity of using multiple dialplan
    languages to define a dialplan.  In the case of the reporter, he or she is
    using AEL is define subroutines, while using Realtime extensions to invoke
    those subroutines.  While you can do this, it's based upon the reality of AEL
    using actual dialplan extensions; however, there is no guarantee that the
    details of _how_ AEL is compiled into extensions will remain stable.  In fact,
    at the time of this commit, it has already changed twice, once in a
    fundamental way.

    Now normally, a new application would only be added to trunk.  However, this
    application is explicitly to create a stable user-level API between versions,
    and adding it to trunk only will not solve the user's problem of switching
    between 1.6.2 and 1.8, nor will it help anybody switching from 1.8 to 1.10.
    Therefore, it needs to go into existing release branches.  For the sake of
    consistency, and also because one of the changes was between 1.4 and 1.6.x,
    I am also electing to commit this to 1.4.

    (closes issue #18910)
     Reported by: alexandrekeller
     Patches:
           20110304__issue18919__1.6.2.diff.txt uploaded by tilghman (license 14)
           20110304__issue18919__1.4.diff.txt uploaded by tilghman (license 14)
     Tested by: alexandrekeller
  ........
................

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

14 years agoMerged revisions 310414 via svnmerge from
Tilghman Lesher [Sat, 12 Mar 2011 20:05:46 +0000 (20:05 +0000)] 
Merged revisions 310414 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r310414 | tilghman | 2011-03-12 13:51:23 -0600 (Sat, 12 Mar 2011) | 7 lines

  Transactional handles should be used for the insertbuf, if available.

  Also, fix a possible resource leak.

  (closes issue #18943)
   Reported by: irroot
........

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

14 years agoremote_bridge_loop: prevent segfault when after transfer of IAX2 of DAHDI call
Alec L Davis [Fri, 11 Mar 2011 06:47:44 +0000 (06:47 +0000)] 
remote_bridge_loop: prevent segfault when after transfer of IAX2 of DAHDI call

If the channel condition is one of the following after breaking out of the loop, don't try to update_peer
(where x = 0/1)
 1). ZOMBIE
 2). cx->tech_pvt != pvtx
 3). gluex != ast_rtp_instance_get_glue(cx->tech->type))

(closes issue #18781)
Reported by: alecdavis
Patches:
      bug18781.diff3.txt uploaded by alecdavis (license 585)
Tested by: alecdavis, ZX81

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

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

14 years agoAdd \r\n to remaining http headers passed to ast_http_send
Terry Wilson [Thu, 10 Mar 2011 16:05:45 +0000 (16:05 +0000)] 
Add \r\n to remaining http headers passed to ast_http_send

r309204 changed the behavior of ast_http_send. It now requires headers
to be passed with trailing \r\n. This change updates the remaining
instances in the code that did not pass the \r\n.

(closes issue #18186)
Reported by: nivaldomjunior
Patches:
      res_phoneprov.c.diff uploaded by lathama (license 1028)
      manager.diff.txt uploaded by twilson (license 396)
Tested by: lathama

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

14 years agoBe more tolerant of what URI we accept for call completion PUBLISH requests.
Mark Michelson [Thu, 10 Mar 2011 15:17:04 +0000 (15:17 +0000)] 
Be more tolerant of what URI we accept for call completion PUBLISH requests.

(closes issue #18946)
Reported by: GeorgeKonopacki
Patches:
      18946.patch uploaded by mmichelson (license 60)
Tested by: GeorgeKonopacki

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

14 years agoMerged revisions 310141 via svnmerge from
Tilghman Lesher [Thu, 10 Mar 2011 05:53:29 +0000 (05:53 +0000)] 
Merged revisions 310141 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r310141 | tilghman | 2011-03-09 23:51:37 -0600 (Wed, 09 Mar 2011) | 12 lines

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

  ........
    r310140 | tilghman | 2011-03-09 23:38:44 -0600 (Wed, 09 Mar 2011) | 5 lines

    Initialize column size to 0 to deal with a potential UnixODBC bug on 64-bit systems.

    (closes issue #18295)
     Reported by: pruiz
  ........
................

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

14 years agoReturns with an error notice if CHANNEL function of SIP channel is read without argum...
Jonathan Rose [Tue, 8 Mar 2011 20:19:32 +0000 (20:19 +0000)] 
Returns with an error notice if CHANNEL function of SIP channel is read without arguments.

(Closes issue #18653)
Reported by: wuwu
Patches:
      diff.patch uploaded by jrose (license 1225)
Tested by: jrose

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

14 years agoSpelling fix in "calendar show calendar"
Terry Wilson [Tue, 8 Mar 2011 18:10:50 +0000 (18:10 +0000)] 
Spelling fix in "calendar show calendar"

s/Cartegories/Catagories/

(closes issue #18931)
Reported by: pdugas
Patches:
      res_calendar.c.patch uploaded by pdugas (license 1222)

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

14 years agoMake pri parameter description consistent.
Richard Mudgett [Tue, 8 Mar 2011 16:37:02 +0000 (16:37 +0000)] 
Make pri parameter description consistent.

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

14 years agoMerged revisions 309857 via svnmerge from
Jonathan Rose [Mon, 7 Mar 2011 22:07:25 +0000 (22:07 +0000)] 
Merged revisions 309857 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r309857 | jrose | 2011-03-07 16:04:44 -0600 (Mon, 07 Mar 2011) | 15 lines

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

  ........
    r309856 | jrose | 2011-03-07 16:02:12 -0600 (Mon, 07 Mar 2011) | 8 lines

    Bug fix for MixMonitor involving filenames with '.' not in the extension

    Closes issue #18391)
    Reported by: pabelanger
    Patches:
    Â Â Â Â Â  bugfix.patch uploaded by jrose (license 1225)
    Tested by: jrose
  ........
................

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

14 years agoMerged revisions 309251 via svnmerge from
Tilghman Lesher [Mon, 7 Mar 2011 00:54:42 +0000 (00:54 +0000)] 
Merged revisions 309251 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r309251 | tilghman | 2011-03-01 19:06:02 -0600 (Tue, 01 Mar 2011) | 7 lines

  Revert previous 2 commits, and instead conditionally redefine the same macro used in flex 2.5.35 that clashed with our workaround.

  Not surprisingly, the workaround was exactly the same code as was provided by
  the Flex maintainers, albeit in two different places, in different macros.

  This should fix the FreeBSD builds, which have an older version of Flex.
........

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

14 years agoIndicate that Asterisk uses the Allow header to determine if MESSAGE requests should...
Mark Michelson [Mon, 7 Mar 2011 00:13:36 +0000 (00:13 +0000)] 
Indicate that Asterisk uses the Allow header to determine if MESSAGE requests should be sent.

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

14 years agoFix caller id passed to openr2_chan_make_call
Moises Silva [Sat, 5 Mar 2011 17:44:30 +0000 (17:44 +0000)] 
Fix caller id passed to openr2_chan_make_call

(closes issue #18894)
Reported by: malufrj
Tested by: moy

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

14 years agoMerged revisions 309677 via svnmerge from
Tilghman Lesher [Sat, 5 Mar 2011 10:29:30 +0000 (10:29 +0000)] 
Merged revisions 309677 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r309677 | tilghman | 2011-03-05 04:28:24 -0600 (Sat, 05 Mar 2011) | 7 lines

  Missed part of the conversion when we started passing ppid to astcanary.

  (closes issue #18850)
   Reported by: viraptor
   Patches:
         canary_ppid.patch uploaded by viraptor (license 543)
........

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

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

........
  r309584 | mnicholson | 2011-03-04 13:37:13 -0600 (Fri, 04 Mar 2011) | 2 lines

  Restore mysterious lua_pushvalue() call removed in r309494.  The mystery has been solved.
........

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

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