dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

5584 Commits

Author SHA1 Message Date
twisted e72928bc18 Forgot to remove printf() used in debugging
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6149 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-18 04:23:33 +00:00
twisted d4f3114e43 Update muted for operation on OSX. :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6148 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-18 04:22:08 +00:00
russell 1952459258 Allow manager originate to specifiy more than one variable to be set.
Allow manager originate and spool files to set writable dialplan functions,
including those that use the pipe symbol to seperate arguments.
Allow CDR dialplan function to be able to set the account code and userfield.
This deprecates the use of the Account header in manager originate and spool
files, as well as the SetAccount and SetCDRUserField applications.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6147 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 23:24:51 +00:00
kpfleming ff15e0fa53 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6146 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 23:00:47 +00:00
kpfleming c05cf07847 clean up scheduler debugging and expose defines in the Makefile (bug #4703)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6145 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 22:21:31 +00:00
kpfleming dcdc953857 re-enable SIGHUP and SIGCHLD after they fire on platforms that require it (bug #4720)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6144 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 22:12:55 +00:00
kpfleming 63a6a077da phase two of string portability stuff:
don't need ast_ prefixes on functions
  use individual #defines for function presence
  add vasprintf to portability library


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6143 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 22:06:15 +00:00
russell 467a58ed8f get rid of compiler warning
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6142 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 16:32:44 +00:00
kpfleming 478b8682bf make 'Agents' manager action conform to protocol (bug #4723)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6141 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 16:21:41 +00:00
kpfleming 2bbd57c0d6 revert unneeded change and add comment to avoid it in the future
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6140 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 16:15:57 +00:00
kpfleming 6b622ff869 ensure that format string macros are undef'd after use (bug #4716)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6139 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 16:13:26 +00:00
kpfleming 552eab0954 don't use %i for scanf unless non-base-10 input is needed (bug #4717)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6138 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 16:10:21 +00:00
kpfleming 1b03c2f7f8 various code formatting changes and cleanups related to bug #4706
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6137 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 16:03:02 +00:00
kpfleming bf3fcafdae ensure that channels that are busy/congested are marked AST_STATE_BUSY (bug #4706)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6136 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 16:02:37 +00:00
kpfleming c4670d0b06 more ifdef cleanup to match proper Linux macros
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6135 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 15:37:58 +00:00
twisted 2b92e31a0e Fix breakage caused by bug #4669. Next time let's test the build on
linux before commiting a portability patch ;)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6134 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 02:28:10 +00:00
kpfleming 4903f50fe8 first phase of proper fix for portable string function problems (bug #4669)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6133 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 00:39:01 +00:00
kpfleming cf67ae6727 restore count_messages for ODBC storage to proper behavior (bug #4711)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6132 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 00:27:41 +00:00
kpfleming f4efe45a03 clean up maxmsg parsing, and ensure default applies to Realtime voicemail users
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6131 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 00:18:58 +00:00
russell 398df2d16b fix some indentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6130 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 00:15:14 +00:00
kpfleming 723dd748ca ensure we record the last seqno we transmitted (bug #4659)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6129 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-14 23:58:36 +00:00
russell af70c4b702 clarify comment
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6128 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-14 20:08:31 +00:00
russell e534215277 add ability to have a file, ~/.asterisk.makeopts, that will be included in
the makefile so that every time you checkout Asterisk, you don't have to
edit the makefile to set all of your common options


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6127 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-14 19:40:15 +00:00
kpfleming 927ff77ac1 don't ignore hardcoded CLID from zapata.conf when usecallerid=no
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6126 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-13 20:22:29 +00:00
kpfleming 90a8bcf11a fix up lock breakage from bug #4245
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6125 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-13 19:27:09 +00:00
russell 553a20be66 fix big endian compilation issue
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6124 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-13 19:21:04 +00:00
kpfleming 4f173d622b add create_addr_from_peer, to use an existing peer reference
(solves a deadlock where create_addr was called with the peer already locked)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6123 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-13 18:06:49 +00:00
kpfleming 32627ab579 add QueueStatusComplete event (bug #4694 with minor mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6121 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-13 16:44:55 +00:00
mattf f6c6078d29 Update variable name to match docs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6120 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-13 15:13:12 +00:00
russell 8d67c0a010 fix typo in app description (bug #4697)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6119 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-13 14:07:29 +00:00
kpfleming c52acdaf45 send final 3 RFC2833 packets with same seqno (bug #4659)
don't reprocess incoming RFC2833 event when packets received out of order (bug #4659)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6116 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 23:36:00 +00:00
russell 20ef59e571 add a dialplan function to get and set the music on hold class
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6115 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 22:50:45 +00:00
kpfleming 7b08b9a445 add support for multiple-digit extensions in queue exit contexts (bug #4690)
add QUEUEAGENTCOUNT dialplan function (bug #4690)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6114 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 22:28:51 +00:00
kpfleming 20933df538 support DTX and CNG in speex (bug #4608)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6113 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 22:20:16 +00:00
kpfleming 4e3e4a83f2 add UTC tag to date string so users are aware of the time offset
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6112 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 19:41:25 +00:00
kpfleming 70723a7713 revert patch from bug #4532 until CPU consumption problem can be resolved
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6111 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 18:57:20 +00:00
kpfleming 7291c2c739 fix logic error in searching for channel by name (bug #4684)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6110 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 16:00:23 +00:00
russell 96afbd2890 convert ast_copy_string to use AST_INLINE_API macro (bug #4682)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6108 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 15:26:24 +00:00
russell 023e0980e0 get rid of compiler warning (bug #4682)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6107 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 15:22:55 +00:00
kpfleming f4fecc342e cast constants into the proper type (bug #4686)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6106 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 15:13:39 +00:00
kpfleming be462a3f05 clean up and reorganize vm_intro_it (bug #4683, with formatting changes)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6105 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 15:10:31 +00:00
kpfleming b6bb53ac70 don't declare variables inside a code block (bug #4681)
fix formatting


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6104 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 14:58:25 +00:00
markster 4bc2bc78bf Fix IAX2 encryption (really, bug #4500 for reference)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6103 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 14:46:20 +00:00
kpfleming 732b6f974b add privacy/screening functionality to app_dial (bug #752)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6102 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 03:23:31 +00:00
kpfleming e2205de048 add support for say_number in Hebrew (bug #4420)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6101 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 03:00:49 +00:00
kpfleming cb2f998880 correct arguments being passed to external notify function (bug #4595)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6100 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 02:57:50 +00:00
kpfleming 70fc8fb4ff support a configurable number of mailboxes per folder (bug #4229)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6099 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 02:53:56 +00:00
kpfleming 407f10a261 support military-style time announcing ('hundred' instead of 'o-clock') (bug #4605)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6098 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 02:36:53 +00:00
kpfleming 34f2bb0bb1 pick up calling ANI information from libpri (bug #4571)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6097 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 02:33:57 +00:00
kpfleming 9e15379a06 allow explicit source address/port selection for peers (bug #4257, with minor mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6096 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 02:19:41 +00:00