Commit Graph

15481 Commits

Author SHA1 Message Date
Mark Michelson
17c015c515 Merged revisions 118514 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r118514 | mmichelson | 2008-05-27 14:08:24 -0500 (Tue, 27 May 2008) | 19 lines

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

........
r118509 | mmichelson | 2008-05-27 14:07:26 -0500 (Tue, 27 May 2008) | 11 lines

Russell noted to me that in the case that separate threads use their
own addressing system, the fix I made for issue 12376 does not guarantee
uniqueness to the datastores' uids. Though I know of no system that works
this way, I am going to change this right now to prevent trying to track
down some future bug that may occur and cause untold hours of debugging
time to track down.

The change involves using a global counter which increases with each new
chanspy_ds which is created. This guarantees uniqueness.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118518 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-27 19:09:00 +00:00
Tilghman Lesher
c0aa5a8b1c Merged revisions 118466 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r118466 | tilghman | 2008-05-27 13:59:06 -0500 (Tue, 27 May 2008) | 16 lines

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

........
r118465 | tilghman | 2008-05-27 13:58:09 -0500 (Tue, 27 May 2008) | 8 lines

NULL character should terminate only commands back to the core, not log
messages to the console.
(closes issue #12731)
 Reported by: seanbright
 Patches: 
       20080527__bug12731.diff.txt uploaded by Corydon76 (license 14)
 Tested by: seanbright

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118471 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-27 18:59:57 +00:00
Michiel van Baak
2a161cf12d git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118464 65c4cc65-6c06-0410-ace0-fbb531ad65f3 2008-05-27 17:48:09 +00:00
Michiel van Baak
ef781276a6 small update to the g() option of app_voicemail to
note that gain changes only work on zap channels right now.
issue #12578 shows it's not clear right now.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118418 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-27 17:25:33 +00:00
Mark Michelson
916e40b9fd Merged revisions 118371 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r118371 | mmichelson | 2008-05-27 11:43:36 -0500 (Tue, 27 May 2008) | 22 lines

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

........
r118365 | mmichelson | 2008-05-27 11:38:38 -0500 (Tue, 27 May 2008) | 14 lines

Add a unique id to the datastore allocated in app_chanspy since
it is possible that multiple spies may be listening to the same
channel.

(closes issue #12376)
Reported by: DougUDI
Patches:
      12376_chanspy_uid.diff uploaded by putnopvut (license 60)
Tested by: destiny6628

(closes issue #12243)
Reported by: atis


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-27 16:48:50 +00:00
Mark Michelson
3966f2647f Hmm, I apparently forgot to commit the block of revision 118175.
Now I'm doing it.



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-27 16:47:17 +00:00
Tilghman Lesher
fcf2077659 Merged revisions 118359 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r118359 | tilghman | 2008-05-27 10:46:58 -0500 (Tue, 27 May 2008) | 11 lines

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

........
r118358 | tilghman | 2008-05-27 10:45:37 -0500 (Tue, 27 May 2008) | 3 lines

Add a note that pbx_config.so is needed for Local channels.
(Closes issue #12671)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-27 15:47:51 +00:00
Russell Bryant
b365d27f4d Merged revisions 118328 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r118328 | russell | 2008-05-27 09:51:13 -0500 (Tue, 27 May 2008) | 2 lines

Add printf attribute to asprintf

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118331 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-27 14:51:43 +00:00
Tilghman Lesher
e3dec82d84 Merged revisions 118302 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r118302 | tilghman | 2008-05-27 08:30:10 -0500 (Tue, 27 May 2008) | 6 lines

When binding anonymously, credentials are still needed.
(closes issue #12601)
 Reported by: suretec
 Patches: 
       res_config_ldap.c.patch uploaded by suretec (license 70)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-27 13:30:59 +00:00
Tilghman Lesher
138465fbc9 Merged revisions 118300 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r118300 | tilghman | 2008-05-27 08:13:17 -0500 (Tue, 27 May 2008) | 4 lines

In compat14 mode, don't translate pipes inside expressions, as they aren't
argument delimiters, but rather 'or' symbols.
(Closes issue #12723)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118301 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-27 13:14:35 +00:00
Tilghman Lesher
80f7c5ba35 Merged revisions 118252 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r118252 | tilghman | 2008-05-25 11:17:05 -0500 (Sun, 25 May 2008) | 20 lines

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

........
r118251 | tilghman | 2008-05-25 11:02:04 -0500 (Sun, 25 May 2008) | 12 lines

Realtime flag affects construction in multiple ways, so consulting whether
rtcachefriends was set was done too soon (needed to be done inside build_peer,
not just as a flag to build_peer).
Also, fullcontact needed to be reconstructed, because realtime separates the
embedded ';' into multiple fields.
(closes issue #12722)
 Reported by: barthpbx
 Patches: 
       20080525__bug12722.diff.txt uploaded by Corydon76 (license 14)
 Tested by: barthpbx
 (Much of the discussion happened on #asterisk-dev for diagnosing this issue)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118253 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-25 16:20:32 +00:00
Jeff Peeler
dc2e0b1200 Merged revisions 118178 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r118178 | jpeeler | 2008-05-23 20:14:41 -0500 (Fri, 23 May 2008) | 1 line

add document describing API changes from 1.4.0 to 1.6.0
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118179 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-24 01:15:40 +00:00
Jeff Peeler
e3c52c3d8e Blocked revisions 118176 via svnmerge
........
r118176 | jpeeler | 2008-05-23 19:37:01 -0500 (Fri, 23 May 2008) | 3 lines

Fixes segfault in parking, patch submitted by bmd.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118177 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-24 00:53:34 +00:00
Mark Michelson
7791e24f3d Blocked revisions 118173 via svnmerge
........
r118173 | mmichelson | 2008-05-23 17:35:50 -0500 (Fri, 23 May 2008) | 15 lines

A new feature thanks to the fine folks at Switchvox!

If a deadlock is detected, then the typical lock information will be
printed along with a backtrace of the stack for the offending threads.
Use of this requires compiling with DETECT_DEADLOCKS and having glibc
installed.

Furthermore, issuing the "core show locks" CLI command will print the
normal lock information as well as a backtraces for each lock. This
requires that DEBUG_THREADS is enabled and that glibc is installed.

All the backtrace features may be disabled by running the configure
script with --without-execinfo as an argument


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118174 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-23 22:36:20 +00:00
Brett Bryant
aec651c6d6 Merged revisions 118161 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r118161 | bbryant | 2008-05-23 16:19:42 -0500 (Fri, 23 May 2008) | 3 lines

Add new functionality to http server that requires manager authentication for any path that includes a directory named 'private'. This patch also 
requires manager authentication for any POST's being sent to the server as well to help secure uploads.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118168 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-23 21:37:07 +00:00
Jeff Peeler
13616f1b68 Merged revisions 118164 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r118164 | jpeeler | 2008-05-23 16:26:39 -0500 (Fri, 23 May 2008) | 9 lines

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

........
r118163 | jpeeler | 2008-05-23 16:21:35 -0500 (Fri, 23 May 2008) | 1 line

Fix a few things I missed to ensure zt_chan_conf structure is not modified in mkintf
........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118165 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-23 21:31:59 +00:00
Mark Michelson
bc0da9cd51 Blocked revisions 118159 via svnmerge
........
r118159 | mmichelson | 2008-05-23 15:55:02 -0500 (Fri, 23 May 2008) | 4 lines

Get rid of warnings for those silly compilers which warn when freeing
a const pointer


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118160 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-23 20:55:51 +00:00
Mark Michelson
d21a7d4873 Blocked revisions 118157 via svnmerge
........
r118157 | mmichelson | 2008-05-23 14:57:40 -0500 (Fri, 23 May 2008) | 10 lines

Use a deep copy on strings that come from ast_events. Otherwise it is
likely that after the event is freed, we no longer refer to valid memory.

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


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118158 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-23 20:00:00 +00:00
Tilghman Lesher
6ece458a1a Merged revisions 118129 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r118129 | tilghman | 2008-05-23 13:09:14 -0500 (Fri, 23 May 2008) | 3 lines

Protect the object from changing while the 'odbc show' CLI command is running
(Closes issue #12704)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118130 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-23 18:15:41 +00:00
Michiel van Baak
4243dbb417 Blocked revisions 118101 via svnmerge
........
r118101 | mvanbaak | 2008-05-23 19:12:04 +0200 (Fri, 23 May 2008) | 15 lines

add option 'a' to chanisavail.
If you give chanisavail a list of channels, it will only
return the first available channel.
When this option is set, it will return all the available
channels from the given list.

(closes issue #12248)
Reported by: dagmoller
Patches:
      app_chanisavail-snv.patch-v2.txt uploaded by dagmoller (license 436)
	   - major changes by me because russellb pointed out some buffer overflows
	     and codeguideline issues.
		 Converted it all to the ast_str_* api
Tested by: dagmoller, mvanbaak

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118102 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-23 17:13:31 +00:00
Tilghman Lesher
6232bf8be5 Merged revisions 118053 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r118053 | tilghman | 2008-05-23 08:00:10 -0500 (Fri, 23 May 2008) | 11 lines

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

........
r118052 | tilghman | 2008-05-23 07:59:16 -0500 (Fri, 23 May 2008) | 3 lines

Add information on using the Asterisk console, including tab command line
completion.  (Closes issue #12681)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118054 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-23 13:00:48 +00:00
Russell Bryant
6d4d094baa Merged revisions 118049 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r118049 | russell | 2008-05-23 07:37:31 -0500 (Fri, 23 May 2008) | 17 lines

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

........
r118048 | russell | 2008-05-23 07:30:53 -0500 (Fri, 23 May 2008) | 9 lines

Don't declare a function that takes variable arguments as inline, because it's
not valid, and on some compilers, will emit a warning.

http://gcc.gnu.org/onlinedocs/gcc/Inline.html#Inline

(closes issue #12289)
Reported by: francesco_r
Patches by Tilghman, final patch by me

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118050 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-23 12:37:58 +00:00
Philippe Sultan
01f7b2b579 Merged revisions 118020 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r118020 | phsultan | 2008-05-23 12:33:21 +0200 (Fri, 23 May 2008) | 15 lines

- remove whitespaces between tags in received XML packets before giving
them to the parser ;
- report Gtalk error messages from a buddy to the console.

This patch makes Asterisk "Google Jingle" (chan_gtalk) implementation
work with Empathy. Note that this is only true for audio streams, not
video.

Thank you to PH for his great help!

(closes issue #12647)
Reported by: PH
Patches:
      trunk-12647-1.diff uploaded by phsultan (license 73)
Tested by: phsultan, PH
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118021 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-23 11:02:21 +00:00
Sean Bright
a1b9366aec Blocked revisions 117988 via svnmerge
........
r117988 | seanbright | 2008-05-22 17:43:54 -0400 (Thu, 22 May 2008) | 1 line

Split the compile flags out and wire up some dependencies
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117989 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-22 21:44:49 +00:00
Tilghman Lesher
a37fcc7f2f Merged revisions 117986 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r117986 | tilghman | 2008-05-22 16:42:50 -0500 (Thu, 22 May 2008) | 2 lines

Add a compatibility option for upgrading realtime extensions

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117987 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-22 21:43:47 +00:00
Tilghman Lesher
85f1e10148 Blocked revisions 117983 via svnmerge
........
r117983 | tilghman | 2008-05-22 16:27:00 -0500 (Thu, 22 May 2008) | 2 lines

Fix trunk breakage

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117984 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-22 21:29:08 +00:00
Sean Bright
5a958c150b Blocked revisions 117950 via svnmerge
........
r117950 | seanbright | 2008-05-22 16:01:33 -0400 (Thu, 22 May 2008) | 1 line

A couple more places the frame data change was missed.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117951 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-22 20:02:27 +00:00
Michiel van Baak
5ce17588b7 Blocked revisions 117822,117825,117834,117870 via svnmerge
........
r117822 | mvanbaak | 2008-05-22 19:06:00 +0200 (Thu, 22 May 2008) | 2 lines

forgot chan_misdn

........
r117825 | mvanbaak | 2008-05-22 19:08:18 +0200 (Thu, 22 May 2008) | 2 lines

oops

........
r117834 | mvanbaak | 2008-05-22 19:16:08 +0200 (Thu, 22 May 2008) | 2 lines

chan_console fixes because of ast_frame.data => ast_frame.data.ptr

........
r117870 | mvanbaak | 2008-05-22 19:50:40 +0200 (Thu, 22 May 2008) | 2 lines

one more place I forgot

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-22 19:45:21 +00:00
Tilghman Lesher
04793482a0 Merged revisions 117900 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r117900 | tilghman | 2008-05-22 13:54:41 -0500 (Thu, 22 May 2008) | 10 lines

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

........
r117899 | tilghman | 2008-05-22 13:53:53 -0500 (Thu, 22 May 2008) | 2 lines

Also remove preamble from asynchronous events (reported by jsmith on #asterisk-dev)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-22 18:55:20 +00:00
Michiel van Baak
9244f0f433 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117804 65c4cc65-6c06-0410-ace0-fbb531ad65f3 2008-05-22 16:36:04 +00:00
Mark Michelson
147a00886c Blocked revisions 117794 via svnmerge
........
r117794 | mmichelson | 2008-05-22 11:05:18 -0500 (Thu, 22 May 2008) | 3 lines

Committing a fix pointed out by Atis Lezdins on the asterisk-dev list. Thanks!


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117795 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-22 16:06:18 +00:00
Sean Bright
a7d20c7109 Merged revisions 117792 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r117792 | seanbright | 2008-05-22 11:49:17 -0400 (Thu, 22 May 2008) | 1 line

Minor text fix.  roster -> resource.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117793 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-22 15:51:04 +00:00
Russell Bryant
fd15bd07e6 Merged revisions 117756 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r117756 | russell | 2008-05-22 08:40:52 -0500 (Thu, 22 May 2008) | 5 lines

Store build-time options as a string in AST_BUILDOPTS in buildopts.h.  Also,
display this information in the "core show settings" CLI command.  This is
useful if you want to verify that you're running a build with DONT_OPTIMIZE,
DEBUG_THREADS, etc.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117757 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-22 13:41:31 +00:00
Tilghman Lesher
f44eb6a3b8 Blocked revisions 117725 via svnmerge
........
r117725 | tilghman | 2008-05-22 00:10:01 -0500 (Thu, 22 May 2008) | 8 lines

Enhance ExternalIVR with new options and commands.
(closes issue #12705)
 Reported by: ctooley
 Patches: 
       new_externalivr_argument_format-v2.diff uploaded by ctooley (license 136)
       new_externalivr_documentation.diff uploaded by ctooley (license 136)
       and a few additional fixes by me

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117727 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-22 05:11:12 +00:00
Mark Michelson
a7a5e26831 Blocked revisions 117693 via svnmerge
........
r117693 | mmichelson | 2008-05-21 17:34:27 -0500 (Wed, 21 May 2008) | 5 lines

This change makes it so that logs will report the correct source of verbose messages.
Until this change, all verbose messages in Asterisk's log files reported logger.c
as the source of the message.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117694 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 22:35:17 +00:00
Jeff Peeler
da8a5856be Merged revisions 117658 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r117658 | jpeeler | 2008-05-21 16:31:17 -0500 (Wed, 21 May 2008) | 10 lines

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

........
r117582 | jpeeler | 2008-05-21 15:11:14 -0500 (Wed, 21 May 2008) | 2 lines

Ensure that passed in zt_chan_conf structure is not modified in mkintf.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117660 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 22:01:10 +00:00
Jeff Peeler
ef9c60d095 Merged revisions 117628 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r117628 | jpeeler | 2008-05-21 15:44:04 -0500 (Wed, 21 May 2008) | 12 lines

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

........
r117462 | jpeeler | 2008-05-21 11:58:40 -0500 (Wed, 21 May 2008) | 3 lines

Pass a pointer for the conf parameter to the function mkintf rather than the whole zt_chan_conf structure.
Another commit is following to make sure the zt_chan_conf structure is not modified.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117659 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 21:59:25 +00:00
Mark Michelson
77902e5f19 Blocked revisions 117625 via svnmerge
........
r117625 | mmichelson | 2008-05-21 15:27:45 -0500 (Wed, 21 May 2008) | 9 lines

Add a new manager event, AgentRingNoAnswer to
app_queue.

(closes issue #12591)
Reported by: CCHAsteria
Patches:
      app_queue_RNA_event.diff uploaded by CCHAsteria (license 477)


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117626 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 20:28:40 +00:00
Joshua Colp
2ded3ac61d Merged revisions 117575 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r117575 | file | 2008-05-21 16:39:42 -0300 (Wed, 21 May 2008) | 10 lines

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

........
r117574 | file | 2008-05-21 16:38:28 -0300 (Wed, 21 May 2008) | 2 lines

Apply the autoframing setting to dialogs that do not get matched against a user or peer.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117576 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 19:45:41 +00:00
Tilghman Lesher
21e9dced65 Merged revisions 117520 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r117520 | tilghman | 2008-05-21 13:43:26 -0500 (Wed, 21 May 2008) | 11 lines

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

........
r117519 | tilghman | 2008-05-21 13:40:14 -0500 (Wed, 21 May 2008) | 3 lines

Strip the preamble from the output also when -rx is not being used
(Related to issue #12702)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117522 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 18:44:07 +00:00
Mark Michelson
bdc7890852 Blocked revisions 117517 via svnmerge
........
r117517 | mmichelson | 2008-05-21 13:31:05 -0500 (Wed, 21 May 2008) | 14 lines

Optimize the update_realtime_member_field function by not having
to query the database for the member and instead using a cached
uniqueid. 

Special thanks to atis for creating this and for keeping it up
to date with necessary changes

(closes issue #11896)
Reported by: atis
Patches:
      realtime_uniqueid_v6.patch uploaded by atis (license 242)
Tested by: atis


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117518 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 18:31:41 +00:00
Russell Bryant
b469957233 Merged revisions 117515 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r117515 | russell | 2008-05-21 13:29:05 -0500 (Wed, 21 May 2008) | 12 lines

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

........
r117514 | russell | 2008-05-21 13:28:46 -0500 (Wed, 21 May 2008) | 4 lines

Don't filter the magic character in the network verboser.  It gets filtered
once it reaches the client.
(related to issue #12702, pointed out by tilghman)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117516 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 18:29:28 +00:00
Russell Bryant
45bbed1f49 Merged revisions 117508 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r117508 | russell | 2008-05-21 13:20:11 -0500 (Wed, 21 May 2008) | 15 lines

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

........
r117507 | russell | 2008-05-21 13:19:34 -0500 (Wed, 21 May 2008) | 7 lines

1) Don't print the verbose marker in front of every message from ast_verbose()
   being sent to remote consoles.

2) Fix pbx_gtkconsole to filter out the verbose marker.

(related to issue #12702)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117509 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 18:20:34 +00:00
Russell Bryant
638d9b32f9 Merged revisions 117481 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r117481 | russell | 2008-05-21 13:12:19 -0500 (Wed, 21 May 2008) | 14 lines

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

........
r117479 | russell | 2008-05-21 13:11:51 -0500 (Wed, 21 May 2008) | 6 lines

Don't display the verbose marker for calls to ast_verbose() that do not include
a VERBOSE_PREFIX in front of the message.
(closes issue #12702)
Reported by: johnlange
Patched by me

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117486 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 18:13:08 +00:00
Tilghman Lesher
7dbf39cce8 Blocked revisions 117431 via svnmerge
........
r117431 | tilghman | 2008-05-21 08:39:41 -0500 (Wed, 21 May 2008) | 6 lines

On socket-based connections, there is no error FD, so don't try waiting on one.
(closes issue #12697)
 Reported by: ctooley
 Patches: 
       fix_externalivr_waitfor_nandfds-v3.diff uploaded by ctooley (license 136)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 13:41:39 +00:00
Mark Michelson
9daeb19f80 Merged revisions 117367 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r117367 | mmichelson | 2008-05-20 21:20:31 -0500 (Tue, 20 May 2008) | 19 lines

Be sure that we cache included files for each source file which loads
a configuration file.  As it was, only the first did so. This led to 
a problem if the included file was changed (but not the configuration 
file which includes it) and the second source file attempted to reload 
the configuration. It would not see that the included file had changed.

In this particular example, res_phoneprov and chan_sip both loaded
sip.conf, which included a file call sip.peers.conf. Since res_phoneprov
was the first to load sip.conf, only it cached the fact that sip.conf
included sip.peers.conf. If sip.peers.conf were changed and sip.conf were
not and a sip reload were issued (meaning that chan_sip attempts to 
reload sip.conf only if it and its included files have changed) the changes
made to sip.peers.conf would not be seen and therefore no action would be
taken.

(closes issue #12693)
Reported by: marsosa


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117368 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 02:21:38 +00:00
Steve Murphy
2fdbd728b8 Merged revisions 117335 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r117335 | murf | 2008-05-20 19:00:28 -0600 (Tue, 20 May 2008) | 10 lines

These changes were made via the comments atis_work made at 4:30am (Mountain Time zone- US)
in #asterisk-dev on 20 May 2008. He noted that a backslash was being inserted before commas
in app call arguments in the extensions.conf.aeldump file that you get from aelparse with the
-w arg. This was being generated from code left over from 1.4, where commas were substituted
with '|', and any remaining commas needed to be escaped.

Many thanks to atis for his comment; please let us know if these changes break anything!



........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117365 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-21 01:20:45 +00:00
Tilghman Lesher
de3112d3ee Blocked revisions 117264 via svnmerge
........
r117264 | tilghman | 2008-05-20 11:25:16 -0500 (Tue, 20 May 2008) | 3 lines

Increase limit of unshared connections from 1023 to 4.2 billion.
(Related to issue #12677)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117265 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-20 16:25:52 +00:00
Tilghman Lesher
05e0ef7bfd Blocked revisions 117262 via svnmerge
........
r117262 | tilghman | 2008-05-20 11:13:48 -0500 (Tue, 20 May 2008) | 4 lines

Revert part of previous fix, and heavily comment the logic for object
destruction, for future users.
(Closes issue #12677)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117263 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-20 16:16:13 +00:00
Tilghman Lesher
b762595c7e Blocked revisions 117182 via svnmerge
........
r117182 | tilghman | 2008-05-19 15:06:38 -0500 (Mon, 19 May 2008) | 7 lines

Change the default for the pridialplan parameter to the far more common case of
'unknown', and better document the use of each parameter.
(closes issue #12633)
 Reported by: tzafrir
 Patches: 
       pridialplan_unknown_2.diff uploaded by tzafrir (license 46)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117183 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-19 20:08:00 +00:00