[asterisk-commits] jcollie: branch jcollie/bug6082 r38486 - in /team/jcollie/bug6082: ./ agi/ ap...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Jul 28 22:57:08 MST 2006


Author: jcollie
Date: Sat Jul 29 00:57:07 2006
New Revision: 38486

URL: http://svn.digium.com/view/asterisk?rev=38486&view=rev
Log:
Merged revisions 35704,35725,35745-35746,35766,35788-35791,35812,35832,35852,35854,35875,35895,35916,35944,35965,35988-35989,36020,36053-36055,36079-36080,36082,36109,36128,36147-36148,36171,36173,36175-36182,36188,36190-36192,36197,36226-36229,36251-36252,36255-36256,36262,36298,36317,36336,36355-36356,36376,36379-36380,36406-36410,36421,36440,36461-36464,36483,36502-36505,36524,36543,36562,36582,36602,36623,36642,36661,36679,36698-36700,36726,36752-36753,36777,36797-36798,36819,36839,36865,36867,36892,36912,36941,36960,36979,36999-37000,37027,37046-37047,37066,37085-37087,37105,37123,37141,37144,37172,37174,37222-37223,37225-37226,37255,37273-37291,37293-37303,37308,37318,37320,37323-37324,37339,37345-37348,37355,37362,37379-37380,37382,37396,37403,37418,37433,37440,37457,37459,37474-37477,37483-37485,37492,37494,37501,37508,37514-37515,37517,37532,37547,37563-37565,37572,37586,37596,37604,37613,37629,37638,37643-37644,37652-37653,37661,37669-37670,37678,37680,37682,37692,37719,37733-37734,37744,37755,37766,37785,37809,37829-37830,37857,37881,37896,37907,37925,37936-37937,37950-37953,37973-37974,37988,37999-38000,38009-38010,38021,38030,38042,38051,38060,38068,38076-38078,38088-38089,38099,38108,38117-38118,38127,38129,38139,38148-38149,38158,38168,38187,38201,38223,38235,38250,38258,38271,38283,38286,38291,38311,38329-38330,38348,38368-38369,38371,38374,38389,38418,38421-38422,38439,38441,38452,38454,38464-38466,38476 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r35704 | russell | 2006-06-23 09:19:35 -0500 (Fri, 23 Jun 2006) | 2 lines

merge changes to get menuselect using svn:externals

................
r35725 | kpfleming | 2006-06-23 10:15:58 -0500 (Fri, 23 Jun 2006) | 2 lines

ignore doxygen output directory

................
r35745 | kpfleming | 2006-06-23 11:33:17 -0500 (Fri, 23 Jun 2006) | 2 lines

add support for Zaptel transcoders

................
r35746 | russell | 2006-06-23 11:49:12 -0500 (Fri, 23 Jun 2006) | 7 lines

revert my changes that converted the jb on the channel to be dynamically
allocated. These changes caused crashes when using a channel type that did
not support the jitterbuffer. Instead of fixing why it's crashing, I'm going
to implement this in a better way next week. The way I did it caused a
jitterbuffer to be allocated on every channel where the channel type supported
jitterbuffers, even if they were disabled.

................
r35766 | russell | 2006-06-23 18:22:57 -0500 (Fri, 23 Jun 2006) | 6 lines

fix some little issues on big endian platforms to resolve compiler warnings
 - don't call the byte swapping macros on single byte numbers
 - don't do a ++ increment in the argument in the argument to the byte swapping
   macros. This gets expanded to incrementing the variable 4 times in a single
   operation, which results in undefined (and obviously undesired) behavior. :)

................
r35788 | russell | 2006-06-23 23:03:52 -0500 (Fri, 23 Jun 2006) | 2 lines

ast_calloc, instead of malloc and memset

................
r35789 | russell | 2006-06-23 23:10:41 -0500 (Fri, 23 Jun 2006) | 2 lines

set the menu name when building makeopts.xml

................
r35790 | russell | 2006-06-23 23:34:55 -0500 (Fri, 23 Jun 2006) | 3 lines

add dependency on menuselect's version of linkedlists.h, list menuselect as
a PHONY target

................
r35791 | russell | 2006-06-23 23:42:35 -0500 (Fri, 23 Jun 2006) | 2 lines

fix dist-clean and add menuselect to the clean target, too

................
r35812 | kpfleming | 2006-06-24 03:45:49 -0500 (Sat, 24 Jun 2006) | 3 lines

search for Zaptel and libtonezone separately in the configure script
various other minor fixes

................
r35832 | kpfleming | 2006-06-24 14:43:31 -0500 (Sat, 24 Jun 2006) | 13 lines

The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)

support the new location for zaptel.h and tonezone.h
use the dependency information output by menuselect to build Makefile rules for each module for header files and libraries
combine the common rules into a top-level Makefile.rules file
remove all (now) unnecessary stuff from subdir Makefiles
change translator API so that the newpvt() callback returns an int instead of a pointer (it no longer allocates memory)
alphabetize --with-<foo> options in configure script
enhance Net-SNMP support in configure script to provide a --with-netsnmp option
fix support for --with-pq so that if pg-config is not found when --with-pq is specified, an error will be generated
add 'optional package' usage to modules now that menuselect can output it
allow res_snmp to build by default, since the new loader changes coming soon will solve the function naming problem (and users can disable it via menuselect anyway)

................
r35852 | kpfleming | 2006-06-24 18:12:22 -0500 (Sat, 24 Jun 2006) | 3 lines

clean up some damage from today's commit
convert codecs Makefile to new style

................
r35854 | kpfleming | 2006-06-24 18:26:19 -0500 (Sat, 24 Jun 2006) | 2 lines

commit missing file

................
r35875 | russell | 2006-06-24 20:25:52 -0500 (Sat, 24 Jun 2006) | 2 lines

fix pbx_dundi build (issue #7424, jstrom)

................
r35895 | kpfleming | 2006-06-25 03:50:14 -0500 (Sun, 25 Jun 2006) | 2 lines

use new (separate) dependencies file from menuselect

................
r35916 | tilghman | 2006-06-25 10:12:02 -0500 (Sun, 25 Jun 2006) | 10 lines

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

........
r35915 | tilghman | 2006-06-25 10:10:06 -0500 (Sun, 25 Jun 2006) | 2 lines

Bug 7425 - Size of buffer is passed in by len

........

................
r35944 | kpfleming | 2006-06-26 01:27:25 -0500 (Mon, 26 Jun 2006) | 2 lines

simplify special rule for channel.o

................
r35965 | oej | 2006-06-26 02:45:03 -0500 (Mon, 26 Jun 2006) | 2 lines

Update the SIP options list from IANA repository

................
r35988 | oej | 2006-06-26 03:25:33 -0500 (Mon, 26 Jun 2006) | 2 lines

Separate private options so we don't request bug report on those...

................
r35989 | oej | 2006-06-26 03:40:30 -0500 (Mon, 26 Jun 2006) | 4 lines

- Formatting
- Don't name internal static functions ast_
- Expand the buffer for variables, since I almost always hit the limit on my channels

................
r36020 | russell | 2006-06-26 09:38:55 -0500 (Mon, 26 Jun 2006) | 4 lines

don't let the Makefile blow up in menuselect.makeopts is present but
menuselect.makedeps is not.  This would probably only be the case in existing
checkouts ...

................
r36053 | oej | 2006-06-26 11:15:58 -0500 (Mon, 26 Jun 2006) | 2 lines

Block patch that does not apply to trunk.

................
r36054 | oej | 2006-06-26 11:24:43 -0500 (Mon, 26 Jun 2006) | 2 lines

Add example of permit/deny to sip.conf.sample

................
r36055 | oej | 2006-06-26 11:43:21 -0500 (Mon, 26 Jun 2006) | 15 lines

METERMAIDS:
-----------
- Adding devicestate providers, a new architecture to add non-channel related
  device state information, like parking lots, queues, meetmes, vending machines
  and Windows 98 reboots (lots of blinking on those lights)
- Adding provider for parking lots, so you can subscribe to the status of a
  parking lot
- Adding provider for meetme, so you can have a blinking lamp for a meetme
  ( Example: exten => edvina,hint,meetme:1234 )
- Adding support for directed parking - set the PARKINGEXTEN before you manually
  call Park() and you will be parked on that space. If it's occupied, dialplan
  execution will continue.

This work was sponsored by Voop A/S - www.voop.com

................
r36079 | kpfleming | 2006-06-26 12:24:14 -0500 (Mon, 26 Jun 2006) | 2 lines

fix for issue #7245

................
r36080 | oej | 2006-06-26 12:31:51 -0500 (Mon, 26 Jun 2006) | 2 lines

Add explanation and warning about the "s" extension. (Hi Mike :-)

................
r36082 | crichter | 2006-06-26 12:37:11 -0500 (Mon, 26 Jun 2006) | 11 lines

* fixed the busy state
* fixed tone handling after ast_hangup was called
* optimized the tone_indication function
* removed warnings in favour of log debugs
* improved the round_robin method
* added logs for channel setting/emptying
* fixed channel forgot to set bug




................
r36109 | oej | 2006-06-26 13:34:29 -0500 (Mon, 26 Jun 2006) | 2 lines

Speling error. Avoid swenglish :-) (thanks, jtodd!)

................
r36128 | oej | 2006-06-26 14:07:32 -0500 (Mon, 26 Jun 2006) | 3 lines

Issue #7429 - accessing a not allocated structure causes segfault... (tgrman, fix by myself
inspired by suggested fix).

................
r36147 | oej | 2006-06-26 15:41:54 -0500 (Mon, 26 Jun 2006) | 2 lines

Issue #7421 - Stop generator on both call legs (patch by tgrman) 

................
r36148 | oej | 2006-06-26 15:43:49 -0500 (Mon, 26 Jun 2006) | 2 lines

Found a missing "l" on the left side of the sofa, close to the TV.

................
r36171 | oej | 2006-06-27 05:54:57 -0500 (Tue, 27 Jun 2006) | 3 lines

Don't change direction of the dialogue when we send a re-invite
(will confuse to/from headers and to/from tags)

................
r36173 | crichter | 2006-06-27 06:28:48 -0500 (Tue, 27 Jun 2006) | 1 line

fixes segfault on incoming call which is disconnected in Alerting state
................
r36175 | mogorman | 2006-06-27 09:07:24 -0500 (Tue, 27 Jun 2006) | 3 lines

dont copy an id or a message if they dont exist.


................
r36176 | tilghman | 2006-06-27 10:53:27 -0500 (Tue, 27 Jun 2006) | 2 lines

Missing parenthesis

................
r36177 | oej | 2006-06-27 12:30:14 -0500 (Tue, 27 Jun 2006) | 3 lines

Inspired by issue 6742, but solved in a different way.
(Yes, I like the system name setting)

................
r36178 | oej | 2006-06-27 13:00:09 -0500 (Tue, 27 Jun 2006) | 3 lines

issue #7033 - Don't burst pokes to peers at load or reload.
Open for a cool algorithm to space them out...

................
r36179 | jcollie | 2006-06-27 13:49:04 -0500 (Tue, 27 Jun 2006) | 1 line

menuselect writes both menuselect.makeopts and menuselect.makedeps at once, make sure that the Makefile knows about that.
................
r36180 | oej | 2006-06-27 14:28:04 -0500 (Tue, 27 Jun 2006) | 2 lines

Formatting and doxygen fixes

................
r36181 | oej | 2006-06-27 15:52:52 -0500 (Tue, 27 Jun 2006) | 3 lines

Code cleanup while trying to understand this channel...
- please check

................
r36182 | oej | 2006-06-27 15:54:06 -0500 (Tue, 27 Jun 2006) | 2 lines

Don't delete initid scheduled item twice... Thanks, vecher, for bugging me about this.

................
r36188 | crichter | 2006-06-28 09:15:29 -0500 (Wed, 28 Jun 2006) | 1 line

fixed a few state problems when hanging up the call. also changed a few debug messages to higher log level
................
r36190 | crichter | 2006-06-28 09:24:18 -0500 (Wed, 28 Jun 2006) | 1 line

moved a notice into a log
................
r36191 | oej | 2006-06-28 10:05:06 -0500 (Wed, 28 Jun 2006) | 2 lines

Block patch to 1.2 that was by mistake committed to trunk first...

................
r36192 | russell | 2006-06-28 10:10:57 -0500 (Wed, 28 Jun 2006) | 4 lines

fix the case where menuselect.makeopts is getting generated in the same run of
"make" as the current build and some of the MENUELSELECT_CFLAGS are set in the
user or global level asterisk.makeopts file

................
r36197 | russell | 2006-06-28 14:55:05 -0500 (Wed, 28 Jun 2006) | 3 lines

allow menuselect to be a symlink to a checkout
(second part of issue #7436, Corydon76)

................
r36226 | russell | 2006-06-28 16:09:02 -0500 (Wed, 28 Jun 2006) | 3 lines

remove the two uses of the $(or ...) function since it is only supported by
GNU make 3.81 which is less than 3 months old (issue #7442, patch by Corydon76)

................
r36227 | russell | 2006-06-28 16:20:15 -0500 (Wed, 28 Jun 2006) | 2 lines

remove an extra comma

................
r36228 | russell | 2006-06-28 16:26:31 -0500 (Wed, 28 Jun 2006) | 4 lines

slight change to pulling out the MENUSELECT_CFLAGS from the user and global
level makeopts files - if MENUSELECT_CFLAGS is set to nothing in the user level
makeotps file, then the Makefile should not look in the global file at all.

................
r36229 | russell | 2006-06-28 16:33:39 -0500 (Wed, 28 Jun 2006) | 6 lines

?= just checks to see if a variable is not yet defined.  If MENUSELECT_CFLAGS
was not found in the user level makeopts file, the variable is defined, but
empty.

I wish we could just require GNU make 3.81  :)

................
r36251 | oej | 2006-06-29 02:04:43 -0500 (Thu, 29 Jun 2006) | 2 lines

reformatting sip.conf.sample a bit, adding dumphistory that was not documented

................
r36252 | oej | 2006-06-29 02:15:12 -0500 (Thu, 29 Jun 2006) | 5 lines

Add support for a=inactive in SDP for holding. This is not very well documented
in RFCs, as they keep referring to each other in a circular pattern in regards
to this item, but since the Nokia SIP/GSM phones use this, we might as well
start supporting it.

................
r36255 | kpfleming | 2006-06-29 02:50:01 -0500 (Thu, 29 Jun 2006) | 2 lines

move FreeTDS version check into configure script

................
r36256 | oej | 2006-06-29 02:59:10 -0500 (Thu, 29 Jun 2006) | 2 lines

...too early in the morning for commits in Bergen, Norway...

................
r36262 | kpfleming | 2006-06-29 03:01:08 -0500 (Thu, 29 Jun 2006) | 15 lines

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

........
r36253 | kpfleming | 2006-06-29 02:19:27 -0500 (Thu, 29 Jun 2006) | 2 lines

add documentation for peer-specific 'outboundproxy' setting

........
r36254 | kpfleming | 2006-06-29 02:19:54 -0500 (Thu, 29 Jun 2006) | 2 lines

clarify documentation for 'persistentmembers' setting

........

................
r36298 | crichter | 2006-06-29 15:12:19 -0500 (Thu, 29 Jun 2006) | 1 line

added better L2 handling for ptp, if it's down we don't try to call on that port in groupdial anymore, also we try to get it up then. Additionally added the configoptions  ntdebugflags and ntdebugfile to debug the mISDNuser NT Stack (should have done that ages before..). isdn_lib.c compiles again.
................
r36317 | tilghman | 2006-06-29 17:01:41 -0500 (Thu, 29 Jun 2006) | 10 lines

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

........
r36290 | tilghman | 2006-06-29 14:23:18 -0500 (Thu, 29 Jun 2006) | 2 lines

Bug 7388 - compatibility changes for Solaris

........

................
r36336 | russell | 2006-06-29 23:33:18 -0500 (Thu, 29 Jun 2006) | 2 lines

make this script work on solaris

................
r36355 | oej | 2006-06-30 02:18:30 -0500 (Fri, 30 Jun 2006) | 3 lines

Removing configuration options that does not do anything yet. No need to
add "promises" to the sip.conf.sample...

................
r36356 | oej | 2006-06-30 02:22:47 -0500 (Fri, 30 Jun 2006) | 2 lines

Store sysname even if we do not store fullcontact (thanks tholo)

................
r36376 | crichter | 2006-06-30 09:05:42 -0500 (Fri, 30 Jun 2006) | 1 line

added fix, that if the L2 goes down on ptp-NT that we reinitialize the NT Library. Also if we have no ntflags, we don't pass the filename to the debug routines of mISDNuser.
................
r36379 | crichter | 2006-06-30 09:09:52 -0500 (Fri, 30 Jun 2006) | 1 line

added a bit logging, when we split the bridge
................
r36380 | tilghman | 2006-06-30 09:10:53 -0500 (Fri, 30 Jun 2006) | 13 lines

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

........
r36377 | tilghman | 2006-06-30 09:05:53 -0500 (Fri, 30 Jun 2006) | 5 lines

Bug 7349 - Directory did not work correctly when USE_ODBC_STORAGE was defined.

Note: Russell agreed that this should have worked, which is why this is
classified as a bugfix.

........

................
r36406 | mogorman | 2006-06-30 10:12:35 -0500 (Fri, 30 Jun 2006) | 5 lines

Updates from transnexus to osplookup, removes res_osp
and puts all logic into the app, documentation provided now
in osp.txt.


................
r36407 | mattf | 2006-06-30 10:23:20 -0500 (Fri, 30 Jun 2006) | 2 lines

Make sure that we build chan_misdn with the object files in the right order

................
r36408 | file | 2006-06-30 10:29:15 -0500 (Fri, 30 Jun 2006) | 2 lines

Fix up a few log messages in chan_sip (issue #7449 reported by tgrman)

................
r36409 | russell | 2006-06-30 10:54:13 -0500 (Fri, 30 Jun 2006) | 2 lines

add support for atomic operations provided by mac osx

................
r36410 | russell | 2006-06-30 10:55:38 -0500 (Fri, 30 Jun 2006) | 2 lines

update configure

................
r36421 | russell | 2006-06-30 11:02:05 -0500 (Fri, 30 Jun 2006) | 2 lines

fix the condition for including the header for osx atomics

................
r36440 | russell | 2006-06-30 12:52:49 -0500 (Fri, 30 Jun 2006) | 2 lines

more reasons why solaris sucks

................
r36461 | russell | 2006-06-30 22:21:06 -0500 (Fri, 30 Jun 2006) | 2 lines

menuselect doesn't pull strcompat.o from asterisk anymore

................
r36462 | russell | 2006-06-30 22:21:56 -0500 (Fri, 30 Jun 2006) | 2 lines

change bracket style because i'm picky

................
r36463 | russell | 2006-06-30 22:23:18 -0500 (Fri, 30 Jun 2006) | 2 lines

more pickyness

................
r36464 | russell | 2006-06-30 22:27:37 -0500 (Fri, 30 Jun 2006) | 3 lines

don't specify this include in the menuselect Makefile, because asterisk-addons
doesn't have an include dir

................
r36483 | russell | 2006-06-30 23:37:52 -0500 (Fri, 30 Jun 2006) | 2 lines

remove build_tools/menuselelct-deps on distclean

................
r36502 | russell | 2006-07-01 09:25:43 -0500 (Sat, 01 Jul 2006) | 2 lines

swap distclean and dist-clean, since distclean is more commonly used ...

................
r36503 | russell | 2006-07-01 09:29:06 -0500 (Sat, 01 Jul 2006) | 2 lines

fix removing autoconfig.h on distclean (issue #7439, casper)

................
r36504 | russell | 2006-07-01 09:42:42 -0500 (Sat, 01 Jul 2006) | 3 lines

fix the parsing of options in the FILTER function to match the documentation.
(issue #7465)

................
r36505 | markster | 2006-07-01 09:55:29 -0500 (Sat, 01 Jul 2006) | 2 lines

Fix chan_nbs to build...

................
r36524 | russell | 2006-07-01 10:13:56 -0500 (Sat, 01 Jul 2006) | 5 lines

fix up res_snmp so it builds and loads correctly
- update to current loader
- update to latest build system changes to ensure snmp/agent.o is built
  and linked

................
r36543 | tilghman | 2006-07-01 11:03:51 -0500 (Sat, 01 Jul 2006) | 2 lines

Revert the previous change to FILTER and fix the embedded documentation instead.

................
r36562 | north | 2006-07-01 12:59:37 -0500 (Sat, 01 Jul 2006) | 2 lines

It might help if this had the right stimulus name

................
r36582 | markster | 2006-07-01 18:54:43 -0500 (Sat, 01 Jul 2006) | 2 lines

First pass at SLA support

................
r36602 | oej | 2006-07-02 07:00:36 -0500 (Sun, 02 Jul 2006) | 3 lines

- Make use of system name in realtime SIP peers optional
- Fix small issue with SIP history

................
r36623 | oej | 2006-07-02 09:18:00 -0500 (Sun, 02 Jul 2006) | 4 lines

tell the other side that we're using 20 ms packetization for iLBC
- we need to investigate support for refusing offers of 30 ms (like the Nokia
  e-series) or supporting it.

................
r36642 | oej | 2006-07-02 11:42:53 -0500 (Sun, 02 Jul 2006) | 2 lines

Formatting and debug output fixes

................
r36661 | oej | 2006-07-02 12:14:32 -0500 (Sun, 02 Jul 2006) | 2 lines

users want code to compile, really. 

................
r36679 | oej | 2006-07-02 14:53:54 -0500 (Sun, 02 Jul 2006) | 2 lines

Issue #7421 - Hold status not working fully. Thanks jmls for a good job debugging!

................
r36698 | russell | 2006-07-02 22:24:58 -0500 (Sun, 02 Jul 2006) | 10 lines

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

........
r36697 | russell | 2006-07-02 23:23:36 -0400 (Sun, 02 Jul 2006) | 2 lines

fix the build with BUSYDETECT_TONEONLY defined (issue #7414)

........

................
r36699 | russell | 2006-07-02 22:34:47 -0500 (Sun, 02 Jul 2006) | 2 lines

add RDNIS to the DumpChan application (issue #7432, junky)

................
r36700 | russell | 2006-07-02 22:39:37 -0500 (Sun, 02 Jul 2006) | 5 lines

- remove an unused variable
- use ast_calloc instead of malloc + memset
- return immediately on ast_calloc failure instead of indenting the whole func
- remove a duplicate ast_strdupa

................
r36726 | russell | 2006-07-02 23:25:21 -0500 (Sun, 02 Jul 2006) | 11 lines

Blocked revisions 36725 via svnmerge

........
r36725 | russell | 2006-07-03 00:19:09 -0400 (Mon, 03 Jul 2006) | 4 lines

use ast_set_callerid to be more consistent and to make sure that the
"callerid" option in the conf files is always handled the same way and sets ANI
(issue #7285, gkloepfer)

........

................
r36752 | russell | 2006-07-03 00:14:06 -0500 (Mon, 03 Jul 2006) | 10 lines

Blocked revisions 36751 via svnmerge

........
r36751 | russell | 2006-07-03 01:12:03 -0400 (Mon, 03 Jul 2006) | 3 lines

fix a race condition that caused asterisk to log a *ton* of warnings on mac
osx about poll returning an error because the polled file descriptor was bad.

........

................
r36753 | russell | 2006-07-03 00:32:08 -0500 (Mon, 03 Jul 2006) | 2 lines

reduce indentation a couple of levels

................
r36777 | tilghman | 2006-07-03 01:32:35 -0500 (Mon, 03 Jul 2006) | 2 lines

Don't attempt to run a regcomp if we haven't even parsed arguments correctly

................
r36797 | oej | 2006-07-03 02:25:33 -0500 (Mon, 03 Jul 2006) | 2 lines

Raise debugging level for message

................
r36798 | oej | 2006-07-03 02:40:08 -0500 (Mon, 03 Jul 2006) | 2 lines

Add some comments to the SLA code

................
r36819 | tilghman | 2006-07-03 08:26:10 -0500 (Mon, 03 Jul 2006) | 2 lines

Whitespace fixes only.

................
r36839 | oej | 2006-07-03 10:10:22 -0500 (Mon, 03 Jul 2006) | 4 lines

Increase buffer size for routing headers. When routing with enc.keys within
route headers, we're reaching the limimt for what's possible in one UDP packet...


................
r36865 | crichter | 2006-07-03 11:41:43 -0500 (Mon, 03 Jul 2006) | 1 line

added misdn show config description[s] to show all the possible misdn.conf settings with a description in the CLI
................
r36867 | crichter | 2006-07-03 11:47:28 -0500 (Mon, 03 Jul 2006) | 1 line

removed our own tone creation from misdn_indicate, we just return -1. Now we get a lot fewer blocked in thread blah warnings..
................
r36892 | tilghman | 2006-07-03 19:16:33 -0500 (Mon, 03 Jul 2006) | 3 lines

Bug 7472 - Change line terminator for header to be RFC-compliant
Also, check to ensure the memory allocation didn't fail.

................
r36912 | oej | 2006-07-04 09:54:55 -0500 (Tue, 04 Jul 2006) | 2 lines

Specify digest algorithm for picky clients

................
r36941 | crichter | 2006-07-04 12:04:21 -0500 (Tue, 04 Jul 2006) | 1 line

removed the reloading of the ntdebug stuff, since this is a bit buggy, we only set it when loading chan_misdn for now. fixed a litle state problem when receiving RELEASE_COMPLETE. also we may only play tones to a NT when the extension does not match and such cases.
................
r36960 | russell | 2006-07-04 19:01:32 -0500 (Tue, 04 Jul 2006) | 2 lines

match the change made to AST_EXT_LIB in asterisk-addons

................
r36979 | oej | 2006-07-05 01:06:23 -0500 (Wed, 05 Jul 2006) | 4 lines

- Add notes about voicemail depending on res_adsi
- Remove obsolete modules from modules.conf.sample
  (make install will warn if those exist on the machine)

................
r36999 | file | 2006-07-05 10:33:43 -0500 (Wed, 05 Jul 2006) | 10 lines

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

........
r36998 | file | 2006-07-05 11:31:01 -0400 (Wed, 05 Jul 2006) | 2 lines

Spell extension correctly in documentation for chan_oss dial (issue #7487 reported by flefoll)

........

................
r37000 | oej | 2006-07-05 10:56:13 -0500 (Wed, 05 Jul 2006) | 2 lines

Draft became RFC...

................
r37027 | kpfleming | 2006-07-05 11:44:41 -0500 (Wed, 05 Jul 2006) | 2 lines

prepare Asterisk for new zaptel.h/tonezone.h installation locations

................
r37046 | tilghman | 2006-07-05 13:08:18 -0500 (Wed, 05 Jul 2006) | 2 lines

Change superfluous messages to DEBUG and remove dead code

................
r37047 | mogorman | 2006-07-05 13:45:40 -0500 (Wed, 05 Jul 2006) | 2 lines

fix a compiler warning and clean up the code a bit.

................
r37066 | kpfleming | 2006-07-05 14:59:34 -0500 (Wed, 05 Jul 2006) | 2 lines

massive rework of configure script, and split of AST_EXT_LIB into separate macros, reducing code duplication

................
r37085 | kpfleming | 2006-07-05 15:12:29 -0500 (Wed, 05 Jul 2006) | 2 lines

update dependency information to match new names for dependencies

................
r37086 | kpfleming | 2006-07-05 15:15:43 -0500 (Wed, 05 Jul 2006) | 2 lines

update OSS so it works again

................
r37087 | mogorman | 2006-07-05 15:28:54 -0500 (Wed, 05 Jul 2006) | 2 lines

solves issue with bug 7468. but with a patch that works

................
r37105 | kpfleming | 2006-07-05 16:28:30 -0500 (Wed, 05 Jul 2006) | 2 lines

allow codec_gsm to be built using internal GSM library again (oops!)

................
r37123 | oej | 2006-07-06 02:25:32 -0500 (Thu, 06 Jul 2006) | 2 lines

Include h.264 in "show codecs"

................
r37141 | kpfleming | 2006-07-06 08:07:47 -0500 (Thu, 06 Jul 2006) | 2 lines

make chan_zap use proper test for libpri support

................
r37144 | tilghman | 2006-07-06 08:50:54 -0500 (Thu, 06 Jul 2006) | 10 lines

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

........
r37143 | tilghman | 2006-07-06 08:47:23 -0500 (Thu, 06 Jul 2006) | 2 lines

Fix spelling/grammar (issue 7493)

........

................
r37172 | crichter | 2006-07-06 10:11:40 -0500 (Thu, 06 Jul 2006) | 8 lines

* removed tone_indicate, we genrate only the dialtone by ourself (and the hanguptone of course)
* removed the state handling from release_chan, and simplified the ast_hangup/ast_queue_hangup stuff
* added pp_l2_check option, for pp lines where the pbx does not initially gets the L2 up
* simplified and fixed a bug in the pid generation code 
* fixed a bug in empty_chan, which might cause segfaults and memorry corruptions
* added prepare_bc function, which is sort of the opposite of empty_bc


................
r37174 | file | 2006-07-06 10:55:05 -0500 (Thu, 06 Jul 2006) | 10 lines

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

........
r37173 | file | 2006-07-06 11:48:07 -0400 (Thu, 06 Jul 2006) | 2 lines

Instead of giving the scheduled item ID on a peer expiration, give the time until they expire (issue #7455 reported by slavon)

........

................
r37222 | kpfleming | 2006-07-06 16:04:28 -0500 (Thu, 06 Jul 2006) | 2 lines

move rules file to prepare for generic rules file

................
r37223 | mogorman | 2006-07-06 16:36:17 -0500 (Thu, 06 Jul 2006) | 4 lines

patch resolves issue with when to decide if its right time 
to native bridge, feature redirect was not being checked.
patch from bug #7296

................
r37225 | mogorman | 2006-07-06 16:42:09 -0500 (Thu, 06 Jul 2006) | 11 lines

Blocked revisions 37224 via svnmerge

........
r37224 | mogorman | 2006-07-06 16:41:23 -0500 (Thu, 06 Jul 2006) | 4 lines

patch resolves issue with when to decide if its right time 
to native bridge, feature redirect was not being checked.
patch from bug #7296

........

................
r37226 | mattf | 2006-07-06 16:51:51 -0500 (Thu, 06 Jul 2006) | 2 lines

Asterisk portion of the T309 patch. (#7271)

................
r37255 | murf | 2006-07-06 17:49:18 -0500 (Thu, 06 Jul 2006) | 16 lines

OK, here is everything I changed to fix 7474:

1. ael/ael.flex -- the "fix" is here. In short, I modified the
   pattern for the chars that break args, to exclude those chars that
   would normally break args if they are preceded by a backslash. I did
   this to 3 patterns where really, this kind of exclusion should be placed.

2. ael_lex.c is an updated output from lex.

3. the ael-test stuff -- instituted a regression test for this condition.
   as ael_ntest9. The "n" in the name means that instead of just getting
   the syntax/semantic errors and high-level output from aelparse, we
   also want the compilation results to be in the comparison file.
   (remove the -n option). 


................
r37273 | kpfleming | 2006-07-06 18:18:45 -0500 (Thu, 06 Jul 2006) | 2 lines

make the build output less noisy (optional, can be controlled by the NOISY_BUILD variable in the top-level Makefile)

................
r37274 | kpfleming | 2006-07-06 18:20:14 -0500 (Thu, 06 Jul 2006) | 3 lines

add missing file
ignore .oo files from C++ modules

................
r37275 | kpfleming | 2006-07-06 18:21:27 -0500 (Thu, 06 Jul 2006) | 2 lines

ignore muted if present

................
r37276 | russell | 2006-07-06 18:51:15 -0500 (Thu, 06 Jul 2006) | 2 lines

dirty hack of a fix to deal with the fact that chan_vpb changed to chan_vpb.cc

................
r37277 | kpfleming | 2006-07-06 19:48:40 -0500 (Thu, 06 Jul 2006) | 2 lines

various minor fixes

................
r37278 | kpfleming | 2006-07-06 21:20:04 -0500 (Thu, 06 Jul 2006) | 2 lines

actually do proper searching for c-client and output the results so app_voicemail can be built against it

................
r37279 | kpfleming | 2006-07-06 21:20:28 -0500 (Thu, 06 Jul 2006) | 2 lines

rename this file so it doesn't appear to be a module by itself

................
r37280 | kpfleming | 2006-07-06 21:33:24 -0500 (Thu, 06 Jul 2006) | 2 lines

small cleanup

................
r37281 | russell | 2006-07-06 21:58:53 -0500 (Thu, 06 Jul 2006) | 2 lines

spaces to tabs

................
r37282 | russell | 2006-07-07 00:29:31 -0500 (Fri, 07 Jul 2006) | 2 lines

sort entries in this file

................
r37283 | russell | 2006-07-07 00:32:28 -0500 (Fri, 07 Jul 2006) | 2 lines

sort lib info

................
r37284 | russell | 2006-07-07 00:51:29 -0500 (Fri, 07 Jul 2006) | 2 lines

avoid an error from configure by not doing a cat on a file that doesn't exist

................
r37285 | russell | 2006-07-07 01:44:40 -0500 (Fri, 07 Jul 2006) | 2 lines

resolve some pointer signedness warnings

................
r37286 | russell | 2006-07-07 01:55:48 -0500 (Fri, 07 Jul 2006) | 2 lines

fix various pointer signedness issues

................
r37287 | russell | 2006-07-07 01:57:02 -0500 (Fri, 07 Jul 2006) | 2 lines

fix a pointer signedness issue

................
r37288 | russell | 2006-07-07 01:58:16 -0500 (Fri, 07 Jul 2006) | 2 lines

remove the unused usecount function to eliminate a compiler warning

................
r37289 | russell | 2006-07-07 02:00:28 -0500 (Fri, 07 Jul 2006) | 2 lines

eliminate a pointer signedness warning

................
r37290 | russell | 2006-07-07 02:01:50 -0500 (Fri, 07 Jul 2006) | 2 lines

eliminate some pointer signedness warnings

................
r37291 | russell | 2006-07-07 02:03:42 -0500 (Fri, 07 Jul 2006) | 2 lines

eliminate some pointer signedness warnings

................
r37293 | russell | 2006-07-07 10:44:39 -0500 (Fri, 07 Jul 2006) | 2 lines

more pointer signedness cleanup

................
r37294 | russell | 2006-07-07 10:58:20 -0500 (Fri, 07 Jul 2006) | 2 lines

pointer signedness warnings cleanup

................
r37295 | russell | 2006-07-07 11:01:36 -0500 (Fri, 07 Jul 2006) | 2 lines

pointer signedness warnings cleanup

................
r37296 | russell | 2006-07-07 11:03:56 -0500 (Fri, 07 Jul 2006) | 2 lines

pointer signedness warnings elimination

................
r37297 | kpfleming | 2006-07-07 11:04:29 -0500 (Fri, 07 Jul 2006) | 2 lines

restore broken properties

................
r37298 | russell | 2006-07-07 11:07:17 -0500 (Fri, 07 Jul 2006) | 2 lines

eliminate warning about unused variable that occurs in some cases

................
r37299 | russell | 2006-07-07 11:11:39 -0500 (Fri, 07 Jul 2006) | 2 lines

pointer signedness warnings

................
r37300 | russell | 2006-07-07 11:14:23 -0500 (Fri, 07 Jul 2006) | 2 lines

pointer signedness warnings

................
r37301 | bweschke | 2006-07-07 11:16:41 -0500 (Fri, 07 Jul 2006) | 11 lines

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

........
r37212 | bweschke | 2006-07-06 15:38:45 -0500 (Thu, 06 Jul 2006) | 3 lines

 Don't do wierd things on a callback agent that has attempted logoff while still on the phone.


........

................
r37302 | russell | 2006-07-07 11:20:28 -0500 (Fri, 07 Jul 2006) | 2 lines

pointer signedness warnings

................
r37303 | russell | 2006-07-07 11:22:32 -0500 (Fri, 07 Jul 2006) | 3 lines

remove the use of -Wno-pointer-sign. Asterisk now builds without any of these
warnings present on my machine.

................
r37308 | file | 2006-07-07 18:59:54 -0500 (Fri, 07 Jul 2006) | 10 lines

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

........
r37307 | file | 2006-07-07 19:57:53 -0400 (Fri, 07 Jul 2006) | 2 lines

Change message regarding marker bit forcing when SSRC changes to be shown only during debug so it doesn't overload high capacity systems

........

................
r37318 | markster | 2006-07-07 21:24:07 -0500 (Fri, 07 Jul 2006) | 3 lines

Support hold/unhold in Zap, update IAX2 parser to know about modern commands, forward hold/unhold in dial, add hold device state 
and implement holding in the SLA.

................
r37320 | kpfleming | 2006-07-09 09:32:08 -0500 (Sun, 09 Jul 2006) | 2 lines

remove skeleton support for G.723.1 codec since we will never ship the rest of what is needed anyway :-)

................
r37323 | crichter | 2006-07-10 06:06:47 -0500 (Mon, 10 Jul 2006) | 1 line

removed unnecessary locking, which might have created deadlocks. removed find_chan_by_l3id, since the l3id is not unique over all ports. removed automatic nt_stack reinitialization, since this creates segfaults.
................
r37324 | oej | 2006-07-10 06:20:49 -0500 (Mon, 10 Jul 2006) | 4 lines

Remove configuration option "restrictcid" that is nowhere to
be seen in the code. Did it exist, was it planned to exist
or was it documentationware only? Ask Dr Asterisk.

................
r37339 | tilghman | 2006-07-10 12:42:12 -0500 (Mon, 10 Jul 2006) | 2 lines

Whitespace changes only

................
r37345 | tilghman | 2006-07-10 14:05:48 -0500 (Mon, 10 Jul 2006) | 2 lines

Whitespace changes only

................
r37346 | file | 2006-07-10 14:39:47 -0500 (Mon, 10 Jul 2006) | 2 lines

Remove BRIDGE_OPTIMIZATION since it is deprecated or obsolete (take your pick)

................
r37347 | file | 2006-07-10 14:55:06 -0500 (Mon, 10 Jul 2006) | 2 lines

Unbreak ast_join due to whitespace changes

................
r37348 | file | 2006-07-10 14:58:33 -0500 (Mon, 10 Jul 2006) | 2 lines

Fixed. Done. Good. Make ast_join work like it used to.

................
r37355 | crichter | 2006-07-10 15:53:44 -0500 (Mon, 10 Jul 2006) | 1 line

removed mqueue branch reference, because mqueue is head now.
................
r37362 | kpfleming | 2006-07-10 16:07:48 -0500 (Mon, 10 Jul 2006) | 10 lines

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

........
r37361 | kpfleming | 2006-07-10 16:01:35 -0500 (Mon, 10 Jul 2006) | 2 lines

do masquerade-behind-proxy checking with better control over locks

........

................
r37379 | file | 2006-07-11 14:01:49 -0500 (Tue, 11 Jul 2006) | 9 lines

Blocked revisions 37378 via svnmerge

........
r37378 | file | 2006-07-11 14:00:50 -0500 (Tue, 11 Jul 2006) | 2 lines

Add configuration option for IAX2 users that will limit the amount of outstanding AUTHREQs we are waiting for replies on.

........

................
r37380 | file | 2006-07-11 14:03:56 -0500 (Tue, 11 Jul 2006) | 2 lines

And now the trunk version! Add an option for IAX2 users that allows you to set how many outstanding AUTHREQs chan_iax2 will wait for replies on.

................
r37382 | crichter | 2006-07-11 14:30:35 -0500 (Tue, 11 Jul 2006) | 6 lines

* Introducing a new way for the l1watcher thread using the ast_sched way. Now l1watcher timeouts can be configured separately for every portgroup.
* added a signal handler to allow waking up the misdn task thread (that may sleep in a poll call) via misdn_tasks_wakeup().
* overlap_dial functionality implemented.
* fixes a bug which leads to a segfault after reordering config elements in the enum or struct


................
r37396 | kpfleming | 2006-07-11 18:27:51 -0500 (Tue, 11 Jul 2006) | 2 lines

say times in spanish properly (using new sound files that are not yet released)

................
r37403 | mogorman | 2006-07-11 22:58:47 -0500 (Tue, 11 Jul 2006) | 10 lines

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

........
r37402 | mogorman | 2006-07-11 22:55:36 -0500 (Tue, 11 Jul 2006) | 2 lines

GRRR no fprintf!

........

................
r37418 | kpfleming | 2006-07-12 08:29:10 -0500 (Wed, 12 Jul 2006) | 10 lines

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

........
r37417 | kpfleming | 2006-07-12 08:18:21 -0500 (Wed, 12 Jul 2006) | 2 lines

get rid of some more printf's (although most of these were ifdef-ed out)

........

................
r37433 | kpfleming | 2006-07-12 09:04:16 -0500 (Wed, 12 Jul 2006) | 10 lines

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

........
r37419 | kpfleming | 2006-07-12 08:54:10 -0500 (Wed, 12 Jul 2006) | 2 lines

remove some more bad examples of using printf

........

................
r37440 | file | 2006-07-12 10:25:17 -0500 (Wed, 12 Jul 2006) | 10 lines

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

........
r37439 | file | 2006-07-12 11:23:59 -0400 (Wed, 12 Jul 2006) | 2 lines

Add support to have maxauthreq as a global option

........

................
r37457 | russell | 2006-07-12 13:28:31 -0500 (Wed, 12 Jul 2006) | 3 lines

make some counter variables unsigned, use ast_tvcmp instead of a custom
SOONER macro, and some other little cleanups for things like indentation

................
r37459 | tilghman | 2006-07-12 13:39:36 -0500 (Wed, 12 Jul 2006) | 10 lines

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

........
r37458 | tilghman | 2006-07-12 13:29:01 -0500 (Wed, 12 Jul 2006) | 2 lines

Merge fixup for asterisk startup script to zaptel startup script

........

................
r37474 | oej | 2006-07-12 14:09:55 -0500 (Wed, 12 Jul 2006) | 3 lines

Re-enable RTCP quality reports
(Bug found in SIP Master Class, Chicago)

................
r37475 | russell | 2006-07-12 14:25:50 -0500 (Wed, 12 Jul 2006) | 4 lines

repeat after me ...

I WILL TYPE "make" BEFORE COMMITTING ANY CODE

................
r37476 | russell | 2006-07-12 14:36:42 -0500 (Wed, 12 Jul 2006) | 3 lines

don't let make run configure or menuselect if the target is either
"clean" or "distclean"

................
r37477 | russell | 2006-07-12 14:48:22 -0500 (Wed, 12 Jul 2006) | 3 lines

add "update" to the list of targets to ignore various included files for and

[... 64292 lines stripped ...]


More information about the asterisk-commits mailing list