Commit Graph

16249 Commits

Author SHA1 Message Date
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
Mark Michelson
4a2c9d25ba Merged revisions 145606 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r145606 | mmichelson | 2008-10-01 17:23:50 -0500 (Wed, 01 Oct 2008) | 11 lines

Okay, this should really do it now. While I did manage
to fix blind transfers with my last commit here, I also
caused an unwanted side-effect. That is, only the first
priority of the 'h' extension would be executed when
a blind transfer occurred instead of all priorities.

Essentially, my last commit corrected the return value
of ast_bridge_call. However, the implementation still
was not 100% correct. Now it is.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145607 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-01 22:24:16 +00:00
Mark Michelson
2b6112542e Merged revisions 145579 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r145579 | mmichelson | 2008-10-01 16:33:11 -0500 (Wed, 01 Oct 2008) | 4 lines

if (!(x) == 0) is the same as
if (x).


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145581 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-01 21:33:55 +00:00
Mark Michelson
64773d186f Merged revisions 145553 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r145553 | mmichelson | 2008-10-01 16:06:26 -0500 (Wed, 01 Oct 2008) | 13 lines

The logic surrounding the return value of ast_spawn_extension
within ast_bridge_call was reversed.

This problem was observed when a blind transfer placed from
the callee channel of a test call failed.

While the problem I am solving here is exactly the same
as what was reported in issue #13584, the difference is
that this fix I am applying is trunk-only. Issue #13584
was reported against the 1.4 branch, and my tests
of 1.4's blind transfers appear to work fine.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145556 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-01 21:19:46 +00:00
Leif Madsen
107d16c87c Merged revisions 145487 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r145487 | lmadsen | 2008-10-01 13:26:20 -0400 (Wed, 01 Oct 2008) | 12 lines
  
  Merged revisions 145479 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r145479 | lmadsen | 2008-10-01 13:18:30 -0400 (Wed, 01 Oct 2008) | 6 lines
    
    Update the realtime_pgsql.sql script to create the setinterfacevar column.
    
    (closes issue #13549)
    Reported by: fiddur
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-01 17:31:12 +00:00
Tilghman Lesher
9f9e461e48 Merged revisions 145428 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r145428 | tilghman | 2008-10-01 10:44:06 -0500 (Wed, 01 Oct 2008) | 7 lines
  
  Initializing buffer prevents a segfault when arguments are incomplete.
  (closes issue #13471)
   Reported by: alecdavis
   Patches: 
         20080916__bug13471.diff.txt uploaded by Corydon76 (license 14)
   Tested by: alecdavis
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145429 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-01 15:44:59 +00:00
Mark Michelson
856f327b9b Blocked revisions 145381 via svnmerge
........
r145381 | mmichelson | 2008-10-01 09:44:12 -0500 (Wed, 01 Oct 2008) | 7 lines

Too many times have I mistyped the word
'install' as 'isntall'

Now this typo shall no longer be a problem since
'make isntall' just builds the 'install' target.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-01 14:46:40 +00:00
Jeff Peeler
5b1e55af1e Merged revisions 145249 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r145249 | jpeeler | 2008-09-30 17:21:19 -0500 (Tue, 30 Sep 2008) | 6 lines

(closes issue #13337)
Reported by: pj
Tested by: pj

Set transport to SIP_TRANSPORT_UDP mode if not specified which fixes calls to get_transport returning UNKNOWN.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145255 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-30 22:25:42 +00:00
Russell Bryant
80d99c22cb Blocked revisions 145226 via svnmerge
........
r145226 | russell | 2008-09-30 16:32:53 -0500 (Tue, 30 Sep 2008) | 16 lines

Add support for call pickup on Snom phones.  Asterisk now includes a magic
call-id in the dialog-info event package used with extension state subscriptions
on Snom phones.  Then, when the phone sends an INVITE with Replaces for the
special callid, Asterisk will perform a pickup on the extension that was
subscribed to.

The original code on this issue was submitted by xylome.  However, contributions
have been made by (at least) mgernoth and pkempgen.  The final patch was written
by seanbright, and includes the necessary logic to allow this work in a
technology independent way.

(closes issue #5014)
Reported by: xylome
Patches:
      issue5014-trunk.diff uploaded by seanbright (license 71)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145229 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-30 21:33:27 +00:00
Tilghman Lesher
e747412f1f Merged revisions 145076 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r145076 | tilghman | 2008-09-28 16:39:07 -0500 (Sun, 28 Sep 2008) | 4 lines
  
  Change several improper "sizeof" to "strlen", as sizeof in that context would
  incorrectly use the size of a pointer, rather than the length of a string.
  (Closes issue #13574)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145123 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-29 00:13:00 +00:00
Kevin P. Fleming
ae6e72ad45 Blocked revisions 145027 via svnmerge
........
  r145027 | kpfleming | 2008-09-28 10:08:12 -0700 (Sun, 28 Sep 2008) | 1 line
  
  rename chandup() and clarify its usage
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@145028 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-28 17:09:13 +00:00
Kevin P. Fleming
ccc3bcfb67 Merged revisions 144949-144951 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r144949 | kpfleming | 2008-09-27 10:52:56 -0500 (Sat, 27 Sep 2008) | 17 lines
  
  Merged revisions 144924-144925 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r144924 | kpfleming | 2008-09-27 10:00:48 -0500 (Sat, 27 Sep 2008) | 6 lines
    
    improve header inclusion process in a few small ways:
    
      - it is no longer necessary to forcibly include asterisk/autoconfig.h; every module already includes asterisk.h as its first header (even before system headers), which serves the same purpose
      - astmm.h is now included by asterisk.h when needed, instead of being forced by the Makefile; this means external modules will build properly against installed headers with MALLOC_DEBUG enabled
      - simplify the usage of some of these headers in the AEL-related stuff in the utils directory
  ........
    r144925 | kpfleming | 2008-09-27 10:13:30 -0500 (Sat, 27 Sep 2008) | 2 lines
    
    fix some minor issues with rev 144924
  ........
................
  r144950 | kpfleming | 2008-09-27 11:10:33 -0500 (Sat, 27 Sep 2008) | 2 lines
  
  fix bugs caused by r144949 when MALLOC_DEBUG is defined
................
  r144951 | kpfleming | 2008-09-27 11:17:43 -0500 (Sat, 27 Sep 2008) | 1 line
  
  remove incorrect comment
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@144991 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-27 16:36:39 +00:00
Michiel van Baak
d9b2f77657 Blocked revisions 144879 via svnmerge
........
r144879 | mvanbaak | 2008-09-27 02:49:24 +0200 (Sat, 27 Sep 2008) | 2 lines

fix a couple of CLI commands that did not have a help description.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@144880 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-27 01:01:07 +00:00
Joshua Colp
d14cf1fc79 Merged revisions 144829 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r144829 | file | 2008-09-26 20:12:13 -0300 (Fri, 26 Sep 2008) | 2 lines
  
  Update documentation to include default setting. This is for you jtodd!
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@144831 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-26 23:14:29 +00:00
Mark Michelson
6f52d90a92 Blocked revisions 144759 via svnmerge
................
r144759 | mmichelson | 2008-09-26 17:15:40 -0500 (Fri, 26 Sep 2008) | 14 lines

Blocked revisions 144758 via svnmerge

........
r144758 | mmichelson | 2008-09-26 17:14:59 -0500 (Fri, 26 Sep 2008) | 7 lines

This patch was applied to 1.4 but it completely
does not apply since the "found" pointer is not
passed in to this function. If this is going to
be backported, it needs to be done differently or
a deeper backport needs to be done.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@144760 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-26 22:16:07 +00:00
Steve Murphy
cde0ddac0d Merged revisions 144681 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r144681 | murf | 2008-09-26 12:02:06 -0600 (Fri, 26 Sep 2008) | 14 lines

(closes issue #13564)
Reported by: mnicholson
Patches:
      pbx_lua9.diff uploaded by mnicholson (license 96)

Many thanks to Matt for his upgrade to the lua dialplan
option! 

the Description from the bug:

This patch adds a stack trace to errors encountered while executing lua extensions. The patch also handles out of memory errors reported by lua.



........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@144683 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-26 18:08:05 +00:00
Steve Murphy
fb1a08e168 Merged revisions 144678 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r144678 | murf | 2008-09-26 11:50:35 -0600 (Fri, 26 Sep 2008) | 20 lines

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

........
r144677 | murf | 2008-09-26 11:47:13 -0600 (Fri, 26 Sep 2008) | 12 lines

(closes issue #13563)
Reported by: mnicholson
Patches:
      found1.diff uploaded by mnicholson (license 96)

This patch was mainly meant to apply to trunk and 1.6.x,
but I'm applying it to 1.4 also, which should be a perfectly
harmless fix to the vast majority of users who are not using
external switches, but the few who might be affected 
will not have to go to the pain of filing a bug report.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@144679 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-26 17:52:04 +00:00
Steve Murphy
d933c94dcb Merged revisions 144635 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r144635 | murf | 2008-09-26 10:51:30 -0600 (Fri, 26 Sep 2008) | 1 line

Matt suggests we remove utils/build-extensions-conf.lua, as per bug 12961, it is no longer necessary.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@144636 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-26 16:53:01 +00:00
Steve Murphy
561fd11a1f Merged revisions 144569 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r144569 | murf | 2008-09-25 16:21:28 -0600 (Thu, 25 Sep 2008) | 14 lines

(closes issue #13557)
Reported by: nickpeirson

The user attached a patch, but the license is not yet
recorded. I took the liberty of finding and replacing
ALL index() calls with strchr() calls, and that
involves more than just main/pbx.c;

chan_oss, app_playback, func_cut also had calls
to index(), and I changed them out. 1.4 had no
references to index() at all.



........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@144570 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-25 22:23:21 +00:00