Archived
14
0
Fork 0
Commit graph

1080 commits

Author SHA1 Message Date
kpfleming
025aeb8f62 add dialplan functions for Caller ID, language and timeouts (bug #4219, with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5679 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15 17:45:30 +00:00
kpfleming
276253b1a3 support Swedish and Norwegian mailbox intros (bug #4227)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5677 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15 17:03:08 +00:00
kpfleming
4375bcc8e5 allow caller to exit during position announcement by pressing valid exit key (bug #3821, with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5673 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15 05:42:51 +00:00
kpfleming
5b2aecdd56 add silent option to VMAuthenticate application (bug #4157)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5672 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15 05:23:05 +00:00
mattf
6757232639 Fix to bug 4118
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5620 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-10 19:05:50 +00:00
markster
55bc25751a Update groupcount / db documentation (bug #4200, etc)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5606 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08 17:17:34 +00:00
markster
9eeaaa3915 Convert app_db to function variables (bug #4201)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5604 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08 17:08:25 +00:00
markster
d29b05e5a7 Fix chan_spy on Solaris (bug #4204)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5603 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08 17:01:42 +00:00
markster
64ef317fa8 Fix gethostname calls (bug #4198, with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5600 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08 16:44:25 +00:00
markster
5ca62a6c13 Allow transfer to work without a tech (bug #4199)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5599 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08 16:35:54 +00:00
russell
45a5d77d81 use ast_strcasestr (bug #4203)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5595 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-07 12:49:36 +00:00
kpfleming
6a262d98ee major re-work of dialplan functions, including:
- locking of functions list during registration/unregistration/searching
 - rename of function description structure to be consistent with the rest of the API
 - addition of 'desc' element to description structure, for detailed description (like applications)
 - addition of 'show function' CLI command to show function details
 - conversion of existing functions to use uppercase names to match policy
 - creation of new 'pbx_functions.so' module to contain standard 'builtin' functions
 - removal of all builtin functions from pbx.c and apps and placement into new 'funcs' directory


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5583 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-05 05:39:33 +00:00
russell
7fe9220d99 function formatting and header order cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5582 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-05 03:16:07 +00:00
kpfleming
3aea9a1dc7 add app_dictate (bug #3893)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5579 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04 19:33:33 +00:00
kpfleming
3b9f433202 add GROUP_COUNT and GROU_MATCH_COUNT functions, deprecate GroupCount and GroupMatchCount apps, remove GROUPCOUNT variable from README.variables (bug #4133, with doc update)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5568 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04 04:13:31 +00:00
kpfleming
ce9a0b7459 add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5567 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04 04:05:34 +00:00
kpfleming
5cf7932cbb return proper string from description function (bug #4150)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5564 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04 00:33:46 +00:00
kpfleming
b7e6d89aa2 don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5533 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29 17:00:33 +00:00
kpfleming
a4b06d6ac1 formatting cleanup (bug #4109)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5532 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29 16:13:04 +00:00
kpfleming
1cbba5607c make 'goto' APIs aware of auto-processing loops, so they know exactly when to set the requested priority or one priority lower
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5529 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29 15:04:26 +00:00
kpfleming
2f0559dad7 help text cleanups (bug #4072, with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5508 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27 01:50:53 +00:00
kpfleming
9aa18655df support old single-column options for realtime voicemail (bug #4080)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5506 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27 01:37:46 +00:00
kpfleming
ea12ee2c58 report the number of rows updated when using RealTime update method (bug #4066)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5496 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-22 03:29:03 +00:00
kpfleming
bef71744f4 fix various compiler warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5491 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21 06:30:23 +00:00
kpfleming
31e8dcf4fe use double-quotes instead of angle-brackets for non-system include files (bug #4058)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21 06:02:45 +00:00
markster
0c1a64d4c1 Remove useless declaration (bug #4040)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5480 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-16 08:50:50 +00:00
markster
9d0e0ae0e2 Add 'n' option to dial for "nojump" (bug #4034)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5468 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-15 05:30:27 +00:00
russell
9201aa9db0 add missing newlines, fix misspelling of nonexistent (bug #4027)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5467 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13 23:33:47 +00:00
russell
30a4d0bfa8 just formatting
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5465 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13 16:43:26 +00:00
mattf
25c6087b37 Fix so that asterisk continues to build if libcurl is not present or the correct
version. bug #3982.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5463 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13 15:17:41 +00:00
kpfleming
f15746ae9b support postfix options in voicemail apps (prefix options still supported using old syntax) (bug #4007)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5461 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13 05:22:51 +00:00
kpfleming
7da33e49f4 ensure that the random number generator(s) are always seeded with a different value during Asterisk startup
don't reinitialize random number generators in other modules
(bug #4017)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5459 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13 04:47:39 +00:00
russell
de4d4fed2b add missing newline (bug #4018)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5456 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13 03:41:20 +00:00
markster
6a44809129 Add calling party DTMF (bug #3994)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5445 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-11 02:46:25 +00:00
markster
f106d08166 Add option to mask certain high frequency events (bug #3707)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5444 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-11 02:04:08 +00:00
markster
768ea2ea34 Add member/queue filters to queuestatus manager command (bug #3995)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5441 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-09 18:58:44 +00:00
markster
ca564f00e9 Forward text frames before answer (bug #3717)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5440 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-09 18:54:58 +00:00
markster
fbaf5d9cfc Fix needless queue breakage for 2.95 (bug #3993) but this DOES NOT MEAN WE WILL WORK TOWARDS 2.95 IN THE FUTURE!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5439 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-09 18:43:04 +00:00
mattf
8313b60230 Revert back on incorrect libcurl fix :-(
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5438 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-07 22:20:07 +00:00
mattf
6919ba569f Bugfix for old versions of libcurl (#3982)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5437 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-07 21:18:14 +00:00
kpfleming
0d2814ae15 re-implement realtime support in app_directory
add support for hiding entries from app_directory using new hidefromdir= option (bug #3950)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5429 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 18:55:33 +00:00
kpfleming
535434ea0e ensure that needed headers are included for chmod() and mkdir() (bug #3937)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5366 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 20:25:43 +00:00
anthm
c67406954e forgot some code from the last chanspy repass (nothing exciting)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5365 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03 15:46:22 +00:00
kpfleming
dbaa46812e Resolve app_meetme crash when member tries to mute/unmute (bug #3899)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5362 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02 23:26:27 +00:00
kpfleming
716e3504b7 add VM_MESSAGEFILE channel variable to hold path to message left by caller (bug #3926, plus doc update)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5357 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-02 01:08:55 +00:00
kpfleming
2f590f1417 use local header for transfer definitions instead of libpri.h
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5355 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01 23:56:32 +00:00
kpfleming
a606c8bd6a add FIELDQTY function to split variable contents and get any desired field (bug #3731)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5353 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01 22:03:17 +00:00
mattf
b38275e064 Forgot to add app_settransfercapability.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5344 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01 18:46:21 +00:00
mattf
474f5219a9 Merging in xylome's beaerer capabilty patch (bug 3547)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5342 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01 17:00:50 +00:00
anthm
442d3fcddf Finishing touches and addition of record flag to ChanSpy <pay up jets\!>
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5340 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01 16:09:52 +00:00