dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

6576 Commits

Author SHA1 Message Date
markster e0618cf82a Don't do DTMF detect on pseudo's!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7640 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26 23:56:44 +00:00
russell 22e42951e0 - normalize some loops
- simplify and reduce code by keeping track of return value
- replace some simple if/then sections with conditional expressions
(issue #6065)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7639 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26 21:38:50 +00:00
tilghman 5655a3c810 Merged revisions 7637 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7638 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26 20:34:46 +00:00
jdixon 262e9759c4 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)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7636 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26 20:01:35 +00:00
russell ac9d70ac12 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)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7635 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26 18:35:28 +00:00
tilghman b759554372 Bug 6057 - Deprecate builtins that have been replaced by functions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7633 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26 16:48:12 +00:00
markster 6eb2c2ee1b Add "local channel" variation so that we don't read/write to the same
channel...  (bug #6058)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7627 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26 00:47:28 +00:00
markster 04943e4664 Fix multiple free of a frame (bug #6058)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7620 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-25 01:27:47 +00:00
tilghman 94af0e8ec8 Bug 5727 - reduce duplicate code
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7619 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-25 00:25:41 +00:00
russell 470cfa71c8 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 


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7618 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-24 06:23:36 +00:00
russell eb360ec8d1 minor cleanups ...
- use for loops instead of while loops for basic list traversals
- remove an unused 'res' variable
- formatting tweaks


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7617 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-24 05:18:40 +00:00
tilghman 4a8d4d9402 Bug 5759 - Remove unused datetime code (current DateTime app is in app_sayunixtime)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7616 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23 23:42:58 +00:00
tilghman 1b08c58c31 Alphabetize the functions list
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7615 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23 22:47:26 +00:00
tilghman e19e560da2 Bug 5327 - new function FILTER and optional argument to CALLERID
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7614 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23 21:03:25 +00:00
tilghman 9b9d26173e Make the English language of date format 'Q' and 'q' sound a little bit more natural
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7613 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23 20:43:11 +00:00
tilghman 1475cfca95 Merged revisions 7608 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7609 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23 06:39:44 +00:00
kpfleming 2935278d1e 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)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7607 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23 03:04:38 +00:00
bweschke 2fd9155bca Another app documentation tweak.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7604 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 23:59:13 +00:00
tilghman a1133ebd7c Merged revisions 7601 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7602 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 22:06:35 +00:00
russell eed0c9f016 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

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7600 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 20:38:43 +00:00
russell 022fbb72ac remove stray unlock (issue #5955)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7594 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 16:14:38 +00:00
kpfleming 40b84b2ae9 forward-port per-peer videosupport changes from branches/1.2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7590 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 03:50:44 +00:00
kpfleming a30c7a43dc don't try to build func_odbc when ODBC headers/libraries are not present
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7589 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 03:49:41 +00:00
russell b96d2f1d42 - 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)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7587 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 02:20:44 +00:00
tilghman f933315a29 Merged revisions 7582 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7583 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 20:02:36 +00:00
bweschke 293834e491 Bug #6040 - Documentation correction
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7579 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 19:44:51 +00:00
tilghman 70141a02c7 Merged revisions 7577 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7578 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 19:24:56 +00:00
tilghman 4ca4b36d90 Bug 5055 - Simple SQL commands from the dialplan
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7576 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 18:43:10 +00:00
tilghman 6aacd0c128 Bug 5440 - Add STAT() dialplan function
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7575 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 17:09:54 +00:00
russell 5eaf407bf4 move heading to the top of the file
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7574 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 16:36:48 +00:00
tilghman 79f57ab6b9 Bug 5734 - add status variables indicating the success or failure of the realtime apps
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7573 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 15:16:08 +00:00
russell 3e7a8235d9 add Log application for generating custom log messages from the dialplan (issue #5287)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7570 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 09:33:41 +00:00
russell 407571172a 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)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7569 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 08:51:44 +00:00
russell d16d5b5463 - 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


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7568 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 08:44:51 +00:00
jdixon 4035176765 Added docs for new features (duplex mode & tailmessages)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7567 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 23:53:26 +00:00
jdixon 5d0953b55d New version, including half/semi-half duplex modes and system announcements
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7566 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 23:41:59 +00:00
markster a260ea237a Avoid multiple free
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7565 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 23:36:22 +00:00
russell cc20111b72 - 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)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7556 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 20:20:04 +00:00
russell 59d6c7a704 add AGENT function, similar to SIPPEER or IAXPEER (issue #5531)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7554 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 19:56:52 +00:00
markster 37635ecfdd Major RTP fixes for using inbound SDP on outbound connection, get rid of
old local rtp stuff...


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7551 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 17:52:31 +00:00
markster 74937e92ec Don't bother decode on muted participants
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7548 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 14:14:01 +00:00
markster be3c78074e Major peformance improvements to meetme
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7547 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 13:07:02 +00:00
markster cabac00bee Fix choppy audio with > 20ms audio frames (bug #5697)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7542 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 10:26:53 +00:00
markster b5a869b53c Fix segfault on directed pickup when no CDR is available (bug #5998)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7541 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 09:56:55 +00:00
markster fe070f491c Fix reload of peer contexts (bug #6007)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7540 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 09:39:31 +00:00
russell 34b781be4c use the system libgsm if available (issue #5434, modified to still work with builtin libgsm)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7539 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 08:16:53 +00:00
russell e4e135851c allow forcing the build to exclude PRI support using WITHOUT_PRI, similar to
how we already have WITHOUT_ZAPTEL (issue #5985)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7538 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 07:45:05 +00:00
russell 25ac13091d - add note on required values of sip_methods struct
- remove duplicate function prototype
- remove duplicate ast_mutex_lock (issue #6025)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7528 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-19 23:41:53 +00:00
tilghman 5cb18ea551 Merged revisions 7523 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7524 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-19 19:08:42 +00:00
tilghman c27a8e3dba Merged revisions 7521 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7522 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-19 05:42:55 +00:00