Commit Graph

15906 Commits

Author SHA1 Message Date
Tilghman Lesher
e680b3734f Merged revisions 133665 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r133665 | tilghman | 2008-07-25 12:24:43 -0500 (Fri, 25 Jul 2008) | 16 lines

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

........
r133649 | tilghman | 2008-07-25 12:19:39 -0500 (Fri, 25 Jul 2008) | 8 lines

Fix some errant device states by making the devicestate API more strict in
terms of the device argument (only without the unique identifier appended).
(closes issue #12771)
 Reported by: davidw
 Patches: 
       20080717__bug12771.diff.txt uploaded by Corydon76 (license 14)
 Tested by: davidw, jvandal, murf

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133671 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 17:26:38 +00:00
Russell Bryant
8209b6c64b Merged revisions 133579 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r133579 | russell | 2008-07-25 10:00:49 -0500 (Fri, 25 Jul 2008) | 18 lines

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

................
r133578 | russell | 2008-07-25 10:00:31 -0500 (Fri, 25 Jul 2008) | 10 lines

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

........
r133577 | russell | 2008-07-25 10:00:13 -0500 (Fri, 25 Jul 2008) | 2 lines

Fix the IAX2 URI for calling Digium

........

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

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 15:01:02 +00:00
Russell Bryant
123e9dfbd5 Blocked revisions 133575 via svnmerge
........
r133575 | russell | 2008-07-25 09:57:11 -0500 (Fri, 25 Jul 2008) | 8 lines

Modify the main page of the doxygen documentation to link to a new page dedicated
to Asterisk licensing information.  The licensing page includes the Asterisk license,
as well as a (not yet complete) list of 3rd party libraries that may be used, as well
as what license we receive them under.

Help filling out this list in the format that I have started in doxyref.h would be
much appreciated.  :)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133576 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 14:57:32 +00:00
Mark Michelson
19380639cb Merged revisions 133573 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r133573 | mmichelson | 2008-07-25 09:40:52 -0500 (Fri, 25 Jul 2008) | 15 lines

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

........
r133572 | mmichelson | 2008-07-25 09:40:10 -0500 (Fri, 25 Jul 2008) | 7 lines

We need to make sure to null-terminate the "name"
portion of SIP URI parameters so that there are no
bogus comparisons.

Thanks to bbryant for pointing this out.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133574 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 14:41:40 +00:00
Mark Michelson
78d821c4bd Blocked revisions 133570 via svnmerge
........
r133570 | mmichelson | 2008-07-25 08:52:52 -0500 (Fri, 25 Jul 2008) | 5 lines

Add a missing unlock.

Pointed out by Atis Lezdins in #asterisk-dev


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133571 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 13:54:19 +00:00
Russell Bryant
6316323815 Merged revisions 133568 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r133568 | russell | 2008-07-25 08:01:59 -0500 (Fri, 25 Jul 2008) | 4 lines

Minor coding guidelines tweaks ...
 - Use ast_strlen_zero in one place
 - check for successful string comparison the way most of Asterisk code does it

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133569 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 13:25:10 +00:00
Russell Bryant
e80ba0bd83 Blocked revisions 133566 via svnmerge
........
r133566 | russell | 2008-07-25 07:42:25 -0500 (Fri, 25 Jul 2008) | 4 lines

When the ast_device_state() function is called to retrieve device state, and
the code checks to see if there is a cached state available, use the aggregate
cached state across all servers, and not just the local state.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133567 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 12:42:55 +00:00
Tilghman Lesher
640d750b3e Merged revisions 133509 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r133509 | tilghman | 2008-07-24 16:27:06 -0500 (Thu, 24 Jul 2008) | 11 lines

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

........
r133488 | tilghman | 2008-07-24 16:17:55 -0500 (Thu, 24 Jul 2008) | 3 lines

Fix rtautoclear and rtcachefriends
(Closes issue #12707)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133524 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-24 21:31:29 +00:00
Russell Bryant
b1fb1c8da1 Merged revisions 133486 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r133486 | russell | 2008-07-24 15:40:15 -0500 (Thu, 24 Jul 2008) | 3 lines

I made this change from DEVICE_STATE to DEVICE_STATE_CHANGE, but I had it backwards,
this is the right event to subscribe to ...

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133487 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-24 20:41:36 +00:00
Mark Michelson
38c51fee14 Merged revisions 133448 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r133448 | mmichelson | 2008-07-24 14:53:37 -0500 (Thu, 24 Jul 2008) | 12 lines

Print the correct PID in log messages. Prior to
this commit, only the logger thread's PID would
be printed.

(closes issue #13150)
Reported by: atis
Patches:
      log_pid.diff uploaded by putnopvut (license 60)
Tested by: eliel



........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133449 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-24 19:55:12 +00:00
Tilghman Lesher
d944ce506e Merged revisions 133400 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r133400 | tilghman | 2008-07-24 00:21:00 -0500 (Thu, 24 Jul 2008) | 3 lines

Build the logrotate script according to paths
(Closes issue #13147)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133405 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-24 05:21:56 +00:00
Tilghman Lesher
08aacecb1b Merged revisions 133391 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r133391 | tilghman | 2008-07-23 23:51:42 -0500 (Wed, 23 Jul 2008) | 3 lines

Optionally install logrotate file
(Closes issue #13148)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133392 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-24 04:52:37 +00:00
Steve Murphy
b2d7015a42 Merged revisions 133299 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r133299 | murf | 2008-07-23 16:03:48 -0600 (Wed, 23 Jul 2008) | 27 lines

(closes issue #13144)
Reported by: murf
Tested by: murf
For: J. Geis

The 'data' field in the ast_exten struct was being
'moved' from the current dialplan to the replacement
dialplan. This was not good, as the current dialplan
could have problems in the time between the change
and when the new dialplan is swapped in.

So, I modified the merge_and_delete code to strdup
the 'data' field (the args to the app call), and
then it's freed as normal.

I improved a few messages; I added code to limit
the number of calls to the context_merge_incls_swits_igps_other_registrars()
to one per context. I don't think having it called
multiple times per context was doing anything bad,
but it was inefficient.

I hope this fixes the problems Mr. Geiss was noting in
asterisk-users, see 
http://lists.digium.com/pipermail/asterisk-users/2008-July/215634.html



........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133300 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 22:07:48 +00:00
Jason Parker
f72194ea8c Merged revisions 133296 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r133296 | qwell | 2008-07-23 16:50:20 -0500 (Wed, 23 Jul 2008) | 9 lines

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

........
r133295 | qwell | 2008-07-23 16:49:03 -0500 (Wed, 23 Jul 2008) | 1 line

inbandrelease is gone - it's now inbanddisconnect
........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133297 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 21:50:57 +00:00
Brett Bryant
14bb7ff651 Merged revisions 133197 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r133197 | bbryant | 2008-07-23 15:33:22 -0500 (Wed, 23 Jul 2008) | 2 lines

Fix issue where tcp in sip is enabled by default, despite what it says in the config sample file. Also fix "sip show settings" for tcp connections.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133218 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 20:39:37 +00:00
Mark Michelson
7d7e554191 Merged revisions 133171 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r133171 | mmichelson | 2008-07-23 14:48:03 -0500 (Wed, 23 Jul 2008) | 20 lines

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

........
r133169 | mmichelson | 2008-07-23 14:39:47 -0500 (Wed, 23 Jul 2008) | 12 lines

As suggested by seanbright, the PSEUDO_CHAN_LEN in 
app_chanspy should be set at load time, not at compile
time, since dahdi_chan_name is determined at load time.

Also changed the next_unique_id_to_use to have the 
static qualifier.

Also added the dahdi_chan_name_len variable so that
strlen(dahdi_chan_name) isn't necessary. Thanks to
seanbright for the suggestion.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133172 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 19:50:23 +00:00
Mark Michelson
492eb19e38 Merged revisions 133106 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r133106 | mmichelson | 2008-07-23 14:07:56 -0500 (Wed, 23 Jul 2008) | 13 lines

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

........
r133104 | mmichelson | 2008-07-23 14:06:16 -0500 (Wed, 23 Jul 2008) | 5 lines

Zap/pseudo is ten characters, but DAHDI/pseudo is
twelve. The strncmp call in next_channel should
account for this.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 19:08:22 +00:00
Mark Michelson
e5e3c04e2e Merged revisions 133102 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r133102 | mmichelson | 2008-07-23 13:58:37 -0500 (Wed, 23 Jul 2008) | 14 lines

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

........
r133101 | mmichelson | 2008-07-23 13:57:17 -0500 (Wed, 23 Jul 2008) | 6 lines

Update the "last" channel in next_channel in app_chanspy so
that the same pseudo channel isn't constantly returned.

related to issue #13124


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133103 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 18:59:43 +00:00
Mark Michelson
880a6f5215 Merged revisions 133041 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r133041 | mmichelson | 2008-07-23 12:54:03 -0500 (Wed, 23 Jul 2008) | 15 lines

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

........
r133038 | mmichelson | 2008-07-23 12:50:01 -0500 (Wed, 23 Jul 2008) | 7 lines

Small cleanup. Move the declaration of the DAHDI_SPANINFO
variable to the block where it is used. This allows one
less #ifdef HAVE_PRI to clutter things up.

Thanks to Tzafrir for pointing this out on #asterisk-dev


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133042 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 17:55:49 +00:00
Tilghman Lesher
817985e1be Merged revisions 132981 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132981 | tilghman | 2008-07-23 12:20:43 -0500 (Wed, 23 Jul 2008) | 6 lines

Yet another conversion of '|' to ','
(closes issue #13137)
 Reported by: eliel
 Patches: 
       chan_iax2trunk-IAXPEER.patch uploaded by eliel (license 64)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132983 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 17:21:51 +00:00
Tilghman Lesher
6a8517b247 Merged revisions 132977 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132977 | tilghman | 2008-07-23 12:14:56 -0500 (Wed, 23 Jul 2008) | 6 lines

Add logrotate script for Asterisk
(closes issue #13085)
 Reported by: pabelanger
 Patches: 
       logrotate uploaded by pabelanger (license 224)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132978 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 17:15:46 +00:00
Mark Michelson
b8acfa8598 Blocked revisions 132975 via svnmerge
................
r132975 | mmichelson | 2008-07-23 12:07:08 -0500 (Wed, 23 Jul 2008) | 11 lines

Blocked revisions 132974 via svnmerge

........
r132974 | mmichelson | 2008-07-23 12:05:04 -0500 (Wed, 23 Jul 2008) | 4 lines

Fix building of chan_dahdi when HAVE_PRI is not
defined.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132976 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 17:07:40 +00:00
Kevin P. Fleming
61e8f3a559 Merged revisions 132883,132966 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r132883 | crichter | 2008-07-23 07:07:15 -0500 (Wed, 23 Jul 2008) | 9 lines

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

........
r132826 | crichter | 2008-07-23 13:37:50 +0200 (Mi, 23 Jul 2008) | 1 line

another Fix because of r119585, this commit has broken high frequented BRI Ports, there was a possibility that a channel, that was marked as in_use would be reused later, the corresponding port could got stuck then. So it is recommended to upgrade for chan_misdn users.
........

................
r132966 | kpfleming | 2008-07-23 11:38:28 -0500 (Wed, 23 Jul 2008) | 2 lines

use correct function name... please compile with --enable-dev-mode

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132967 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 16:42:28 +00:00
Kevin P. Fleming
ccf54d5c34 Merged revisions 132964 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r132964 | kpfleming | 2008-07-23 11:30:18 -0500 (Wed, 23 Jul 2008) | 10 lines

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

........
r132872 | kpfleming | 2008-07-23 06:52:18 -0500 (Wed, 23 Jul 2008) | 2 lines

minor optimization for stringfields: when a field is being set to a larger value than it currently contains and it happens to be the most recent field allocated from the currentl pool, it is possible to 'grow' it without having to waste the space it is currently using (or potentially even allocate a new pool)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132965 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 16:34:46 +00:00
Olle Johansson
5881728776 Merged revisions 132823 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132823 | oej | 2008-07-23 10:13:07 +0200 (Ons, 23 Jul 2008) | 8 lines

Well, the content of a channel variable may be longer than the size of a pointer...
Thanks, eliel!

Reported by: eliel
Patches: 
      chan_siptrunk.SIPPEER.patch uploaded by eliel (license 64)
(closes issue #13135)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132824 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-23 08:18:59 +00:00
Mark Michelson
6985ec34a8 Merged revisions 132795 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r132795 | mmichelson | 2008-07-22 17:17:09 -0500 (Tue, 22 Jul 2008) | 11 lines

Merged revisions 132777 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
Allow Spiraled INVITEs to work correctly within Asterisk.

Prior to this change, a spiraled INVITE would cause a 482
Loop Detected to be sent to the caller. With this change,
if a potential loop is detected, the Request-URI is inspected
to see if it has changed from what was originally received. If
pedantic mode is on, then this inspection is fully RFC 3261
compliant. If pedantic mode is not on, then a string comparison
is used to test the equality of the two R-URIs.

This has been tested by using OpenSER to rewrite the R-URI
and send the INVITE back to Asterisk.

(closes issue #7403)
Reported by: stephen_dredge


Modified:
    branches/1.4/channels/chan_sip.c


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132797 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-22 22:20:50 +00:00
Kevin P. Fleming
b70cace390 Merged revisions 132791 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132791 | kpfleming | 2008-07-22 17:14:37 -0500 (Tue, 22 Jul 2008) | 2 lines

correct fix made in r132777... the code *did* compile in dev-mode, as long as libpri was installed and enabled

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132793 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-22 22:15:54 +00:00
Olle Johansson
62c2359763 Merged revisions 132703 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r132703 | oej | 2008-07-22 22:46:11 +0200 (Tis, 22 Jul 2008) | 17 lines

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

........
r132645 | oej | 2008-07-22 22:10:26 +0200 (Tis, 22 Jul 2008) | 9 lines

The most common question on the #asterisk iRC channel and on mailing lists
seems to be in regards to an error message when retransmit fails. This
is frequently misunderstood as a failure of Asterisk, not a failure of
the network to reach the other party.

This document tries to assist the Asterisk user in sorting out these
issues by explaining the logic and pointing at some possible 
causes. Hopefully, we will get other questions now :-)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132782 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-22 21:59:38 +00:00
Tilghman Lesher
2ab5c16e5f Merged revisions 132778 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r132778 | tilghman | 2008-07-22 16:53:40 -0500 (Tue, 22 Jul 2008) | 18 lines

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

................
r132713 | tilghman | 2008-07-22 16:19:39 -0500 (Tue, 22 Jul 2008) | 10 lines

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

........
r132711 | tilghman | 2008-07-22 16:14:10 -0500 (Tue, 22 Jul 2008) | 2 lines

Fixes for AST-2008-010 and AST-2008-011

........

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

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132780 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-22 21:55:06 +00:00
Mark Michelson
1e742cc32f Merged revisions 132777 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132777 | mmichelson | 2008-07-22 16:52:24 -0500 (Tue, 22 Jul 2008) | 3 lines

Get chan_dahdi to compile in devmode


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132779 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-22 21:54:21 +00:00
Kevin P. Fleming
fdebba2a52 Merged revisions 132721 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r132721 | kpfleming | 2008-07-22 16:21:56 -0500 (Tue, 22 Jul 2008) | 14 lines

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

........
r132712 | kpfleming | 2008-07-22 16:17:23 -0500 (Tue, 22 Jul 2008) | 6 lines

ensure that if any alarms exist at channel creation time, they are handled identically to if they occurred later, so that later alarm clearing will work properly and 'make sense'

(closes issue #12160)
Reported by: tzafrir


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132729 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-22 21:23:41 +00:00
Kevin P. Fleming
30580ee5ba Merged revisions 132705 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r132705 | kpfleming | 2008-07-22 15:54:07 -0500 (Tue, 22 Jul 2008) | 10 lines

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

........
r132704 | kpfleming | 2008-07-22 15:49:41 -0500 (Tue, 22 Jul 2008) | 2 lines

make AST_C_COMPILE_CHECK able to print a 'pretty' description of what it is doing

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132706 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-22 20:54:57 +00:00
Kevin P. Fleming
de75687750 Merged revisions 132643 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r132643 | kpfleming | 2008-07-22 14:59:10 -0500 (Tue, 22 Jul 2008) | 10 lines

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

........
r132641 | kpfleming | 2008-07-22 14:49:11 -0500 (Tue, 22 Jul 2008) | 2 lines

use renamed libpri API call for controlling this feature (was improperly named before)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132644 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-22 20:03:35 +00:00
Kevin P. Fleming
c5552225dd Merged revisions 132573 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r132573 | kpfleming | 2008-07-21 17:51:16 -0500 (Mon, 21 Jul 2008) | 10 lines

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

........
r132571 | kpfleming | 2008-07-21 17:45:16 -0500 (Mon, 21 Jul 2008) | 2 lines

teach chan_dahdi how to find the D-channel on BRI spans, and don't attempt to use channel 24 as a D-channel on spans of unexpected sizes

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132574 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-21 22:52:36 +00:00
Brett Bryant
f7fa55eb28 Merged revisions 132514 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132514 | bbryant | 2008-07-21 16:12:51 -0500 (Mon, 21 Jul 2008) | 8 lines

Update configuration files to add missing options for jingle, gtalk, 
manager.conf, and features.conf.

(closes issue #13128)
Reported by: caio1982
Patches:
      missing_options1.diff uploaded by caio1982 (license 22)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132515 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-21 21:13:46 +00:00
Tilghman Lesher
bd2b20c845 Merged revisions 132511 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132511 | tilghman | 2008-07-21 16:00:47 -0500 (Mon, 21 Jul 2008) | 2 lines

(Step 2 of 2)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132513 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-21 21:02:55 +00:00
Tilghman Lesher
1ab6423d16 Merged revisions 132510 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132510 | tilghman | 2008-07-21 15:59:03 -0500 (Mon, 21 Jul 2008) | 5 lines

Optionally build integer-based routines for FSK tone decoding (but default
to the more accurate float-based routines).
(Closes issue #11679)
(Step 1 of 2)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132512 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-21 21:02:25 +00:00
Brett Bryant
afef919cdd Merged revisions 132508 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132508 | bbryant | 2008-07-21 15:54:09 -0500 (Mon, 21 Jul 2008) | 9 lines

Fix a bug where SENDTEXTSTATUS isn't set properly when it isn't 
supported on a channel (yet _another_ useful patch by eliel).

(closes issue #13081)
Reported by: eliel
Patches:
      app_sendtext.c.patch uploaded by eliel (license 64)
Tested by: eliel

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132509 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-21 20:55:22 +00:00
Brett Bryant
63634dedbe Merged revisions 132468 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132468 | bbryant | 2008-07-21 12:42:45 -0500 (Mon, 21 Jul 2008) | 5 lines

Fix bug where ast_parse_arg would inadvertantly enable sip tcp when parsing a tcpbindaddr if it was disabled.

(closes issue #13117)
Reported by: pj

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132469 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-21 17:43:29 +00:00
Brett Bryant
3224dcc7c7 Merged revisions 132466 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132466 | bbryant | 2008-07-21 12:22:02 -0500 (Mon, 21 Jul 2008) | 3 lines

Fix an issue in iax2 where a call that's been rejected still kept an open channel on the side that attempted to make the call (not the side of the 
call that rejected the call). Changes were load tested and also approved by Russell.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-21 17:25:09 +00:00
Jeff Peeler
a5962c87e2 Merged revisions 132425 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132425 | jpeeler | 2008-07-21 10:33:13 -0500 (Mon, 21 Jul 2008) | 2 lines

make buffers config option (chan_dahdi.conf) parsing safer and added logging in case of failure

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132426 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-21 15:34:21 +00:00
Russell Bryant
5b266380e2 Merged revisions 132390 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132390 | russell | 2008-07-21 09:47:41 -0500 (Mon, 21 Jul 2008) | 16 lines

Remove libresample from the Asterisk source tree.  It is now available in its
own repository, and must be installed like any other library for Asterisk to
use.  The two modules that require it are codec_resample and app_jack.

To install libresample:

$ svn co http://svn.digium.com/svn/libresample/trunk libresample
$ cd libresample
$ ./configure
$ make
$ sudo make install

This code is currently in our own repository because the build system did not
include the appropriate targets for building a dynamic library or for installing
the library.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132391 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-21 14:48:45 +00:00
Russell Bryant
bc50069f75 Merged revisions 132388 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132388 | russell | 2008-07-21 08:51:05 -0500 (Mon, 21 Jul 2008) | 3 lines

Enable higher quality resampling, as it doesn't have a noticeable performance
impact on my machine ..

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132389 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-21 13:52:04 +00:00
Kevin P. Fleming
27e5a84477 Merged revisions 132312 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r132312 | kpfleming | 2008-07-19 11:46:33 -0500 (Sat, 19 Jul 2008) | 10 lines

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

........
r132311 | kpfleming | 2008-07-19 11:45:52 -0500 (Sat, 19 Jul 2008) | 2 lines

grant a license exception to allow distribution of Asterisk binaries that use the UW IMAP Toolkit (which is licensed under a non-GPL-compatible license)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132313 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-19 16:47:12 +00:00
Michiel van Baak
3a0cc21c4f Merged revisions 132277 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132277 | mvanbaak | 2008-07-19 12:46:12 +0200 (Sat, 19 Jul 2008) | 7 lines

fix a couple of comments in sqlite resource driver.

(closes issue #13110)
Reported by: gknispel_proformatique
Patches:
      res_config_sqlite_comments.patch uploaded by gknispel (license 261)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132278 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-19 10:47:57 +00:00
Brett Bryant
f2988cef6d Merged revisions 132242 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132242 | bbryant | 2008-07-18 17:19:56 -0500 (Fri, 18 Jul 2008) | 4 lines

Fixes problem where manager users loaded from users.conf would be 
removed early (before the routine to load the configuration was 
finished) because a variable wasn't initialized.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132245 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-18 22:20:28 +00:00
Tilghman Lesher
7d14c24f47 Blocked revisions 132206 via svnmerge
........
r132206 | tilghman | 2008-07-18 15:57:47 -0500 (Fri, 18 Jul 2008) | 5 lines

Russell pointed out that using ast_strdupa() within a loop like this is
probably not a good idea, as we might run out of stack space.  Therefore,
changing this over to use the ast_str infrastructure for buffers is
probably a good idea.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132207 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-18 20:58:16 +00:00
Tilghman Lesher
a9414e2b08 Blocked revisions 132203 via svnmerge
........
r132203 | tilghman | 2008-07-18 15:41:02 -0500 (Fri, 18 Jul 2008) | 2 lines

Fix trunk devmode

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132204 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-18 20:42:09 +00:00
Tilghman Lesher
92ab9c80bf Merged revisions 132113 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r132113 | tilghman | 2008-07-18 14:09:39 -0500 (Fri, 18 Jul 2008) | 14 lines

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

........
r132112 | tilghman | 2008-07-18 14:06:10 -0500 (Fri, 18 Jul 2008) | 6 lines

Fix for Taiwanese number syntax
(closes issue #12319)
 Reported by: CharlesWang
 Patches: 
       saynumber-tw-1.4.18.1.patch uploaded by CharlesWang (license 444)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132114 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-18 19:10:21 +00:00
Matthew Fredrickson
c1c0583b01 Merged revisions 132108 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r132108 | mattf | 2008-07-18 13:50:00 -0500 (Fri, 18 Jul 2008) | 1 line

Make sure we break the poll so that messages queued will be sent on the SS7 when using CLI commands for blocking and blocking of CICs and linksets.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132111 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-18 18:53:54 +00:00