Commit Graph

16065 Commits

Author SHA1 Message Date
Tilghman Lesher
1222f82205 Merged revisions 136751 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r136751 | tilghman | 2008-08-07 21:34:17 -0500 (Thu, 07 Aug 2008) | 2 lines

Removing bad properties

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136753 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-08 02:36:26 +00:00
Mark Michelson
4a5ac6487f This is weird. Either SVN or vim tabbed
a bunch of functions over one level during
a merge.



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136724 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 23:42:34 +00:00
Mark Michelson
745f28879f Merged revisions 136722 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r136722 | mmichelson | 2008-08-07 18:39:50 -0500 (Thu, 07 Aug 2008) | 3 lines

Remove one last batch of debug messages


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136723 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 23:40:47 +00:00
Mark Michelson
8166a7a04d Blocked revisions 136720 via svnmerge
........
r136720 | mmichelson | 2008-08-07 18:38:08 -0500 (Thu, 07 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.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136721 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 23:38:30 +00:00
Mark Michelson
5567deefc9 Merged revisions 136715 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r136715 | mmichelson | 2008-08-07 17:25:50 -0500 (Thu, 07 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



........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136719 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 23:26:24 +00:00
Michiel van Baak
bb5194554e Blocked revisions 136679 via svnmerge
........
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

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136687 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 21:22:26 +00:00
Shaun Ruffell
732659ef67 Removing code that was commented out.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136674 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 20:41:06 +00:00
Shaun Ruffell
7fbba1d580 Updated codec_dahdi to use the transcoder interface in the DAHDI.
(Issue: DAHDI-42)



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136672 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 20:38:38 +00:00
Mark Michelson
eee3091cbf Merged revisions 136660 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r136660 | mmichelson | 2008-08-07 15:25:43 -0500 (Thu, 07 Aug 2008) | 4 lines

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


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136663 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 20:26:24 +00:00
Mark Michelson
f3097eb1af Merged revisions 136635 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r136635 | mmichelson | 2008-08-07 14:58:32 -0500 (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.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136636 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 19:59:00 +00:00
Mark Michelson
23bcd9b4a1 Merged revisions 136633 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r136633 | mmichelson | 2008-08-07 14:54:27 -0500 (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


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136634 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 19:54:47 +00:00
Mark Michelson
4ff12eb20c Merged revisions 136631 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r136631 | mmichelson | 2008-08-07 14:36:46 -0500 (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


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136632 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 19:37:48 +00:00
Richard Mudgett
bca2b8aea0 Merged revisions 136594 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r136594 | rmudgett | 2008-08-07 14:01:03 -0500 (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.


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136598 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 19:19:49 +00:00
Kevin P. Fleming
eac67f84f4 Merged revisions 136542 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r136542 | kpfleming | 2008-08-07 12:44:20 -0500 (Thu, 07 Aug 2008) | 6 lines

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

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

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136543 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 17:44:40 +00:00
Kevin P. Fleming
61d378f768 Blocked revisions 136504 via svnmerge
........
r136504 | kpfleming | 2008-08-07 12:26:23 -0500 (Thu, 07 Aug 2008) | 2 lines

stop using deprecated API call

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 17:26:46 +00:00
Tilghman Lesher
f67e68de8e Merged revisions 136489 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r136489 | tilghman | 2008-08-07 11:55:57 -0500 (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

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136490 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 16:57:53 +00:00
Kevin P. Fleming
d517702bfb Blocked revisions 136477 via svnmerge
........
r136477 | kpfleming | 2008-08-07 11:29:08 -0500 (Thu, 07 Aug 2008) | 2 lines

fix some format strings to actually compile without errors

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 16:30:10 +00:00
Sean Bright
287d7a3c19 Blocked revisions 136408 via svnmerge
........
r136408 | seanbright | 2008-08-07 11:16:48 -0400 (Thu, 07 Aug 2008) | 6 lines

More merges from resolve-shadow warnings:

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

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136409 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 15:17:49 +00:00
Tilghman Lesher
b2ec2f1e49 Blocked revisions 136406 via svnmerge
........
r136406 | tilghman | 2008-08-07 10:10:53 -0500 (Thu, 07 Aug 2008) | 2 lines

Fix runtime symbol error

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136407 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 15:12:06 +00:00
Sean Bright
3d6280c057 Blocked revisions 136402 via svnmerge
........
r136402 | seanbright | 2008-08-07 10:36:59 -0400 (Thu, 07 Aug 2008) | 1 line

Merge in a few more changes.  This time the include/ directory.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136403 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 14:37:24 +00:00
Tilghman Lesher
244174b9bc Blocked revisions 136349 via svnmerge
................
r136349 | tilghman | 2008-08-06 20:32:10 -0500 (Wed, 06 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).

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136350 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 01:32:51 +00:00
Tilghman Lesher
ac10ad6d81 Blocked revisions 136305 via svnmerge
................
r136305 | tilghman | 2008-08-06 20:18:03 -0500 (Wed, 06 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.

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 01:18:39 +00:00
Sean Bright
bd551b8145 Blocked revisions 136302 via svnmerge
........
r136302 | seanbright | 2008-08-06 21:07:40 -0400 (Wed, 06 Aug 2008) | 2 lines

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

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 01:08:04 +00:00
Sean Bright
845f98553c Blocked revisions 136300 via svnmerge
........
r136300 | seanbright | 2008-08-06 20:52:23 -0400 (Wed, 06 Aug 2008) | 2 lines

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

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136301 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 00:53:12 +00:00
Sean Bright
ad7bedfc61 Blocked revisions 136298 via svnmerge
........
r136298 | seanbright | 2008-08-06 20:44:55 -0400 (Wed, 06 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.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136299 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-07 00:45:59 +00:00
Dwayne M. Hubbard
38e9396e1f Blocked revisions 136245 via svnmerge
........
r136245 | dhubbard | 2008-08-06 16:22:56 -0500 (Wed, 06 Aug 2008) | 1 line

move taskprocessor CLI commands into the core namespace
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 21:28:37 +00:00
Mark Michelson
dbc5b5b357 Merged revisions 136239 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r136239 | mmichelson | 2008-08-06 15:43:58 -0500 (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


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136240 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 20:45:45 +00:00
Tilghman Lesher
b0cb09c4aa Merged revisions 136191 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r136191 | tilghman | 2008-08-06 15:15:34 -0500 (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

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136192 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 20:16:13 +00:00
Tilghman Lesher
6f7680cccf Blocked revisions 136141 via svnmerge
........
r136141 | tilghman | 2008-08-06 12:33:48 -0500 (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)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136142 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 17:34:27 +00:00
Tilghman Lesher
af1d2d4538 Merged revisions 136112 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r136112 | tilghman | 2008-08-06 11:58:42 -0500 (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

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136113 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 17:02:06 +00:00
Mark Michelson
b9dfa2fe6c Merged revisions 136063 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r136063 | mmichelson | 2008-08-06 10:59:29 -0500 (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


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136064 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 16:00:07 +00:00
Tilghman Lesher
b4cb58175f Blocked revisions 136034 via svnmerge
........
r136034 | tilghman | 2008-08-06 09:51:51 -0500 (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.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136035 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 14:53:20 +00:00
Olle Johansson
88c17a771b Merged revisions 136005 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r136005 | oej | 2008-08-06 15:34:08 +0200 (Ons, 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...


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136006 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 13:59:32 +00:00
Tilghman Lesher
d645fe1754 Merged revisions 135950 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r135950 | tilghman | 2008-08-05 22:55:49 -0500 (Tue, 05 Aug 2008) | 12 lines

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

........
r135949 | tilghman | 2008-08-05 22:53:36 -0500 (Tue, 05 Aug 2008) | 4 lines

Fix a longstanding bug in channel walking logic, and fix the explanation to
make sense.
(Closes issue #13124)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135951 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 03:56:30 +00:00
Tilghman Lesher
58c8e58fe5 Merged revisions 135938 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r135938 | tilghman | 2008-08-05 22:29:42 -0500 (Tue, 05 Aug 2008) | 12 lines

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

........
r135915 | tilghman | 2008-08-05 22:24:56 -0500 (Tue, 05 Aug 2008) | 4 lines

Since powerof() can return an error condition, it's foolhardy not to detect and
deal with that condition.
(Related to issue #13240)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135942 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 03:30:23 +00:00
Tilghman Lesher
4a854a5e5b Merged revisions 135900 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r135900 | tilghman | 2008-08-05 22:04:01 -0500 (Tue, 05 Aug 2008) | 12 lines

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

........
r135899 | tilghman | 2008-08-05 22:02:59 -0500 (Tue, 05 Aug 2008) | 4 lines

1) Bugfix for debugging code
2) Reduce compiler warnings for another section of debugging code
(Closes issue #13237)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 03:04:49 +00:00
Mark Michelson
8417f7bfb1 Merged revisions 135851 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r135851 | mmichelson | 2008-08-05 19:30:53 -0500 (Tue, 05 Aug 2008) | 48 lines

Merged revisions 135841,135847,135850 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r135841 | mmichelson | 2008-08-05 19:25:10 -0500 (Tue, 05 Aug 2008) | 27 lines

Merging the issue11259 branch.

The purpose of this branch was to take into account
"burps" which could cause jitterbuffers to misbehave.
One such example is if the L option to Dial() were used
to inject audio into a bridged conversation at regular
intervals. Since the audio here was not passed through
the jitterbuffer, it would cause a gap in the jitterbuffer's
timestamps which would cause a frames to be dropped for a 
brief period.

Now ast_generic_bridge will empty and reset the jitterbuffer
each time it is called. This causes injected audio to be handled
properly.

ast_generic_bridge also will empty and reset the jitterbuffer
if it receives an AST_CONTROL_SRCUPDATE frame since the change
in audio source could negatively affect the jitterbuffer.

All of this was made possible by adding a new public API call
to the abstract_jb called ast_jb_empty_and_reset.

(closes issue #11259)
Reported by: plack
Tested by: putnopvut


........
r135847 | mmichelson | 2008-08-05 19:27:54 -0500 (Tue, 05 Aug 2008) | 4 lines

Revert inadvertent changes to app_skel that occurred when
I was testing for a memory leak


........
r135850 | mmichelson | 2008-08-05 19:29:54 -0500 (Tue, 05 Aug 2008) | 3 lines

Remove properties that should not be here


........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135852 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-06 00:31:28 +00:00
Steve Murphy
638711f573 Merged revisions 135821 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r135821 | murf | 2008-08-05 17:45:32 -0600 (Tue, 05 Aug 2008) | 42 lines

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

........
r135799 | murf | 2008-08-05 17:13:20 -0600 (Tue, 05 Aug 2008) | 34 lines

(closes issue #12982)
Reported by: bcnit
Tested by: murf

I discovered that also, in the previous bug fixes and changes,
the cdr.conf 'unanswered' option is not being obeyed, so
I fixed this.

And, yes, there are two 'answer' times involved in this
scenario, and I would agree with you, that the first 
answer time is the time that should appear in the CDR.
(the second 'answer' time is the time that the bridge
was begun).

I made the necessary adjustments, recording the first
answer time into the peer cdr, and then using that to
override the bridge cdr's value.

To get the 'unanswered' CDRs to appear, I purposely
output them, using the dial cmd to mark them as
DIALED (with a new flag), and outputting them if
they bear that flag, and you are in the right mode.

I also corrected one small mention of the Zap device
to equally consider the dahdi device.

I heavily tested 10-sec-wait macros in dial, and
without the macro call; I tested hangups while the
macro was running vs. letting the macro complete
and the bridge form. Looks OK. Removed all the
instrumentation and debug.



........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135822 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-05 23:52:14 +00:00
Tilghman Lesher
2085534aef Merged revisions 135748 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r135748 | tilghman | 2008-08-05 16:37:35 -0500 (Tue, 05 Aug 2008) | 17 lines

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

........
r135747 | tilghman | 2008-08-05 16:34:46 -0500 (Tue, 05 Aug 2008) | 9 lines

In a conversion to use ast_strlen_zero, the meaning of the flag IAX_HASCALLERID
was perverted.  This change reverts IAX2 to the original meaning, which was,
that the callerid set on the client should be overridden on the server, even if
that means the resulting callerid is blank.  In other words, if you set
"callerid=" in the IAX config, then the callerid should be overridden to blank,
even if set on the client.  Note that there's a distinction, even on realtime,
between the field not existing (NULL in databases) and the field existing, but
set to blank (override callerid to blank).

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135749 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-05 21:38:29 +00:00
Kevin P. Fleming
e658b7c083 Blocked revisions 135680-135681 via svnmerge
........
r135680 | kpfleming | 2008-08-05 11:56:11 -0500 (Tue, 05 Aug 2008) | 2 lines

make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions

........
r135681 | kpfleming | 2008-08-05 12:05:34 -0500 (Tue, 05 Aug 2008) | 3 lines

datastore inheritance is a channel feature, so move this definition back


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135710 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-05 17:43:07 +00:00
Tilghman Lesher
7d93b5632f Blocked revisions 135648 via svnmerge
........
r135648 | tilghman | 2008-08-05 10:30:23 -0500 (Tue, 05 Aug 2008) | 3 lines

Always output a version string, even when we can't figure out what we are.
(Closes issue #13223)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135649 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-05 15:31:18 +00:00
Sean Bright
7d44270d33 Merged revisions 135598 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r135598 | seanbright | 2008-08-05 09:26:34 -0400 (Tue, 05 Aug 2008) | 9 lines

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

........
r135597 | seanbright | 2008-08-05 09:25:00 -0400 (Tue, 05 Aug 2008) | 1 line

Use PATH_MAX for filenames
........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135599 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-05 13:27:59 +00:00
Russell Bryant
83521808f4 Merged revisions 135537 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r135537 | russell | 2008-08-04 15:15:27 -0500 (Mon, 04 Aug 2008) | 10 lines

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

........
r135536 | russell | 2008-08-04 15:15:03 -0500 (Mon, 04 Aug 2008) | 2 lines

fix a config sample typo

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135538 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-04 20:15:46 +00:00
Tilghman Lesher
83f0de6aef Merged revisions 135485 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r135485 | tilghman | 2008-08-04 12:12:15 -0500 (Mon, 04 Aug 2008) | 3 lines

Rename Mandrake scripts to Mandriva
(Closes issue #13221)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135486 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-04 17:12:44 +00:00
Tilghman Lesher
ada9e611dc Merged revisions 135483 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r135483 | tilghman | 2008-08-04 12:08:42 -0500 (Mon, 04 Aug 2008) | 11 lines

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

........
r135482 | tilghman | 2008-08-04 12:07:52 -0500 (Mon, 04 Aug 2008) | 2 lines

Define ASTSBINDIR for script
(Closes issue #13221)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135484 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-04 17:09:17 +00:00
Tilghman Lesher
5cf295c4de Merged revisions 135480 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r135480 | tilghman | 2008-08-04 11:58:29 -0500 (Mon, 04 Aug 2008) | 14 lines

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

........
r135479 | tilghman | 2008-08-04 11:56:19 -0500 (Mon, 04 Aug 2008) | 6 lines

Memory leak on unload
(closes issue #13231)
 Reported by: eliel
 Patches: 
       app_voicemail.leak.patch uploaded by eliel (license 64)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135481 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-04 17:03:46 +00:00
Tilghman Lesher
7a8515e211 Blocked revisions 135476 via svnmerge
........
r135476 | tilghman | 2008-08-04 11:34:04 -0500 (Mon, 04 Aug 2008) | 6 lines

HTTP module memory leaks
(closes issue #13230)
 Reported by: eliel
 Patches: 
       res_http_post_leak.patch uploaded by eliel (license 64)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135478 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-04 16:35:44 +00:00
Russell Bryant
4f2e6ffa98 Merged revisions 135474 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r135474 | russell | 2008-08-04 11:28:07 -0500 (Mon, 04 Aug 2008) | 10 lines

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

........
r135473 | russell | 2008-08-04 11:26:17 -0500 (Mon, 04 Aug 2008) | 2 lines

Add a minor clarification to the documentation of mohinterpret and mohsuggest

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135475 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-04 16:28:25 +00:00
Russell Bryant
bf7ca7ec97 Merged revisions 135439 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r135439 | russell | 2008-08-04 10:02:12 -0500 (Mon, 04 Aug 2008) | 4 lines

Be explicit that we don't want a result from this callback.  The callback would
never indicate a match, so nothing would have been returned anyway, but it was
still a poor example of proper usage.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-04 15:02:44 +00:00
Sean Bright
6c09b18717 Blocked revisions 135405 via svnmerge
........
r135405 | seanbright | 2008-08-03 12:14:14 -0400 (Sun, 03 Aug 2008) | 3 lines

Merge in changes that allow Asterisk to be built against the Hoard
memory allocator.  See doc/hoard.txt for more details.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135406 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-03 16:15:10 +00:00