aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-06-30Removing configuration options that does not do anything yet. No need tooej1-3/+4
add "promises" to the sip.conf.sample... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36355 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30make this script work on solarisrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36336 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-29Merged revisions 36290 via svnmerge from tilghman1-11/+11
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36317 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-29added better L2 handling for ptp, if it's down we don't try to call on that ↵crichter7-19/+107
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. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36298 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-29Merged revisions 36253-36254 via svnmerge from kpfleming2-7/+9
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36262 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-29...too early in the morning for commits in Bergen, Norway...oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36256 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-29move FreeTDS version check into configure scriptkpfleming4-19/+34
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36255 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-29Add support for a=inactive in SDP for holding. This is not very well documentedoej1-16/+23
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. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36252 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-29reformatting sip.conf.sample a bit, adding dumphistory that was not documentedoej1-38/+42
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36251 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-28?= just checks to see if a variable is not yet defined. If MENUSELECT_CFLAGSrussell1-1/+3
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 :) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36229 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-28slight change to pulling out the MENUSELECT_CFLAGS from the user and globalrussell1-2/+5
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. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36228 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-28remove an extra commarussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36227 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-28remove the two uses of the $(or ...) function since it is only supported byrussell1-2/+3
GNU make 3.81 which is less than 3 months old (issue #7442, patch by Corydon76) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36226 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-28allow menuselect to be a symlink to a checkoutrussell1-1/+1
(second part of issue #7436, Corydon76) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36197 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-28fix the case where menuselect.makeopts is getting generated in the same run ofrussell1-0/+4
"make" as the current build and some of the MENUELSELECT_CFLAGS are set in the user or global level asterisk.makeopts file git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36192 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-28Block patch to 1.2 that was by mistake committed to trunk first...oej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36191 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-28moved a notice into a logcrichter1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36190 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-28fixed a few state problems when hanging up the call. also changed a few ↵crichter2-13/+12
debug messages to higher log level git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36188 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27Don't delete initid scheduled item twice... Thanks, vecher, for bugging me ↵oej1-2/+0
about this. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36182 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27Code cleanup while trying to understand this channel...oej1-211/+175
- please check git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36181 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27Formatting and doxygen fixesoej1-20/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36180 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27menuselect writes both menuselect.makeopts and menuselect.makedeps at once, ↵jcollie1-5/+2
make sure that the Makefile knows about that. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36179 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27issue #7033 - Don't burst pokes to peers at load or reload.oej1-4/+14
Open for a cool algorithm to space them out... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36178 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27Inspired by issue 6742, but solved in a different way.oej3-7/+28
(Yes, I like the system name setting) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36177 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27Missing parenthesistilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36176 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27dont copy an id or a message if they dont exist.mogorman1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36175 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27fixes segfault on incoming call which is disconnected in Alerting statecrichter1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36173 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27Don't change direction of the dialogue when we send a re-inviteoej1-5/+1
(will confuse to/from headers and to/from tags) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36171 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26Found a missing "l" on the left side of the sofa, close to the TV.oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36148 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26Issue #7421 - Stop generator on both call legs (patch by tgrman) oej1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36147 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26Issue #7429 - accessing a not allocated structure causes segfault... ↵oej1-9/+9
(tgrman, fix by myself inspired by suggested fix). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36128 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26Speling error. Avoid swenglish :-) (thanks, jtodd!)oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36109 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26* fixed the busy statecrichter4-58/+111
* 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 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36082 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26Add explanation and warning about the "s" extension. (Hi Mike :-)oej1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36080 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26fix for issue #7245kpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36079 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26METERMAIDS:oej6-68/+335
----------- - 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 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36055 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26Add example of permit/deny to sip.conf.sampleoej1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36054 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26Block patch that does not apply to trunk.oej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36053 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26don't let the Makefile blow up in menuselect.makeopts is present butrussell1-0/+3
menuselect.makedeps is not. This would probably only be the case in existing checkouts ... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36020 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26- Formattingoej1-16/+14
- Don't name internal static functions ast_ - Expand the buffer for variables, since I almost always hit the limit on my channels git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35989 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26Separate private options so we don't request bug report on those...oej1-2/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26Update the SIP options list from IANA repositoryoej1-5/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35965 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-26simplify special rule for channel.okpfleming1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35944 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-25Merged revisions 35915 via svnmerge from tilghman1-1/+1
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35916 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-25use new (separate) dependencies file from menuselectkpfleming10-6/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35895 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-25fix pbx_dundi build (issue #7424, jstrom)russell1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35875 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-24commit missing filekpfleming1-0/+53
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35854 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-24clean up some damage from today's commitkpfleming4-106/+50
convert codecs Makefile to new style git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35852 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 ↵kpfleming33-3456/+3386
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) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35832 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-24search for Zaptel and libtonezone separately in the configure scriptkpfleming10-212/+455
various other minor fixes git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35812 f38db490-d61c-443f-a65b-d21fe96a405b