[asterisk-commits] branch oej/multiparking - r7687 in /team/oej/multiparking: ./ apps/ build_too...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Dec 31 04:24:15 CST 2005


Author: oej
Date: Sat Dec 31 04:20:34 2005
New Revision: 7687

URL: http://svn.digium.com/view/asterisk?rev=7687&view=rev
Log:
Merged revisions 7294,7304,7313,7319,7327-7328,7330-7331,7336,7338-7339,7341,7348,7350,7352-7353,7379-7380,7383,7387,7391-7392,7405,7407-7409,7412-7413,7424,7428,7431,7434,7436,7446,7457,7469,7471-7472,7481,7494,7496,7498,7509,7511-7512,7514,7516,7518,7520,7522,7524,7528,7538-7542,7547-7548,7551,7554,7556,7565-7570,7573-7576,7578-7579,7583,7587,7589-7590,7594,7600,7602,7604,7607,7609,7613-7620,7627,7633,7635-7636,7638-7640,7642-7643,7646-7649,7655-7662,7664,7666-7668,7674,7678,7682 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r7294 | mattf | 2005-12-03 00:52:00 +0100 (Sat, 03 Dec 2005) | 2 lines

Fix all the warnings and errors for PRI to go to more logical places

................
r7304 | tilghman | 2005-12-03 20:25:33 +0100 (Sat, 03 Dec 2005) | 4 lines

Bug 5858 - Make the chanvars.c functions return a 'const char *'
This should prevent us from unintentionally changing variable
values when they're returned from pbx_builtin_getvar_helper.

................
r7313 | tilghman | 2005-12-03 21:20:51 +0100 (Sat, 03 Dec 2005) | 3 lines

Merging from 1.2, bug 5925 - app_voicemail should check for the callerid it sets for unknown
Also, remove unnecessary res checks (initialized to 0; never set)

................
r7319 | russell | 2005-12-04 00:35:15 +0100 (Sun, 04 Dec 2005) | 2 lines

add the 'sip debug' options to the set of global flags and fix some compiler warnings

................
r7327 | russell | 2005-12-04 16:28:48 +0100 (Sun, 04 Dec 2005) | 2 lines

clean up some compiler warnings

................
r7328 | russell | 2005-12-04 18:28:02 +0100 (Sun, 04 Dec 2005) | 3 lines

add some missing prototypes and don't use caps for the sip debug defines since
they are not constants

................
r7330 | kpfleming | 2005-12-04 19:12:52 +0100 (Sun, 04 Dec 2005) | 26 lines

Merged revisions 7285,7299,7310,7329 via svnmerge from 
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

........

................
r7331 | russell | 2005-12-04 21:40:46 +0100 (Sun, 04 Dec 2005) | 3 lines

convert most of the option_*'s to a single ast_flags structure. Also, fix some
formatting, remove some unnecessary casts, and other little code cleanups.

................
r7336 | russell | 2005-12-05 01:06:09 +0100 (Mon, 05 Dec 2005) | 10 lines

Merged revisions 7335 via svnmerge from 
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)

........

................
r7338 | russell | 2005-12-05 01:11:00 +0100 (Mon, 05 Dec 2005) | 10 lines

Merged revisions 7337 via svnmerge from 
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)

........

................
r7339 | russell | 2005-12-05 01:39:15 +0100 (Mon, 05 Dec 2005) | 2 lines

add support for 'show functions like <text>' (issue #5923)

................
r7341 | russell | 2005-12-05 07:50:04 +0100 (Mon, 05 Dec 2005) | 10 lines

Merged revisions 7340 via svnmerge from 
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

........

................
r7348 | kpfleming | 2005-12-06 01:09:48 +0100 (Tue, 06 Dec 2005) | 20 lines

Merged revisions 7345-7347 via svnmerge from 
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

........

................
r7350 | kpfleming | 2005-12-06 01:19:49 +0100 (Tue, 06 Dec 2005) | 10 lines

Merged revisions 7349 via svnmerge from 
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

........

................
r7352 | kpfleming | 2005-12-06 01:24:55 +0100 (Tue, 06 Dec 2005) | 10 lines

Merged revisions 7351 via svnmerge from 
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

........

................
r7353 | tilghman | 2005-12-06 01:25:13 +0100 (Tue, 06 Dec 2005) | 2 lines

Clarify purpose of function, by renaming

................
r7379 | russell | 2005-12-07 16:36:55 +0100 (Wed, 07 Dec 2005) | 14 lines

This is the first round of removing applications that were marked as deprecated
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.

................
r7380 | russell | 2005-12-07 17:41:26 +0100 (Wed, 07 Dec 2005) | 2 lines

re-add app_setcallerid since it was not actually marked deprecated in 1.2

................
r7383 | kpfleming | 2005-12-07 21:47:59 +0100 (Wed, 07 Dec 2005) | 10 lines

Merged revisions 7382 via svnmerge from 
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

........

................
r7387 | kpfleming | 2005-12-08 02:06:09 +0100 (Thu, 08 Dec 2005) | 10 lines

Merged revisions 7386 via svnmerge from 
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...

........

................
r7391 | russell | 2005-12-08 18:52:43 +0100 (Thu, 08 Dec 2005) | 3 lines

fix a bug from the recent removal of deprecated applications by initializing
a variable on its first use (issue #5951)

................
r7392 | twisted | 2005-12-08 19:18:59 +0100 (Thu, 08 Dec 2005) | 4 lines

Allow retrieval of generated filename from one touch monitor feature.
Adds new variable TOUCH_MONITOR_OUTPUT to both legs on completion.


................
r7405 | tilghman | 2005-12-09 00:33:08 +0100 (Fri, 09 Dec 2005) | 2 lines

Document two keywords that were previously missing

................
r7407 | tilghman | 2005-12-09 00:46:21 +0100 (Fri, 09 Dec 2005) | 2 lines

Bug 5960

................
r7408 | twisted | 2005-12-09 01:24:59 +0100 (Fri, 09 Dec 2005) | 3 lines

Document addition of variable from Touch Monitor.


................
r7409 | twisted | 2005-12-09 01:27:11 +0100 (Fri, 09 Dec 2005) | 2 lines

Document other use of courtesytone, make association of "One Touch Record" with "Touch monitor"

................
r7412 | crichter | 2005-12-09 12:00:48 +0100 (Fri, 09 Dec 2005) | 1 line

chan_misdn links against shared mISDNuser libraries now
................
r7413 | crichter | 2005-12-09 12:01:18 +0100 (Fri, 09 Dec 2005) | 1 line

committed head of chan_misdn with a lot of new features. Most important of 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). 
................
r7424 | bweschke | 2005-12-10 19:05:00 +0100 (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.


................
r7428 | tilghman | 2005-12-11 02:26:09 +0100 (Sun, 11 Dec 2005) | 2 lines

Bug 5965 - major bug in AST_LIST_REMOVE

................
r7431 | russell | 2005-12-11 07:17:36 +0100 (Sun, 11 Dec 2005) | 37 lines

Merged revisions 7404,7406,7425,7427,7429-7430 via svnmerge from 
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

........

................
r7434 | tilghman | 2005-12-12 18:20:21 +0100 (Mon, 12 Dec 2005) | 2 lines

Typo

................
r7436 | kpfleming | 2005-12-12 18:31:45 +0100 (Mon, 12 Dec 2005) | 15 lines

Merged revisions 7433,7435 via svnmerge from 
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

........

................
r7446 | crichter | 2005-12-12 23:26:35 +0100 (Mon, 12 Dec 2005) | 1 line

updated the documentation and the sample config to meet the present
................
r7457 | kpfleming | 2005-12-13 07:00:17 +0100 (Tue, 13 Dec 2005) | 25 lines

Merged revisions 7448-7449,7451,7453 via svnmerge from 
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)

........

................
r7469 | kpfleming | 2005-12-13 17:07:19 +0100 (Tue, 13 Dec 2005) | 10 lines

Merged revisions 7468 via svnmerge from 
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

........

................
r7471 | kpfleming | 2005-12-13 19:54:41 +0100 (Tue, 13 Dec 2005) | 10 lines

Merged revisions 7470 via svnmerge from 
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

........

................
r7472 | russell | 2005-12-13 23:03:06 +0100 (Tue, 13 Dec 2005) | 2 lines

reduce some duplicated code when doing a strdup (issue #5986)

................
r7481 | bweschke | 2005-12-15 03:49:17 +0100 (Thu, 15 Dec 2005) | 3 lines

 Bug #6003 - Don't free the channel structure until after having sent the manager event.


................
r7494 | tilghman | 2005-12-15 18:31:52 +0100 (Thu, 15 Dec 2005) | 2 lines

Make sure the functions CUT and SORT are built.

................
r7496 | tilghman | 2005-12-15 20:05:41 +0100 (Thu, 15 Dec 2005) | 2 lines

Properly move these functions over to the funcs directory (since they no longer contain apps)

................
r7498 | tilghman | 2005-12-16 01:55:39 +0100 (Fri, 16 Dec 2005) | 3 lines

First field was truncated.
(Don't kill me; this attempted merge didn't work because the paths changed.)

................
r7509 | tilghman | 2005-12-17 02:07:44 +0100 (Sat, 17 Dec 2005) | 3 lines

Merged revisions 7508 via svnmerge from
/branches/1.2

................
r7511 | kpfleming | 2005-12-17 03:21:36 +0100 (Sat, 17 Dec 2005) | 2 lines

block a commit to a module that no longer exists in trunk

................
r7512 | kpfleming | 2005-12-17 03:22:24 +0100 (Sat, 17 Dec 2005) | 10 lines

Merged revision 7510 via svnmerge from 
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

........

................
r7514 | kpfleming | 2005-12-17 04:45:25 +0100 (Sat, 17 Dec 2005) | 10 lines

Merged revisions 7513 via svnmerge from 
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)

........

................
r7516 | kpfleming | 2005-12-17 04:59:27 +0100 (Sat, 17 Dec 2005) | 10 lines

Merged revisions 7515 via svnmerge from 
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

........

................
r7518 | tilghman | 2005-12-17 18:22:24 +0100 (Sat, 17 Dec 2005) | 3 lines

Merged revisions 7517 via svnmerge from
/branches/1.2

................
r7520 | tilghman | 2005-12-17 19:58:57 +0100 (Sat, 17 Dec 2005) | 3 lines

Merged revisions 7519 via svnmerge from
/branches/1.2

................
r7522 | tilghman | 2005-12-19 06:42:55 +0100 (Mon, 19 Dec 2005) | 3 lines

Merged revisions 7521 via svnmerge from
/branches/1.2

................
r7524 | tilghman | 2005-12-19 20:08:42 +0100 (Mon, 19 Dec 2005) | 3 lines

Merged revisions 7523 via svnmerge from
/branches/1.2

................
r7528 | russell | 2005-12-20 00:41:53 +0100 (Tue, 20 Dec 2005) | 4 lines

- add note on required values of sip_methods struct
- remove duplicate function prototype
- remove duplicate ast_mutex_lock (issue #6025)

................
r7538 | russell | 2005-12-20 08:45:05 +0100 (Tue, 20 Dec 2005) | 3 lines

allow forcing the build to exclude PRI support using WITHOUT_PRI, similar to
how we already have WITHOUT_ZAPTEL (issue #5985)

................
r7539 | russell | 2005-12-20 09:16:53 +0100 (Tue, 20 Dec 2005) | 2 lines

use the system libgsm if available (issue #5434, modified to still work with builtin libgsm)

................
r7540 | markster | 2005-12-20 10:39:31 +0100 (Tue, 20 Dec 2005) | 2 lines

Fix reload of peer contexts (bug #6007)

................
r7541 | markster | 2005-12-20 10:56:55 +0100 (Tue, 20 Dec 2005) | 2 lines

Fix segfault on directed pickup when no CDR is available (bug #5998)

................
r7542 | markster | 2005-12-20 11:26:53 +0100 (Tue, 20 Dec 2005) | 2 lines

Fix choppy audio with > 20ms audio frames (bug #5697)

................
r7547 | markster | 2005-12-20 14:07:02 +0100 (Tue, 20 Dec 2005) | 3 lines

Major peformance improvements to meetme


................
r7548 | markster | 2005-12-20 15:14:01 +0100 (Tue, 20 Dec 2005) | 2 lines

Don't bother decode on muted participants

................
r7551 | markster | 2005-12-20 18:52:31 +0100 (Tue, 20 Dec 2005) | 3 lines

Major RTP fixes for using inbound SDP on outbound connection, get rid of 
old local rtp stuff...

................
r7554 | russell | 2005-12-20 20:56:52 +0100 (Tue, 20 Dec 2005) | 2 lines

add AGENT function, similar to SIPPEER or IAXPEER (issue #5531)

................
r7556 | russell | 2005-12-20 21:20:04 +0100 (Tue, 20 Dec 2005) | 7 lines

- move the string join() function to utils.c since it is used in both cli.c and res_agi.c
- reimplement ast_join to be of linear effieciency instead of quadratic
- remove some useless checks for "if (e)"
- reorder checks for strings starting with '_' to avoid a useless call to ast_join()
- check array bounds when parsing arguments to AGI
(issue #5868)

................
r7565 | markster | 2005-12-21 00:36:22 +0100 (Wed, 21 Dec 2005) | 2 lines

Avoid multiple free 

................
r7566 | jdixon | 2005-12-21 00:41:59 +0100 (Wed, 21 Dec 2005) | 2 lines

New version, including half/semi-half duplex modes and system announcements

................
r7567 | jdixon | 2005-12-21 00:53:26 +0100 (Wed, 21 Dec 2005) | 2 lines

Added docs for new features (duplex mode & tailmessages)

................
r7568 | russell | 2005-12-21 09:44:51 +0100 (Wed, 21 Dec 2005) | 4 lines

- change the default value of the global priority jumping option to 'off'
- update the UPGRADE.txt file to reflect this change
- remove old information from UPGRADE.txt

................
r7569 | russell | 2005-12-21 09:51:44 +0100 (Wed, 21 Dec 2005) | 4 lines

add a header to indicate who the call was parked by to the ParkedCall manager
events generated when parking status is requested.  This header was already
in the events that are generated when the call is first parked. (issue #5883)

................
r7570 | russell | 2005-12-21 10:33:41 +0100 (Wed, 21 Dec 2005) | 2 lines

add Log application for generating custom log messages from the dialplan (issue #5287)

................
r7573 | tilghman | 2005-12-21 16:16:08 +0100 (Wed, 21 Dec 2005) | 2 lines

Bug 5734 - add status variables indicating the success or failure of the realtime apps

................
r7574 | russell | 2005-12-21 17:36:48 +0100 (Wed, 21 Dec 2005) | 2 lines

move heading to the top of the file

................
r7575 | tilghman | 2005-12-21 18:09:54 +0100 (Wed, 21 Dec 2005) | 2 lines

Bug 5440 - Add STAT() dialplan function

................
r7576 | tilghman | 2005-12-21 19:43:10 +0100 (Wed, 21 Dec 2005) | 2 lines

Bug 5055 - Simple SQL commands from the dialplan

................
r7578 | tilghman | 2005-12-21 20:24:56 +0100 (Wed, 21 Dec 2005) | 3 lines

Merged revisions 7577 via svnmerge from
/branches/1.2

................
r7579 | bweschke | 2005-12-21 20:44:51 +0100 (Wed, 21 Dec 2005) | 3 lines

 Bug #6040 - Documentation correction


................
r7583 | tilghman | 2005-12-21 21:02:36 +0100 (Wed, 21 Dec 2005) | 3 lines

Merged revisions 7582 via svnmerge from
/branches/1.2

................
r7587 | russell | 2005-12-22 03:20:44 +0100 (Thu, 22 Dec 2005) | 7 lines

- construct the difference and have only one call to snprintf in build_via
- convert some while loops to for loops
- localize some variables and remove unneeded initializations
- store result of get_header locally so it only has to be called once
- remove some duplicate calls to strcasecmp by storing result
(issue #5955)

................
r7589 | kpfleming | 2005-12-22 04:49:41 +0100 (Thu, 22 Dec 2005) | 2 lines

don't try to build func_odbc when ODBC headers/libraries are not present

................
r7590 | kpfleming | 2005-12-22 04:50:44 +0100 (Thu, 22 Dec 2005) | 2 lines

forward-port per-peer videosupport changes from branches/1.2

................
r7594 | russell | 2005-12-22 17:14:38 +0100 (Thu, 22 Dec 2005) | 2 lines

remove stray unlock (issue #5955)

................
r7600 | russell | 2005-12-22 21:38:43 +0100 (Thu, 22 Dec 2005) | 11 lines

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

........
r7599 | russell | 2005-12-22 15:36:47 -0500 (Thu, 22 Dec 2005) | 3 lines

revert changes to videosupport to allow per-peer setting, since it isn't quite
complete and there is not an obvious fix at this point

........

................
r7602 | tilghman | 2005-12-22 23:06:35 +0100 (Thu, 22 Dec 2005) | 3 lines

Merged revisions 7601 via svnmerge from
/branches/1.2

................
r7604 | bweschke | 2005-12-23 00:59:13 +0100 (Fri, 23 Dec 2005) | 3 lines

 Another app documentation tweak.


................
r7607 | kpfleming | 2005-12-23 04:04:38 +0100 (Fri, 23 Dec 2005) | 11 lines

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

........
r7606 | kpfleming | 2005-12-22 21:01:24 -0600 (Thu, 22 Dec 2005) | 3 lines

add license reference to copyright notice displayed when CLI session begins
add 'show warranty' and 'show license' CLI commands (still need a complete list of non-GPL components included in Asterisk)

........

................
r7609 | tilghman | 2005-12-23 07:39:44 +0100 (Fri, 23 Dec 2005) | 3 lines

Merged revisions 7608 via svnmerge from
/branches/1.2

................
r7613 | tilghman | 2005-12-23 21:43:11 +0100 (Fri, 23 Dec 2005) | 2 lines

Make the English language of date format 'Q' and 'q' sound a little bit more natural

................
r7614 | tilghman | 2005-12-23 22:03:25 +0100 (Fri, 23 Dec 2005) | 2 lines

Bug 5327 - new function FILTER and optional argument to CALLERID

................
r7615 | tilghman | 2005-12-23 23:47:26 +0100 (Fri, 23 Dec 2005) | 2 lines

Alphabetize the functions list

................
r7616 | tilghman | 2005-12-24 00:42:58 +0100 (Sat, 24 Dec 2005) | 2 lines

Bug 5759 - Remove unused datetime code (current DateTime app is in app_sayunixtime)

................
r7617 | russell | 2005-12-24 06:18:40 +0100 (Sat, 24 Dec 2005) | 5 lines

minor cleanups ...
- use for loops instead of while loops for basic list traversals
- remove an unused 'res' variable
- formatting tweaks

................
r7618 | russell | 2005-12-24 07:23:36 +0100 (Sat, 24 Dec 2005) | 7 lines

minor cleanups ...
- use for loops instead of while loops for basic list traversals
- only calculate word length one time in CLI complete functions
- use calloc instead of malloc + memset
- remove some unnecessary casts
- formatting tweaks 

................
r7619 | tilghman | 2005-12-25 01:25:41 +0100 (Sun, 25 Dec 2005) | 2 lines

Bug 5727 - reduce duplicate code

................
r7620 | markster | 2005-12-25 02:27:47 +0100 (Sun, 25 Dec 2005) | 2 lines

Fix multiple free of a frame (bug #6058)

................
r7627 | markster | 2005-12-26 01:47:28 +0100 (Mon, 26 Dec 2005) | 3 lines

Add "local channel" variation so that we don't read/write to the same 
channel...  (bug #6058)

................
r7633 | tilghman | 2005-12-26 17:48:12 +0100 (Mon, 26 Dec 2005) | 2 lines

Bug 6057 - Deprecate builtins that have been replaced by functions

................
r7635 | russell | 2005-12-26 19:35:28 +0100 (Mon, 26 Dec 2005) | 10 lines

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

........
r7634 | russell | 2005-12-26 13:19:12 -0500 (Mon, 26 Dec 2005) | 2 lines

cast time_t to an int in printf/scanf (issue #5635)

........

................
r7636 | jdixon | 2005-12-26 21:01:35 +0100 (Mon, 26 Dec 2005) | 3 lines

Added support for Feature Group C CAMA trunks (both DP and MF), and support
for Feature Group D Tamdem trunks inbound (outbound was already there)

................
r7638 | tilghman | 2005-12-26 21:34:46 +0100 (Mon, 26 Dec 2005) | 3 lines

Merged revisions 7637 via svnmerge from
/branches/1.2

................
r7639 | russell | 2005-12-26 22:38:50 +0100 (Mon, 26 Dec 2005) | 5 lines

- normalize some loops
- simplify and reduce code by keeping track of return value
- replace some simple if/then sections with conditional expressions
(issue #6065)

................
r7640 | markster | 2005-12-27 00:56:44 +0100 (Tue, 27 Dec 2005) | 2 lines

Don't do DTMF detect on pseudo's!

................
r7642 | tilghman | 2005-12-27 03:02:23 +0100 (Tue, 27 Dec 2005) | 2 lines

Add SQL_ESC to allow single ticks to be escaped

................
r7643 | tilghman | 2005-12-27 03:05:56 +0100 (Tue, 27 Dec 2005) | 2 lines

Reduce warnings on signedness conversions

................
r7646 | tilghman | 2005-12-27 07:24:28 +0100 (Tue, 27 Dec 2005) | 2 lines

Bug 5183 - Inline stack backtraces

................
r7647 | tilghman | 2005-12-27 07:42:29 +0100 (Tue, 27 Dec 2005) | 2 lines

Bug 5854 - Allow quotation of the second field in extconfig, for the purpose of including commas (for LDAP configuration)

................
r7648 | tilghman | 2005-12-27 07:50:25 +0100 (Tue, 27 Dec 2005) | 2 lines

Bug 5906 - ARRAY dialplan function

................
r7649 | tilghman | 2005-12-27 08:13:37 +0100 (Tue, 27 Dec 2005) | 2 lines

Bug 5382 - Allow VM_CATEGORY in voicemail emails

................
r7655 | russell | 2005-12-27 18:24:54 +0100 (Tue, 27 Dec 2005) | 3 lines

when doing tab completion, iterate the list of matches to count how many there
are instead of having the list of matches generated twice (issue #6066)

................
r7656 | tilghman | 2005-12-27 18:53:48 +0100 (Tue, 27 Dec 2005) | 2 lines

Bug 5237 - Optional filename argument

................
r7657 | russell | 2005-12-27 19:18:41 +0100 (Tue, 27 Dec 2005) | 3 lines

avoid repeated calls to strlen in command completion functions and normalize
some loops

................
r7658 | tilghman | 2005-12-27 20:13:13 +0100 (Tue, 27 Dec 2005) | 2 lines

Bug 4880 - add priority label matching and dialplan function retrieval

................
r7659 | russell | 2005-12-27 20:48:44 +0100 (Tue, 27 Dec 2005) | 2 lines

avoid unneeded calls to strlen in iax2 completion functions

................
r7660 | russell | 2005-12-27 20:59:09 +0100 (Tue, 27 Dec 2005) | 3 lines

avoid duplicate strlen calls for the command completion functions for
'show application' and 'show applications'

................
r7661 | russell | 2005-12-27 21:03:07 +0100 (Tue, 27 Dec 2005) | 2 lines

minor cleanups for another cli completion function ...

................
r7662 | russell | 2005-12-27 22:03:18 +0100 (Tue, 27 Dec 2005) | 2 lines

fix permissions of created recordings (issue #6067)

................
r7664 | russell | 2005-12-28 18:31:12 +0100 (Wed, 28 Dec 2005) | 2 lines

restore alphabetical order for builtin cli commands (issue #6073)

................
r7666 | russell | 2005-12-28 18:37:35 +0100 (Wed, 28 Dec 2005) | 10 lines

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

........
r7665 | russell | 2005-12-28 12:35:56 -0500 (Wed, 28 Dec 2005) | 2 lines

fix memory leak in build_rpid (issue #6070)

........

................
r7667 | russell | 2005-12-29 09:15:48 +0100 (Thu, 29 Dec 2005) | 2 lines

avoid multiple strlen calls in complete_queue

................
r7668 | russell | 2005-12-29 09:25:06 +0100 (Thu, 29 Dec 2005) | 2 lines

normalize a loop and avoid multiple strlen calls when completing voicemail users

................
r7674 | oej | 2005-12-30 12:20:13 +0100 (Fri, 30 Dec 2005) | 3 lines

- Reformatting the app_sms help text from html to txt to comply with the rest of the documentation
- Renaming help files to README.<name>

................
r7678 | tilghman | 2005-12-30 15:57:00 +0100 (Fri, 30 Dec 2005) | 3 lines

Merged revisions 7677 via svnmerge from
/branches/1.2

................
r7682 | russell | 2005-12-30 22:18:06 +0100 (Fri, 30 Dec 2005) | 2 lines

update doxygen docs to specify authors

................

Added:
    team/oej/multiparking/apps/app_setcallerid.c
      - copied unchanged from r7682, trunk/apps/app_setcallerid.c
    team/oej/multiparking/channels/misdn/fac.c
      - copied unchanged from r7682, trunk/channels/misdn/fac.c
    team/oej/multiparking/channels/misdn/fac.h
      - copied unchanged from r7682, trunk/channels/misdn/fac.h
    team/oej/multiparking/configs/func_odbc.conf.sample
      - copied unchanged from r7682, trunk/configs/func_odbc.conf.sample
    team/oej/multiparking/doc/README.app_sms
      - copied unchanged from r7682, trunk/doc/README.app_sms
    team/oej/multiparking/doc/README.channels
      - copied unchanged from r7682, trunk/doc/README.channels
    team/oej/multiparking/doc/README.linkedlists
      - copied unchanged from r7682, trunk/doc/README.linkedlists
    team/oej/multiparking/funcs/func_cut.c
      - copied unchanged from r7682, trunk/funcs/func_cut.c
    team/oej/multiparking/funcs/func_odbc.c
      - copied unchanged from r7682, trunk/funcs/func_odbc.c
Removed:
    team/oej/multiparking/apps/app_cut.c
    team/oej/multiparking/apps/app_datetime.c
    team/oej/multiparking/apps/app_enumlookup.c
    team/oej/multiparking/apps/app_eval.c
    team/oej/multiparking/apps/app_groupcount.c
    team/oej/multiparking/apps/app_math.c
    team/oej/multiparking/apps/app_md5.c
    team/oej/multiparking/apps/app_setcidname.c
    team/oej/multiparking/apps/app_setcidnum.c
    team/oej/multiparking/apps/app_setrdnis.c
    team/oej/multiparking/apps/app_txtcidname.c
    team/oej/multiparking/doc/app_sms.html
    team/oej/multiparking/doc/channel.txt
    team/oej/multiparking/doc/linkedlists.README
Modified:
    team/oej/multiparking/   (props changed)
    team/oej/multiparking/Makefile
    team/oej/multiparking/UPGRADE.txt
    team/oej/multiparking/acl.c
    team/oej/multiparking/aescrypt.c
    team/oej/multiparking/aeskey.c
    team/oej/multiparking/alaw.c
    team/oej/multiparking/app.c
    team/oej/multiparking/apps/Makefile
    team/oej/multiparking/apps/app_adsiprog.c
    team/oej/multiparking/apps/app_authenticate.c
    team/oej/multiparking/apps/app_cdr.c
    team/oej/multiparking/apps/app_chanisavail.c
    team/oej/multiparking/apps/app_chanspy.c
    team/oej/multiparking/apps/app_controlplayback.c
    team/oej/multiparking/apps/app_curl.c
    team/oej/multiparking/apps/app_db.c
    team/oej/multiparking/apps/app_dial.c
    team/oej/multiparking/apps/app_dictate.c
    team/oej/multiparking/apps/app_directed_pickup.c
    team/oej/multiparking/apps/app_directory.c
    team/oej/multiparking/apps/app_dumpchan.c
    team/oej/multiparking/apps/app_echo.c
    team/oej/multiparking/apps/app_externalivr.c
    team/oej/multiparking/apps/app_festival.c
    team/oej/multiparking/apps/app_flash.c
    team/oej/multiparking/apps/app_forkcdr.c
    team/oej/multiparking/apps/app_getcpeid.c
    team/oej/multiparking/apps/app_hasnewvoicemail.c
    team/oej/multiparking/apps/app_ices.c
    team/oej/multiparking/apps/app_image.c
    team/oej/multiparking/apps/app_intercom.c
    team/oej/multiparking/apps/app_ivrdemo.c
    team/oej/multiparking/apps/app_lookupblacklist.c
    team/oej/multiparking/apps/app_lookupcidname.c
    team/oej/multiparking/apps/app_macro.c
    team/oej/multiparking/apps/app_meetme.c
    team/oej/multiparking/apps/app_milliwatt.c
    team/oej/multiparking/apps/app_mixmonitor.c
    team/oej/multiparking/apps/app_mp3.c
    team/oej/multiparking/apps/app_nbscat.c
    team/oej/multiparking/apps/app_osplookup.c
    team/oej/multiparking/apps/app_page.c
    team/oej/multiparking/apps/app_parkandannounce.c
    team/oej/multiparking/apps/app_playback.c
    team/oej/multiparking/apps/app_privacy.c
    team/oej/multiparking/apps/app_queue.c
    team/oej/multiparking/apps/app_read.c
    team/oej/multiparking/apps/app_readfile.c
    team/oej/multiparking/apps/app_realtime.c
    team/oej/multiparking/apps/app_record.c
    team/oej/multiparking/apps/app_rpt.c
    team/oej/multiparking/apps/app_sayunixtime.c
    team/oej/multiparking/apps/app_senddtmf.c
    team/oej/multiparking/apps/app_sendtext.c
    team/oej/multiparking/apps/app_setcdruserfield.c
    team/oej/multiparking/apps/app_settransfercapability.c
    team/oej/multiparking/apps/app_skel.c
    team/oej/multiparking/apps/app_sms.c
    team/oej/multiparking/apps/app_softhangup.c
    team/oej/multiparking/apps/app_sql_postgres.c
    team/oej/multiparking/apps/app_stack.c
    team/oej/multiparking/apps/app_system.c
    team/oej/multiparking/apps/app_talkdetect.c
    team/oej/multiparking/apps/app_test.c
    team/oej/multiparking/apps/app_transfer.c
    team/oej/multiparking/apps/app_url.c
    team/oej/multiparking/apps/app_verbose.c
    team/oej/multiparking/apps/app_voicemail.c
    team/oej/multiparking/apps/app_waitforring.c
    team/oej/multiparking/apps/app_waitforsilence.c
    team/oej/multiparking/apps/app_while.c
    team/oej/multiparking/apps/app_zapateller.c
    team/oej/multiparking/apps/app_zapbarge.c
    team/oej/multiparking/apps/app_zapras.c
    team/oej/multiparking/apps/app_zapscan.c
    team/oej/multiparking/asterisk.c
    team/oej/multiparking/astmm.c
    team/oej/multiparking/autoservice.c
    team/oej/multiparking/build_tools/make_svn_branch_name
    team/oej/multiparking/buildinfo.c
    team/oej/multiparking/callerid.c
    team/oej/multiparking/cdr.c
    team/oej/multiparking/cdr/cdr_csv.c
    team/oej/multiparking/cdr/cdr_custom.c
    team/oej/multiparking/cdr/cdr_tds.c
    team/oej/multiparking/channel.c
    team/oej/multiparking/channels/Makefile
    team/oej/multiparking/channels/chan_agent.c
    team/oej/multiparking/channels/chan_alsa.c
    team/oej/multiparking/channels/chan_features.c
    team/oej/multiparking/channels/chan_h323.c
    team/oej/multiparking/channels/chan_iax2.c
    team/oej/multiparking/channels/chan_local.c
    team/oej/multiparking/channels/chan_mgcp.c
    team/oej/multiparking/channels/chan_misdn.c
    team/oej/multiparking/channels/chan_misdn_config.c
    team/oej/multiparking/channels/chan_modem.c
    team/oej/multiparking/channels/chan_modem_aopen.c
    team/oej/multiparking/channels/chan_modem_bestdata.c
    team/oej/multiparking/channels/chan_modem_i4l.c
    team/oej/multiparking/channels/chan_oss.c
    team/oej/multiparking/channels/chan_phone.c
    team/oej/multiparking/channels/chan_sip.c
    team/oej/multiparking/channels/chan_zap.c
    team/oej/multiparking/channels/iax2-parser.c
    team/oej/multiparking/channels/iax2-provision.c
    team/oej/multiparking/channels/misdn/Makefile
    team/oej/multiparking/channels/misdn/chan_misdn_config.h
    team/oej/multiparking/channels/misdn/ie.c
    team/oej/multiparking/channels/misdn/isdn_lib.c
    team/oej/multiparking/channels/misdn/isdn_lib.h
    team/oej/multiparking/channels/misdn/isdn_lib_intern.h
    team/oej/multiparking/channels/misdn/isdn_msg_parser.c
    team/oej/multiparking/chanvars.c
    team/oej/multiparking/cli.c
    team/oej/multiparking/codecs/Makefile
    team/oej/multiparking/codecs/codec_gsm.c
    team/oej/multiparking/config.c
    team/oej/multiparking/configs/agents.conf.sample
    team/oej/multiparking/configs/extconfig.conf.sample
    team/oej/multiparking/configs/features.conf.sample
    team/oej/multiparking/configs/misdn.conf.sample
    team/oej/multiparking/configs/res_odbc.conf.sample
    team/oej/multiparking/configs/rpt.conf.sample
    team/oej/multiparking/configs/sip.conf.sample
    team/oej/multiparking/configs/zapata.conf.sample
    team/oej/multiparking/contrib/firmware/iax/iaxy.bin   (contents, props changed)
    team/oej/multiparking/contrib/init.d/rc.debian.asterisk   (props changed)
    team/oej/multiparking/contrib/init.d/rc.gentoo.asterisk   (props changed)
    team/oej/multiparking/contrib/init.d/rc.mandrake.asterisk   (contents, props changed)
    team/oej/multiparking/contrib/init.d/rc.mandrake.zaptel   (props changed)
    team/oej/multiparking/contrib/init.d/rc.redhat.asterisk   (props changed)
    team/oej/multiparking/contrib/init.d/rc.slackware.asterisk   (props changed)
    team/oej/multiparking/cryptostub.c
    team/oej/multiparking/db.c
    team/oej/multiparking/devicestate.c
    team/oej/multiparking/dnsmgr.c
    team/oej/multiparking/doc/README.ael
    team/oej/multiparking/doc/README.misdn
    team/oej/multiparking/doc/README.variables
    team/oej/multiparking/dsp.c
    team/oej/multiparking/enum.c
    team/oej/multiparking/file.c
    team/oej/multiparking/frame.c
    team/oej/multiparking/fskmodem.c
    team/oej/multiparking/funcs/Makefile
    team/oej/multiparking/funcs/func_callerid.c
    team/oej/multiparking/funcs/func_cdr.c
    team/oej/multiparking/funcs/func_db.c
    team/oej/multiparking/funcs/func_enum.c
    team/oej/multiparking/funcs/func_env.c
    team/oej/multiparking/funcs/func_groupcount.c
    team/oej/multiparking/funcs/func_logic.c
    team/oej/multiparking/funcs/func_math.c
    team/oej/multiparking/funcs/func_md5.c
    team/oej/multiparking/funcs/func_moh.c
    team/oej/multiparking/funcs/func_strings.c
    team/oej/multiparking/funcs/func_timeout.c
    team/oej/multiparking/funcs/func_uri.c
    team/oej/multiparking/funcs/pbx_functions.c
    team/oej/multiparking/image.c
    team/oej/multiparking/include/asterisk/app.h
    team/oej/multiparking/include/asterisk/channel.h
    team/oej/multiparking/include/asterisk/chanvars.h
    team/oej/multiparking/include/asterisk/frame.h
    team/oej/multiparking/include/asterisk/linkedlists.h
    team/oej/multiparking/include/asterisk/logger.h
    team/oej/multiparking/include/asterisk/options.h
    team/oej/multiparking/include/asterisk/pbx.h
    team/oej/multiparking/include/asterisk/rtp.h
    team/oej/multiparking/include/asterisk/strings.h
    team/oej/multiparking/io.c
    team/oej/multiparking/loader.c
    team/oej/multiparking/logger.c
    team/oej/multiparking/manager.c
    team/oej/multiparking/muted.c
    team/oej/multiparking/netsock.c
    team/oej/multiparking/pbx.c
    team/oej/multiparking/pbx/pbx_ael.c
    team/oej/multiparking/pbx/pbx_config.c
    team/oej/multiparking/pbx/pbx_dundi.c
    team/oej/multiparking/plc.c
    team/oej/multiparking/privacy.c
    team/oej/multiparking/res/res_adsi.c
    team/oej/multiparking/res/res_agi.c
    team/oej/multiparking/res/res_config_odbc.c
    team/oej/multiparking/res/res_crypto.c
    team/oej/multiparking/res/res_features.c
    team/oej/multiparking/res/res_monitor.c
    team/oej/multiparking/res/res_musiconhold.c
    team/oej/multiparking/res/res_odbc.c
    team/oej/multiparking/res/res_osp.c
    team/oej/multiparking/rtp.c
    team/oej/multiparking/say.c
    team/oej/multiparking/sched.c
    team/oej/multiparking/slinfactory.c
    team/oej/multiparking/sounds/agent-alreadyon.gsm   (props changed)
    team/oej/multiparking/sounds/agent-incorrect.gsm   (props changed)
    team/oej/multiparking/sounds/agent-loggedoff.gsm   (props changed)
    team/oej/multiparking/sounds/agent-loginok.gsm   (props changed)
    team/oej/multiparking/sounds/agent-newlocation.gsm   (props changed)
    team/oej/multiparking/sounds/agent-pass.gsm   (props changed)
    team/oej/multiparking/sounds/agent-user.gsm   (props changed)
    team/oej/multiparking/sounds/auth-incorrect.gsm   (props changed)
    team/oej/multiparking/sounds/auth-thankyou.gsm   (props changed)
    team/oej/multiparking/sounds/beep.gsm   (props changed)

[... 24755 lines stripped ...]


More information about the asterisk-commits mailing list