dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

8236 Commits

Author SHA1 Message Date
markster 5f79288ef5 Make sure we update parameters correctly with reinvite
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25959 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 09:47:22 +00:00
markster 1777f139b0 Oops
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25930 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 08:45:37 +00:00
markster 46abbe97e4 Make menuselect be able to show what the modules are
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25929 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 08:44:50 +00:00
rizzo 5617675f5a large rewrite of the extension matching code,
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-09 08:31:42 +00:00
rizzo 8758cc1de5 misc fixups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25925 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 08:16:07 +00:00
kpfleming 072439e2e2 remove API function that was added and never used
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25924 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 08:11:41 +00:00
rizzo e55f3c48a4 remove trailing whitespace
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25914 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 08:03:52 +00:00
rizzo b31042ff8d mark a couple of dubious pieces of code
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25894 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 07:51:55 +00:00
kpfleming 909bd6a98c don't build strcompat for menuselect except on Solaris
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25893 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 07:51:20 +00:00
rizzo 30357417c9 more code simplifications.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25892 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 07:49:17 +00:00
russell bccc6a110e remove a check of the result of ast_mutex_lock
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25891 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 07:28:01 +00:00
russell 8b63a317f7 put all the QUEUE_STRATEGY values in an enum, and use them in all of the places
in the code where the strategy type is checked, to make the code more readable


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25889 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 07:27:03 +00:00
rizzo 1b2ea5bc93 simplify matchcid()
define struct pbx_find_info for later use



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25861 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 06:17:42 +00:00
rizzo c199e3b0e2 use S_OR where appropriate, comment an unclear difference in format
between CONCISE and VERBOSE



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25860 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 06:14:30 +00:00
rizzo bacddfcf51 more small simplifications
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25856 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 06:04:45 +00:00
tilghman 9bf10465a4 Bug 7114 - Originate success/failure indicator was reversed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25831 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 06:00:11 +00:00
tilghman 4726be05ab Bug 7009 - use the actual path, so that a table index can be used
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25830 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 05:55:44 +00:00
tilghman 43d78c44a2 Bug 6787 - Allow escaping of newline characters for invoking non-Festival TTS systems
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25829 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 05:30:05 +00:00
bweschke 27c5645379 strategy "ringall" is really int value of 0, not 1.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25801 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 00:21:40 +00:00
tilghman 1eaf7ae6ca Warn user if the custom format is not one of the options
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25772 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 23:04:19 +00:00
rizzo d9807d12a7 another function restructured
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25749 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 22:53:57 +00:00
rizzo 18c192bf9a more code restructuring
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25748 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 22:47:03 +00:00
rizzo 4bed039734 remove some common code in parsing function calls
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25747 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 22:15:31 +00:00
rizzo cd9ab535b1 more code restructuring
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25746 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 22:06:50 +00:00
rizzo 9f07b13786 restructure a function reducing nesting depth.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25717 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 21:49:22 +00:00
russell 4985725e60 remove checks of the result of ast_mutex_lock
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25716 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 21:27:47 +00:00
rizzo bc2bfb8f31 fix indentation of a large block.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25715 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 21:09:03 +00:00
russell 0a10ced39a revert a patch that wasn't supposed to be committed ... oops
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25714 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 21:07:12 +00:00
russell fdb839ee42 make sure that the MOD_SUBDIR_CFLAGS and OTHER_SUBDIR_FLAGS come before
ASTCFLAGS so that -Iinclude comes before any system include path


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25686 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 21:00:16 +00:00
russell c185afc30d on mac, QUAD_MIN and QUAD_MAX are already defined, so this causes a bunch
of warnings


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25684 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 20:50:43 +00:00
rizzo ceede344d8 minor code restructuring in preparation for more work.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25683 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 20:49:30 +00:00
tilghman df142b8142 Don't try to build aelparse if pbx_ael is disabled in menuselect (otherwise the build breaks)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25654 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 16:47:49 +00:00
kpfleming f683cf4342 make Makefile slightly less noisy
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25653 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 16:17:00 +00:00
rizzo 682e9ff019 localize some variables
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25652 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 16:14:29 +00:00
kpfleming 32498abcf7 commit the proper configure script
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25651 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 16:11:33 +00:00
kpfleming 81e9f8ba95 silly people that don't want to install/run autoconf :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25628 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 16:02:42 +00:00
oej af1d0287e1 Add documentation on "allowtransfer"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25614 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 15:46:02 +00:00
rizzo 313398d5d9 document th way extensions are sorted
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25613 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 15:32:53 +00:00
oej 030439550d Issue #7103 (mikma)
- Don't send reply on ACK
- use "require" instead of "required" which is an unknown header
 (Partly imported from 1.2)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25612 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 15:31:58 +00:00
russell c4a6d12d56 add smarter checking for termcap support, which fixes a build problem when
ncurses is statically compiled with term info support, which is provided in
the statically compiled editline library that we are including. 
(issue #6948, original patch by casper, modified to use the features 
of AST_EXT_LIB)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25611 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 15:24:52 +00:00
kpfleming 4017232235 use a file that configure will _always_ regenerate as the trigger for running the script
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25610 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 15:20:00 +00:00
russell a36aeaf46b add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -Iinclude
comes before -I/usr/local/include or something similar


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25590 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 15:03:44 +00:00
oej 5546f66403 - Issue 7101 (mikma) - Don't crash with no From: header in pedantic mode
- Cleanup of get_destination
- Don't call uri_decode twice on the same string if you're in a rush ... :-)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25568 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 14:45:28 +00:00
markster 33a2c1be27 Minor cleanup on dtmf calling (bug #7076)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25567 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 14:45:18 +00:00
kpfleming 7dade312ab remove incorrect Makefile rule that was causing aelparse to be rebuilt unnecessarily
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25566 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 14:43:49 +00:00
kpfleming dff3da58c2 don't let make use implicit rules for bison/flex output files
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 14:34:32 +00:00
bweschke 78681784b9 Merged revisions 25563 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r25563 | bweschke | 2006-05-08 10:12:20 -0400 (Mon, 08 May 2006) | 3 lines

 Don't show agents as available when they are in wrap-up time.  #6726 (ZX81)


........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 14:13:43 +00:00
bweschke 9b93a8bfcd Block r25522 from coming into /trunk. /trunk uses list macros now and 1.2 doesn't here.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25524 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 13:39:14 +00:00
bweschke 77999f4d25 Make QueueStatusComplete manager event thread safe by wrapping it inside the already existing Queue Lock clause. #7013 (bziherl reporting)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25523 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 13:38:14 +00:00
bweschke 2b2565f7ae Merged revisions 25520 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r25520 | bweschke | 2006-05-08 09:15:30 -0400 (Mon, 08 May 2006) | 3 lines

 Oops. :(


........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25521 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 13:16:06 +00:00