aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-12-19Merged revisions 7521 via svnmerge fromtilghman1-3/+6
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7522 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Merged revisions 7519 via svnmerge fromtilghman1-0/+8
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7520 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Merged revisions 7517 via svnmerge fromtilghman1-1/+1
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7518 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Merged revisions 7515 via svnmerge from kpfleming1-1/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7515 | kpfleming | 2005-12-16 21:59:05 -0600 (Fri, 16 Dec 2005) | 2 lines Max-Forwards headers must only be present on requests, not responses ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7516 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Merged revisions 7513 via svnmerge from kpfleming1-1/+29
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7513 | kpfleming | 2005-12-16 21:44:30 -0600 (Fri, 16 Dec 2005) | 2 lines forcibly expire previous subscriptions from a peer when they resubscribe (keeps them from building up and waiting for expiration, and stops us sending unwanted NOTIFY messages to devices) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7514 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Merged revision 7510 via svnmerge from kpfleming1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7510 | kpfleming | 2005-12-16 20:20:04 -0600 (Fri, 16 Dec 2005) | 2 lines fix some buglet when building team branch version strings ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7512 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17block a commit to a module that no longer exists in trunkkpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7511 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Merged revisions 7508 via svnmerge fromtilghman1-2/+3
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7509 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-16First field was truncated.tilghman1-1/+2
(Don't kill me; this attempted merge didn't work because the paths changed.) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7498 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15Properly move these functions over to the funcs directory (since they no ↵tilghman2-5/+4
longer contain apps) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7496 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15Make sure the functions CUT and SORT are built.tilghman1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7494 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15 Bug #6003 - Don't free the channel structure until after having sent the ↵bweschke1-1/+1
manager event. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7481 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13reduce some duplicated code when doing a strdup (issue #5986)russell1-12/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7472 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13Merged revisions 7470 via svnmerge from kpfleming1-7/+7
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7470 | kpfleming | 2005-12-13 12:54:22 -0600 (Tue, 13 Dec 2005) | 2 lines clarify substring documentation ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7471 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13Merged revisions 7468 via svnmerge from kpfleming1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7468 | kpfleming | 2005-12-13 10:06:27 -0600 (Tue, 13 Dec 2005) | 2 lines correct broken math in tvfix() for timestamp values over one million ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7469 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from kpfleming5-35/+26
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7448 | kpfleming | 2005-12-12 22:25:14 -0600 (Mon, 12 Dec 2005) | 2 lines use the stream's current point when pausing/unpausing, instead of elapsed time (which doesn't work when the stream has been skipped forward or backward) (issue #5897) ........ r7449 | kpfleming | 2005-12-12 22:43:38 -0600 (Mon, 12 Dec 2005) | 2 lines only report AGENT_IDLE for callback mode agents when they are actually idle (issue #5902) ........ r7451 | kpfleming | 2005-12-12 23:14:27 -0600 (Mon, 12 Dec 2005) | 2 lines ensure that hangups while incoming calls are in early state are handled properly (issue #5919) ........ r7453 | kpfleming | 2005-12-12 23:53:00 -0600 (Mon, 12 Dec 2005) | 2 lines restore ability of caller to hangup calls that are still ringing (issue #5839) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7457 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-12updated the documentation and the sample config to meet the presentcrichter2-79/+82
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7446 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-12Merged revisions 7433,7435 via svnmerge from kpfleming1-2/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7433 | tilghman | 2005-12-12 11:19:29 -0600 (Mon, 12 Dec 2005) | 2 lines Typo ........ r7435 | kpfleming | 2005-12-12 11:30:59 -0600 (Mon, 12 Dec 2005) | 2 lines set all the child file descriptors to non-blocking so that we don't hang if the child fails to send a newline-terminated command or error message ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7436 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-12Typotilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7434 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-11Merged revisions 7404,7406,7425,7427,7429-7430 via svnmerge from russell2-3/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7404 | tilghman | 2005-12-08 18:32:08 -0500 (Thu, 08 Dec 2005) | 2 lines Documenting two keywords that were previously missing ........ r7406 | tilghman | 2005-12-08 18:45:36 -0500 (Thu, 08 Dec 2005) | 2 lines Bug 5960 ........ r7425 | bweschke | 2005-12-10 13:10:50 -0500 (Sat, 10 Dec 2005) | 4 lines Bug #5877 Make sure the digit string from E&M wink DNIS collection is properly null terminated as it grows. ........ r7427 | tilghman | 2005-12-10 20:15:15 -0500 (Sat, 10 Dec 2005) | 2 lines Bug 5967 ........ r7429 | tilghman | 2005-12-10 20:26:51 -0500 (Sat, 10 Dec 2005) | 2 lines Bug 5965 - major bug in AST_LIST_REMOVE ........ r7430 | russell | 2005-12-11 01:08:56 -0500 (Sun, 11 Dec 2005) | 2 lines silence a couple of compiler warnings about pointer signedness ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7431 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-11Bug 5965 - major bug in AST_LIST_REMOVEtilghman1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7428 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-10 Bug #5877bweschke1-0/+3
Make sure the digit string from E&M wink DNIS collection is properly null terminated as it grows. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7424 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-09committed head of chan_misdn with a lot of new features. Most important of ↵crichter11-1654/+2118
all: chan_misdn supports now the mISDN mqueue tree (smp,preemptible,gcc-4 aware\!). Additionally there are some code optimizations, new facility management (Calldeflect works for now). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7413 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-09chan_misdn links against shared mISDNuser libraries nowcrichter1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7412 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-09Document other use of courtesytone, make association of "One Touch Record" ↵twisted1-1/+2
with "Touch monitor" git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7409 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-09Document addition of variable from Touch Monitor.twisted1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7408 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-08Bug 5960tilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7407 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-08Document two keywords that were previously missingtilghman1-5/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7405 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-08Allow retrieval of generated filename from one touch monitor feature.twisted1-5/+11
Adds new variable TOUCH_MONITOR_OUTPUT to both legs on completion. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7392 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-08fix a bug from the recent removal of deprecated applications by initializingrussell1-1/+1
a variable on its first use (issue #5951) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7391 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-08Merged revisions 7386 via svnmerge from kpfleming1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7386 | kpfleming | 2005-12-07 19:05:43 -0600 (Wed, 07 Dec 2005) | 2 lines initialize the buffer before using it... ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7387 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-07Merged revisions 7382 via svnmerge from kpfleming1-0/+10
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7382 | kpfleming | 2005-12-07 14:46:55 -0600 (Wed, 07 Dec 2005) | 2 lines ensure that hints are allowed to use global variable references ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7383 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-07re-add app_setcallerid since it was not actually marked deprecated in 1.2russell2-6/+184
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7380 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-07This is the first round of removing applications that were marked as deprecatedrussell16-2498/+72
in the 1.2 release. They are being removed from the trunk and will not be in the next major release. The following is a list of the applications that are being removed in this commit: Curl, Cut, Sort, DBPut, DBGet, ENUMLookup, Eval GetGroupCount, SetGroup, CheckGroup, GetGroupMatchCount MD5, MD5Check, Math, SetCIDName, SetCIDNum, SetRDNIS, SetCallerID TXTCIDName, AbsoluteTimeout, DigitTimeout, ResponseTimeout, SetAccount SetLanguage, SetVar (renamed to Set) These changes also include moving the "group show channels" cli command from app_groupcount.c to cli.c. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7379 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-06Clarify purpose of function, by renamingtilghman1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7353 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-06Merged revisions 7351 via svnmerge from kpfleming0-0/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7351 | kpfleming | 2005-12-05 18:23:05 -0600 (Mon, 05 Dec 2005) | 2 lines ensure that sound/music files are handled as binary ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7352 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-06Merged revisions 7349 via svnmerge from kpfleming1-0/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7349 | kpfleming | 2005-12-05 18:19:17 -0600 (Mon, 05 Dec 2005) | 2 lines replace with unmodified file ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7350 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-06Merged revisions 7345-7347 via svnmerge from kpfleming0-0/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7345 | kpfleming | 2005-12-05 18:02:08 -0600 (Mon, 05 Dec 2005) | 2 lines set this file to binary mode, so it won't be mangled on export/checkout ........ r7346 | kpfleming | 2005-12-05 18:07:48 -0600 (Mon, 05 Dec 2005) | 2 lines don't try to expand keywords in this file ........ r7347 | kpfleming | 2005-12-05 18:08:19 -0600 (Mon, 05 Dec 2005) | 2 lines _really_ don't mess with line endings ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7348 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-05Merged revisions 7340 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7340 | russell | 2005-12-05 01:47:51 -0500 (Mon, 05 Dec 2005) | 2 lines remove ASTERISKVERSIONNUM from the version string given to doxygen ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7341 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-05add support for 'show functions like <text>' (issue #5923)russell1-6/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7339 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-05Merged revisions 7337 via svnmerge from russell1-2/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7337 | russell | 2005-12-04 19:09:12 -0500 (Sun, 04 Dec 2005) | 2 lines don't delete dynamic queue members when reloading the static members from a realtime database (issue #5922) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7338 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-05Merged revisions 7335 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7335 | russell | 2005-12-04 19:01:17 -0500 (Sun, 04 Dec 2005) | 2 lines fix the order of arguments to an error message (issue #5927) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7336 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell35-180/+208
formatting, remove some unnecessary casts, and other little code cleanups. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7331 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-04Merged revisions 7285,7299,7310,7329 via svnmerge from kpfleming8-5/+10
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7285 | tilghman | 2005-12-02 15:12:05 -0600 (Fri, 02 Dec 2005) | 2 lines Turn on executable bits for startup scripts, and fix bash var interpolation for Mandrake ........ r7299 | oej | 2005-12-02 19:24:40 -0600 (Fri, 02 Dec 2005) | 2 lines Documenting the default registerattempts setting as 0, continue hammering the server for ever and ever ;-) ........ r7310 | tilghman | 2005-12-03 13:55:05 -0600 (Sat, 03 Dec 2005) | 3 lines Bug 5925: check for "Unknown", as that's what app_voicemail puts into the field for Unknown callerid Also, remove useless res checks (initialized to 0; never set) ........ r7329 | kpfleming | 2005-12-04 12:03:07 -0600 (Sun, 04 Dec 2005) | 2 lines use a more efficient way to get the revision number, that will also report if the working copy contains uncommitted modifications ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7330 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-04add some missing prototypes and don't use caps for the sip debug defines sincerussell1-39/+41
they are not constants git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7328 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-04clean up some compiler warningsrussell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7327 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-03add the 'sip debug' options to the set of global flags and fix some compiler ↵russell1-50/+54
warnings git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7319 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-03Merging from 1.2, bug 5925 - app_voicemail should check for the callerid it ↵tilghman1-5/+4
sets for unknown Also, remove unnecessary res checks (initialized to 0; never set) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7313 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman27-116/+117
This should prevent us from unintentionally changing variable values when they're returned from pbx_builtin_getvar_helper. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7304 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-02Fix all the warnings and errors for PRI to go to more logical placesmattf1-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7294 f38db490-d61c-443f-a65b-d21fe96a405b