aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming13-146/+146
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37027 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05Draft became RFC...oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37000 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05Merged revisions 36998 via svnmerge from file1-1/+1
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36999 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05- Add notes about voicemail depending on res_adsioej3-13/+6
- Remove obsolete modules from modules.conf.sample (make install will warn if those exist on the machine) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36979 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05match the change made to AST_EXT_LIB in asterisk-addonsrussell3-34/+34
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36960 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-04removed the reloading of the ntdebug stuff, since this is a bit buggy, we ↵crichter1-17/+16
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. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36941 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-04Specify digest algorithm for picky clientsoej1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36912 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-04Bug 7472 - Change line terminator for header to be RFC-complianttilghman1-2/+7
Also, check to ensure the memory allocation didn't fail. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36892 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03removed our own tone creation from misdn_indicate, we just return -1. Now we ↵crichter2-7/+11
get a lot fewer blocked in thread blah warnings.. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36867 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03added misdn show config description[s] to show all the possible misdn.conf ↵crichter3-54/+408
settings with a description in the CLI git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36865 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03Increase buffer size for routing headers. When routing with enc.keys withinoej1-1/+1
route headers, we're reaching the limimt for what's possible in one UDP packet... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36839 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03Whitespace fixes only.tilghman1-128/+128
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36819 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03Add some comments to the SLA codeoej1-8/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36798 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03Raise debugging level for messageoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36797 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03Don't attempt to run a regcomp if we haven't even parsed arguments correctlytilghman1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36777 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03reduce indentation a couple of levelsrussell1-119/+125
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36753 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03Blocked revisions 36751 via svnmergerussell1-1/+2
........ 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. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36752 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03Blocked revisions 36725 via svnmergerussell10-108/+49
........ 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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36726 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03- remove an unused variablerussell1-19/+16
- use ast_calloc instead of malloc + memset - return immediately on ast_calloc failure instead of indenting the whole func - remove a duplicate ast_strdupa git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36700 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03add RDNIS to the DumpChan application (issue #7432, junky)russell1-3/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36699 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-03Merged revisions 36697 via svnmerge from russell1-0/+2
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36698 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-02Issue #7421 - Hold status not working fully. Thanks jmls for a good job ↵oej1-7/+12
debugging! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36679 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-02users want code to compile, really. oej1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36661 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-02Formatting and debug output fixesoej1-7/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36642 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-02tell the other side that we're using 20 ms packetization for iLBCoej1-1/+6
- we need to investigate support for refusing offers of 30 ms (like the Nokia e-series) or supporting it. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36623 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-02- Make use of system name in realtime SIP peers optionaloej2-23/+33
- Fix small issue with SIP history git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36602 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01First pass at SLA supportmarkster1-5/+344
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36582 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01It might help if this had the right stimulus namenorth1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36562 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01Revert the previous change to FILTER and fix the embedded documentation instead.tilghman1-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36543 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01fix up res_snmp so it builds and loads correctlyrussell2-10/+9
- update to current loader - update to latest build system changes to ensure snmp/agent.o is built and linked git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36524 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01Fix chan_nbs to build...markster1-9/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36505 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01fix the parsing of options in the FILTER function to match the documentation.russell1-1/+1
(issue #7465) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36504 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01fix removing autoconfig.h on distclean (issue #7439, casper)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36503 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01swap distclean and dist-clean, since distclean is more commonly used ...russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36502 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01remove build_tools/menuselelct-deps on distcleanrussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36483 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01don't specify this include in the menuselect Makefile, because asterisk-addonsrussell1-1/+1
doesn't have an include dir git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36464 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01more pickynessrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36463 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01change bracket style because i'm pickyrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36462 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-01menuselect doesn't pull strcompat.o from asterisk anymorerussell1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36461 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30more reasons why solaris sucksrussell1-12/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36440 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30fix the condition for including the header for osx atomicsrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36421 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30update configurerussell2-1/+667
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36410 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30add support for atomic operations provided by mac osxrussell2-1/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36409 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30Fix up a few log messages in chan_sip (issue #7449 reported by tgrman)file1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36408 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30Make sure that we build chan_misdn with the object files in the right ordermattf1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36407 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30Updates from transnexus to osplookup, removes res_ospmogorman4-1413/+1791
and puts all logic into the app, documentation provided now in osp.txt. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36406 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30Merged revisions 36377 via svnmerge from tilghman1-0/+134
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. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36380 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30added a bit logging, when we split the bridgecrichter1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36379 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30added fix, that if the L2 goes down on ptp-NT that we reinitialize the NT ↵crichter2-47/+62
Library. Also if we have no ntflags, we don't pass the filename to the debug routines of mISDNuser. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36376 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30Store sysname even if we do not store fullcontact (thanks tholo)oej1-3/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36356 f38db490-d61c-443f-a65b-d21fe96a405b