[svn-commits] phsultan: branch phsultan/jabberreceive r138829 - in /team/phsultan/jabberrec...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Aug 19 11:24:58 CDT 2008


Author: phsultan
Date: Tue Aug 19 11:24:56 2008
New Revision: 138829

URL: http://svn.digium.com/view/asterisk?view=rev&rev=138829
Log:
Merged revisions 136005,136034,136063,136112,136141,136191,136239,136245,136298,136300,136302,136305,136349,136402,136405-136406,136408,136477,136481,136489,136504,136542,136562,136594,136631,136633,136635,136660,136676,136679,136715,136720,136722,136746,136751,136784,136787,136819,136859,136888,136890,136917,136947,137028,137055,137082,137089,137110,137112,137150,137203,137239,137299,137301,137349,137403,137406,137456,137496,137531-137532,137582,137627,137640,137678,137680,137732,137780,137812,137848,137851,137901,137933,137987,138024,138028,138086,138124,138148,138155,138206,138260,138310-138311,138361,138409,138412,138442,138473,138476,138479,138482,138517-138518,138570,138631,138687,138694,138738,138775,138778-138780,138814-138815 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r136005 | oej | 2008-08-06 15:34:08 +0200 (Wed, 06 Aug 2008) | 6 lines

- Formatting
- Changing debug messages from VERBOSE to DEBUG channel
- Adding a few todo's
- Adding a few more "XMPP"'s to compliment Jabber...


................
r136034 | tilghman | 2008-08-06 16:51:51 +0200 (Wed, 06 Aug 2008) | 3 lines

Use a dynamic buffer for rendered SQL, instead of hardcoding 2048 bytes.  Also,
switch to using RWLISTs for the linked list of queries.

................
r136063 | mmichelson | 2008-08-06 17:59:29 +0200 (Wed, 06 Aug 2008) | 24 lines

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

........
r136062 | mmichelson | 2008-08-06 10:58:40 -0500 (Wed, 06 Aug 2008) | 16 lines

Since adding the AST_CONTROL_SRCUPDATE frame type,
there are places where ast_rtp_new_source may be called
where the tech_pvt of a channel may not yet have an
rtp structure allocated. This caused a crash in chan_skinny,
which was fixed earlier, but now the same crash has been 
reported against chan_h323 as well. It seems that the best 
solution is to modify ast_rtp_new_source to not attempt to 
set the marker bit if the rtp structure passed in is NULL.

This change to ast_rtp_new_source also allows the removal
of what is now a redundant pointer check from chan_skinny.

(closes issue #13247)
Reported by: pj


........

................
r136112 | tilghman | 2008-08-06 18:58:42 +0200 (Wed, 06 Aug 2008) | 7 lines

Persist DIALGROUP() values in astdb
(closes issue #13138)
 Reported by: Corydon76
 Patches: 
       20080725__bug13138.diff.txt uploaded by Corydon76 (license 14)
 Tested by: pj

................
r136141 | tilghman | 2008-08-06 19:33:48 +0200 (Wed, 06 Aug 2008) | 6 lines

Janitor ast_str project
(closes issue #13058)
 Reported by: pputman
 Patches: 
       app_meetme_aststr2.patch uploaded by pputman (license 81)

................
r136191 | tilghman | 2008-08-06 22:15:34 +0200 (Wed, 06 Aug 2008) | 12 lines

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

........
r136190 | tilghman | 2008-08-06 15:14:54 -0500 (Wed, 06 Aug 2008) | 4 lines

-C option takes a filename, not a directory path.
(closes issue #13007)
 Reported by: klaus3000

........

................
r136239 | mmichelson | 2008-08-06 22:43:58 +0200 (Wed, 06 Aug 2008) | 11 lines

Blocked revisions 136238 via svnmerge

........
r136238 | mmichelson | 2008-08-06 15:42:15 -0500 (Wed, 06 Aug 2008) | 4 lines

We only need to unregister the QueueStatus manager
command once on an unload


........

................
r136245 | dhubbard | 2008-08-06 23:22:56 +0200 (Wed, 06 Aug 2008) | 1 line

move taskprocessor CLI commands into the core namespace
................
r136298 | seanbright | 2008-08-07 02:44:55 +0200 (Thu, 07 Aug 2008) | 5 lines

Start moving in changes from my resolve-shadow-warnings branch.  Going to do
this in pieces so the diffs are a little bit smaller and more reviewable.

pbx/ and formats/ first.

................
r136300 | seanbright | 2008-08-07 02:52:23 +0200 (Thu, 07 Aug 2008) | 2 lines

More from the resolve-shadow-warnings branch.  This time the cdr/ directory.

................
r136302 | seanbright | 2008-08-07 03:07:40 +0200 (Thu, 07 Aug 2008) | 2 lines

Continue merging in changes from resolve-shadow-warnings.  funcs/ this time.

................
r136305 | tilghman | 2008-08-07 03:18:03 +0200 (Thu, 07 Aug 2008) | 10 lines

Blocked revisions 136304 via svnmerge

........
r136304 | tilghman | 2008-08-06 20:17:14 -0500 (Wed, 06 Aug 2008) | 3 lines

For backwards compatibility with previous 1.4 versions which used "zapchan"
in users.conf, ensure that we still support it.

........

................
r136349 | tilghman | 2008-08-07 03:32:10 +0200 (Thu, 07 Aug 2008) | 10 lines

Blocked revisions 136348 via svnmerge

........
r136348 | tilghman | 2008-08-06 20:31:27 -0500 (Wed, 06 Aug 2008) | 3 lines

Also, parse useincomingcalleridonzaptransfer (and add appropriate deprecation
warnings).

........

................
r136402 | seanbright | 2008-08-07 16:36:59 +0200 (Thu, 07 Aug 2008) | 1 line

Merge in a few more changes.  This time the include/ directory.
................
r136405 | kpfleming | 2008-08-07 17:07:39 +0200 (Thu, 07 Aug 2008) | 9 lines

Blocked revisions 136404 via svnmerge

........
r136404 | kpfleming | 2008-08-07 10:07:12 -0500 (Thu, 07 Aug 2008) | 2 lines

remove config.cache during distclean, in case the user is using autoconf caching

........

................
r136406 | tilghman | 2008-08-07 17:10:53 +0200 (Thu, 07 Aug 2008) | 2 lines

Fix runtime symbol error

................
r136408 | seanbright | 2008-08-07 17:16:48 +0200 (Thu, 07 Aug 2008) | 6 lines

More merges from resolve-shadow warnings:

  utils/
  codecs/
  and a change I missed from formats/

................
r136477 | kpfleming | 2008-08-07 18:29:08 +0200 (Thu, 07 Aug 2008) | 2 lines

fix some format strings to actually compile without errors

................
r136481 | kpfleming | 2008-08-07 18:30:23 +0200 (Thu, 07 Aug 2008) | 10 lines

Blocked revisions 136458 via svnmerge

........
r136458 | kpfleming | 2008-08-07 11:11:17 -0500 (Thu, 07 Aug 2008) | 3 lines

work around a bug in gcc-4.2.3 that incorrectly ignores the casting away of 'const' for pointers when the developer knows it is safe to do so


........

................
r136489 | tilghman | 2008-08-07 18:55:57 +0200 (Thu, 07 Aug 2008) | 15 lines

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

........
r136488 | tilghman | 2008-08-07 11:50:47 -0500 (Thu, 07 Aug 2008) | 7 lines

Update persistent state on all exit conditions.
(closes issue #12916)
 Reported by: sgenyuk
 Patches: 
       app_queue.patch.txt uploaded by neutrino88 (license 297)
 Tested by: sgenyuk, aragon

........

................
r136504 | kpfleming | 2008-08-07 19:26:23 +0200 (Thu, 07 Aug 2008) | 2 lines

stop using deprecated API call

................
r136542 | kpfleming | 2008-08-07 19:44:20 +0200 (Thu, 07 Aug 2008) | 6 lines

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

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

................
r136562 | kpfleming | 2008-08-07 20:25:52 +0200 (Thu, 07 Aug 2008) | 10 lines

Blocked revisions 136560 via svnmerge

........
r136560 | kpfleming | 2008-08-07 13:25:31 -0500 (Thu, 07 Aug 2008) | 3 lines

change the required dependency for codec_dahdi to only be satisfied by DAHDI and not Zaptel, as the new transcoder interface is only in DAHDI


........

................
r136594 | rmudgett | 2008-08-07 21:01:03 +0200 (Thu, 07 Aug 2008) | 13 lines

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

........
r136241 | rmudgett | 2008-08-06 16:18:53 -0500 (Wed, 06 Aug 2008) | 5 lines

*  The allowed_bearers setting in misdn.conf misspelled one
of its options: digital_restricted.
*  Fixed some other spelling errors and typos.


........

................
r136631 | mmichelson | 2008-08-07 21:36:46 +0200 (Thu, 07 Aug 2008) | 13 lines

Scrap the 500 ms delay when Asterisk auto-answers a channel.
Instead, poll the channel until receiving a voice frame. The
cap on this poll is 500 ms.

The optional delay is still allowable in the Answer() application,
but the delay has been moved back to its original position, after
the call to the channel's answer callback. The poll for the voice
frame will not happen if a delay is specified when calling Answer().

(closes issue #12708)
Reported by: kactus


................
r136633 | mmichelson | 2008-08-07 21:54:27 +0200 (Thu, 07 Aug 2008) | 7 lines

Fix a calculation error I had made in the poll. The poll
would reset to 500 ms every time a non-voice frame
was received. The total time we poll should be 500 ms, so
now we save the amount of time left after the poll returned
and use that as our argument for the next call to poll


................
r136635 | mmichelson | 2008-08-07 21:58:32 +0200 (Thu, 07 Aug 2008) | 5 lines

Don't allow Answer() to accept a negative argument.
Negative argument means an infinite delay and we
don't want that.


................
r136660 | mmichelson | 2008-08-07 22:25:43 +0200 (Thu, 07 Aug 2008) | 4 lines

Bump a LOG_NOTICE message to LOG_DEBUG since it appears
once for every bridged call


................
r136676 | sruffell | 2008-08-07 22:54:52 +0200 (Thu, 07 Aug 2008) | 2 lines

Updating codec_dahdi to the new transcoder interface.

................
r136679 | mvanbaak | 2008-08-07 23:19:39 +0200 (Thu, 07 Aug 2008) | 8 lines

show correct called party id and also store this to the 'placed calls' list once the call is connected.

(closes issue #13180)
Reported by: pj
Patches:
      2008080700_skinny_calledpartyid.diff uploaded by mvanbaak (license 7)
Tested by: mvanbaak, pj

................
r136715 | mmichelson | 2008-08-08 00:25:50 +0200 (Fri, 08 Aug 2008) | 18 lines

Merging the imap_consistency_trunk branch to
trunk.

For an explanation of what "imap_consistency" is,
please see svn revision 134223 to the 1.4 branch.

Coincidentally, this also fixes a recent bug report
regarding the inability to save messages to the new
folder when using IMAP storage since they will would
be flagged as "seen" and not be recognized as new
messages.


(closes issue #13234)
Reported by: jaroth



................
r136720 | mmichelson | 2008-08-08 01:38:08 +0200 (Fri, 08 Aug 2008) | 6 lines

Fix build for non-IMAP storage and get rid of some
debug messages.
Thanks to eliel for alerting me.
No thanks to buildbot.


................
r136722 | mmichelson | 2008-08-08 01:39:50 +0200 (Fri, 08 Aug 2008) | 3 lines

Remove one last batch of debug messages


................
r136746 | murf | 2008-08-08 02:48:35 +0200 (Fri, 08 Aug 2008) | 40 lines

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

........
r136726 | murf | 2008-08-07 18:15:34 -0600 (Thu, 07 Aug 2008) | 32 lines


(closes issue #13236)
Reported by: korihor

Wow, this one was a challenge!

I regrouped and ran a new strategy for
setting the ~~MACRO~~ value; I set it once
per extension, up near the top. It is only
set if there is a switch in the extension.

So, I had to put in a chunk of code to detect
a switch in the pval tree.

I moved the code to insert the set of ~~exten~~
up to the beginning of the gen_prios routine, 
instead of down in the switch code.

I learned that I have to push the detection
of the switches down into the code, so everywhere
I create a new exten in gen_prios, I make sure
to pass onto it the values of the mother_exten
first, and the exten next.

I had to add a couple fields to the exten
struct to accomplish this, in the ael_structs.h
file. The checked field makes it so we don't
repeat the switch search if it's been done.

I also updated the regressions.


........

................
r136751 | tilghman | 2008-08-08 04:34:17 +0200 (Fri, 08 Aug 2008) | 2 lines

Removing bad properties

................
r136784 | mmichelson | 2008-08-08 17:31:31 +0200 (Fri, 08 Aug 2008) | 3 lines

Fix compilation for ODBC voicemail


................
r136787 | dhubbard | 2008-08-08 17:58:38 +0200 (Fri, 08 Aug 2008) | 1 line

use ARRAY_LEN
................
r136819 | seanbright | 2008-08-08 20:19:33 +0200 (Fri, 08 Aug 2008) | 3 lines

Bring in the configure and makeopts jazz for -Wshadow, but don't add it to the
Makefile yet.

................
r136859 | tilghman | 2008-08-09 03:15:38 +0200 (Sat, 09 Aug 2008) | 4 lines

Update documentation as to the behavior of AGI in 1.6.0 and higher.  Also, add
an OOB message that answers the question of, if AGI no longer shuts down the
connection on hangup, how will FastAGI know when to stop processing the call?

................
r136888 | seanbright | 2008-08-09 14:53:57 +0200 (Sat, 09 Aug 2008) | 4 lines

Merge more changes from the resolve-shadow-warnings branch (henceforth known
as RSW since i am too lazy to keep typing it all out).  This time a few of
the channels.

................
r136890 | seanbright | 2008-08-09 15:13:48 +0200 (Sat, 09 Aug 2008) | 2 lines

Biggest offender?  chan_dahdi.c!  More RSW merging.

................
r136917 | seanbright | 2008-08-09 16:12:34 +0200 (Sat, 09 Aug 2008) | 2 lines

More RSW merges.  This should do it for the channels/ dir.

................
r136947 | tilghman | 2008-08-09 17:26:27 +0200 (Sat, 09 Aug 2008) | 18 lines

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

................
r136946 | tilghman | 2008-08-09 10:25:36 -0500 (Sat, 09 Aug 2008) | 10 lines

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

........
r136945 | tilghman | 2008-08-09 10:24:36 -0500 (Sat, 09 Aug 2008) | 2 lines

Regression fixes for Solaris

........

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

................
r137028 | seanbright | 2008-08-10 02:47:56 +0200 (Sun, 10 Aug 2008) | 1 line

All of the res/ stuff (other than res_jabber) from the RSW branch.
................
r137055 | seanbright | 2008-08-10 16:45:25 +0200 (Sun, 10 Aug 2008) | 3 lines

More RSW merges.  Everything from apps/ except for the big offenders
app_voicemail and app_queue.

................
r137082 | seanbright | 2008-08-10 21:35:50 +0200 (Sun, 10 Aug 2008) | 2 lines

Another big chunk of changes from the RSW branch.  Bunch of stuff from main/

................
r137089 | seanbright | 2008-08-10 22:23:50 +0200 (Sun, 10 Aug 2008) | 3 lines

Another batch of files from RSW.  The remaining apps and a few more
files from main/

................
r137110 | seanbright | 2008-08-10 22:57:25 +0200 (Sun, 10 Aug 2008) | 3 lines

That's all, folks.  Not going to update the Makefile until res_jabber is
converted (snuffy, you there? :))

................
r137112 | seanbright | 2008-08-10 23:10:04 +0200 (Sun, 10 Aug 2008) | 3 lines

Fix this again so we can compile with shadow warnings enabled and IMAP chosen
in voicemail.

................
r137150 | tilghman | 2008-08-11 02:25:28 +0200 (Mon, 11 Aug 2008) | 13 lines

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

........
r137138 | tilghman | 2008-08-10 19:20:38 -0500 (Sun, 10 Aug 2008) | 5 lines

Deallocate database connection handle on disconnect, as we allocate another
one on connect.
(closes issue #13271)
 Reported by: dveiga

........

................
r137203 | seanbright | 2008-08-11 16:25:15 +0200 (Mon, 11 Aug 2008) | 7 lines

Log the userfield CDR variable like the other CDR backends, assuming the
column is actually there.  If it's not, we still log everything else as
before.

(closes issue #13281)
Reported by: falves11

................
r137239 | russell | 2008-08-11 18:14:29 +0200 (Mon, 11 Aug 2008) | 2 lines

Make PRINT_DIR work as advertised.

................
r137299 | russell | 2008-08-12 21:40:35 +0200 (Tue, 12 Aug 2008) | 3 lines

Note that developer documentation belongs in doxygen, and not integrated with
the user manual stuff in doc/tex/.

................
r137301 | russell | 2008-08-12 21:48:38 +0200 (Tue, 12 Aug 2008) | 2 lines

Grammar hax from Qwell

................
r137349 | seanbright | 2008-08-13 02:11:13 +0200 (Wed, 13 Aug 2008) | 15 lines

Blocked revisions 137348 via svnmerge

........
r137348 | seanbright | 2008-08-12 20:10:35 -0400 (Tue, 12 Aug 2008) | 8 lines

Bring cdr_tds in line with the other CDR backends and have it try to store
CDR(userfield) if it is set.  The new behavior is to check for the userfield
column on module load, and if it exists, we will store CDR(userfield) when
CDRs are written.  A similar patch already went into trunk and 1.6.0.

(closes issue #13290)
Reported by: falves11

........

................
r137403 | seanbright | 2008-08-13 16:22:47 +0200 (Wed, 13 Aug 2008) | 1 line

Use the ast_vasprintf macro instead of vasprintf directly.
................
r137406 | seanbright | 2008-08-13 16:41:49 +0200 (Wed, 13 Aug 2008) | 9 lines

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

........
r137405 | seanbright | 2008-08-13 10:33:49 -0400 (Wed, 13 Aug 2008) | 1 line

Update docs to reflect the change to cdr_tds
........

................
r137456 | tilghman | 2008-08-13 19:36:15 +0200 (Wed, 13 Aug 2008) | 6 lines

Convert deprecated routines to the new names.
(closes issue #13297)
 Reported by: snuffy
 Patches: 
       bug13297_20080814.diff uploaded by snuffy (license 35)

................
r137496 | qwell | 2008-08-13 22:05:50 +0200 (Wed, 13 Aug 2008) | 6 lines

Add FAXMODE variable with what fax transport was used.

(closes issue #13252)
Patches:
      v1-13252.patch uploaded by dimas (license 88)

................
r137531 | kpfleming | 2008-08-13 22:47:42 +0200 (Wed, 13 Aug 2008) | 17 lines

Blocked revisions 137527,137529 via svnmerge

........
r137527 | kpfleming | 2008-08-13 15:33:47 -0500 (Wed, 13 Aug 2008) | 5 lines

document dahdichanname option in doc/asterisk-conf.txt

make chan_dahdi read its configuration from zapata.conf if dahdichanname has been set to 'no'


........
r137529 | kpfleming | 2008-08-13 15:42:33 -0500 (Wed, 13 Aug 2008) | 2 lines

remove some more chan_zap references

........

................
r137532 | qwell | 2008-08-13 23:08:58 +0200 (Wed, 13 Aug 2008) | 8 lines

Correctly end locally ended calls.

(closes issue #12170)
Reported by: pj
Patches:
      20080702__issue12170_clear_pendinginvite.diff uploaded by bbryant (license 36)
Tested by: bbryant, pabelanger

................
r137582 | jpeeler | 2008-08-13 23:49:11 +0200 (Wed, 13 Aug 2008) | 10 lines

Blocked revisions 137580 via svnmerge

........
r137580 | jpeeler | 2008-08-13 16:35:37 -0500 (Wed, 13 Aug 2008) | 3 lines

Register DAHDISendKeypadFacility application if dahdi_chan_mode is set to DAHDI + Zap. Mark ZapSendKeypadFacility application as deprecated on usage.


........

................
r137627 | kpfleming | 2008-08-14 00:33:32 +0200 (Thu, 14 Aug 2008) | 9 lines

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

........
r137530 | kpfleming | 2008-08-13 15:46:19 -0500 (Wed, 13 Aug 2008) | 1 line

add document describing what users will need to be aware of when upgrading to this version and using DAHDI
........

................
r137640 | kpfleming | 2008-08-14 01:00:37 +0200 (Thu, 14 Aug 2008) | 1 line

make this script actually work
................
r137678 | kpfleming | 2008-08-14 04:02:37 +0200 (Thu, 14 Aug 2008) | 9 lines

Blocked revisions 137677 via svnmerge

........
r137677 | kpfleming | 2008-08-13 21:02:15 -0500 (Wed, 13 Aug 2008) | 2 lines

add support for Zaptel versions that contain the new transcoder interface

........

................
r137680 | kpfleming | 2008-08-14 04:03:47 +0200 (Thu, 14 Aug 2008) | 9 lines

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

........
r137679 | kpfleming | 2008-08-13 21:03:04 -0500 (Wed, 13 Aug 2008) | 1 line

forgot one module name that changed
........

................
r137732 | russell | 2008-08-14 16:15:50 +0200 (Thu, 14 Aug 2008) | 12 lines

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

........
r137731 | russell | 2008-08-14 09:05:23 -0500 (Thu, 14 Aug 2008) | 4 lines

Comments in this config file were aligned only if your tab size was set to 8.
So, convert tabs to spaces so that things should be aligned regardless of what
tab size you use in your editor.

........

................
r137780 | seanbright | 2008-08-14 17:03:03 +0200 (Thu, 14 Aug 2008) | 8 lines

If we detect that we are no longer connected, try to reconnect a few times
before giving up.  This relies on the timeout settings in the freetds.conf
file and, unfortunately, on a recent version of FreeTDS (0.82 or newer).

I either need to change the current execs to be non-blocking (which I do
not want to do) or we have to force people to run with the latest and
greatest of FreeTDS.  I'm on the fence...

................
r137812 | qwell | 2008-08-14 17:32:16 +0200 (Thu, 14 Aug 2008) | 8 lines

Make sure we set the socket port, so we don't try to use <ip address>:0.

(closes issue #13255)
Reported by: falves11
Patches:
      13255-socketport.diff uploaded by qwell (license 4)
Tested by: falves11

................
r137848 | tilghman | 2008-08-14 18:52:43 +0200 (Thu, 14 Aug 2008) | 17 lines

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

........
r137847 | tilghman | 2008-08-14 11:47:30 -0500 (Thu, 14 Aug 2008) | 9 lines

When creating the secondary subchannel name, it is necessary to compare to
the existing channel name without the "Zap/" or "DAHDI/" prefix, since our
test string is also without that prefix.
(closes issue #13027)
 Reported by: dferrer
 Patches: 
       chan_zap-1.4.21.1_fix2.patch uploaded by dferrer (license 525)
       (Slightly modified by me, to compensate for both names)

........

................
r137851 | tilghman | 2008-08-14 19:01:00 +0200 (Thu, 14 Aug 2008) | 9 lines

Blocked revisions 137850 via svnmerge

........
r137850 | tilghman | 2008-08-14 11:55:20 -0500 (Thu, 14 Aug 2008) | 2 lines

Oops, wrong direction

........

................
r137901 | russell | 2008-08-14 20:12:16 +0200 (Thu, 14 Aug 2008) | 1 line

Prepare for adding 1.6.2 changes
................
r137933 | seanbright | 2008-08-14 20:47:28 +0200 (Thu, 14 Aug 2008) | 8 lines

Fix memory leak in cdr_sqlite3_custom.

(closes issue #13304)
Reported by: eliel
Patches:
      sqlite.patch uploaded by eliel (license 64)
      (Slightly modified by me)

................
r137987 | russell | 2008-08-15 00:43:15 +0200 (Fri, 15 Aug 2008) | 2 lines

Fix a bashism that causes an error when trying to build the pdf on ubuntu

................
r138024 | tilghman | 2008-08-15 17:03:32 +0200 (Fri, 15 Aug 2008) | 16 lines

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

........
r138023 | tilghman | 2008-08-15 09:51:12 -0500 (Fri, 15 Aug 2008) | 8 lines

Additional check for more string specifiers than arguments.
(closes issue #13299)
 Reported by: adomjan
 Patches: 
       20080813__bug13299.diff.txt uploaded by Corydon76 (license 14)
       func_strings.c-sprintf.patch uploaded by adomjan (license 487)
 Tested by: adomjan

........

................
r138028 | russell | 2008-08-15 17:09:46 +0200 (Fri, 15 Aug 2008) | 17 lines

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

........
r138027 | russell | 2008-08-15 10:07:16 -0500 (Fri, 15 Aug 2008) | 9 lines

Ensure that when a hangup occurs in autoservice, that a hangup frame gets
properly deferred to be read from the channel owner when it gets taken out
of autoservice.

(closes issue #12874)
Reported by: dimas
Patches: 
      v1-12874.patch uploaded by dimas (license 88)

........

................
r138086 | tilghman | 2008-08-15 20:02:15 +0200 (Fri, 15 Aug 2008) | 2 lines

regseconds is actually stored as the epoch time, not registration length

................
r138124 | tilghman | 2008-08-15 21:22:48 +0200 (Fri, 15 Aug 2008) | 4 lines

e->data can be NULL, so use the safe version of ast_strdup()
(closes issue #13312)
 Reported by: pj

................
r138148 | tilghman | 2008-08-15 21:36:11 +0200 (Fri, 15 Aug 2008) | 2 lines

Change free to ast_free_ptr, too

................
r138155 | jpeeler | 2008-08-15 22:12:19 +0200 (Fri, 15 Aug 2008) | 1 line

rename all zfd instances in chan_dahdi to dfd to match 1.4 (left over from DAHDI transition)
................
r138206 | tilghman | 2008-08-15 22:35:24 +0200 (Fri, 15 Aug 2008) | 4 lines

Remove deprecated syntax from sample config file
(closes issue #13314)
 Reported by: kue

................
r138260 | tilghman | 2008-08-16 00:54:57 +0200 (Sat, 16 Aug 2008) | 16 lines

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

........
r138258 | tilghman | 2008-08-15 17:33:42 -0500 (Fri, 15 Aug 2008) | 8 lines

More fixes for realtime peers.
(closes issue #12921)
 Reported by: Nuitari
 Patches: 
       20080804__bug12921.diff.txt uploaded by Corydon76 (license 14)
       20080815__bug12921.diff.txt uploaded by Corydon76 (license 14)
 Tested by: Corydon76

........

................
r138310 | jpeeler | 2008-08-16 01:42:28 +0200 (Sat, 16 Aug 2008) | 8 lines

Blocked revisions 138309 via svnmerge

........
r138309 | jpeeler | 2008-08-15 18:41:54 -0500 (Fri, 15 Aug 2008) | 1 line

add forgotten locks around ss_thread_count in ss_thread for dahdi restart
........

................
r138311 | jpeeler | 2008-08-16 01:46:09 +0200 (Sat, 16 Aug 2008) | 20 lines

Merged revisions 138119,138151,138238 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r138119 | jpeeler | 2008-08-15 14:21:51 -0500 (Fri, 15 Aug 2008) | 4 lines

Fixes the dahdi restart functionality. Dahdi restart allows one to restart all DAHDI channels, even if they are currently in use. This is different from unloading and then loading the module since unloading requires the use count to be zero. Reloading the module is different in that the signalling is not changed from what it was originally configured. Also, this fixes not closing all the file descriptors for D-channels upon module unload (which would prevent loading the module afterwards).

(closes issue #11017)

........
r138151 | jpeeler | 2008-08-15 14:41:29 -0500 (Fri, 15 Aug 2008) | 1 line

declared static mutexes using AST_MUTEX_DEFINE_STATIC macro
........
r138238 | jpeeler | 2008-08-15 16:28:26 -0500 (Fri, 15 Aug 2008) | 1 line

initialize condition variable ss_thread_complete using ast_cond_init
........

................
r138361 | jpeeler | 2008-08-16 03:13:26 +0200 (Sat, 16 Aug 2008) | 9 lines

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

........
r138360 | jpeeler | 2008-08-15 20:12:18 -0500 (Fri, 15 Aug 2008) | 1 line

fixes use count to properly decrement if an active dahdi channel is destroyed allowing module to be unloaded
........

................
r138409 | tilghman | 2008-08-16 14:52:06 +0200 (Sat, 16 Aug 2008) | 3 lines

Also make sure hinting won't crash on reload.
(Closes issue #13312)

................
r138412 | tilghman | 2008-08-16 15:07:08 +0200 (Sat, 16 Aug 2008) | 2 lines

Fix compilation warnings (found with dev-mode)

................
r138442 | seanbright | 2008-08-16 18:40:43 +0200 (Sat, 16 Aug 2008) | 4 lines

Since it's introduction in revision 3497, cdr_tds has *never* read
the port configuration option from cdr_tds.conf.  So go ahead and
remove it from the sample config.

................
r138473 | seanbright | 2008-08-17 15:31:54 +0200 (Sun, 17 Aug 2008) | 7 lines

Fix the output of the JitterBufStats manager event.

(closes issue #13324)
Reported by: srt
Patches:
      13324_missing_nl_in_jitterbufstats_event_2.diff uploaded by srt (license 378)

................
r138476 | seanbright | 2008-08-17 15:40:36 +0200 (Sun, 17 Aug 2008) | 7 lines

Add missing colons to RTCPReceived and RTCPSent manager events.

(closes issue #13319)
Reported by: srt
Patches:
      13319_rtcp_manager_event_headers.diff uploaded by srt (license 378)

................
r138479 | seanbright | 2008-08-17 15:51:08 +0200 (Sun, 17 Aug 2008) | 7 lines

Add Uniqueid header to ParkedCall manager event.

(closes issue #13323)
Reported by: srt
Patches:
      13323_unique_id_for_parkedcalls_event.diff uploaded by srt (license 378)

................
r138482 | seanbright | 2008-08-17 16:12:11 +0200 (Sun, 17 Aug 2008) | 6 lines

Move Uniqueid to the end of the event for those that rely on the position
of the name/value pairs, pointed out by snuffy-home on #asterisk-commits.

For those of you who rely on the position of name/value pairs in manager
events... stop... that is why associative arrays were invented.

................
r138517 | jpeeler | 2008-08-18 04:06:54 +0200 (Mon, 18 Aug 2008) | 8 lines

Blocked revisions 138516 via svnmerge

........
r138516 | jpeeler | 2008-08-17 21:05:29 -0500 (Sun, 17 Aug 2008) | 1 line

fix compilation warnings
........

................
r138518 | jpeeler | 2008-08-18 04:13:04 +0200 (Mon, 18 Aug 2008) | 1 line

add missing define for SS7 in dahdi_restart
................
r138570 | seanbright | 2008-08-18 13:58:49 +0200 (Mon, 18 Aug 2008) | 8 lines

Blocked revisions 138569 via svnmerge

........
r138569 | seanbright | 2008-08-18 07:57:24 -0400 (Mon, 18 Aug 2008) | 1 line

You know what's awesome?  Code that compiles... ;)
........

................
r138631 | qwell | 2008-08-18 17:54:07 +0200 (Mon, 18 Aug 2008) | 1 line

Remove option that isn't valid here.
................
r138687 | mmichelson | 2008-08-18 22:04:10 +0200 (Mon, 18 Aug 2008) | 18 lines

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

........
r138685 | mmichelson | 2008-08-18 15:01:14 -0500 (Mon, 18 Aug 2008) | 10 lines

Change the inequalities used in app_queue with regards
to timeouts from being strict to non-strict for more
accuracy.

(closes issue #13239)
Reported by: atis
Patches:
      app_queue_timeouts_v2.patch uploaded by atis (license 242)


........

................
r138694 | mmichelson | 2008-08-18 22:23:11 +0200 (Mon, 18 Aug 2008) | 10 lines

Change the queue timeout priority logic into less ugly
and confusing code pieces. Clarify the logic within
queues.conf.sample.

(closes issue #12690)
Reported by: atis
Patches:
      queue_timeoutpriority.patch uploaded by atis (license 242)


................
r138738 | rmudgett | 2008-08-18 23:07:28 +0200 (Mon, 18 Aug 2008) | 30 lines

channels/chan_misdn.c
*  Made bearer2str() use allowed_bearers_array[]
*  Made use the causes.h defines instead of hardcoded numbers.
*  Made use Asterisk presentation indicator values if either of the
mISDN presentation or screen options are negative.
*  Updated the misdn_set_opt application option descriptions.
*  Renamed the awkward Caller ID presentation misdn_set_opt
application option value not_screened to restricted.
Deprecated the not_screened option value.

channels/misdn/isdn_lib.c
*  Made use the causes.h defines instead of hardcoded numbers.
*  Fixed some spelling errors and typos.
*  Added all defined facility code strings to fac2str().

channels/misdn/isdn_lib.h
*  Added doxygen comments to struct misdn_bchannel.

channels/misdn/isdn_lib_intern.h
*  Added doxygen comments to struct misdn_stack.

channels/misdn_config.c
configs/misdn.conf.sample
*  Updated the mISDN presentation and screen parameter descriptions.

doc/tex/misdn.tex
*  Updated the misdn_set_opt application option descriptions.
*  Fixed some spelling errors and typos.


................
r138775 | seanbright | 2008-08-19 01:42:36 +0200 (Tue, 19 Aug 2008) | 3 lines

Change event header to RegistrationTime to be more consistent (and avoid
breaking existing frameworks).  Pointed out by Laureano on #asterisk-dev.

................
r138778 | seanbright | 2008-08-19 02:08:27 +0200 (Tue, 19 Aug 2008) | 1 line

While we're at it, make this machine parseable too.
................
r138779 | seanbright | 2008-08-19 02:09:38 +0200 (Tue, 19 Aug 2008) | 1 line

And remove code we don't need anymore.
................
r138780 | seanbright | 2008-08-19 02:10:56 +0200 (Tue, 19 Aug 2008) | 1 line

Let it compile now, too (woops)
................
r138814 | phsultan | 2008-08-19 17:58:39 +0200 (Tue, 19 Aug 2008) | 1 line

Mention JID rather than SreenName in help messages
................
r138815 | murf | 2008-08-19 17:59:12 +0200 (Tue, 19 Aug 2008) | 19 lines

These changes are in regards to bug 13249, where users are being surprised by the changes made
to the Set app in trunk/1.6.x, as they come from the 1.4 world. They are only bitten if
they write their AEL dialplan in the 1.4 world, and then carry it over to a trunk/1.6.x 
installation where a "make samples" was executed, or where they hand-edited the 
asterisk.conf file and added the [compat] category with app_set = 1.6 (or higher).

(this commit does not totally solve 13249, at least not yet)

The change involves issueing a single warning while the AEL file is loading, if:
 1. app_set is present in the config file, and set to 1.6 or higher.
 2. there are double quotes in an assignment statement (eg x = "hi there";)
 3. the warning was not already issued.

The standalone app, aelparse, does not (yet) issue this warning. I'd have to
have it read in the asterisk.conf file, and that's a bit of hassle. I'll add
it if users request it, tho.



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

Added:
    team/phsultan/jabberreceive/Zaptel-to-DAHDI.txt
      - copied unchanged from r138815, trunk/Zaptel-to-DAHDI.txt
Modified:
    team/phsultan/jabberreceive/   (props changed)
    team/phsultan/jabberreceive/CHANGES
    team/phsultan/jabberreceive/Makefile
    team/phsultan/jabberreceive/UPGRADE.txt
    team/phsultan/jabberreceive/apps/app_adsiprog.c
    team/phsultan/jabberreceive/apps/app_dahdibarge.c
    team/phsultan/jabberreceive/apps/app_dahdiscan.c
    team/phsultan/jabberreceive/apps/app_dial.c
    team/phsultan/jabberreceive/apps/app_directory.c
    team/phsultan/jabberreceive/apps/app_disa.c
    team/phsultan/jabberreceive/apps/app_fax.c
    team/phsultan/jabberreceive/apps/app_festival.c
    team/phsultan/jabberreceive/apps/app_forkcdr.c
    team/phsultan/jabberreceive/apps/app_jack.c
    team/phsultan/jabberreceive/apps/app_macro.c
    team/phsultan/jabberreceive/apps/app_meetme.c
    team/phsultan/jabberreceive/apps/app_minivm.c
    team/phsultan/jabberreceive/apps/app_osplookup.c
    team/phsultan/jabberreceive/apps/app_playback.c
    team/phsultan/jabberreceive/apps/app_queue.c
    team/phsultan/jabberreceive/apps/app_record.c
    team/phsultan/jabberreceive/apps/app_rpt.c
    team/phsultan/jabberreceive/apps/app_sms.c
    team/phsultan/jabberreceive/apps/app_voicemail.c
    team/phsultan/jabberreceive/apps/app_waituntil.c
    team/phsultan/jabberreceive/apps/app_while.c
    team/phsultan/jabberreceive/build_tools/prep_tarball
    team/phsultan/jabberreceive/cdr/cdr_adaptive_odbc.c
    team/phsultan/jabberreceive/cdr/cdr_csv.c
    team/phsultan/jabberreceive/cdr/cdr_pgsql.c
    team/phsultan/jabberreceive/cdr/cdr_radius.c
    team/phsultan/jabberreceive/cdr/cdr_sqlite3_custom.c
    team/phsultan/jabberreceive/cdr/cdr_tds.c
    team/phsultan/jabberreceive/channels/chan_agent.c
    team/phsultan/jabberreceive/channels/chan_alsa.c
    team/phsultan/jabberreceive/channels/chan_console.c
    team/phsultan/jabberreceive/channels/chan_dahdi.c
    team/phsultan/jabberreceive/channels/chan_features.c
    team/phsultan/jabberreceive/channels/chan_iax2.c
    team/phsultan/jabberreceive/channels/chan_jingle.c
    team/phsultan/jabberreceive/channels/chan_mgcp.c
    team/phsultan/jabberreceive/channels/chan_misdn.c
    team/phsultan/jabberreceive/channels/chan_phone.c
    team/phsultan/jabberreceive/channels/chan_sip.c
    team/phsultan/jabberreceive/channels/chan_skinny.c
    team/phsultan/jabberreceive/channels/chan_unistim.c
    team/phsultan/jabberreceive/channels/iax2-parser.c
    team/phsultan/jabberreceive/channels/misdn/isdn_lib.c
    team/phsultan/jabberreceive/channels/misdn/isdn_lib.h
    team/phsultan/jabberreceive/channels/misdn/isdn_lib_intern.h
    team/phsultan/jabberreceive/channels/misdn_config.c
    team/phsultan/jabberreceive/channels/xpmr/xpmr.c
    team/phsultan/jabberreceive/codecs/Makefile
    team/phsultan/jabberreceive/codecs/codec_dahdi.c
    team/phsultan/jabberreceive/configs/cdr_tds.conf.sample
    team/phsultan/jabberreceive/configs/extensions.conf.sample
    team/phsultan/jabberreceive/configs/misdn.conf.sample
    team/phsultan/jabberreceive/configs/queues.conf.sample
    team/phsultan/jabberreceive/configs/sip.conf.sample
    team/phsultan/jabberreceive/configure
    team/phsultan/jabberreceive/configure.ac
    team/phsultan/jabberreceive/contrib/init.d/rc.redhat.asterisk
    team/phsultan/jabberreceive/doc/tex/Makefile
    team/phsultan/jabberreceive/doc/tex/asterisk.tex
    team/phsultan/jabberreceive/doc/tex/cdrdriver.tex
    team/phsultan/jabberreceive/doc/tex/misdn.tex
    team/phsultan/jabberreceive/formats/format_pcm.c
    team/phsultan/jabberreceive/formats/msgsm.h
    team/phsultan/jabberreceive/funcs/func_config.c
    team/phsultan/jabberreceive/funcs/func_dialgroup.c
    team/phsultan/jabberreceive/funcs/func_odbc.c
    team/phsultan/jabberreceive/funcs/func_strings.c
    team/phsultan/jabberreceive/funcs/func_timeout.c
    team/phsultan/jabberreceive/include/asterisk/ael_structs.h
    team/phsultan/jabberreceive/include/asterisk/astobj2.h
    team/phsultan/jabberreceive/include/asterisk/callerid.h
    team/phsultan/jabberreceive/include/asterisk/channel.h
    team/phsultan/jabberreceive/include/asterisk/compat.h
    team/phsultan/jabberreceive/include/asterisk/doxyref.h
    team/phsultan/jabberreceive/include/asterisk/strings.h
    team/phsultan/jabberreceive/main/abstract_jb.c
    team/phsultan/jabberreceive/main/acl.c
    team/phsultan/jabberreceive/main/app.c
    team/phsultan/jabberreceive/main/asterisk.c
    team/phsultan/jabberreceive/main/astobj2.c
    team/phsultan/jabberreceive/main/audiohook.c
    team/phsultan/jabberreceive/main/autoservice.c
    team/phsultan/jabberreceive/main/callerid.c
    team/phsultan/jabberreceive/main/cdr.c
    team/phsultan/jabberreceive/main/channel.c
    team/phsultan/jabberreceive/main/cli.c
    team/phsultan/jabberreceive/main/config.c
    team/phsultan/jabberreceive/main/db1-ast/btree/bt_delete.c
    team/phsultan/jabberreceive/main/db1-ast/btree/bt_put.c
    team/phsultan/jabberreceive/main/db1-ast/recno/rec_delete.c
    team/phsultan/jabberreceive/main/db1-ast/recno/rec_put.c
    team/phsultan/jabberreceive/main/event.c
    team/phsultan/jabberreceive/main/features.c
    team/phsultan/jabberreceive/main/file.c
    team/phsultan/jabberreceive/main/frame.c
    team/phsultan/jabberreceive/main/http.c
    team/phsultan/jabberreceive/main/indications.c
    team/phsultan/jabberreceive/main/jitterbuf.c
    team/phsultan/jabberreceive/main/logger.c
    team/phsultan/jabberreceive/main/manager.c
    team/phsultan/jabberreceive/main/pbx.c
    team/phsultan/jabberreceive/main/rtp.c
    team/phsultan/jabberreceive/main/say.c
    team/phsultan/jabberreceive/main/sched.c
    team/phsultan/jabberreceive/main/taskprocessor.c
    team/phsultan/jabberreceive/main/tdd.c
    team/phsultan/jabberreceive/main/udptl.c
    team/phsultan/jabberreceive/makeopts.in
    team/phsultan/jabberreceive/pbx/ael/ael-test/ref.ael-ntest10
    team/phsultan/jabberreceive/pbx/ael/ael-test/ref.ael-test18
    team/phsultan/jabberreceive/pbx/ael/ael-test/ref.ael-test19
    team/phsultan/jabberreceive/pbx/ael/ael-test/ref.ael-test8
    team/phsultan/jabberreceive/pbx/ael/ael-test/ref.ael-vtest13
    team/phsultan/jabberreceive/pbx/dundi-parser.c
    team/phsultan/jabberreceive/pbx/pbx_config.c
    team/phsultan/jabberreceive/pbx/pbx_dundi.c
    team/phsultan/jabberreceive/res/ael/ael.flex

[... 30638 lines stripped ...]



More information about the svn-commits mailing list