Commit Graph

15919 Commits

Author SHA1 Message Date
Russell Bryant
322153ad93 Blocked revisions 134005 via svnmerge
........
r134005 | russell | 2008-07-27 16:12:14 -0500 (Sun, 27 Jul 2008) | 4 lines

Add a missing unlock within error handling
(closes issue #13176)
Reported by: pj

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@134006 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-27 21:12:43 +00:00
Russell Bryant
86cef15735 Include the licensing page in 1.6.0 as well. Now, this page exists in 1.4, trunk,
and 1.6.0.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133982 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-26 15:34:42 +00:00
Russell Bryant
a12da2ad99 unblock 133575
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133981 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-26 15:34:02 +00:00
Russell Bryant
42cf9fc54e Merged revisions 133945-133946 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r133945 | russell | 2008-07-26 10:15:14 -0500 (Sat, 26 Jul 2008) | 6 lines

ast_device_state() gets called in two different ways.  The first way is when
called from elsewhere in Asterisk to find the current state of a device.  In
that case, we want to use the cached value if it exists.  The other way is when
processing a device state change.  In that case, we do not want to check the
cache because returning the last known state is counter productive.

........
r133946 | russell | 2008-07-26 10:16:20 -0500 (Sat, 26 Jul 2008) | 1 line

actually use the cache_cache argument
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-26 15:17:46 +00:00
Russell Bryant
c34ad0f0a3 Blocked revisions 133943 via svnmerge
........
r133943 | russell | 2008-07-26 09:57:50 -0500 (Sat, 26 Jul 2008) | 2 lines

Re-work comment about how device state changes are processed to be a bit more clear

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133944 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-26 14:59:05 +00:00
Russell Bryant
f5b0d8449b Blocked revisions 133941 via svnmerge
........
r133941 | russell | 2008-07-26 09:46:13 -0500 (Sat, 26 Jul 2008) | 3 lines

Remove the code that decided when device state changes should be cached or not.
It is no longer needed.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133942 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-26 14:46:39 +00:00
Tilghman Lesher
c4322a9321 Blocked revisions 133904 via svnmerge
........
r133904 | tilghman | 2008-07-25 17:08:06 -0500 (Fri, 25 Jul 2008) | 7 lines

Hebrew syntax for voicemail prompts
(closes issue #13155)
 Reported by: greenfieldtech
 Patches: 
       app_voicemail.c.patch uploaded by greenfieldtech (license 369)
       hebrew.ods uploaded by greenfieldtech (license 369)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133905 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 22:09:43 +00:00
Tilghman Lesher
3763dbdf2f Merged revisions 133902 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r133902 | tilghman | 2008-07-25 16:59:39 -0500 (Fri, 25 Jul 2008) | 6 lines

Update version
(closes issue #13163)
 Reported by: suretec
 Patches: 
       asterisk.ldif uploaded by suretec (license 70)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133903 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 22:00:17 +00:00
Tilghman Lesher
a8eb72453a Blocked revisions 133860 via svnmerge
........
r133860 | tilghman | 2008-07-25 16:20:03 -0500 (Fri, 25 Jul 2008) | 2 lines

Deprecate *_device_state_* APIs in favor of *_devstate_* APIs

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133863 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 21:20:55 +00:00
Brandon Kruse
2ed19e39b4 Blocking revert of code changes in r133770
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133806 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 19:37:03 +00:00
Brandon Kruse
1dc7b64454 Include the http_decode function from trunk
to replace the + with a space.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133804 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 19:34:17 +00:00
Tilghman Lesher
954533dab7 Blocked revisions 133710 via svnmerge
................
r133710 | tilghman | 2008-07-25 13:01:58 -0500 (Fri, 25 Jul 2008) | 10 lines

Blocked revisions 133709 via svnmerge

........
r133709 | tilghman | 2008-07-25 13:00:33 -0500 (Fri, 25 Jul 2008) | 3 lines

Remove unnecessary mmap flag
(Closes issue #13161)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133711 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 18:02:51 +00:00
Brandon Kruse
3f701cd720 Blocking a fix from trunk for the function
http_decode. 1.6.0 does not have this function.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@133694 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-25 17:33:47 +00:00
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