aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-10support reload say.conf to ease testingrizzo1-1/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26529 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10use the channel lock wrappers (issue #7120, Mithraen)russell3-11/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26528 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10german syntax for numbers from christian richterrizzo1-1/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26527 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10use the channel lock wrappers (issue #7128)russell1-12/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26526 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10Fix buglet on debugmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26525 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10update the ->indicate() callback for the new argumentskpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26495 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10suppress the output from generating defaults.h and versions.h, as well asrussell1-7/+7
checking the cleancount git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26492 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell63-523/+283
As it turns out, all of these checks were useless, because alloca will never return NULL. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26451 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10remove a debug message and make the exit keys not be case sensitiverussell2-4/+5
inside of a category menu git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26441 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10ensure that control frames with payload can be sent to channel drivers via ↵kpfleming15-35/+55
->indicate() update iax2_indicate to pass control frame payload to the connected channel add an API call for sending an indication with payload, and use it for control frames with payload git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26417 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10fix indentation of two large blocksrizzo1-101/+101
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26416 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10fix a couple of misindented lines;rizzo1-6/+9
prepare reduce nesting level in a couple of blocks by inverting an if () statement (indentation change to be committed separately). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26378 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10add missing rulerizzo1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26347 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10provide a correct return value in case everything goes well,rizzo2-1/+3
so you won't get random failures running menuselect. Detected by -Wall -Werror git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10use 'switch' insteaf of multiple 'if'rizzo1-6/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10Allow media to go directly between IAX endpoints while signalling still markster4-36/+113
goes through the existing path. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26314 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10document special character interpretation.rizzo1-0/+31
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26283 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10indentation fixesrizzo1-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26282 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10prevent a warning for uninitialized variable.rizzo1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26281 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10 Implement new support for "meetme list <confno> concise"bweschke1-16/+31
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26250 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09implement the new sorting algorithm for extensions,rizzo1-13/+130
see the documentation near functions ext_cmp1() and ext_cmp(). All sorting decisions are now in one place so it is easy to revise them. NOTE the major change is that now most specific patterns come first, so there might be differences in how diaplans behave. If you really really really need to revert to the old sorting order while you adapt your dialplan, you can uncomment the '#if 0' line in ext_cmp(). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26216 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09various doxygen fixeskpfleming8-29/+36
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26170 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09clear memory before passing to ASTOBJ_INITrizzo1-1/+1
Mayne it is unnecessary, but otherwise there code believes the mutex is already initialized. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26166 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Formatting fixoej1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26131 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Make sure that we don't accept an answer on an inbound call and don't permit ↵markster2-5/+15
asterisk to answer an outbound call git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26103 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09remove rule for running bootstrap, it's only safe to run it manually nowkpfleming1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26094 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09use an enum for control frame typeskpfleming3-40/+57
support sending control frames with payload git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26093 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09minor cleanups and removal of duplicate prototypeskpfleming1-32/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26092 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 This app is deprecated in /trunk, and thus, the change should not come forward.bweschke0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26091 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09remove duplicate atof() invokationrizzo1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26055 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09normalize code, remove some useless castsrizzo1-14/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26054 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Merged revisions 26050 via svnmerge from bweschke1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r26050 | bweschke | 2006-05-09 08:28:39 -0500 (Tue, 09 May 2006) | 3 lines Correct memory leak in find_user_realtime #7118 (fnordian) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26051 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09use aclocal version 1.9 instead of 1.4 :-)kpfleming1-919/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26049 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09ignore some more auto-generated fileskpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26048 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09update to include latest FreeBSD changeskpfleming2-312/+995
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26047 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09add regenerated configure scriptrussell1-1/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26046 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09add default values for CPPFLAGS and LDFLAGS on FreeBSDrizzo1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26020 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Make SIP early media work more efficiently without so many reinvitesmarkster4-15/+123
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26019 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09change some log_warning into log_debug rizzo1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26017 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09do not use a variable name that hides a useful library symbol (time())rizzo1-20/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26016 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09change the check for zaptel to only check for linux/zaptel.h on Linux, andrussell3-999/+318
zaptel.h otherwise If you did ./configure --with-tonezone=/usr/local/ on FreeBSD, it would run the first macro which would not find it, but it wouldn't make it to the second macro because the first check saw that --with-tonezone was specified and would exit with error git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25989 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Make sure we update parameters correctly with reinvitemarkster1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25959 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Oopsmarkster1-1/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25930 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Make menuselect be able to show what the modules aremarkster6-7/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25929 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09large rewrite of the extension matching code,rizzo1-563/+513
prerequisite to implement the specification defined yesterday. While I have been using this code for months now, the change is large so expect some instability. Also the new specification (sorting extension by match length etc.) is not implemented yet. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25928 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09misc fixupsrizzo1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25925 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09remove API function that was added and never usedkpfleming2-83/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25924 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09remove trailing whitespacerizzo1-198/+198
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25914 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09mark a couple of dubious pieces of coderizzo1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25894 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09don't build strcompat for menuselect except on Solariskpfleming2-2/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25893 f38db490-d61c-443f-a65b-d21fe96a405b