Commit Graph

15332 Commits

Author SHA1 Message Date
Joshua Colp
1d5d0976cc Merged revisions 115580 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115580 | file | 2008-05-09 13:36:58 -0300 (Fri, 09 May 2008) | 10 lines

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

........
r115579 | file | 2008-05-09 13:34:08 -0300 (Fri, 09 May 2008) | 2 lines

Improve res_ninit and res_ndestroy autoconf logic on the Darwin platform.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115581 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-09 16:38:38 +00:00
Russell Bryant
3ec3e555c0 Merged revisions 115569 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115569 | russell | 2008-05-08 14:20:35 -0500 (Thu, 08 May 2008) | 10 lines

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

........
r115568 | russell | 2008-05-08 14:19:50 -0500 (Thu, 08 May 2008) | 2 lines

Remove debug output.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115570 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-08 19:21:08 +00:00
Russell Bryant
24d6ade06e Merged revisions 115566 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115566 | russell | 2008-05-08 14:17:04 -0500 (Thu, 08 May 2008) | 41 lines

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

................
r115565 | russell | 2008-05-08 14:15:25 -0500 (Thu, 08 May 2008) | 33 lines

Merged revisions 115564 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r115564 | russell | 2008-05-08 14:14:04 -0500 (Thu, 08 May 2008) | 25 lines

Fix a race condition that bbryant just found while doing some IAX2 testing.
He was running Asterisk trunk running IAX2 calls through a few Asterisk boxes,
however, the audio was extremely choppy.  We looked at a packet trace and saw
a storm of INVAL and VNAK frames being sent from one box to another.

It turned out that what had happened was that one box tried to send a CONTROL
frame before the 3 way handshake had completed.  So, that frame did not include
the destination call number, because it didn't have it yet.  Part of our recent
work for security issues included an additional check to ensure that frames that
are supposed to include the destination call number have the correct one.  This
caused the frame to be rejected with an INVAL.  The frame would get retransmitted
for forever, rejected every time ...

This race condition exists in all versions that got the security changes,
in theory.  However, it is really only likely that this would cause a problem in
Asterisk trunk.  There was a control frame being sent (SRCUPDATE) at the _very_
beginning of the call, which does not exist in 1.2 or 1.4.  However, I am fixing
all versions that could potentially be affected by the introduced race condition.

These changes are what bbryant and I came up with to fix the issue.  Instead of
simply dropping control frames that get sent before the handshake is complete,
the code attempts to wait a little while, since in most cases, the handshake
will complete very quickly.  If it doesn't complete after yielding for a little
while, then the frame gets dropped.

........

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

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115567 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-08 19:18:10 +00:00
Russell Bryant
f42c651268 Merged revisions 115562 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115562 | russell | 2008-05-08 11:14:08 -0500 (Thu, 08 May 2008) | 11 lines

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

........
r115561 | russell | 2008-05-08 11:11:33 -0500 (Thu, 08 May 2008) | 3 lines

Don't give up on attempting an outbound registration if we receive a 408 Timeout.
(closes issue #12323)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115563 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-08 16:14:53 +00:00
Russell Bryant
fd3eea1ba8 Merged revisions 115558 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115558 | russell | 2008-05-08 10:38:27 -0500 (Thu, 08 May 2008) | 11 lines

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

........
r115557 | russell | 2008-05-08 10:37:49 -0500 (Thu, 08 May 2008) | 3 lines

remove postgres_cdr.sql, as the CDR schema is in realtime_pgsql.sql, as well
(closes issue #9676)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115559 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-08 15:38:55 +00:00
Russell Bryant
eadd1e8063 Merged revisions 115555 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115555 | russell | 2008-05-08 10:32:48 -0500 (Thu, 08 May 2008) | 11 lines

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

........
r115554 | russell | 2008-05-08 10:32:08 -0500 (Thu, 08 May 2008) | 3 lines

Don't exit the script if Asterisk is not running.
(closes issue #12611)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115556 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-08 15:33:02 +00:00
Russell Bryant
ddc2373fe1 Merged revisions 115552 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115552 | russell | 2008-05-08 10:26:49 -0500 (Thu, 08 May 2008) | 12 lines

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

........
r115551 | russell | 2008-05-08 10:24:54 -0500 (Thu, 08 May 2008) | 4 lines

Don't use a channel before checking for channel allocation failure.
(closes issue #12609)
Reported by: edantie

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115553 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-08 15:27:06 +00:00
Matthew Fredrickson
886d1aef09 Merged revisions 115548 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r115548 | mattf | 2008-05-08 10:04:45 -0500 (Thu, 08 May 2008) | 1 line

Remove unused code as well as demote an error message to a debug message
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115549 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-08 15:08:26 +00:00
Russell Bryant
4909bf569a Merged revisions 115546 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115546 | russell | 2008-05-08 09:41:12 -0500 (Thu, 08 May 2008) | 12 lines

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

........
r115545 | russell | 2008-05-08 09:40:53 -0500 (Thu, 08 May 2008) | 4 lines

Use the same method for executing Asterisk as the rest of the script.
(closes issue #12611)
Reported by: b_plessis

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115547 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-08 14:41:34 +00:00
Russell Bryant
9a7f4fc302 Blocked revisions 115537 via svnmerge
........
r115537 | russell | 2008-05-07 16:11:33 -0500 (Wed, 07 May 2008) | 10 lines

Fix up a problem that was introduced into the scheduler when it was converted
to use doubly linked lists.  The schedule() function had an optimization that
had it try to guess which direction would be better for the traversal to insert
the task into the scheduler queue.  However, if the code chose the path where
it traversed the queue in reverse, and the result was that the task should be
at the head of the queue, then the code would actually put it at the tail,
instead.

(Problem found by bbryant, debugged and fixed by bbryant and me)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115538 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-07 21:12:13 +00:00
Tilghman Lesher
072d10f23b Blocked revisions 115535 via svnmerge
........
r115535 | tilghman | 2008-05-07 15:22:09 -0500 (Wed, 07 May 2008) | 2 lines

Advance to next sounds release

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115536 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-07 20:23:11 +00:00
Tilghman Lesher
6ace54528a Blocked revisions 115525 via svnmerge
........
r115525 | tilghman | 2008-05-07 13:40:21 -0500 (Wed, 07 May 2008) | 2 lines

Don't free the object on destroy, as astobj2 takes care of that for you

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115526 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-07 18:41:34 +00:00
Russell Bryant
f4eeb3481b Merged revisions 115523 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r115523 | russell | 2008-05-07 13:33:50 -0500 (Wed, 07 May 2008) | 6 lines

Only save a password if a username exists.

(closes issue #12600)
Reported By: suretec
Patch by me

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115524 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-07 18:35:52 +00:00
Russell Bryant
41a4500980 Merged revisions 115521 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r115521 | russell | 2008-05-07 13:30:12 -0500 (Wed, 07 May 2008) | 7 lines

Use the default that the log output claims will be used for the basedn

(closes issue #12599)
Reported by: suretec
Patches:
      12599.patch uploaded by juggie (license 24)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115522 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-07 18:30:29 +00:00
Russell Bryant
ae3dda883f Merged revisions 115519 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r115519 | russell | 2008-05-07 13:24:51 -0500 (Wed, 07 May 2008) | 2 lines

Let chan_h323 build in dev mode

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115520 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-07 18:25:08 +00:00
Russell Bryant
fefdbda7a6 Blocked revisions 115515 via svnmerge
........
r115515 | russell | 2008-05-07 12:38:36 -0500 (Wed, 07 May 2008) | 2 lines

re-add dlinkedlists.h to trunk, oops!

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115516 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-07 17:38:58 +00:00
Russell Bryant
09d71ed55f Merged revisions 115513 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115513 | russell | 2008-05-07 12:28:19 -0500 (Wed, 07 May 2008) | 19 lines

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

................
r115512 | russell | 2008-05-07 11:24:09 -0500 (Wed, 07 May 2008) | 11 lines

Merged revisions 115511 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r115511 | russell | 2008-05-07 11:22:49 -0500 (Wed, 07 May 2008) | 3 lines

Remove remnants of dlinkedlists.  I didn't actually use them in the final version
of my IAX2 improvements.

........

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

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115514 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-07 17:36:44 +00:00
Tilghman Lesher
fa1a079f43 Merged revisions 115509 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r115509 | tilghman | 2008-05-07 08:49:15 -0500 (Wed, 07 May 2008) | 2 lines

Update typos in description fields
(closes issue #12598)
 Reported by: suretec
 Patches: 
       asterisk_schema_changes.patch uploaded by suretec (license 70)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115510 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-07 13:49:50 +00:00
Joshua Colp
f663ee9346 Blocked revisions 115507 via svnmerge
........
r115507 | file | 2008-05-07 10:41:25 -0300 (Wed, 07 May 2008) | 4 lines

Remove redundant header getting.
(closes issue #12597)
Reported by: hooi

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-07 13:42:20 +00:00
Mark Michelson
7a9f945fc7 Blocked revisions 115473 via svnmerge
........
r115473 | mmichelson | 2008-05-06 15:15:02 -0500 (Tue, 06 May 2008) | 3 lines

Get refcounter to build with LOW_MEMORY defined


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115474 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-06 20:15:46 +00:00
Jason Parker
31891c5ad8 Merged revisions 115423 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115423 | qwell | 2008-05-06 14:55:45 -0500 (Tue, 06 May 2008) | 23 lines

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

................
r115422 | qwell | 2008-05-06 14:55:29 -0500 (Tue, 06 May 2008) | 15 lines

Merged revisions 115421 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r115421 | qwell | 2008-05-06 14:54:57 -0500 (Tue, 06 May 2008) | 7 lines

read requires an argument on some non-bash shells

(closes issue #12593)
Reported by: bkruse
Patches:
      getilbc.sh_12593_v1.diff uploaded by bkruse (license 132)

........

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

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115424 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-06 19:56:00 +00:00
Jason Parker
4b4910e35b Merged revisions 115419 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115419 | qwell | 2008-05-06 14:38:44 -0500 (Tue, 06 May 2008) | 15 lines

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

........
r115418 | qwell | 2008-05-06 14:34:58 -0500 (Tue, 06 May 2008) | 7 lines

Switch to using ast_random() rather than just rand().
This does not fix the bug reported, but I believe it is correct.

(from issue #12446)
Patches:
      bug_12446.diff uploaded by snuffy (license 35)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115420 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-06 19:39:11 +00:00
Tilghman Lesher
12c3dd0067 Merged revisions 115416 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115416 | tilghman | 2008-05-06 14:32:29 -0500 (Tue, 06 May 2008) | 10 lines

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

........
r115415 | tilghman | 2008-05-06 14:31:39 -0500 (Tue, 06 May 2008) | 2 lines

Don't print the terminating NUL.  (Closes issue #12589)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115417 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-06 19:33:14 +00:00
Russell Bryant
257786c0bc Blocked revisions 115344 via svnmerge
........
r115344 | russell | 2008-05-06 10:14:55 -0500 (Tue, 06 May 2008) | 2 lines

Change some NOTICE log messages to debug.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-06 15:15:52 +00:00
Joshua Colp
33e5f9e766 Merged revisions 115342 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115342 | file | 2008-05-06 10:55:44 -0300 (Tue, 06 May 2008) | 10 lines

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

........
r115341 | file | 2008-05-06 10:54:15 -0300 (Tue, 06 May 2008) | 2 lines

Add in missing argument.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115343 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-06 13:57:42 +00:00
Tilghman Lesher
a12adeaa22 Merged revisions 115334 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115334 | tilghman | 2008-05-05 18:00:31 -0500 (Mon, 05 May 2008) | 15 lines

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

........
r115333 | tilghman | 2008-05-05 17:50:31 -0500 (Mon, 05 May 2008) | 7 lines

Separate verbose output from CLI output, by using a preamble.
(closes issue #12402)
 Reported by: Corydon76
 Patches: 
       20080410__no_verbose_in_rx_output.diff.txt uploaded by Corydon76 (license 14)
       20080501__no_verbose_in_rx_output__1.4.diff.txt uploaded by Corydon76 (license 14)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115335 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-05 23:01:22 +00:00
Joshua Colp
0ed86b307e Merged revisions 115328 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115328 | file | 2008-05-05 19:13:57 -0300 (Mon, 05 May 2008) | 10 lines

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

........
r115327 | file | 2008-05-05 19:10:05 -0300 (Mon, 05 May 2008) | 2 lines

Make sure that either the main speex library contains preprocess functions or that speexdsp does. If both fail then speex stuff can not be built.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115331 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-05 22:17:05 +00:00
Mark Michelson
cd04c3207d Merged revisions 115329 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r115329 | mmichelson | 2008-05-05 17:14:06 -0500 (Mon, 05 May 2008) | 15 lines

#execing the same file multiple times led to warning messages saying that the same file was
being #included twice. This was due to the fact that #exec created a temporary file which
was then #included. The name of the temporary file was the name of the #exec'd file, with
the Unix timestamp and thread ID concatenated. The issue was that if multiple #exec statements
of the same file were reached in the same second, then the result was that the temporary files
would have duplicate names. To resolve this, the temporary file now has microsecond resolution
for the timestamp portion.

(closes issue #12574)
Reported by: jmls
Patches:
      12574.patch uploaded by putnopvut (license 60)
Tested by: jmls, putnopvut


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115330 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-05 22:14:42 +00:00
Russell Bryant
57a35ae1b3 Blocked revisions 115324 via svnmerge
........
r115324 | russell | 2008-05-05 17:01:56 -0500 (Mon, 05 May 2008) | 2 lines

Simplify code by using a taskprocessor for dispatching events in the Asterisk core.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115326 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-05 22:02:27 +00:00
Mark Michelson
cb62c9cba8 Merged revisions 115321 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115321 | mmichelson | 2008-05-05 16:43:21 -0500 (Mon, 05 May 2008) | 21 lines

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

........
r115320 | mmichelson | 2008-05-05 16:41:34 -0500 (Mon, 05 May 2008) | 13 lines

Don't consider a caller "handled" until the caller is bridged with
a queue member. There was too much of an opportunity for the member
to hang up (either during a delay, announcement, or overly long
agi) between the time that he answered the phone and the time when
he actually was bridged with the caller. The consequence of this
was that if the member hung up in that interval, then proper
abandonment details would not be noted in the queue log if the caller
were to hang up at any point after the member hangup.

(closes issue #12561)
Reported by: ablackthorn


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115322 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-05 21:44:04 +00:00
Russell Bryant
b46f8226e1 Merged revisions 115315 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r115315 | russell | 2008-05-05 15:28:17 -0500 (Mon, 05 May 2008) | 2 lines

Remove my rant, since I have now replaced the rant with code.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115316 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-05 20:28:37 +00:00
Tilghman Lesher
c8753fb014 Merged revisions 115309 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115309 | tilghman | 2008-05-05 14:57:28 -0500 (Mon, 05 May 2008) | 10 lines

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

........
r115308 | tilghman | 2008-05-05 14:55:55 -0500 (Mon, 05 May 2008) | 2 lines

Err, the documentation on the return value of ast_odbc_backslash_is_escape is exactly backwards.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115310 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-05 19:58:25 +00:00
Russell Bryant
9a981dfa35 Merged revisions 115305 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115305 | russell | 2008-05-05 14:50:24 -0500 (Mon, 05 May 2008) | 13 lines

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

........
r115304 | russell | 2008-05-05 14:49:25 -0500 (Mon, 05 May 2008) | 5 lines

Avoid putting opaque="" in Digest authentication.  This patch came from switchvox.
It fixes authentication with Primus in Canada, and has been in use for a very long
time without causing problems with any other providers.
(closes issue AST-36)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-05 19:50:43 +00:00
Tilghman Lesher
dfb7b247c0 Merged revisions 115302 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r115302 | tilghman | 2008-05-05 14:42:36 -0500 (Mon, 05 May 2008) | 2 lines

Note change for ExecIf syntax (caught by jmls on IRC)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-05 19:43:35 +00:00
Joshua Colp
6e9f6a36e5 Blocked revisions 115290 via svnmerge
........
r115290 | file | 2008-05-05 10:52:44 -0300 (Mon, 05 May 2008) | 6 lines

Document the 'B' option of app_chanspy.
(closes issue #12582)
Reported by: IgorG
Patches:
      app_chanspy_B_option.diff uploaded by IgorG (license 20)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115291 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-05 13:53:26 +00:00
Kevin P. Fleming
b00df35ba7 Merged revisions 115288 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r115288 | kpfleming | 2008-05-05 05:55:09 -0500 (Mon, 05 May 2008) | 2 lines

clarify wording

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115289 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-05 10:55:40 +00:00
Tilghman Lesher
87dfc2f6f8 Merged revisions 115286 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115286 | tilghman | 2008-05-04 22:25:35 -0500 (Sun, 04 May 2008) | 15 lines

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

........
r115285 | tilghman | 2008-05-04 22:22:25 -0500 (Sun, 04 May 2008) | 7 lines

When starting Asterisk, bug out if Asterisk is already running.
(closes issue #12525)
 Reported by: explidous
 Patches: 
       20080428__bug12525.diff.txt uploaded by Corydon76 (license 14)
 Tested by: mvanbaak

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115287 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-05 03:26:35 +00:00
Joshua Colp
b4ca837667 Merged revisions 115283 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115283 | file | 2008-05-03 23:11:01 -0300 (Sat, 03 May 2008) | 10 lines

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

........
r115282 | file | 2008-05-03 23:09:44 -0300 (Sat, 03 May 2008) | 2 lines

Expand the test function for GCC attributes so that more complex attributes are properly recognized.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-04 02:12:12 +00:00
Joshua Colp
7ccc4fe461 Merged revisions 115280 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115280 | file | 2008-05-03 22:52:00 -0300 (Sat, 03 May 2008) | 10 lines

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

........
r115279 | file | 2008-05-03 22:50:59 -0300 (Sat, 03 May 2008) | 2 lines

For my next trick I will make these work with what our autoconf header file gives us.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115281 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-04 01:53:02 +00:00
Joshua Colp
a33ad4ebf0 Merged revisions 115277 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115277 | file | 2008-05-03 22:45:21 -0300 (Sat, 03 May 2008) | 10 lines

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

........
r115276 | file | 2008-05-03 22:43:26 -0300 (Sat, 03 May 2008) | 2 lines

Treat warnings as errors when checking if a GCC attribute exists. We have to do this as GCC will just ignore the attribute and pop up a warning, it won't actually fail to compile.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115278 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-04 01:47:11 +00:00
Dwayne M. Hubbard
a03eef2580 block voicemail mwi notification subscriptions taskprocessor
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115275 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-03 04:25:24 +00:00
Dwayne M. Hubbard
14251c61ed block pbx taskprocessor
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-03 04:19:40 +00:00
Dwayne M. Hubbard
84997860ed block app_queue taskprocessor
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115271 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-03 04:04:18 +00:00
Dwayne M. Hubbard
643898e91b blocked taskprocessors
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-03 03:51:55 +00:00
Mark Michelson
e85fbb0aad Blocked revisions 115199 via svnmerge
........
r115199 | mmichelson | 2008-05-02 09:51:59 -0500 (Fri, 02 May 2008) | 3 lines

Make res/snmp/agent.c build


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-02 14:55:24 +00:00
Mark Michelson
78673e20fc Merged revisions 115197 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115197 | mmichelson | 2008-05-02 09:28:55 -0500 (Fri, 02 May 2008) | 14 lines

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

........
r115196 | mmichelson | 2008-05-02 09:28:19 -0500 (Fri, 02 May 2008) | 6 lines

Clarify a comment that was, well, just wrong. It turns out that
ignoring the way that macros expand. Instead, I have clarified in the
comment why the macro will work even if the scheduler id for the
task to be deleted changes during the execution of the macro.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115198 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-02 14:29:49 +00:00
Tilghman Lesher
940eb5779e Blocked revisions 115159 via svnmerge
........
r115159 | tilghman | 2008-05-01 21:56:39 -0500 (Thu, 01 May 2008) | 2 lines

Okay, maybe FreeBSD will like this better.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115160 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-02 02:57:30 +00:00
Tilghman Lesher
e6ea155b9a Blocked revisions 115157 via svnmerge
........
r115157 | tilghman | 2008-05-01 21:33:04 -0500 (Thu, 01 May 2008) | 2 lines

Add attributes to various API calls, to help track down bugs (and remove a deprecated function)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115158 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-02 02:34:53 +00:00
Tilghman Lesher
23d923acc3 Merged revisions 115104 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r115104 | tilghman | 2008-05-01 18:21:13 -0500 (Thu, 01 May 2008) | 10 lines

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

........
r115102 | tilghman | 2008-05-01 18:20:25 -0500 (Thu, 01 May 2008) | 2 lines

Change the comment of deprecated to an actual compiler deprecation

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-01 23:22:02 +00:00
Brett Bryant
5d1b5862a6 Blocked revisions 115078 via svnmerge
........
r115078 | bbryant | 2008-05-01 18:09:08 -0500 (Thu, 01 May 2008) | 2 lines

Add two new console commands "pri show version" and "ss7 show version" that will show the version of each library respectively.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@115079 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-01 23:09:33 +00:00