[asterisk-commits] murf: branch murf/bug_7638 r43538 - in /team/murf/bug_7638: ./ apps/ build_to...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Sep 22 21:38:29 MST 2006


Author: murf
Date: Fri Sep 22 23:38:28 2006
New Revision: 43538

URL: http://svn.digium.com/view/asterisk?rev=43538&view=rev
Log:
Merged revisions 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,43449,43451-43452,43455,43457-43461,43463,43465,43467,43470,43472,43478-43480,43483,43485,43488,43490,43493,43495-43496,43498,43500,43506-43507,43517,43519,43522,43525-43526 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r43185 | mogorman | 2006-09-18 10:36:14 -0600 (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 11:37:44 -0600 (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 13:08:40 -0600 (Mon, 18 Sep 2006) | 2 lines

escape some quotes

................
r43207 | kpfleming | 2006-09-18 13:20:24 -0600 (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 13:30:10 -0600 (Mon, 18 Sep 2006) | 2 lines

handle config.guess name for FreeBSD properly

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

merge qwell's CLI verbification work

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

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

................
r43214 | oej | 2006-09-18 13:56:44 -0600 (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 13:57:09 -0600 (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 13:58:27 -0600 (Mon, 18 Sep 2006) | 2 lines

always use fork() when available

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

Merging patch from 1.2 - Issue #7682

................
r43230 | qwell | 2006-09-18 15:24:50 -0600 (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 16:02:04 -0600 (Mon, 18 Sep 2006) | 2 lines

u_intXX_t is silly

................
r43237 | kpfleming | 2006-09-18 16:05:53 -0600 (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 16:14:09 -0600 (Mon, 18 Sep 2006) | 2 lines

don't need two copies of this

................
r43240 | qwell | 2006-09-18 16:35:40 -0600 (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 17:32:57 -0600 (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 17:37:25 -0600 (Mon, 18 Sep 2006) | 2 lines

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

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

This totally worked when I tested it...

Reverting for now..

................
r43249 | tilghman | 2006-09-19 06:30:17 -0600 (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 08:04:15 -0600 (Tue, 19 Sep 2006) | 2 lines

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

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

be a little more consistent with our variable usage

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

Add a few more 'generic' platforms

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

Let's order these better..

................
r43263 | file | 2006-09-19 09:23:39 -0600 (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 09:36:25 -0600 (Tue, 19 Sep 2006) | 2 lines

Warning be gone!

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

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

similar patch for verbose vs debug with minor changes
bug 2617

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

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

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

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

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

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

................
r43285 | file | 2006-09-19 12:48:17 -0600 (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 13:04:13 -0600 (Tue, 19 Sep 2006) | 2 lines

Work!!!

................
r43288 | mattf | 2006-09-19 13:25:18 -0600 (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 13:28:57 -0600 (Tue, 19 Sep 2006) | 1 line

5240 update
................
r43290 | qwell | 2006-09-19 13:58:09 -0600 (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 15:07:49 -0600 (Tue, 19 Sep 2006) | 2 lines

Various updates from PCadach's chan_h323-live branch

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

Get rid of zero size old config file

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

move this header to include where it belongs

................
r43300 | qwell | 2006-09-19 16:01:23 -0600 (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 17:08:35 -0600 (Tue, 19 Sep 2006) | 2 lines

do this fix properly :-)

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

fixed timeout issue as well as some other minor issues


................
r43305 | mogorman | 2006-09-19 18:39:44 -0600 (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 21:51:01 -0600 (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-19 22:34:51 -0600 (Tue, 19 Sep 2006) | 2 lines

move ADSI functionality into ast_ namespace

................
r43310 | kpfleming | 2006-09-19 22:45:45 -0600 (Tue, 19 Sep 2006) | 2 lines

move more API into the ast_ namespace

................
r43311 | kpfleming | 2006-09-19 22:57:20 -0600 (Tue, 19 Sep 2006) | 2 lines

move ODBC API into ast_ namespace

................
r43313 | kpfleming | 2006-09-19 23:01:03 -0600 (Tue, 19 Sep 2006) | 2 lines

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

................
r43315 | kpfleming | 2006-09-19 23:13:03 -0600 (Tue, 19 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-19 23:59:53 -0600 (Tue, 19 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 00:14:05 -0600 (Wed, 20 Sep 2006) | 2 lines

We need to persist the member name also

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

Document member name logging functionality.

................
r43331 | file | 2006-09-20 10:24:00 -0600 (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 10:33:42 -0600 (Wed, 20 Sep 2006) | 2 lines

Do clean for h323 directory too

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

More property changes that never got merged in

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

bump the .cleancount up

................
r43340 | file | 2006-09-20 10:55:09 -0600 (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 11:08:44 -0600 (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 11:39:59 -0600 (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 11:45:25 -0600 (Wed, 20 Sep 2006) | 1 line

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

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

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

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

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

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

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

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

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

................
r43360 | kpfleming | 2006-09-20 14:13:42 -0600 (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 14:18:25 -0600 (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 14:33:15 -0600 (Wed, 20 Sep 2006) | 1 line

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

add a warning about name changes on some API calls

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

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

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

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

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

A few misses from constification

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

Magical eightball says warnings be gone.

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

resolve compiler warnings from constification

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

Warning be gone.

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

fix some breakage from the CLI command changes

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

One last forgotten constified file

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

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

................
r43375 | russell | 2006-09-20 15:42:57 -0600 (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 15:47:22 -0600 (Wed, 20 Sep 2006) | 2 lines

setup merge tracking

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

Fix agent parsing of users.conf

................
r43384 | russell | 2006-09-20 16:14:04 -0600 (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 16:29:31 -0600 (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 16:58:03 -0600 (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 17:02:25 -0600 (Wed, 20 Sep 2006) | 2 lines

this has been manually merged

................
r43397 | qwell | 2006-09-20 17:20:11 -0600 (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 10:00:51 -0600 (Thu, 21 Sep 2006) | 2 lines

remove extraneous property

................
r43406 | kpfleming | 2006-09-21 10:09:31 -0600 (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 10:38:16 -0600 (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 10:43:27 -0600 (Thu, 21 Sep 2006) | 2 lines

Last merge should not have brought in the 1.2 props

................
r43423 | tilghman | 2006-09-21 11:06:43 -0600 (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 12:41:33 -0600 (Thu, 21 Sep 2006) | 2 lines

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

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

Update configure

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

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

Declare our own media formats to not rely on OpenH323 configuration
................
r43434 | pcadach | 2006-09-21 13:18:13 -0600 (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 13:22:33 -0600 (Thu, 21 Sep 2006) | 2 lines

regenerated at PCadach's request

................
r43437 | file | 2006-09-21 13:27:26 -0600 (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 13:35:29 -0600 (Thu, 21 Sep 2006) | 2 lines

Remove deprecated apps and funcs

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

fix this so chan_zap links properly again

................
r43442 | tilghman | 2006-09-21 13:48:35 -0600 (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 14:01:54 -0600 (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 14:23:32 -0600 (Thu, 21 Sep 2006) | 2 lines

More removal of deprecated stuff

................
r43447 | tilghman | 2006-09-21 14:24:50 -0600 (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

........

................
r43449 | tilghman | 2006-09-21 15:17:39 -0600 (Thu, 21 Sep 2006) | 2 lines

Remove deprecated CLI apps from the core

................
r43451 | kpfleming | 2006-09-21 15:22:34 -0600 (Thu, 21 Sep 2006) | 10 lines

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

........
r43450 | kpfleming | 2006-09-21 16:21:29 -0500 (Thu, 21 Sep 2006) | 2 lines

add another attempt to strip non-API symbols from the final binary... script will need to be extended to work on non-Linux systems

........

................
r43452 | tilghman | 2006-09-21 15:59:12 -0600 (Thu, 21 Sep 2006) | 2 lines

Lots more removal of deprecated things

................
r43455 | file | 2006-09-21 16:14:31 -0600 (Thu, 21 Sep 2006) | 10 lines

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

........
r43454 | file | 2006-09-21 18:12:09 -0400 (Thu, 21 Sep 2006) | 2 lines

Clean up chan_mgcp's module load function (issue #8001 reported by Mithraen with mods by moi)

........

................
r43457 | file | 2006-09-21 16:23:30 -0600 (Thu, 21 Sep 2006) | 10 lines

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

........
r43456 | file | 2006-09-21 18:21:40 -0400 (Thu, 21 Sep 2006) | 2 lines

Some more clean up in the load function for chan_oss (issue #8002 reported by Mithraen with minor mods by moi)

........

................
r43458 | tilghman | 2006-09-21 16:23:49 -0600 (Thu, 21 Sep 2006) | 2 lines

And some deprecated APIs and modifications to documentation

................
r43459 | file | 2006-09-21 16:32:28 -0600 (Thu, 21 Sep 2006) | 2 lines

Clean up chan_alsa load module function (issue #8000 reported by Mithraen)

................
r43460 | qwell | 2006-09-21 16:44:23 -0600 (Thu, 21 Sep 2006) | 2 lines

Suppress compiler warnings

................
r43461 | file | 2006-09-21 16:53:17 -0600 (Thu, 21 Sep 2006) | 2 lines

Oh look more changes, but these are my own! (Clean up module load functions)

................
r43463 | tilghman | 2006-09-21 17:01:00 -0600 (Thu, 21 Sep 2006) | 2 lines

Set process limits without restarting Asterisk

................
r43465 | tilghman | 2006-09-21 17:29:32 -0600 (Thu, 21 Sep 2006) | 10 lines

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

........
r43464 | tilghman | 2006-09-21 18:24:41 -0500 (Thu, 21 Sep 2006) | 2 lines

Twould help if we actually documented how the new features in res_odbc actually work. (Oops)

........

................
r43467 | mogorman | 2006-09-21 17:55:13 -0600 (Thu, 21 Sep 2006) | 10 lines

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

........
r43466 | mogorman | 2006-09-21 18:50:56 -0500 (Thu, 21 Sep 2006) | 2 lines

updates for better compontent support

........

................
r43470 | qwell | 2006-09-21 21:09:22 -0600 (Thu, 21 Sep 2006) | 12 lines

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

........
r43469 | qwell | 2006-09-21 20:01:16 -0700 (Thu, 21 Sep 2006) | 4 lines

First shot at unload_module in chan_skinny..

More to come.

........

................
r43472 | pcadach | 2006-09-21 22:54:41 -0600 (Thu, 21 Sep 2006) | 1 line

Add missing include
................
r43478 | russell | 2006-09-22 08:04:46 -0600 (Fri, 22 Sep 2006) | 11 lines

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

........
r43477 | russell | 2006-09-22 10:02:58 -0400 (Fri, 22 Sep 2006) | 3 lines

Suppress a compiler warning about the use of a potentially uninitialized
variable.  It couldn't actually happen, though.

........

................
r43479 | rizzo | 2006-09-22 08:56:21 -0600 (Fri, 22 Sep 2006) | 4 lines

style fix:
move variable declaration at the beginning of the block.


................
r43480 | rizzo | 2006-09-22 08:58:24 -0600 (Fri, 22 Sep 2006) | 5 lines

compatibility fix:
use "attribute_XXX" instead of *__attribute__ ((XXX)) so we
can handle compiler/os dependencies in our compiler.h


................
r43483 | russell | 2006-09-22 09:45:51 -0600 (Fri, 22 Sep 2006) | 11 lines

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

........
r43482 | russell | 2006-09-22 11:42:44 -0400 (Fri, 22 Sep 2006) | 3 lines

return AST_MODULE_LOAD_DECLIDE if mISDN could not be configured
(issue #8006, Mithraen)

........

................
r43485 | russell | 2006-09-22 09:50:30 -0600 (Fri, 22 Sep 2006) | 10 lines

Blocked revisions 43484 via svnmerge

........
r43484 | russell | 2006-09-22 11:47:14 -0400 (Fri, 22 Sep 2006) | 3 lines

backport the compatability fix to use attribute_malloc instaed of 
__attribute__ ((malloc))

........

................
r43488 | kpfleming | 2006-09-22 10:25:04 -0600 (Fri, 22 Sep 2006) | 10 lines

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

........
r43486 | kpfleming | 2006-09-22 10:51:13 -0500 (Fri, 22 Sep 2006) | 2 lines

all the Linux systems I have don't use '__m_count' for this field, so I don't know where this came from...

........

................
r43490 | kpfleming | 2006-09-22 10:43:00 -0600 (Fri, 22 Sep 2006) | 10 lines

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

........
r43489 | kpfleming | 2006-09-22 11:42:46 -0500 (Fri, 22 Sep 2006) | 2 lines

use rebuilt extra sounds

........

................
r43493 | qwell | 2006-09-22 11:26:10 -0600 (Fri, 22 Sep 2006) | 10 lines

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

........
r43492 | qwell | 2006-09-22 10:25:05 -0700 (Fri, 22 Sep 2006) | 2 lines

Make sure we explicitly set the CLI command to not be deprecated, if it isn't.

........

................
r43495 | pcadach | 2006-09-22 13:54:20 -0600 (Fri, 22 Sep 2006) | 1 line

Fix our capability's factory
................
r43496 | pcadach | 2006-09-22 13:56:07 -0600 (Fri, 22 Sep 2006) | 1 line

Use own factory for our OpalMediaFormats too
................
r43498 | pcadach | 2006-09-22 14:00:31 -0600 (Fri, 22 Sep 2006) | 1 line

Fix compilation warnings
................
r43500 | pcadach | 2006-09-22 14:33:47 -0600 (Fri, 22 Sep 2006) | 1 line

Move from h.323 to h323 command prefix
................
r43506 | murf | 2006-09-22 15:17:07 -0600 (Fri, 22 Sep 2006) | 1 line

As per bug 8004, we now return AST_MODULE_LOAD_DECLINE when we can't read extensions.ael
................
r43507 | murf | 2006-09-22 15:34:04 -0600 (Fri, 22 Sep 2006) | 1 line

This commits a change to return MODULE_LOAD_FAILURE on error, and SUCCESS (instead of 0) when all goes well for bug 8004
................
r43517 | file | 2006-09-22 16:01:23 -0600 (Fri, 22 Sep 2006) | 16 lines

Blocked revisions 43510 via svnmerge

................
r43510 | file | 2006-09-22 17:59:50 -0400 (Fri, 22 Sep 2006) | 9 lines

Blocked revisions 43509 via svnmerge

........
r43509 | file | 2006-09-22 17:53:51 -0400 (Fri, 22 Sep 2006) | 2 lines

Yay another 'round of spy fixes! This fixes a small logic flaw with the cleanup function and a memory allocation issue. (issue #7960 reported by jojo & issue #7999 reported by aster1) Special thanks to csum77 for letting me into a box where this issue was happening.

........

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

................
r43519 | qwell | 2006-09-22 16:13:47 -0600 (Fri, 22 Sep 2006) | 12 lines

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

........
r43518 | qwell | 2006-09-22 15:12:12 -0700 (Fri, 22 Sep 2006) | 4 lines

Allow chan_skinny.so to be unloaded properly.

Remove reload support, since it doesn't actually...work.

........

................
r43522 | file | 2006-09-22 17:34:27 -0600 (Fri, 22 Sep 2006) | 2 lines

You see nothing...

................
r43525 | kpfleming | 2006-09-22 17:45:14 -0600 (Fri, 22 Sep 2006) | 10 lines

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

........
r43524 | kpfleming | 2006-09-22 18:44:47 -0500 (Fri, 22 Sep 2006) | 2 lines

don't output the 'build complete' message when the target being run is already going to do an installation

........

................
r43526 | kpfleming | 2006-09-22 17:46:02 -0600 (Fri, 22 Sep 2006) | 2 lines

file forgot one :-)

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

Added:
    team/murf/bug_7638/build_tools/strip_nonapi
      - copied unchanged from r43526, trunk/build_tools/strip_nonapi
    team/murf/bug_7638/channels/chan_gtalk.c
      - copied unchanged from r43526, trunk/channels/chan_gtalk.c
    team/murf/bug_7638/channels/h323/Makefile.in
      - copied unchanged from r43526, trunk/channels/h323/Makefile.in
    team/murf/bug_7638/channels/h323/ast_h323.cxx
      - copied unchanged from r43526, trunk/channels/h323/ast_h323.cxx
    team/murf/bug_7638/channels/h323/caps_h323.cxx
      - copied unchanged from r43526, trunk/channels/h323/caps_h323.cxx
    team/murf/bug_7638/channels/h323/caps_h323.h
      - copied unchanged from r43526, trunk/channels/h323/caps_h323.h
    team/murf/bug_7638/channels/h323/cisco-h225.asn
      - copied unchanged from r43526, trunk/channels/h323/cisco-h225.asn
    team/murf/bug_7638/channels/h323/cisco-h225.cxx
      - copied unchanged from r43526, trunk/channels/h323/cisco-h225.cxx
    team/murf/bug_7638/channels/h323/cisco-h225.h
      - copied unchanged from r43526, trunk/channels/h323/cisco-h225.h
    team/murf/bug_7638/channels/h323/compat_h323.cxx
      - copied unchanged from r43526, trunk/channels/h323/compat_h323.cxx
    team/murf/bug_7638/channels/h323/compat_h323.h
      - copied unchanged from r43526, trunk/channels/h323/compat_h323.h
    team/murf/bug_7638/channels/h323/noexport.map
      - copied unchanged from r43526, trunk/channels/h323/noexport.map
    team/murf/bug_7638/configs/gtalk.conf.sample
      - copied unchanged from r43526, trunk/configs/gtalk.conf.sample
    team/murf/bug_7638/configs/h323.conf.sample
      - copied unchanged from r43526, trunk/configs/h323.conf.sample
    team/murf/bug_7638/doc/rtp-packetization.txt
      - copied unchanged from r43526, trunk/doc/rtp-packetization.txt
    team/murf/bug_7638/funcs/func_blacklist.c
      - copied unchanged from r43526, trunk/funcs/func_blacklist.c
    team/murf/bug_7638/funcs/func_vmcount.c
      - copied unchanged from r43526, trunk/funcs/func_vmcount.c
    team/murf/bug_7638/include/jitterbuf.h
      - copied unchanged from r43526, trunk/include/jitterbuf.h
    team/murf/bug_7638/res/res_limit.c
      - copied unchanged from r43526, trunk/res/res_limit.c
    team/murf/bug_7638/res/res_realtime.c
      - copied unchanged from r43526, trunk/res/res_realtime.c
Removed:
    team/murf/bug_7638/apps/app_hasnewvoicemail.c
    team/murf/bug_7638/apps/app_lookupblacklist.c
    team/murf/bug_7638/apps/app_lookupcidname.c
    team/murf/bug_7638/apps/app_random.c
    team/murf/bug_7638/apps/app_realtime.c
    team/murf/bug_7638/apps/app_setcdruserfield.c
    team/murf/bug_7638/apps/app_settransfercapability.c
    team/murf/bug_7638/channels/h323/Makefile
    team/murf/bug_7638/channels/h323/ast_h323.cpp
    team/murf/bug_7638/channels/h323/h323.conf.sample
    team/murf/bug_7638/funcs/func_language.c
    team/murf/bug_7638/funcs/func_moh.c
    team/murf/bug_7638/main/jitterbuf.h
Modified:
    team/murf/bug_7638/   (props changed)
    team/murf/bug_7638/.cleancount
    team/murf/bug_7638/CREDITS
    team/murf/bug_7638/Makefile
    team/murf/bug_7638/Makefile.moddir_rules
    team/murf/bug_7638/UPGRADE.txt
    team/murf/bug_7638/acinclude.m4
    team/murf/bug_7638/apps/app_adsiprog.c
    team/murf/bug_7638/apps/app_alarmreceiver.c
    team/murf/bug_7638/apps/app_dial.c
    team/murf/bug_7638/apps/app_directory.c
    team/murf/bug_7638/apps/app_festival.c
    team/murf/bug_7638/apps/app_followme.c
    team/murf/bug_7638/apps/app_getcpeid.c
    team/murf/bug_7638/apps/app_meetme.c
    team/murf/bug_7638/apps/app_mixmonitor.c
    team/murf/bug_7638/apps/app_osplookup.c
    team/murf/bug_7638/apps/app_playback.c
    team/murf/bug_7638/apps/app_privacy.c
    team/murf/bug_7638/apps/app_queue.c
    team/murf/bug_7638/apps/app_rpt.c
    team/murf/bug_7638/apps/app_setcallerid.c
    team/murf/bug_7638/apps/app_url.c
    team/murf/bug_7638/apps/app_voicemail.c
    team/murf/bug_7638/build_tools/cflags.xml
    team/murf/bug_7638/build_tools/make_version
    team/murf/bug_7638/build_tools/menuselect-deps.in
    team/murf/bug_7638/build_tools/prep_moduledeps
    team/murf/bug_7638/cdr/cdr_csv.c
    team/murf/bug_7638/cdr/cdr_odbc.c
    team/murf/bug_7638/cdr/cdr_pgsql.c
    team/murf/bug_7638/cdr/cdr_radius.c
    team/murf/bug_7638/cdr/cdr_tds.c
    team/murf/bug_7638/channels/Makefile
    team/murf/bug_7638/channels/chan_agent.c
    team/murf/bug_7638/channels/chan_alsa.c
    team/murf/bug_7638/channels/chan_features.c
    team/murf/bug_7638/channels/chan_h323.c
    team/murf/bug_7638/channels/chan_iax2.c
    team/murf/bug_7638/channels/chan_jingle.c
    team/murf/bug_7638/channels/chan_local.c
    team/murf/bug_7638/channels/chan_mgcp.c
    team/murf/bug_7638/channels/chan_misdn.c
    team/murf/bug_7638/channels/chan_oss.c
    team/murf/bug_7638/channels/chan_sip.c
    team/murf/bug_7638/channels/chan_skinny.c
    team/murf/bug_7638/channels/chan_zap.c
    team/murf/bug_7638/channels/h323/   (props changed)
    team/murf/bug_7638/channels/h323/README
    team/murf/bug_7638/channels/h323/TODO
    team/murf/bug_7638/channels/h323/ast_h323.h
    team/murf/bug_7638/channels/h323/chan_h323.h
    team/murf/bug_7638/channels/iax2-provision.c
    team/murf/bug_7638/codecs/gsm/Makefile
    team/murf/bug_7638/configs/queues.conf.sample
    team/murf/bug_7638/configs/res_odbc.conf.sample
    team/murf/bug_7638/configs/sip.conf.sample
    team/murf/bug_7638/configs/skinny.conf.sample
    team/murf/bug_7638/configs/zapata.conf.sample
    team/murf/bug_7638/configure
    team/murf/bug_7638/configure.ac
    team/murf/bug_7638/doc/ael.txt
    team/murf/bug_7638/doc/channelvariables.txt
    team/murf/bug_7638/doc/ip-tos.txt
    team/murf/bug_7638/doc/jingle.txt
    team/murf/bug_7638/doc/mp3.txt
    team/murf/bug_7638/doc/realtime.txt
    team/murf/bug_7638/formats/format_g723.c
    team/murf/bug_7638/formats/format_pcm.c
    team/murf/bug_7638/funcs/func_callerid.c
    team/murf/bug_7638/funcs/func_md5.c
    team/murf/bug_7638/funcs/func_odbc.c
    team/murf/bug_7638/include/asterisk/acl.h
    team/murf/bug_7638/include/asterisk/adsi.h
    team/murf/bug_7638/include/asterisk/agi.h
    team/murf/bug_7638/include/asterisk/autoconfig.h.in
    team/murf/bug_7638/include/asterisk/channel.h
    team/murf/bug_7638/include/asterisk/cli.h
    team/murf/bug_7638/include/asterisk/compat.h
    team/murf/bug_7638/include/asterisk/config.h
    team/murf/bug_7638/include/asterisk/frame.h
    team/murf/bug_7638/include/asterisk/jabber.h
    team/murf/bug_7638/include/asterisk/lock.h
    team/murf/bug_7638/include/asterisk/monitor.h
    team/murf/bug_7638/include/asterisk/res_odbc.h
    team/murf/bug_7638/include/asterisk/rtp.h
    team/murf/bug_7638/include/asterisk/threadstorage.h
    team/murf/bug_7638/main/Makefile
    team/murf/bug_7638/main/acl.c
    team/murf/bug_7638/main/asterisk.c
    team/murf/bug_7638/main/astmm.c
    team/murf/bug_7638/main/cdr.c
    team/murf/bug_7638/main/channel.c
    team/murf/bug_7638/main/cli.c
    team/murf/bug_7638/main/config.c
    team/murf/bug_7638/main/db.c
    team/murf/bug_7638/main/dnsmgr.c
    team/murf/bug_7638/main/file.c
    team/murf/bug_7638/main/frame.c
    team/murf/bug_7638/main/http.c
    team/murf/bug_7638/main/image.c
    team/murf/bug_7638/main/logger.c
    team/murf/bug_7638/main/manager.c
    team/murf/bug_7638/main/pbx.c
    team/murf/bug_7638/main/rtp.c
    team/murf/bug_7638/main/strcompat.c
    team/murf/bug_7638/main/translate.c
    team/murf/bug_7638/main/udptl.c
    team/murf/bug_7638/makeopts.in
    team/murf/bug_7638/pbx/pbx_ael.c
    team/murf/bug_7638/pbx/pbx_config.c
    team/murf/bug_7638/pbx/pbx_dundi.c
    team/murf/bug_7638/res/res_adsi.c
    team/murf/bug_7638/res/res_agi.c
    team/murf/bug_7638/res/res_clioriginate.c
    team/murf/bug_7638/res/res_config_odbc.c
    team/murf/bug_7638/res/res_config_pgsql.c
    team/murf/bug_7638/res/res_convert.c
    team/murf/bug_7638/res/res_crypto.c
    team/murf/bug_7638/res/res_features.c
    team/murf/bug_7638/res/res_indications.c
    team/murf/bug_7638/res/res_jabber.c
    team/murf/bug_7638/res/res_monitor.c
    team/murf/bug_7638/res/res_musiconhold.c
    team/murf/bug_7638/res/res_odbc.c
    team/murf/bug_7638/sounds/Makefile
    team/murf/bug_7638/utils/Makefile
    team/murf/bug_7638/utils/muted.c

Propchange: team/murf/bug_7638/
------------------------------------------------------------------------------
    automerge = yes

Propchange: team/murf/bug_7638/
            ('branch-1.2-blocked' removed)

Propchange: team/murf/bug_7638/
            ('branch-1.2-merged' removed)

Propchange: team/murf/bug_7638/
------------------------------------------------------------------------------
    branch-1.4-blocked = /branches/1.4:43484,43510

Propchange: team/murf/bug_7638/
------------------------------------------------------------------------------
--- branch-1.4-merged (added)
+++ branch-1.4-merged Fri Sep 22 23:38:28 2006
@@ -1,0 +1,1 @@
+/branches/1.4:1-43376,43383,43386,43388,43392,43396,43405,43410,43422,43441,43445,43450,43454,43456,43464,43466,43469,43477,43482,43486,43489,43492,43518,43524

Propchange: team/murf/bug_7638/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Fri Sep 22 23:38:28 2006
@@ -1,1 +1,1 @@
-/trunk:1-43171
+/trunk:1-43537

Modified: team/murf/bug_7638/.cleancount
URL: http://svn.digium.com/view/asterisk/team/murf/bug_7638/.cleancount?rev=43538&r1=43537&r2=43538&view=diff
==============================================================================
--- team/murf/bug_7638/.cleancount (original)
+++ team/murf/bug_7638/.cleancount Fri Sep 22 23:38:28 2006
@@ -1,1 +1,1 @@
-23
+24

Modified: team/murf/bug_7638/CREDITS
URL: http://svn.digium.com/view/asterisk/team/murf/bug_7638/CREDITS?rev=43538&r1=43537&r2=43538&view=diff
==============================================================================
--- team/murf/bug_7638/CREDITS (original)
+++ team/murf/bug_7638/CREDITS Fri Sep 22 23:38:28 2006
@@ -150,6 +150,8 @@
 
 James Rothenberger - Support for IMAP storage integration added by OneBizTone LLC Work funded by University of Pennsylvania jar at onebiztone.com
 
+Paul Cadach - Bringing chan_h323 up to date, bug fixes, and more!
+
 === OTHER CONTRIBUTIONS ===
 John Todd - Monkey sounds and associated teletorture prompt
 Michael Jerris - bug marshaling

Modified: team/murf/bug_7638/Makefile
URL: http://svn.digium.com/view/asterisk/team/murf/bug_7638/Makefile?rev=43538&r1=43537&r2=43538&view=diff
==============================================================================
--- team/murf/bug_7638/Makefile (original)
+++ team/murf/bug_7638/Makefile Fri Sep 22 23:38:28 2006
@@ -106,7 +106,7 @@
 GLOBAL_MAKEOPTS=$(wildcard /etc/asterisk.makeopts)

[... 24097 lines stripped ...]


More information about the asterisk-commits mailing list