No subject


Thu Jul 12 09:23:04 CDT 2007


........

................
r80817 | tilghman | 2007-08-24 13:50:16 -0600 (Fri, 24 Aug 2007) | 2 lines

Fix documentation for Set (closes issue #10549)

................
r80819 | bweschke | 2007-08-24 14:21:17 -0600 (Fri, 24 Aug 2007) | 11 lines

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

........
r80818 | bweschke | 2007-08-24 15:52:06 -0400 (Fri, 24 Aug 2007) | 3 lines

 A minor correction to the available logic of autofill. If a queue member is paused, they're not really "available" so don't count them as such. Somewhat related to issue #10155 


........

................
r80821 | russell | 2007-08-24 14:25:39 -0600 (Fri, 24 Aug 2007) | 15 lines

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

........
r80820 | russell | 2007-08-24 15:24:05 -0500 (Fri, 24 Aug 2007) | 7 lines

Improve the debouncing logic in the DTMF detector to fix some reliability
issues.  Previously, this code used a shift register of hits and non-hits.
However, if the start of the digit isn't clean, it is possible for the
leading edge detector to miss the digit.  These changes replace the flawed
shift register logic and also does the debouncing on the trailing edge as well.
(closes issue #10535, many thanks to softins for the patch)

........

................
r80850 | russell | 2007-08-24 15:23:14 -0600 (Fri, 24 Aug 2007) | 13 lines

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

........
r80849 | russell | 2007-08-24 16:22:50 -0500 (Fri, 24 Aug 2007) | 5 lines

If dnsmgr is in use, and no DNS servers are available when Asterisk first
starts, then don't give up on poking peers.  Allow the poke to get rescheduled
so that it will work once the dnsmgr is able to resolve the host.
(closes issue #10521, patch by jamesgolovich)

........

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

................
r80904 | automerge | 2007-08-25 14:29:40 -0400 (Sat, 25 Aug 2007) | 1 line

automerge commit
................
r80940 | automerge | 2007-08-26 14:30:19 -0400 (Sun, 26 Aug 2007) | 1 line

automerge commit
................
r80966 | automerge | 2007-08-27 08:28:54 -0400 (Mon, 27 Aug 2007) | 1 line

automerge commit
................
r80982 | automerge | 2007-08-27 09:30:52 -0400 (Mon, 27 Aug 2007) | 1 line

automerge commit
................
r81007 | automerge | 2007-08-27 10:28:46 -0400 (Mon, 27 Aug 2007) | 1 line

automerge commit
................
r81020 | automerge | 2007-08-27 11:30:17 -0400 (Mon, 27 Aug 2007) | 1 line

automerge commit
................
r81050 | automerge | 2007-08-27 12:30:30 -0400 (Mon, 27 Aug 2007) | 1 line

automerge commit
................
r81077 | automerge | 2007-08-27 13:28:44 -0400 (Mon, 27 Aug 2007) | 1 line

automerge commit
................
r81104 | automerge | 2007-08-27 14:30:27 -0400 (Mon, 27 Aug 2007) | 1 line

automerge commit
................
r81134 | automerge | 2007-08-27 17:30:31 -0400 (Mon, 27 Aug 2007) | 1 line

automerge commit
................
r81167 | automerge | 2007-08-27 19:30:11 -0400 (Mon, 27 Aug 2007) | 1 line

automerge commit
................
r81197 | automerge | 2007-08-28 10:30:36 -0400 (Tue, 28 Aug 2007) | 1 line

automerge commit
................
r81222 | automerge | 2007-08-28 11:29:01 -0400 (Tue, 28 Aug 2007) | 1 line

automerge commit
................
r81237 | automerge | 2007-08-28 12:30:41 -0400 (Tue, 28 Aug 2007) | 1 line

automerge commit
................
r81269 | automerge | 2007-08-28 15:29:01 -0400 (Tue, 28 Aug 2007) | 1 line

automerge commit
................
r81281 | automerge | 2007-08-28 16:28:57 -0400 (Tue, 28 Aug 2007) | 1 line

automerge commit
................
r81300 | automerge | 2007-08-28 18:30:29 -0400 (Tue, 28 Aug 2007) | 1 line

automerge commit
................
r81468 | automerge | 2007-09-04 23:34:11 -0400 (Tue, 04 Sep 2007) | 1 line

automerge cancel
................
r81562 | murf | 2007-09-05 12:32:17 -0400 (Wed, 05 Sep 2007) | 752 lines

Merged revisions 81326,81332-81335,81341,81343-81345,81347-81348,81350,81353-81356,81361-81365,81368,81370,81372,81376-81378,81380,81382,81384,81387-81391,81393-81394,81396,81398,81400,81402,81404,81407-81408,81411,81413,81417,81419,81427,81430-81432,81434,81436,81438,81440-81441,81443,81445,81449,81452,81454,81456,81459,81493,81519,81522,81524,81526 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r81326 | file | 2007-08-28 20:21:08 -0600 (Tue, 28 Aug 2007) | 2 lines

Add inline function for signed linear subtraction.

................
r81332 | file | 2007-08-29 08:16:07 -0600 (Wed, 29 Aug 2007) | 12 lines

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

........
r81331 | file | 2007-08-29 11:13:55 -0300 (Wed, 29 Aug 2007) | 4 lines

(closes issue #9690)
Reported by: mattv
Make rtp timeouts work even if two RTP streams are directly bridged in the RTP stack.

........

................
r81333 | mmichelson | 2007-08-29 08:19:33 -0600 (Wed, 29 Aug 2007) | 5 lines

Changing a NOTICE to a DEBUG.

(closes issue #10591, reported and patched by junky, with small modification by me)


................
r81334 | file | 2007-08-29 09:19:11 -0600 (Wed, 29 Aug 2007) | 2 lines

Add API calls for iterating through an event. This should allow events to have multiple information elements (while there was nothing preventing it before you could not actually access any except the first one).

................
r81335 | tilghman | 2007-08-29 09:21:10 -0600 (Wed, 29 Aug 2007) | 2 lines

Changed one too many variable settings in issue #9315 (closes issue #10592)

................
r81341 | mmichelson | 2007-08-29 09:57:27 -0600 (Wed, 29 Aug 2007) | 16 lines

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

........
r81340 | mmichelson | 2007-08-29 10:52:42 -0500 (Wed, 29 Aug 2007) | 8 lines

This fix creates a more accurate way of detecting whether realtime members were deleted.
(closes issue 10541, reported by Alric, patched by me)

The REALLY nice things about this patch is that queue members now have a "realtime" field
which will be true if the member is a realtime member. This means we can check this value
prior to certain processing if it should ONLY be done for realtime members.


........

................
r81343 | russell | 2007-08-29 09:59:10 -0600 (Wed, 29 Aug 2007) | 11 lines

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

........
r81342 | russell | 2007-08-29 10:57:29 -0500 (Wed, 29 Aug 2007) | 3 lines

If chan_h323 is not being built, don't use g++ to do the final link of Asterisk.
(in response to a question on the asterisk-dev list)

........

................
r81344 | file | 2007-08-29 10:03:51 -0600 (Wed, 29 Aug 2007) | 2 lines

To keep others happy... revert part of my additions so trunk works.

................
r81345 | file | 2007-08-29 10:07:35 -0600 (Wed, 29 Aug 2007) | 2 lines

This concludes bringing trunk back to a working state.

................
r81347 | mmichelson | 2007-08-29 10:09:02 -0600 (Wed, 29 Aug 2007) | 11 lines

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

........
r81346 | mmichelson | 2007-08-29 11:08:09 -0500 (Wed, 29 Aug 2007) | 3 lines

Changed some tabs to spaces


........

................
r81348 | file | 2007-08-29 10:25:30 -0600 (Wed, 29 Aug 2007) | 2 lines

Return ast_event_get_ie_raw to using an iterator and fix logic in ast_event_iterator_next.

................
r81350 | mmichelson | 2007-08-29 10:39:40 -0600 (Wed, 29 Aug 2007) | 20 lines

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

........
r81349 | mmichelson | 2007-08-29 11:35:29 -0500 (Wed, 29 Aug 2007) | 12 lines

This patch, in essence, will correctly pause a realtime queue member and reflect those
changes in the realtime engine.

(issue #10424, reported by irroot, patch by me)

This patch creates a new function called update_realtime_member_field, which is a generic
function which will allow any one field of a realtime queue member to be updated. This patch
only uses this function to update the paused status of a queue member, but it lays the foundation
for persisting the state of a realtime member the same way that static members' state is maintained
when using the persistentmembers setting


........

................
r81353 | russell | 2007-08-29 12:27:48 -0600 (Wed, 29 Aug 2007) | 1 line

there is not actually code that sends these over the network in trunk yet
................
r81354 | russell | 2007-08-29 12:33:31 -0600 (Wed, 29 Aug 2007) | 1 line

Change pointer aritmetic on void * to char *
................
r81355 | russell | 2007-08-29 13:33:57 -0600 (Wed, 29 Aug 2007) | 2 lines

Fix parenthesis from my last commit

................
r81356 | russell | 2007-08-29 13:41:16 -0600 (Wed, 29 Aug 2007) | 1 line

Try to clarify the rules on changing ast_event and ast_event_ie
................
r81361 | murf | 2007-08-29 14:55:40 -0600 (Wed, 29 Aug 2007) | 1 line

This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly.  Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, unique
 ly named. There's probably more, but I can't remember it right now.
................
r81362 | russell | 2007-08-29 15:25:07 -0600 (Wed, 29 Aug 2007) | 1 line

make trunk build again.  murf will have to review this to see if it was the right fix, as it is related to his last change.
................
r81363 | murf | 2007-08-29 15:30:26 -0600 (Wed, 29 Aug 2007) | 1 line

init newer so compile won't complain.
................
r81364 | file | 2007-08-29 15:55:15 -0600 (Wed, 29 Aug 2007) | 2 lines

Make the event header file work under C++.

................
r81365 | mmichelson | 2007-08-29 16:05:37 -0600 (Wed, 29 Aug 2007) | 3 lines

Added the MEMBERREALTIME variable when using setinterfacevar in queues.conf


................
r81368 | crichter | 2007-08-30 02:50:44 -0600 (Thu, 30 Aug 2007) | 19 lines

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

........
r81367 | crichter | 2007-08-30 10:31:59 +0200 (Do, 30 Aug 2007) | 11 lines

Fixed a severe issue where a misdn_read would lock the channel, but read would
not return because it blocks. later chan_misdn would try to queue a frame like
a AST_CONTROL_ANSWER which could result in a deadlock situation. misdn_read
will now not block forever anymore, and we don't queue the ANSWER frame at all
when we already was called with misdn_answer -> answer would be called twice.

Also we don't explicitly send a RELEASE_COMPLETE on receiption of a RELEASE
anymore, because mISDN does that for us, this resulted in a problem on some
switches, which would block our port after some calls for a short while.


........

................
r81370 | file | 2007-08-30 08:26:05 -0600 (Thu, 30 Aug 2007) | 12 lines

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

........
r81369 | file | 2007-08-30 11:23:40 -0300 (Thu, 30 Aug 2007) | 4 lines

(issue #10599)
Reported by: dimas
Handle the -1 control subclass during feature dialing (it indicates to stop sounds).

........

................
r81372 | file | 2007-08-30 08:42:41 -0600 (Thu, 30 Aug 2007) | 6 lines

(closes issue #10603)
Reported by: jmls
Patches:
      pbx.diff uploaded by jmls (license 141)
Add REASON dialplan variable for when an originated call fails and the failed extension is executed.

................
r81376 | crichter | 2007-08-30 08:54:30 -0600 (Thu, 30 Aug 2007) | 9 lines

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

........
r81373 | crichter | 2007-08-30 16:43:33 +0200 (Do, 30 Aug 2007) | 1 line

Fixed some warnings.
........

................
r81377 | file | 2007-08-30 08:55:25 -0600 (Thu, 30 Aug 2007) | 13 lines

Blocked revisions 81375 via svnmerge

........
r81375 | file | 2007-08-30 11:53:43 -0300 (Thu, 30 Aug 2007) | 6 lines

(closes issue #10603)
Reported by: jmls
Patches:
      pbx.diff uploaded by jmls (license 141)
Backport changes from 81372. Add REASON dialplan variable for when an originated call fails and the failed extension is executed.

........

................
r81378 | tilghman | 2007-08-30 09:24:54 -0600 (Thu, 30 Aug 2007) | 2 lines

Add ReadExten app and VALID_EXTEN function (closes issue #10082)

................
r81380 | russell | 2007-08-30 09:34:18 -0600 (Thu, 30 Aug 2007) | 11 lines

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

........
r81379 | russell | 2007-08-30 10:33:48 -0500 (Thu, 30 Aug 2007) | 3 lines

Fix a typo, update a reload command, and remove an unused configuration file.
(closes issue #10606, casper)

........

................
r81382 | mmichelson | 2007-08-30 09:36:43 -0600 (Thu, 30 Aug 2007) | 11 lines

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

........
r81381 | mmichelson | 2007-08-30 10:35:51 -0500 (Thu, 30 Aug 2007) | 3 lines

Changed some manager event messages to reflect whether a queue member is a realtime member or not


........

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

[... 22910 lines stripped ...]



More information about the asterisk-commits mailing list