Commit Graph

16417 Commits

Author SHA1 Message Date
Kevin P. Fleming
ff6a34c1c5 Merged revisions 151242-151243 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r151242 | kpfleming | 2008-10-20 07:59:04 +0300 (Mon, 20 Oct 2008) | 9 lines
  
  Merged revisions 151240 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r151240 | kpfleming | 2008-10-20 07:45:56 +0300 (Mon, 20 Oct 2008) | 3 lines
    
    break up acinclude.m4 into individual files, which will make it easier to maintain, easier to add new macros (less patching) and will ease maintenance of these macros across Asterisk branches
  ........
................
  r151243 | kpfleming | 2008-10-20 08:00:56 +0300 (Mon, 20 Oct 2008) | 9 lines
  
  Merged revisions 151241 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r151241 | kpfleming | 2008-10-20 07:57:33 +0300 (Mon, 20 Oct 2008) | 2 lines
    
    rename this macro to properly reflect what it does
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@151244 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-20 05:03:58 +00:00
BJ Weschke
b15c8d915a Merged revisions 150817 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r150817 | bweschke | 2008-10-17 22:18:33 -0400 (Fri, 17 Oct 2008) | 8 lines
  
   Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) when you use a dialplan function that requires a channel and then you don't provide one or provide an invalid one in the Channel: parameter. We'll handle this situation exactly the same way it was handled in pbx.c back on r61766.
  We'll create a bogus channel for the function call and destroy it when we're done. If we have trouble allocating the bogus channel then we're not going to try executing the function call at all and run the risk of crashing.
  
  (closes issue #13715)
  reported by: makoto
  patch by: bweschke
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@150854 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-18 02:35:47 +00:00
Mark Michelson
6e93187aa1 Instead of merging commit 150307 to 1.6.0, I had
meant to block it in 1.6.1...time to go home :)



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@150313 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-17 00:19:42 +00:00
Mark Michelson
258c4d4932 Merged revisions 150307 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r150307 | mmichelson | 2008-10-16 19:13:35 -0500 (Thu, 16 Oct 2008) | 14 lines

After a long discussion on #asterisk-bugs, it seems kind of
odd that a channel would be named after the port on which it
came in on. For endpoints that always include ":5060" as part
of the From: header, it will mean that you have a ton of
channels with names like "SIP/5060-3ea38a8b."

I am boldly moving forward with this change in trunk, but I'm
not touching other branches with this one since this definitely
would qualify as a behavior change. If there is a problem with
this commit, and I haven't seen the obvious reason why you'd want
to name the channel after the port from which the call originated,
then please feel free to revert this


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@150308 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-17 00:14:17 +00:00
Richard Mudgett
757367c8d8 Merged revisions 150125 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r150125 | rmudgett | 2008-10-16 11:04:45 -0500 (Thu, 16 Oct 2008) | 9 lines
  
  Merged revisions 150124 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r150124 | rmudgett | 2008-10-16 10:56:06 -0500 (Thu, 16 Oct 2008) | 1 line
    
    Fix memory leak found by customer
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@150126 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-16 16:10:28 +00:00
BJ Weschke
a301889274 Merged revisions 149756 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r149756 | bweschke | 2008-10-15 16:14:20 -0400 (Wed, 15 Oct 2008) | 10 lines
  
  Merged revisions 149683 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r149683 | bweschke | 2008-10-15 14:28:54 -0400 (Wed, 15 Oct 2008) | 4 lines
    
     An update to the documentation/example of agents.conf.sample with the correct parameter for this feature as defined in chan_agent.c
     (closes issue #13709)
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@149757 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-15 20:18:44 +00:00
Kevin P. Fleming
962a134bcf Merged revisions 149487 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r149487 | kpfleming | 2008-10-15 13:26:36 +0200 (Wed, 15 Oct 2008) | 9 lines
  
  Merged revisions 149452 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r149452 | kpfleming | 2008-10-15 12:30:40 +0200 (Wed, 15 Oct 2008) | 3 lines
    
    fix some problems when parsing SIP messages that have the maximum number of headers or body lines that we support
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@149495 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-15 11:29:25 +00:00
Mark Michelson
4e93c2a778 Merged revisions 148913 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r148913 | mmichelson | 2008-10-14 12:38:06 -0500 (Tue, 14 Oct 2008) | 17 lines

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

........
r148912 | mmichelson | 2008-10-14 12:33:38 -0500 (Tue, 14 Oct 2008) | 9 lines

Deadlock prevention in chan_local.

(closes issue #13676)
Reported by: tacvbo
Patches:
      13676.patch uploaded by putnopvut (license 60)
Tested by: tacvbo


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@148914 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-14 17:39:04 +00:00
Kevin P. Fleming
f9f88ad2d8 Merged revisions 148738 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r148738 | kpfleming | 2008-10-14 12:33:14 +0200 (Tue, 14 Oct 2008) | 9 lines
  
  Merged revisions 148736 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r148736 | kpfleming | 2008-10-14 12:30:54 +0200 (Tue, 14 Oct 2008) | 3 lines
    
    on Ubuntu (at least), recent versions of ld in binutils delete all debugging symbols when -x is supplied; since the reasons why -x is being passed are lost in the mists of time, remove it so debugging will work properly
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@148739 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-14 10:34:14 +00:00
Kevin P. Fleming
158d6c4b64 Merged revisions 148612 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r148612 | kpfleming | 2008-10-14 03:06:45 -0500 (Tue, 14 Oct 2008) | 9 lines
  
  Merged revisions 148611 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r148611 | kpfleming | 2008-10-14 02:54:41 -0500 (Tue, 14 Oct 2008) | 3 lines
    
    it would be nice if this message printing code had actually been tested before it was committed...
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@148613 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-14 08:08:17 +00:00
Steve Murphy
3a39286358 Blocked revisions 148519 via svnmerge
........
r148519 | murf | 2008-10-13 11:14:38 -0600 (Mon, 13 Oct 2008) | 15 lines

Hmmm. Nobody (but me) is interested in seeing 
the trie info when they do 'dialplan show ...'
(even with debug set to non-zero); so I set up a 
   'dialplan debug [context]' cli command instead, 
to explicitly show just the trie info.  I even
added an extension_exists() call to make sure the
trie info is built. I moved the explanatory header
to above the extension loop to ensure it only prints
once. And it will do this now, whether debug is set
or not.

I removed the trie printing from the 'dialplan show' 
command entirely. 


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@148559 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-13 17:47:51 +00:00
Mark Michelson
2e7e3ee6b3 Merged revisions 148373 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r148373 | mmichelson | 2008-10-10 16:18:10 -0500 (Fri, 10 Oct 2008) | 8 lines

Make sure that the inUse and inRinging fields for 
a sip peer cannot go below zero. This is a regression
from 1.4 and so it will be applied to 1.6.0 as well.

(closes issue #13668)
Reported by: mjc


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@148374 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-10 21:18:43 +00:00
Sean Bright
eb87d6dac7 Merged revisions 148200 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r148200 | seanbright | 2008-10-09 20:42:13 -0400 (Thu, 09 Oct 2008) | 12 lines

Don't include logger.h in asterisk.h by default as it is causing problems building
app_voicemail.  Instead, include it where it is needed.  This turned out to be a
relatively minor issue because other headers include logger.h as well.

Need to test -addons before merging this back to 1.6.0.

(closes issue #13605)
Reported by: tomo1657
Patches: 
      13605_seanbright.diff uploaded by seanbright (license 71)
Tested by: mmichelson

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@148204 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-10 01:25:31 +00:00
Sean Bright
2b03afb74b Somehow we got conflict markers checked in! Might need a 1.6.0.1 sooner than we'd like.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@148201 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-10 01:21:47 +00:00
Mark Michelson
60399ff4ac Merged revisions 148144 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r148144 | mmichelson | 2008-10-09 18:30:47 -0500 (Thu, 09 Oct 2008) | 10 lines

Read the callerid in the correct order and make sure to
read the Urgent flag value from the IMAP headers.

(closes issue #13652)
Reported by: jaroth
Patches:
      imapheaders.patch uploaded by jaroth (license 50)



........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@148147 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-09 23:31:27 +00:00
Tilghman Lesher
e0f75e891e Merged revisions 148120 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r148120 | tilghman | 2008-10-09 18:25:53 -0500 (Thu, 09 Oct 2008) | 6 lines
  
  Fix example schema
  (closes issue #12860)
   Reported by: flyn
   Patches: 
         res_ldap.conf.patch uploaded by flyn (license 503)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@148124 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-09 23:26:42 +00:00
Michiel van Baak
de553c362d Merged revisions 147899 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r147899 | mvanbaak | 2008-10-09 19:48:53 +0200 (Thu, 09 Oct 2008) | 5 lines
  
  only include this for OpenBSD. At least FreeBSD is borked when including it
  
  (closes issue #13649)
  Reported by: ys
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@147900 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-09 17:51:25 +00:00
Tilghman Lesher
2934507592 Merged revisions 147896 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r147896 | tilghman | 2008-10-09 12:46:15 -0500 (Thu, 09 Oct 2008) | 4 lines
  
  Remove "second form" of extensions, as it no longer applies.  Also, cleanup
  the grammar, formatting, and introduce several clarifications to the text.
  (Closes issue #13654)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@147897 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-09 17:47:03 +00:00
Steve Murphy
062d3041fe Merged revisions 147807 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r147807 | murf | 2008-10-09 08:17:33 -0600 (Thu, 09 Oct 2008) | 15 lines

(closes issue #13557)
Reported by: nickpeirson
Patches:
      pbx.c.patch uploaded by nickpeirson (license 579)
      replace_bzero+bcopy.patch uploaded by nickpeirson (license 579)
Tested by: nickpeirson, murf

1. replaced all refs to bzero and bcopy to memset and memmove instead.
2. added a note to the CODING-GUIDELINES
3. add two macros to asterisk.h to prevent bzero, bcopy from creeping
   back into the source
4. removed bzero from configure, configure.ac, autoconfig.h.in



........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@147809 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-09 14:56:51 +00:00
Russell Bryant
506f7e187a Remove the sample configuration for configuration sections in chan_dahdi.conf.
This code was not merged into 1.6.0.
Reported by: angler
(closes AST-119)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@147458 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-08 12:16:30 +00:00
Sean Bright
d3edd930a9 Merged revisions 147194 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r147194 | seanbright | 2008-10-07 12:52:02 -0400 (Tue, 07 Oct 2008) | 10 lines

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

........
r147193 | seanbright | 2008-10-07 12:48:30 -0400 (Tue, 07 Oct 2008) | 2 lines

Make 'imapsecret' an alias to 'imappassword' in voicemail.conf.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@147195 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-07 16:53:40 +00:00
Sean Bright
4d5405c74d Merged revisions 147050 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r147050 | seanbright | 2008-10-07 08:01:36 -0400 (Tue, 07 Oct 2008) | 8 lines

Make sure to compare the correct number of characters when special-casing
our DAHDI operator mode stuff.  Technically, it would work fine, as 'DAH'
is currently unique amongst our channel technologies, but as Jared points
out:

  <@jsmith> Sure... as long as the technology starts whith DAH.... but
            it could be DAHDOO!

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@147051 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-07 12:03:07 +00:00
Tilghman Lesher
cdb76a9f1a Merged revisions 146928 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r146928 | tilghman | 2008-10-06 18:21:02 -0500 (Mon, 06 Oct 2008) | 3 lines
  
  Update documentation; AST_THREADSTORAGE() in trunk only takes a single
  argument.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146929 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-06 23:22:19 +00:00
Michiel van Baak
456b36a4c1 Blocked revisions 146925 via svnmerge
........
  r146925 | mvanbaak | 2008-10-07 01:14:33 +0200 (Tue, 07 Oct 2008) | 8 lines
  
  All ODBC parts can now use either unixodbc or iodbc.
  This allows for the ODBC parts to work on OpenBSD as well.
  
  99.99% of the work is done by seanbright (bow, bow) and I actually
  did nothing but test and yell at him that it still didn't work :)
  
  Thanks for helping out !
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-06 23:17:14 +00:00
Jeff Peeler
69ffdd5f69 Merged revisions 146920 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r146920 | jpeeler | 2008-10-06 17:59:58 -0500 (Mon, 06 Oct 2008) | 2 lines

Mvanbaak said this was needed to compile on OpenBSD, so put it in the OpenBSD section.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146922 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-06 23:03:17 +00:00
Michiel van Baak
49fd015123 Merged revisions 146807 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r146807 | mvanbaak | 2008-10-06 23:18:13 +0200 (Mon, 06 Oct 2008) | 2 lines
  
  make aescrypt.c compile on OpenBSD again
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146873 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-06 21:47:56 +00:00
Tilghman Lesher
45c2df8f99 Blocked revisions 146802 via svnmerge
................
  r146802 | tilghman | 2008-10-06 16:09:05 -0500 (Mon, 06 Oct 2008) | 15 lines
  
  Merged revisions 146799 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r146799 | tilghman | 2008-10-06 15:52:04 -0500 (Mon, 06 Oct 2008) | 8 lines
    
    Dialplan functions should not actually return 0, unless they have modified the
    workspace.  To signal an error (and no change to the workspace), -1 should be
    returned instead.
    (closes issue #13340)
     Reported by: kryptolus
     Patches: 
           20080827__bug13340__2.diff.txt uploaded by Corydon76 (license 14)
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146829 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-06 21:30:42 +00:00
Sean Bright
882bad399e Blocked revisions 146738 via svnmerge
........
r146738 | seanbright | 2008-10-06 13:32:02 -0400 (Mon, 06 Oct 2008) | 1 line

Pretty-print a couple configure options
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146742 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-06 17:32:55 +00:00
Tilghman Lesher
eb9fe05fa0 Blocked revisions 146713 via svnmerge
................
  r146713 | tilghman | 2008-10-06 11:52:14 -0500 (Mon, 06 Oct 2008) | 16 lines
  
  Merged revisions 146711 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r146711 | tilghman | 2008-10-06 11:51:21 -0500 (Mon, 06 Oct 2008) | 9 lines
    
    Check whether an extension exists in the _call method, rather than the _alloc
    method, because we need to evaluate the callerid (since that data affects
    whether an extension exists).
    (closes issue #13343)
     Reported by: efutch
     Patches: 
           20080915__bug13343.diff.txt uploaded by Corydon76 (license 14)
     Tested by: efutch
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146714 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-06 16:53:13 +00:00
Mark Michelson
ddc77036bd Blocked revisions 146640 via svnmerge
........
r146640 | mmichelson | 2008-10-06 10:29:56 -0500 (Mon, 06 Oct 2008) | 15 lines

This commit introduces a change to how the "joinempty"
and "leavewhenempty" options are configured in queues.conf.

Instead of using vague terms like "yes," "no," "loose," and
"strict," we now accept a comma-separated list of values
to determine when to consider a member available.

Extended details can be found in the queues.conf.sample
file. Note also that the above four referenced values are
still accepted for backwards-compatibility, but are mapped
internally to the new method of representing the option.

AST-105


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146641 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-06 15:36:28 +00:00
Sean Bright
c82ebdb472 Blocked revisions 146597 via svnmerge
........
r146597 | seanbright | 2008-10-05 20:36:37 -0400 (Sun, 05 Oct 2008) | 2 lines

Make NOISY_BUILD work for the calls to cp in utils/Makefile

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146598 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-06 00:37:11 +00:00
Sean Bright
a237e8a708 Merged revisions 146555 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r146555 | seanbright | 2008-10-05 20:21:49 -0400 (Sun, 05 Oct 2008) | 1 line

Quote arguments to cp so we can handle spaces in our paths.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146556 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-06 00:23:03 +00:00
Russell Bryant
23b7ee2026 Merged revisions 146514 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r146514 | russell | 2008-10-05 17:11:30 -0500 (Sun, 05 Oct 2008) | 2 lines

Make this build on my mac.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146554 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-05 23:35:59 +00:00
Jason Parker
521e821101 Blocked revisions 146449 via svnmerge
................
  r146449 | qwell | 2008-10-05 16:21:03 -0500 (Sun, 05 Oct 2008) | 9 lines
  
  Recorded merge of revisions 146448 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r146448 | qwell | 2008-10-05 16:17:44 -0500 (Sun, 05 Oct 2008) | 1 line
    
    Fix silly formatting.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146450 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-05 21:23:36 +00:00
Sean Bright
b016fa3371 Blocked revisions 146359 via svnmerge
........
r146359 | seanbright | 2008-10-04 12:20:31 -0400 (Sat, 04 Oct 2008) | 10 lines

Fix a bug with the last item in CLI history getting duplicated when
read from the .asterisk_history file (and subsequently being duplicated
when written).  We weren't checking the result of fgets() which meant
that we read the same line twice before feof() actually returned non-
zero.

Also, stop writing out an extra blank line between each item in the
history file, fix a minor off-by-one error, and use symbolic constants
rather than a hardcoded integer.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-04 16:21:15 +00:00
Sean Bright
0b5d83c47c Blocked revisions 146312 via svnmerge
........
r146312 | seanbright | 2008-10-03 21:54:44 -0400 (Fri, 03 Oct 2008) | 8 lines

Add ability to remotely reboot snom phones.  Also cleaned up and
reorganized sip_notify.conf.sample a bit as well.  Tested snom
reboot on snom 360 and verified snom-check-cfg worked as well.

(closes issue #13601)
Reported by: mjc
Tested by: seanbright

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146313 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-04 01:56:34 +00:00
Sean Bright
db4272571b Blocked revisions 146245 via svnmerge
................
r146245 | seanbright | 2008-10-03 18:54:57 -0400 (Fri, 03 Oct 2008) | 13 lines

Blocked revisions 146244 via svnmerge

........
r146244 | seanbright | 2008-10-03 18:51:22 -0400 (Fri, 03 Oct 2008) | 6 lines

Change some preprocessor macros to struct definitions so that we get
app_rpt to build with DAHDI.

(closes issue #13576)
Reported by: blitzrage

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146246 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-03 22:55:35 +00:00
Sean Bright
28c515cac5 Merged revisions 146198 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r146198 | seanbright | 2008-10-03 18:10:18 -0400 (Fri, 03 Oct 2008) | 7 lines

Resolve a subtle bug where we would never successfully be able to get
the first item in the CLI entry list.  This was preventing '!' from
showing up in either 'help' or in tab completion.

(closes issue #13578)
Reported by: mvanbaak

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146199 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-03 22:12:02 +00:00
Tilghman Lesher
f0b173a9a6 Blocked revisions 146081 via svnmerge
........
  r146081 | tilghman | 2008-10-03 13:30:39 -0500 (Fri, 03 Oct 2008) | 2 lines
  
  document meetme schedule changes (related to issue #11040)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@146087 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-03 18:31:41 +00:00
Russell Bryant
ce39baaac3 Merged revisions 145962 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r145962 | russell | 2008-10-02 14:30:45 -0500 (Thu, 02 Oct 2008) | 2 lines

The 'P' command for ExternalIVR was also added in 1.6.0

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145963 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-02 19:30:59 +00:00
Russell Bryant
4ccac83066 Blocked revisions 145959 via svnmerge
........
r145959 | russell | 2008-10-02 14:27:37 -0500 (Thu, 02 Oct 2008) | 2 lines

TCP support for ExternalIVR went in to 1.6.1, not 1.6.0

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145961 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-02 19:29:01 +00:00
Michiel van Baak
0f4053a895 Blocked revisions 145915 via svnmerge
........
r145915 | mvanbaak | 2008-10-02 20:02:26 +0200 (Thu, 02 Oct 2008) | 6 lines

fix the 'meetme list', 'meetme list concise', 'meetme list $confno' and 'meetme list $confno concise' CLI commands

(closes issue #13586)
Reported by: john8675309
Help and feedback from eliel, thanks!

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145916 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-02 18:03:25 +00:00
Tilghman Lesher
47f29335e9 Blocked revisions 145846 via svnmerge
........
  r145846 | tilghman | 2008-10-02 12:16:54 -0500 (Thu, 02 Oct 2008) | 2 lines
  
  Permit the syntax and synopsis fields to be set (for func_odbc).
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145847 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-02 17:17:28 +00:00
Michiel van Baak
56760efcd3 Blocked revisions 145842 via svnmerge
........
r145842 | mvanbaak | 2008-10-02 18:42:30 +0200 (Thu, 02 Oct 2008) | 2 lines

make this compile under devmode again

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145843 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-02 16:44:56 +00:00
Sean Bright
f2e9d4db57 Blocked revisions 145771 via svnmerge
........
r145771 | seanbright | 2008-10-02 11:28:48 -0400 (Thu, 02 Oct 2008) | 1 line

This is much cleaner, methinks.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145775 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-02 15:29:31 +00:00
Tilghman Lesher
45a68354bb Blocked revisions 145752 via svnmerge
................
  r145752 | tilghman | 2008-10-02 10:17:16 -0500 (Thu, 02 Oct 2008) | 10 lines
  
  Merged revisions 145751 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r145751 | tilghman | 2008-10-02 10:13:21 -0500 (Thu, 02 Oct 2008) | 3 lines
    
    Some sanity checks that may have led to prior crashes, found by codefreeze-lap
    (murf) on IRC.  Also some cleanup of incorrectly-used constants.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145753 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-02 15:18:45 +00:00
Russell Bryant
7e6ff1dac8 Merged revisions 145692 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r145692 | seanbright | 2008-10-01 18:48:16 -0500 (Wed, 01 Oct 2008) | 7 lines

Try a test compile using the GMime library.  Some distros install gmime-config
in the base package instead of the -devel package.  Now we print a notice and
disable GMime support instead of bombing during the main compilation.

(closes issue #13583)
Reported by: arkadia

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145697 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-02 00:23:09 +00:00
Russell Bryant
3059d69eef unblock 145692
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145696 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-02 00:21:18 +00:00
Sean Bright
329ab9cc98 Blocked revisions 145692 via svnmerge
........
r145692 | seanbright | 2008-10-01 19:48:16 -0400 (Wed, 01 Oct 2008) | 7 lines

Try a test compile using the GMime library.  Some distros install gmime-config
in the base package instead of the -devel package.  Now we print a notice and
disable GMime support instead of bombing during the main compilation.

(closes issue #13583)
Reported by: arkadia

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145693 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-01 23:53:07 +00:00
Tilghman Lesher
b14ec0380e Blocked revisions 145649 via svnmerge
........
  r145649 | tilghman | 2008-10-01 18:02:25 -0500 (Wed, 01 Oct 2008) | 8 lines
  
  Add schedule extensions to app_meetme.  In addition, the reporter found a
  problem within strptime(3), which we are correcting here with ast_strptime().
  (closes issue #11040)
   Reported by: DEA
   Patches: 
         20080910__bug11040.diff.txt uploaded by Corydon76 (license 14)
   Tested by: DEA
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145650 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-01 23:03:11 +00:00