[asterisk-commits] file: branch file/logqueue r43448 - in /team/file/logqueue: ./ agi/ apps/ bui...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Sep 21 13:48:49 MST 2006


Author: file
Date: Thu Sep 21 15:48:48 2006
New Revision: 43448

URL: http://svn.digium.com/view/asterisk?rev=43448&view=rev
Log:
Merged revisions 42208,42224,42244,42259,42261-42264,42283-42284,42298,42311,42324,42338,42356,42373-42374,42388-42389,42403,42422-42423,42453,42477,42491,42505,42519,42521,42531,42536-42537,42555,42569,42583,42601,42621,42638,42654,42671,42684,42698,42715,42717,42735,42751-42753,42766-42770,42788,42802,42826-42827,42842,42858,42891,42893,42910,42929,42947,42965,42982,43008,43024,43039,43052,43075,43099,43111,43123,43135,43147,43161-43162,43164-43166,43185,43199,43205,43207-43208,43212-43216,43221,43230,43236-43237,43239-43240,43243-43245,43249,43256-43259,43263-43264,43271-43273,43281-43282,43285,43287-43290,43294,43296,43298,43300,43302-43303,43305,43307,43309-43311,43313,43315-43316,43322,43327,43331,43334,43336-43337,43340,43343-43345,43347,43350-43351,43354-43357,43360-43366,43369-43375,43377,43382,43384,43387,43389,43393,43397,43403,43406,43411-43412,43423,43427-43429,43432,43434,43436-43437,43439-43440,43442,43444,43446-43447 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r42208 | murf | 2006-09-06 23:35:42 -0400 (Wed, 06 Sep 2006) | 1 line

Made changes corresponding to those in 1.2 here in main/logger.c for bug 7544.
................
r42224 | murf | 2006-09-07 00:23:00 -0400 (Thu, 07 Sep 2006) | 1 line

With respect to bug 7862, the syntax and description are misleading to users. the syntax included a space after the double quotes between the regex and the data to match. I removed this from the function doc, and added some verbage to make this crystal clear, I hope.
................
r42244 | markster | 2006-09-07 11:35:52 -0400 (Thu, 07 Sep 2006) | 2 lines

Comment out default from extensions.ael

................
r42259 | mogorman | 2006-09-07 12:14:53 -0400 (Thu, 07 Sep 2006) | 3 lines

patch to fix several things wrong with voicemail
imap storage.

................
r42261 | file | 2006-09-07 12:33:02 -0400 (Thu, 07 Sep 2006) | 10 lines

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

........
r42260 | file | 2006-09-07 12:30:44 -0400 (Thu, 07 Sep 2006) | 2 lines

Let's use the same thing we use in other places to calculate our time for ast_cond_timedwait (issue #7697 reported by bn999)

........

................
r42262 | file | 2006-09-07 12:40:15 -0400 (Thu, 07 Sep 2006) | 2 lines

Set the variable even if the caller disconnects (issue #7896 reported by jsmith)

................
r42263 | kpfleming | 2006-09-07 12:42:04 -0400 (Thu, 07 Sep 2006) | 2 lines

minor wording fix

................
r42264 | file | 2006-09-07 12:51:11 -0400 (Thu, 07 Sep 2006) | 2 lines

Convert some warnings into debug messages since they can exist under perfectly normal circumstances that the user shouldn't care about (issue #7894 reported by stephen_dredge)

................
r42283 | mogorman | 2006-09-07 13:05:51 -0400 (Thu, 07 Sep 2006) | 2 lines

protect curhst and curusr

................
r42284 | file | 2006-09-07 13:09:55 -0400 (Thu, 07 Sep 2006) | 2 lines

Use lower case 'x' instead of a UTF-8 character (issue #7888 reported by flefoll)

................
r42298 | file | 2006-09-07 14:54:36 -0400 (Thu, 07 Sep 2006) | 2 lines

Minor cleanup and make sure the tmp variable is clean

................
r42311 | file | 2006-09-07 15:50:59 -0400 (Thu, 07 Sep 2006) | 2 lines

Code cleaning/updates/potential bug fixes

................
r42324 | mattf | 2006-09-07 16:05:37 -0400 (Thu, 07 Sep 2006) | 2 lines

Make sure we give a little warning about the echotraining option

................
r42338 | file | 2006-09-07 17:11:07 -0400 (Thu, 07 Sep 2006) | 2 lines

Use flags instead of variables on the private structure for things

................
r42356 | tilghman | 2006-09-07 19:15:43 -0400 (Thu, 07 Sep 2006) | 10 lines

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

........
r42355 | tilghman | 2006-09-07 18:12:29 -0500 (Thu, 07 Sep 2006) | 2 lines

Format vulnerability fix - allowing the user to specify a format is not a good idea (Bug 7811)

........

................
r42373 | file | 2006-09-07 22:00:45 -0400 (Thu, 07 Sep 2006) | 2 lines

Destroy msg_cfg after it's used, not before (issue #7618 reported by wvolz with minor mods)

................
r42374 | file | 2006-09-07 22:54:45 -0400 (Thu, 07 Sep 2006) | 2 lines

whentohangup is already in seconds, just need to convert to milliseconds

................
r42388 | file | 2006-09-07 23:46:33 -0400 (Thu, 07 Sep 2006) | 2 lines

Formatting fixes for chan_alsa (issue #7807 reported by Mithraen with more mods done by myself)

................
r42389 | file | 2006-09-07 23:51:26 -0400 (Thu, 07 Sep 2006) | 2 lines

Formatting fixes for chan_oss (issue #7808 reported by Mithraen)

................
r42403 | file | 2006-09-08 00:38:43 -0400 (Fri, 08 Sep 2006) | 9 lines

Blocked revisions 42402 via svnmerge

........
r42402 | file | 2006-09-08 00:37:07 -0400 (Fri, 08 Sep 2006) | 2 lines

Use ast_best_codec to set the read/write format

........

................
r42422 | tilghman | 2006-09-08 12:08:36 -0400 (Fri, 08 Sep 2006) | 10 lines

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

........
r42421 | tilghman | 2006-09-08 11:06:17 -0500 (Fri, 08 Sep 2006) | 2 lines

Jump logic was backwards:  goto returns 0 if it succeeds, and we should jump if authentication fails.  (Bug #7907)

........

................
r42423 | murf | 2006-09-08 12:44:38 -0400 (Fri, 08 Sep 2006) | 1 line

As per discussion on bug 7862, the problem wasn't the fact that the documentation differed from behavior, but rather that users are used to REGEX having that space after the double quote in 1.2.x. So, in keeping with history, I investigated a little deeper, and discovered that the change in behavior was due to the modification of the function to use the AST_DECLARE_APP_ARGS and AST_NONSTANDARD_APP_ARGS() to parse the args. The code to skip the blank was left out. So, what I did was add code to throw out the first blank (space or tab) after the double quote, IF IT IS THERE. If not, nothing is done.Verbage is added to the function description saying that the space is optional, and skipped if it is there. If a space is desired, then the documentation advises putting two spaces there. This should make it compatible for 1.2 users, and not mess up new users who are used to using it with no space. It WILL mess up new users who WANT a space. Hopefully, they will double check the doc 
 strings for this func and add the extra space. Hopefully, this class of new user is very small.
................
r42453 | file | 2006-09-08 14:53:41 -0400 (Fri, 08 Sep 2006) | 10 lines

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

........
r42452 | file | 2006-09-08 14:50:43 -0400 (Fri, 08 Sep 2006) | 2 lines

Swap spies during masquerading

........

................
r42477 | kpfleming | 2006-09-08 17:33:32 -0400 (Fri, 08 Sep 2006) | 2 lines

minor performance improvement

................
r42491 | mogorman | 2006-09-08 18:54:28 -0400 (Fri, 08 Sep 2006) | 3 lines

Get rid of ugly tmp directory, although I really should
fix the way imap accesses its temporary voice files.

................
r42505 | kpfleming | 2006-09-08 23:27:21 -0400 (Fri, 08 Sep 2006) | 2 lines

more makefile tweaks to keep targets from being run when they don't need to be

................
r42519 | oej | 2006-09-09 07:45:55 -0400 (Sat, 09 Sep 2006) | 2 lines

Add warning about res_adsi not being optional to menuselect

................
r42521 | oej | 2006-09-09 08:00:19 -0400 (Sat, 09 Sep 2006) | 2 lines

Clear proper flag

................
r42531 | oej | 2006-09-09 08:01:59 -0400 (Sat, 09 Sep 2006) | 2 lines

Don't destroy pvt prematurely. Wait for answer or timeout.

................
r42536 | oej | 2006-09-09 08:25:18 -0400 (Sat, 09 Sep 2006) | 3 lines

importing rev 42535 from 1.2 (which by mistake was actually imported from svn trunk)
- Maybe the first circular commit?

................
r42537 | oej | 2006-09-09 08:44:36 -0400 (Sat, 09 Sep 2006) | 13 lines

Don't destruct sessions prematurely. Especially not when we want reliable retransmissions...

If this works properly, we might have to check 1.2 to implement a backport.

The theory is that if you get a final reply in a session, it is ok to destroy the session.
If you send a final reply, you need to keep the session open for potential retransmits
from the other side. If you send a HANGUP/CANCEL, wait to the other side confirms
or until you have a timeout. If you send HANGUP/CANCEL/ACK reliably, don't destroy
the session so that you cancel the needed retransmits.

I will have to change the timer to 64*T1, but that will be a separate patch. That will
mean that if we know the roundtrip time, we can destroy sessions quicker.

................
r42555 | oej | 2006-09-09 11:09:16 -0400 (Sat, 09 Sep 2006) | 2 lines

Add reference to the latest trademark policy on digium.com

................
r42569 | file | 2006-09-09 14:07:59 -0400 (Sat, 09 Sep 2006) | 2 lines

It's another round of RTP updates!

................
r42583 | file | 2006-09-09 15:12:52 -0400 (Sat, 09 Sep 2006) | 2 lines

Optimize a bit

................
r42601 | file | 2006-09-09 16:25:45 -0400 (Sat, 09 Sep 2006) | 10 lines

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

........
r42600 | file | 2006-09-09 16:24:19 -0400 (Sat, 09 Sep 2006) | 2 lines

Only truly consider the channel in the same format if the format matches the raw format OR if a translation path already exists to translate between them. (issue #7887 reported by softins & issue #7803 reported by alvaro_palma_aste). Thanks goes to stubert for giving me access to a box and showing me a scenario where this occured.

........

................
r42621 | tilghman | 2006-09-09 17:51:07 -0400 (Sat, 09 Sep 2006) | 4 lines

In trunk, ast_fileexists now returns 0 for failure, instead of -1, as it did
in 1.2.  This corrected a longstanding confusion about the return value.
Unfortunately, it broke this app in the process.  (Issue 7906)

................
r42638 | tilghman | 2006-09-10 13:35:08 -0400 (Sun, 10 Sep 2006) | 4 lines

If the leading underscore is not stripped before comparison,
pbx_builtin_getvar_helper() will never find the associated variable.
(Bug 7892)

................
r42654 | markster | 2006-09-10 16:28:03 -0400 (Sun, 10 Sep 2006) | 2 lines

Uhm, make Zap actually work again.  Did anybody actually test that code?

................
r42671 | voicetronix | 2006-09-10 23:29:08 -0400 (Sun, 10 Sep 2006) | 3 lines

Board numbers and channel numbers are now 0 based, since vpb driver
version 3.0 (released December 2005)

................
r42684 | russell | 2006-09-11 00:17:23 -0400 (Mon, 11 Sep 2006) | 2 lines

fix minor typo in coding guidelines

................
r42698 | tilghman | 2006-09-11 10:41:35 -0400 (Mon, 11 Sep 2006) | 10 lines

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

........
r42697 | tilghman | 2006-09-11 09:40:13 -0500 (Mon, 11 Sep 2006) | 2 lines

Two grammar issues (bug 7927)

........

................
r42715 | anthonyl | 2006-09-11 12:00:53 -0400 (Mon, 11 Sep 2006) | 2 lines

small fix for issue 007926

................
r42717 | tilghman | 2006-09-11 12:41:49 -0400 (Mon, 11 Sep 2006) | 10 lines

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

........
r42716 | tilghman | 2006-09-11 11:39:06 -0500 (Mon, 11 Sep 2006) | 2 lines

Spelling/grammar fixes (Issue 7929)

........

................
r42735 | tilghman | 2006-09-11 13:02:37 -0400 (Mon, 11 Sep 2006) | 2 lines

More spelling fixes (issue 7930)

................
r42751 | oej | 2006-09-11 14:06:44 -0400 (Mon, 11 Sep 2006) | 3 lines

Use Timer T1 for dialog timeouts/destruction 
(If you have qualify=yes, we will use the actual roundtrip time)

................
r42752 | oej | 2006-09-11 14:14:02 -0400 (Mon, 11 Sep 2006) | 3 lines

Change from "r" as a variable name to "dialog". "r" is commonly used for registrations,
not dialogs, in other places of the code...

................
r42753 | oej | 2006-09-11 14:45:10 -0400 (Mon, 11 Sep 2006) | 2 lines

Ignore this. Only whitespace fixes while being bored.

................
r42766 | oej | 2006-09-11 15:04:33 -0400 (Mon, 11 Sep 2006) | 2 lines

More formatting/doxygen updates to keep me occupied

................
r42767 | oej | 2006-09-11 15:14:58 -0400 (Mon, 11 Sep 2006) | 2 lines

More formatting

................
r42768 | oej | 2006-09-11 15:24:35 -0400 (Mon, 11 Sep 2006) | 3 lines

- Use enum for send-request reliability flags
- Make re-invites CRITICAL 

................
r42769 | oej | 2006-09-11 15:27:11 -0400 (Mon, 11 Sep 2006) | 2 lines

Add comment

................
r42770 | oej | 2006-09-11 15:49:10 -0400 (Mon, 11 Sep 2006) | 2 lines

More formatting fixes and doxygen stuff

................
r42788 | tilghman | 2006-09-11 18:17:46 -0400 (Mon, 11 Sep 2006) | 12 lines

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

........
r42783 | tilghman | 2006-09-11 16:47:23 -0500 (Mon, 11 Sep 2006) | 4 lines

When paging, only wait 5 seconds for the marked user to enter the conference.
After that, assume the paging already completed by the time the channel entered
the conference and drop back out.  (Issue 7275)

........

................
r42802 | oej | 2006-09-11 20:32:18 -0400 (Mon, 11 Sep 2006) | 2 lines

If we've found a T38 SDP line, stop looking for more on the very same line

................
r42826 | oej | 2006-09-12 10:17:33 -0400 (Tue, 12 Sep 2006) | 4 lines

Issue #7928 - Don't send both 404 and 503. Fix by phsultan with a small fix by me, myself or I.
Thanks, Philippe! 
(This was caused by my changes to the transaction handling)

................
r42827 | oej | 2006-09-12 10:22:55 -0400 (Tue, 12 Sep 2006) | 2 lines

Issue #7924 - cmaj - Turn off silence suppression if no channel owner

................
r42842 | mogorman | 2006-09-12 13:45:42 -0400 (Tue, 12 Sep 2006) | 2 lines

i dont know how msg_cfg got moved around but its all good again

................
r42858 | russell | 2006-09-12 16:33:09 -0400 (Tue, 12 Sep 2006) | 2 lines

use strcpy instead of sprintf

................
r42891 | anthonyl | 2006-09-13 15:27:27 -0400 (Wed, 13 Sep 2006) | 2 lines

small fix for 7944

................
r42893 | tilghman | 2006-09-13 15:52:20 -0400 (Wed, 13 Sep 2006) | 9 lines

Blocked revisions 42892 via svnmerge

........
r42892 | tilghman | 2006-09-13 14:51:24 -0500 (Wed, 13 Sep 2006) | 2 lines

Backport bugfix patch from 7918 to 1.2 - msg_cfg destroyed before used

........

................
r42910 | file | 2006-09-13 18:45:44 -0400 (Wed, 13 Sep 2006) | 2 lines

Tweak changes that went in on revision 42891

................
r42929 | tilghman | 2006-09-14 09:57:40 -0400 (Thu, 14 Sep 2006) | 2 lines

Revise documentation to state that mpg123 for music on hold is deprecated.

................
r42947 | tilghman | 2006-09-14 18:18:07 -0400 (Thu, 14 Sep 2006) | 10 lines

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

........
r42946 | tilghman | 2006-09-14 17:16:31 -0500 (Thu, 14 Sep 2006) | 2 lines

Error message references wrong argument (Issue 7951)

........

................
r42965 | anthonyl | 2006-09-15 01:00:27 -0400 (Fri, 15 Sep 2006) | 1 line

reveting modifaction to __ast_module_user_remove
................
r42982 | qwell | 2006-09-15 13:16:00 -0400 (Fri, 15 Sep 2006) | 3 lines

Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.c
Every OS uses strcompat now - this was done on purpose.

................
r43008 | tilghman | 2006-09-16 01:43:54 -0400 (Sat, 16 Sep 2006) | 10 lines

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

........
r43003 | tilghman | 2006-09-15 23:44:02 -0500 (Fri, 15 Sep 2006) | 2 lines

When the marked user enters the conference, we should no longer timeout

........

................
r43024 | tilghman | 2006-09-16 04:10:55 -0400 (Sat, 16 Sep 2006) | 10 lines

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

........
r43019 | tilghman | 2006-09-16 02:57:04 -0500 (Sat, 16 Sep 2006) | 2 lines

When a realtime peer expires, reset the ipaddress in the realtime database back to 0 (Issue 6656)

........

................
r43039 | markster | 2006-09-16 17:45:35 -0400 (Sat, 16 Sep 2006) | 2 lines

Fix the dtmf dialtone thing

................
r43052 | kpfleming | 2006-09-16 19:53:58 -0400 (Sat, 16 Sep 2006) | 2 lines

merge markster's usersconf branch with some slight changes

................
r43075 | tilghman | 2006-09-17 10:00:39 -0400 (Sun, 17 Sep 2006) | 11 lines

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

........
r43072 | tilghman | 2006-09-17 08:54:34 -0500 (Sun, 17 Sep 2006) | 3 lines

Directory used the wrong context for delivery of 0- and *- keypresses
(according to Directory's own documentation) - Issue 7965

........

................
r43099 | qwell | 2006-09-17 17:58:04 -0400 (Sun, 17 Sep 2006) | 2 lines

Get rid of all the useless (and confusing) typedefs

................
r43111 | qwell | 2006-09-17 18:24:27 -0400 (Sun, 17 Sep 2006) | 5 lines

Skinny hold support.

Original patch by wedhorn, with modifications by me.
Issue #7588

................
r43123 | qwell | 2006-09-17 19:04:48 -0400 (Sun, 17 Sep 2006) | 2 lines

remove a bit of redundant code

................
r43135 | markster | 2006-09-18 01:40:17 -0400 (Mon, 18 Sep 2006) | 2 lines

Improve documentation of users.conf items.

................
r43147 | tilghman | 2006-09-18 10:53:54 -0400 (Mon, 18 Sep 2006) | 2 lines

Remove the suggestion of realtime hints, since that functionality will not be available until post-1.4

................
r43161 | file | 2006-09-18 11:07:59 -0400 (Mon, 18 Sep 2006) | 10 lines

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

........
r43159 | file | 2006-09-18 11:05:39 -0400 (Mon, 18 Sep 2006) | 2 lines

Add number unobtainable tone for New Zealand (issue #7969 reported by nic_bellamy)

........

................
r43162 | file | 2006-09-18 11:15:33 -0400 (Mon, 18 Sep 2006) | 2 lines

Use a better check to ensure database connection is up (pointer to connection must exist, and connection must report status being ok) (issue #7955 reported by sorg)

................
r43164 | file | 2006-09-18 11:32:08 -0400 (Mon, 18 Sep 2006) | 9 lines

Blocked revisions 43163 via svnmerge

........
r43163 | file | 2006-09-18 11:30:26 -0400 (Mon, 18 Sep 2006) | 2 lines

Add deprecation notice about app_math (issue #7957 reported by k-egg)

........

................
r43165 | murf | 2006-09-18 11:44:18 -0400 (Mon, 18 Sep 2006) | 3 lines

Clarified the meaning of the callwaiting variable in the zapata.conf file.


................
r43166 | kpfleming | 2006-09-18 11:54:57 -0400 (Mon, 18 Sep 2006) | 2 lines

minor performance improvement for platforms where -fPIC and -fpic are actually different (has no effect on x86/x86-64)

................
r43185 | mogorman | 2006-09-18 12:36:14 -0400 (Mon, 18 Sep 2006) | 5 lines

seperate jingle and gtalk so it will be easier to track
changes in both of the moving specs.  Currently chan_gtalk is 
compatible with the latest gtalk/libjingle version, and chan_jingle
needs a lot of work.

................
r43199 | file | 2006-09-18 13:37:44 -0400 (Mon, 18 Sep 2006) | 2 lines

Reference will be kept in the application component only right now. In the future this should be expanded to the channel driver (just like all the other channel drivers) (issue #7975 reported by andrewt)

................
r43205 | qwell | 2006-09-18 15:08:40 -0400 (Mon, 18 Sep 2006) | 2 lines

escape some quotes

................
r43207 | kpfleming | 2006-09-18 15:20:24 -0400 (Mon, 18 Sep 2006) | 2 lines

it appears that current Mac OS/X does not need the poll compatibility module at all, and platforms that do need it also need -DPOLLCOMPAT (or they wouldn't have compiled at all)

................
r43208 | kpfleming | 2006-09-18 15:30:10 -0400 (Mon, 18 Sep 2006) | 2 lines

handle config.guess name for FreeBSD properly

................
r43212 | kpfleming | 2006-09-18 15:54:18 -0400 (Mon, 18 Sep 2006) | 2 lines

merge qwell's CLI verbification work

................
r43213 | kpfleming | 2006-09-18 15:54:46 -0400 (Mon, 18 Sep 2006) | 2 lines

revert this since, since some unnamed platforms are silly about it :-)

................
r43214 | oej | 2006-09-18 15:56:44 -0400 (Mon, 18 Sep 2006) | 2 lines

Issue #7351 - sending CANCEL when the call at some point has been in UP state is wrong.

................
r43215 | qwell | 2006-09-18 15:57:09 -0400 (Mon, 18 Sep 2006) | 4 lines

We have autoconf...let's actually use it.

(note, M4 wasn't used, so...bye)

................
r43216 | kpfleming | 2006-09-18 15:58:27 -0400 (Mon, 18 Sep 2006) | 2 lines

always use fork() when available

................
r43221 | oej | 2006-09-18 16:13:14 -0400 (Mon, 18 Sep 2006) | 2 lines

Merging patch from 1.2 - Issue #7682

................
r43230 | qwell | 2006-09-18 17:24:50 -0400 (Mon, 18 Sep 2006) | 4 lines

Only use alloca.h on OSes that have it.

Reported by jontow on IRC in #asterisk-dev

................
r43236 | qwell | 2006-09-18 18:02:04 -0400 (Mon, 18 Sep 2006) | 2 lines

u_intXX_t is silly

................
r43237 | kpfleming | 2006-09-18 18:05:53 -0400 (Mon, 18 Sep 2006) | 2 lines

a little cleanup and simplification, and remove ON_FIRST_USE mode since nobody uses it

................
r43239 | kpfleming | 2006-09-18 18:14:09 -0400 (Mon, 18 Sep 2006) | 2 lines

don't need two copies of this

................
r43240 | qwell | 2006-09-18 18:35:40 -0400 (Mon, 18 Sep 2006) | 3 lines

Change the includes to work on FreeBSD
Linux has sys/soundcard.h, which does a #include <linux/soundcard.h>

................
r43243 | mogorman | 2006-09-18 19:32:57 -0400 (Mon, 18 Sep 2006) | 5 lines

allow for packetization on rtp channel drivers, need to add
option for setting our own packetization as apposed to just doing 
what is asked.


................
r43244 | qwell | 2006-09-18 19:37:25 -0400 (Mon, 18 Sep 2006) | 2 lines

This was silly.  Nowhere else do we use [ or [[

................
r43245 | qwell | 2006-09-18 19:59:23 -0400 (Mon, 18 Sep 2006) | 4 lines

This totally worked when I tested it...

Reverting for now..

................
r43249 | tilghman | 2006-09-19 08:30:17 -0400 (Tue, 19 Sep 2006) | 10 lines

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

........
r43248 | tilghman | 2006-09-19 07:28:55 -0500 (Tue, 19 Sep 2006) | 2 lines

cid is passed to a destructive function; thus a copy is needed (issue 7961)

........

................
r43256 | kpfleming | 2006-09-19 10:04:15 -0400 (Tue, 19 Sep 2006) | 2 lines

restore ability for Makefiles to use 'generic' platform names when needed

................
r43257 | qwell | 2006-09-19 10:16:12 -0400 (Tue, 19 Sep 2006) | 2 lines

be a little more consistent with our variable usage

................
r43258 | qwell | 2006-09-19 10:19:54 -0400 (Tue, 19 Sep 2006) | 2 lines

Add a few more 'generic' platforms

................
r43259 | qwell | 2006-09-19 10:24:14 -0400 (Tue, 19 Sep 2006) | 2 lines

Let's order these better..

................
r43263 | file | 2006-09-19 11:23:39 -0400 (Tue, 19 Sep 2006) | 2 lines

Improve output of sip show peers (issue #6624 reported by mavetju with minor code changes by myself)

................
r43264 | file | 2006-09-19 11:36:25 -0400 (Tue, 19 Sep 2006) | 2 lines

Warning be gone!

................
r43271 | mogorman | 2006-09-19 12:23:03 -0400 (Tue, 19 Sep 2006) | 1 line

blocking version 43269 from being pushed into trunk
................
r43272 | mogorman | 2006-09-19 12:23:45 -0400 (Tue, 19 Sep 2006) | 3 lines

similar patch for verbose vs debug with minor changes
bug 2617

................
r43273 | mattf | 2006-09-19 12:25:21 -0400 (Tue, 19 Sep 2006) | 2 lines

Let's try this out.  Seems silly, but we'll try it anyways

................
r43281 | mattf | 2006-09-19 13:07:22 -0400 (Tue, 19 Sep 2006) | 2 lines

Mergeing in Paul Cadach's chan_h323 changes *holds breath*

................
r43282 | mattf | 2006-09-19 13:09:01 -0400 (Tue, 19 Sep 2006) | 2 lines

Update configure and closest kin.  *Hopes my branch doesn't break*

................
r43285 | file | 2006-09-19 14:48:17 -0400 (Tue, 19 Sep 2006) | 2 lines

While this is experimental I don't think it should be experimental enough to be printed out in big capital letters, and Kenny tends to agree too so you know it's right.

................
r43287 | mattf | 2006-09-19 15:04:13 -0400 (Tue, 19 Sep 2006) | 2 lines

Work!!!

................
r43288 | mattf | 2006-09-19 15:25:18 -0400 (Tue, 19 Sep 2006) | 2 lines

Add the h323 config file.  Arrr!!! for international talk like a pirate's day.

................
r43289 | anthonyl | 2006-09-19 15:28:57 -0400 (Tue, 19 Sep 2006) | 1 line

5240 update
................
r43290 | qwell | 2006-09-19 15:58:09 -0400 (Tue, 19 Sep 2006) | 4 lines

After discussing this with other people, we decided we'd like to try to do this a little differently.

Stay tuned.

................
r43294 | mattf | 2006-09-19 17:07:49 -0400 (Tue, 19 Sep 2006) | 2 lines

Various updates from PCadach's chan_h323-live branch

................
r43296 | mattf | 2006-09-19 17:33:50 -0400 (Tue, 19 Sep 2006) | 2 lines

Get rid of zero size old config file

................
r43298 | kpfleming | 2006-09-19 17:48:57 -0400 (Tue, 19 Sep 2006) | 2 lines

move this header to include where it belongs

................
r43300 | qwell | 2006-09-19 18:01:23 -0400 (Tue, 19 Sep 2006) | 4 lines

Commit the changes from issue #5240.

Original patch by junky, modified by anthonyl, modified again by jcolp (with minor modifications by me)

................
r43302 | kpfleming | 2006-09-19 19:08:35 -0400 (Tue, 19 Sep 2006) | 2 lines

do this fix properly :-)

................
r43303 | mogorman | 2006-09-19 19:57:04 -0400 (Tue, 19 Sep 2006) | 3 lines

fixed timeout issue as well as some other minor issues


................
r43305 | mogorman | 2006-09-19 20:39:44 -0400 (Tue, 19 Sep 2006) | 2 lines

thats odd, but just in case it happens again i want to see it.

................
r43307 | bweschke | 2006-09-19 23:51:01 -0400 (Tue, 19 Sep 2006) | 14 lines

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

........
r42133 | bweschke | 2006-09-06 14:16:41 -0400 (Wed, 06 Sep 2006) | 6 lines

 Look ma! No more deadlocks! <sic>

 As posted from #7458 and others similar to it in Mantis:
 p->app_lock was a mutex really designed for use with agents not in callback mode. That being the case, I've tried to code it so that when callback mode is used, the app_lock mutex will not be locked/unlocked at all. Please let me know how you make out - and if you continue to deadlock now, please reproduce the deadlock logging information and post to Mantis. 


........

................
r43309 | kpfleming | 2006-09-20 00:34:51 -0400 (Wed, 20 Sep 2006) | 2 lines

move ADSI functionality into ast_ namespace

................
r43310 | kpfleming | 2006-09-20 00:45:45 -0400 (Wed, 20 Sep 2006) | 2 lines

move more API into the ast_ namespace

................
r43311 | kpfleming | 2006-09-20 00:57:20 -0400 (Wed, 20 Sep 2006) | 2 lines

move ODBC API into ast_ namespace

................
r43313 | kpfleming | 2006-09-20 01:01:03 -0400 (Wed, 20 Sep 2006) | 2 lines

these functions never should have been non-static or in a header file

................
r43315 | kpfleming | 2006-09-20 01:13:03 -0400 (Wed, 20 Sep 2006) | 10 lines

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

........
r43314 | kpfleming | 2006-09-20 00:08:05 -0500 (Wed, 20 Sep 2006) | 2 lines

make some more functions static

........

................
r43316 | qwell | 2006-09-20 01:59:53 -0400 (Wed, 20 Sep 2006) | 6 lines

Add a "member name" to queue members.
Add option to the various methods of adding a queue member, to add the "member name".

Member name is used in (most) queue log records, in place of the interface name.
This makes it consistent, so that you can log in from any device, and still be logged as "member name"

................
r43322 | qwell | 2006-09-20 02:14:05 -0400 (Wed, 20 Sep 2006) | 2 lines

We need to persist the member name also

................
r43327 | qwell | 2006-09-20 10:47:59 -0400 (Wed, 20 Sep 2006) | 2 lines

Document member name logging functionality.

................
r43331 | file | 2006-09-20 12:24:00 -0400 (Wed, 20 Sep 2006) | 2 lines

Merge in latest round of chan_h323 changes. These are all isolated to chan_h323 so meh.

................
r43334 | file | 2006-09-20 12:33:42 -0400 (Wed, 20 Sep 2006) | 2 lines

Do clean for h323 directory too

................
r43336 | file | 2006-09-20 12:36:16 -0400 (Wed, 20 Sep 2006) | 2 lines

More property changes that never got merged in

................
r43337 | qwell | 2006-09-20 12:40:27 -0400 (Wed, 20 Sep 2006) | 2 lines

bump the .cleancount up

................
r43340 | file | 2006-09-20 12:55:09 -0400 (Wed, 20 Sep 2006) | 2 lines

Expand codec check so that raw formats must be equal for a Packet2Packet bridge to occur

................
r43343 | file | 2006-09-20 13:08:44 -0400 (Wed, 20 Sep 2006) | 2 lines

Totally break a P2P bridge upon going on hold, and re-establish it upon going off hold.

................
r43344 | qwell | 2006-09-20 13:39:59 -0400 (Wed, 20 Sep 2006) | 6 lines

Add documentation on rtp packetization.

Technically, ooh323 doesn't support it yet, but there is a patch that should be committed very soon.

Issue #7989, patch by DEA, slightly modified.

................
r43345 | pcadach | 2006-09-20 13:45:25 -0400 (Wed, 20 Sep 2006) | 1 line

Change file naming to be conform OpenH323 rules
................
r43347 | pcadach | 2006-09-20 13:48:52 -0400 (Wed, 20 Sep 2006) | 1 line

Fix missed extension replacement
................
r43350 | pcadach | 2006-09-20 14:08:42 -0400 (Wed, 20 Sep 2006) | 1 line

Remove unnecessary (long time ago commented out) code
................
r43351 | qwell | 2006-09-20 14:50:10 -0400 (Wed, 20 Sep 2006) | 2 lines

Avoid errors when compiling out of tree modules like asterisk-addons.

................
r43354 | pcadach | 2006-09-20 15:21:15 -0400 (Wed, 20 Sep 2006) | 1 line

Split capability definitions into own source file
................
r43355 | pcadach | 2006-09-20 15:22:39 -0400 (Wed, 20 Sep 2006) | 1 line

.cxx files no longer ignored
................
r43356 | pcadach | 2006-09-20 15:24:43 -0400 (Wed, 20 Sep 2006) | 1 line

Strip quotes from property value
................
r43357 | qwell | 2006-09-20 15:46:18 -0400 (Wed, 20 Sep 2006) | 2 lines

Fix a segfault that was reported by jcmoore in #asterisk-bugs on IRC.

................
r43360 | kpfleming | 2006-09-20 16:13:42 -0400 (Wed, 20 Sep 2006) | 2 lines

don't let symbols from included static libraries (like codec/ilbc) pollute the global namespace when those modules are embedded

................
r43361 | qwell | 2006-09-20 16:18:25 -0400 (Wed, 20 Sep 2006) | 2 lines

Fix a bug in the CLI reverbification, as pointed out by ZX81 in #asterisk-dev

................
r43362 | murf | 2006-09-20 16:33:15 -0400 (Wed, 20 Sep 2006) | 1 line

sounds/Makefile updated to handle the extra-sounds tarball; some optimizations
................
r43363 | kpfleming | 2006-09-20 16:36:19 -0400 (Wed, 20 Sep 2006) | 2 lines

add a warning about name changes on some API calls

................
r43364 | tilghman | 2006-09-20 16:40:39 -0400 (Wed, 20 Sep 2006) | 2 lines

Constify the result of a config retrieval function, to avoid mutilation (issue 7983).

................
r43365 | qwell | 2006-09-20 16:43:41 -0400 (Wed, 20 Sep 2006) | 3 lines

Minor fixes to sounds installation.
Use latest version number for core-sounds.

................
r43366 | tilghman | 2006-09-20 16:57:57 -0400 (Wed, 20 Sep 2006) | 2 lines

A few misses from constification

................
r43369 | file | 2006-09-20 17:03:37 -0400 (Wed, 20 Sep 2006) | 2 lines

Magical eightball says warnings be gone.

................
r43370 | russell | 2006-09-20 17:08:32 -0400 (Wed, 20 Sep 2006) | 2 lines

resolve compiler warnings from constification

................
r43371 | file | 2006-09-20 17:11:48 -0400 (Wed, 20 Sep 2006) | 2 lines

Warning be gone.

................
r43372 | russell | 2006-09-20 17:14:02 -0400 (Wed, 20 Sep 2006) | 2 lines

fix some breakage from the CLI command changes

................
r43373 | tilghman | 2006-09-20 17:14:33 -0400 (Wed, 20 Sep 2006) | 2 lines

One last forgotten constified file

................
r43374 | qwell | 2006-09-20 17:42:45 -0400 (Wed, 20 Sep 2006) | 2 lines

Fix some chan_zap warning messages, when HAVE_PRI is not defined.

................
r43375 | russell | 2006-09-20 17:42:57 -0400 (Wed, 20 Sep 2006) | 3 lines

Fix the memory summary so that it doesn't print the first file in the list over
and over again.

................
r43377 | kpfleming | 2006-09-20 17:47:22 -0400 (Wed, 20 Sep 2006) | 2 lines

setup merge tracking

................
r43382 | markster | 2006-09-20 18:09:45 -0400 (Wed, 20 Sep 2006) | 2 lines

Fix agent parsing of users.conf

................
r43384 | russell | 2006-09-20 18:14:04 -0400 (Wed, 20 Sep 2006) | 10 lines

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

........
r43383 | russell | 2006-09-20 18:13:16 -0400 (Wed, 20 Sep 2006) | 2 lines

Fix the total allocation count and total byte count in the memory summary

........

................
r43387 | qwell | 2006-09-20 18:29:31 -0400 (Wed, 20 Sep 2006) | 10 lines

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

........
r43386 | qwell | 2006-09-20 15:27:54 -0700 (Wed, 20 Sep 2006) | 2 lines

Go back to the old(ish) way of installing sound files.

........

................
r43389 | kpfleming | 2006-09-20 18:58:03 -0400 (Wed, 20 Sep 2006) | 10 lines

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

........
r43388 | kpfleming | 2006-09-20 17:54:55 -0500 (Wed, 20 Sep 2006) | 2 lines

make the sounds Makefile actually work again

........

................
r43393 | kpfleming | 2006-09-20 19:02:25 -0400 (Wed, 20 Sep 2006) | 2 lines

this has been manually merged

................
r43397 | qwell | 2006-09-20 19:20:11 -0400 (Wed, 20 Sep 2006) | 10 lines

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

........
r43396 | qwell | 2006-09-20 16:19:25 -0700 (Wed, 20 Sep 2006) | 2 lines

fix minor typo in the way version is handled

........

................
r43403 | kpfleming | 2006-09-21 12:00:51 -0400 (Thu, 21 Sep 2006) | 2 lines

remove extraneous property

................
r43406 | kpfleming | 2006-09-21 12:09:31 -0400 (Thu, 21 Sep 2006) | 10 lines

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

........
r43405 | kpfleming | 2006-09-21 11:08:03 -0500 (Thu, 21 Sep 2006) | 2 lines

remove this change... it requires binutils 2.17

........

................
r43411 | tilghman | 2006-09-21 12:38:16 -0400 (Thu, 21 Sep 2006) | 18 lines

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

................
r43410 | tilghman | 2006-09-21 11:31:59 -0500 (Thu, 21 Sep 2006) | 10 lines

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

........
r43409 | tilghman | 2006-09-21 11:18:19 -0500 (Thu, 21 Sep 2006) | 2 lines

TDS 0.64 updates

........

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

................
r43412 | tilghman | 2006-09-21 12:43:27 -0400 (Thu, 21 Sep 2006) | 2 lines

Last merge should not have brought in the 1.2 props

................
r43423 | tilghman | 2006-09-21 13:06:43 -0400 (Thu, 21 Sep 2006) | 18 lines

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

................
r43422 | tilghman | 2006-09-21 12:04:40 -0500 (Thu, 21 Sep 2006) | 10 lines

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

........
r43420 | tilghman | 2006-09-21 12:01:48 -0500 (Thu, 21 Sep 2006) | 2 lines

Whitespace change... really just an excuse to test repotools

........

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

................
r43427 | mattf | 2006-09-21 14:41:33 -0400 (Thu, 21 Sep 2006) | 2 lines

Merge in SS7 changes.... need to still cleanup zapata.conf

................
r43428 | mattf | 2006-09-21 14:42:57 -0400 (Thu, 21 Sep 2006) | 2 lines

Update configure

................
r43429 | pcadach | 2006-09-21 14:48:53 -0400 (Thu, 21 Sep 2006) | 1 line

Introduce Cisco G.726-32 capability (g726aal2 form)
................
r43432 | pcadach | 2006-09-21 15:07:13 -0400 (Thu, 21 Sep 2006) | 1 line

Declare our own media formats to not rely on OpenH323 configuration
................
r43434 | pcadach | 2006-09-21 15:18:13 -0400 (Thu, 21 Sep 2006) | 1 line

Check for 64-bit OpenH323/PWLib versions too, thanks to Mithraen (please, re-build configure script)
................
r43436 | kpfleming | 2006-09-21 15:22:33 -0400 (Thu, 21 Sep 2006) | 2 lines

regenerated at PCadach's request

................
r43437 | file | 2006-09-21 15:27:26 -0400 (Thu, 21 Sep 2006) | 2 lines

SS7 marked the start of an open season for trunk again but here's something minor - abstract early bridging into the technology so that we don't always assume they use RTP and try it.

................
r43439 | tilghman | 2006-09-21 15:35:29 -0400 (Thu, 21 Sep 2006) | 2 lines

Remove deprecated apps and funcs

................
r43440 | kpfleming | 2006-09-21 15:42:35 -0400 (Thu, 21 Sep 2006) | 2 lines

fix this so chan_zap links properly again

................
r43442 | tilghman | 2006-09-21 15:48:35 -0400 (Thu, 21 Sep 2006) | 10 lines

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

........
r43441 | tilghman | 2006-09-21 14:43:32 -0500 (Thu, 21 Sep 2006) | 2 lines

Oops, missed the merge breakage

........

................
r43444 | tilghman | 2006-09-21 16:01:54 -0400 (Thu, 21 Sep 2006) | 2 lines

Remove 1.4 changes from UPGRADE.txt, remove deprecated callerid field, remove deprecated SetGlobalVar app

................
r43446 | tilghman | 2006-09-21 16:23:32 -0400 (Thu, 21 Sep 2006) | 2 lines

More removal of deprecated stuff

................
r43447 | tilghman | 2006-09-21 16:24:50 -0400 (Thu, 21 Sep 2006) | 10 lines

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

........
r43445 | tilghman | 2006-09-21 15:22:43 -0500 (Thu, 21 Sep 2006) | 2 lines

Fix documentation to reflect how Url() really works

........

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

Added:
    team/file/logqueue/channels/chan_gtalk.c
      - copied unchanged from r43447, trunk/channels/chan_gtalk.c
    team/file/logqueue/channels/h323/Makefile.in
      - copied unchanged from r43447, trunk/channels/h323/Makefile.in
    team/file/logqueue/channels/h323/ast_h323.cxx
      - copied unchanged from r43447, trunk/channels/h323/ast_h323.cxx
    team/file/logqueue/channels/h323/caps_h323.cxx
      - copied unchanged from r43447, trunk/channels/h323/caps_h323.cxx
    team/file/logqueue/channels/h323/caps_h323.h
      - copied unchanged from r43447, trunk/channels/h323/caps_h323.h
    team/file/logqueue/channels/h323/cisco-h225.asn
      - copied unchanged from r43447, trunk/channels/h323/cisco-h225.asn
    team/file/logqueue/channels/h323/cisco-h225.cxx
      - copied unchanged from r43447, trunk/channels/h323/cisco-h225.cxx

[... 34382 lines stripped ...]


More information about the asterisk-commits mailing list