dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

7280 Commits

Author SHA1 Message Date
russell 011fac8ff8 fix up the summary and help text for the mixmonitor cli command
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10392 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-17 04:17:35 +00:00
russell 4e9acef0f0 Merged revisions 10368 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10368 | russell | 2006-02-16 20:55:10 -0500 (Thu, 16 Feb 2006) | 2 lines

fix incorrent index calculation for jitterbuffer history (issue #6517)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10369 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-17 01:59:59 +00:00
mogorman b1e9d68389 add 'blindtransfer' variable to chan iax2 like chan_sip and res_features bug note 6407
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10354 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 23:44:09 +00:00
tilghman 4e9abfbe1b Bug 6503 - Change wording from mailbox to folder when referring to the subfolders of a mailbox (less confusing)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10353 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 23:13:48 +00:00
tilghman 2c8f53443d Bug 6516 - u->chan not defined
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10339 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 22:59:38 +00:00
tilghman 17f5af7b6f Bug 6515 - extra semicolon
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10338 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 22:53:56 +00:00
russell 683ec6ed21 remove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10323 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 20:38:21 +00:00
russell f921b9c2c3 Merged revisions 10301 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10301 | russell | 2006-02-16 13:07:52 -0500 (Thu, 16 Feb 2006) | 3 lines

when executing the Directory application from voicemail and a context is not
specified, use the "default" context, not the channel's current context (issue #6507)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10302 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 18:19:05 +00:00
russell 5f7ef687fa add StopMixMonitor application (issue #6122, with mods)
Rename and export ast_complete_channels for use by cli completion functions
that want to complete from the list of active channels


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10287 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 17:37:03 +00:00
russell 5134a87422 suppress compiler warning
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10286 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 17:21:56 +00:00
oej a99f76d3f4 Whitespace cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10271 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 08:19:34 +00:00
tilghman 284a588ebd Define the initial values separate from the STATIC definitions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10255 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 23:00:07 +00:00
russell c72e5e1b38 remove the uses of the deprecated STANDARD_LOCAL_USER
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10241 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 20:11:56 +00:00
crichter 8e9b1bb203 adde incoming_early_audio option, to avoid sending tone indications to the remote party on incoming calls from the pstn, this shouldnt be enabled, only if the provider allows it
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10227 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 19:51:33 +00:00
crichter 2913414dba added pmp_l1_check option, to avoid l1 checking for group calls on PMP ports
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10225 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 19:32:45 +00:00
russell ee948b14c3 now that there are no modules that define their own version of
'struct localuser' (see issue #6216), redefine STANDARD_LOCAL_USER 
to empty, and define the localuser structure in module.h (issue #6494)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10223 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 19:07:48 +00:00
russell 0896ace304 Fix the retrieval of the new SYSTEMNAME variable. Also, clarify some
documentation of how pbx_retrieve_variable works. (issue #6493)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10209 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 18:39:52 +00:00
mogorman c815e9dadb changed LOG_WARNING to LOG_DEBUG for backtrace
messages (issue #6497)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10195 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 17:37:57 +00:00
oej 8319c90f4a Small typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10179 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 07:01:19 +00:00
kpfleming f0d3db9337 add option to avoid calling members whose channels are 'in use' (issue #6315, plus documentation)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10163 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 02:52:19 +00:00
kpfleming 564a29ff7c remove code that does not appear to do anything useful (issue #6059)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10142 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 01:55:20 +00:00
kpfleming ea305ad521 more memory allocation wrapper conversion
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10141 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 01:48:54 +00:00
kpfleming 039789031c various cleanups (issue #6389)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10140 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 01:38:20 +00:00
kpfleming 864476b6ea don't dereference memory that has been freed (issue #6405)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10139 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 01:31:21 +00:00
kpfleming a10a6b1402 Merged revisions 10137 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10137 | kpfleming | 2006-02-14 19:21:33 -0600 (Tue, 14 Feb 2006) | 2 lines

ensure that agents logged in via the manager interface are stored in the persistence database (related to issue #6301)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10138 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 01:22:54 +00:00
kpfleming 5bd6728e53 add channel's uniqueid to manager 'join' event (issue #6458)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10122 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 01:01:35 +00:00
kpfleming c97e52dc7e add KEYPADHASH dialplan function (issue #6441)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10113 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 00:59:01 +00:00
kpfleming 728842d73f handle longer ENUM lookup results (issue #6476)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10112 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 00:51:21 +00:00
kpfleming 1420606bde block func_enum fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10111 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 00:47:08 +00:00
kpfleming 1290482b55 Merged revisions 10021,10108 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10108 | kpfleming | 2006-02-14 18:36:57 -0600 (Tue, 14 Feb 2006) | 2 lines

ensure that FastAGI launcher can handle system call interruption (issue #6449)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10109 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 00:38:27 +00:00
kpfleming 8b1974448d force a cleanup due to today's ast_channel change
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10107 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 00:33:30 +00:00
kpfleming 987242db6a update app to use args parser
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10106 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 00:33:07 +00:00
kpfleming 15db46a445 add API function for parsing strings to time_t (issue #6320, with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10105 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 00:24:24 +00:00
kpfleming 69f7e69869 add 'systemname' option to prefix channel unique IDs with (issue #5825)
convert chan->uniqueid to a stringfield from a fixed-size buffer


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10088 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 23:42:36 +00:00
mogorman a6a33b46c2 Now Kevin will be really happy!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10087 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 23:38:27 +00:00
mogorman 4d6fbdd052 changed naming scheme for variables so it matches
asterisk standard, changed it so it can take frames
 of sizes other than 20ms, allowed for the app to reload
 properly, and finalyl changed sample to general section
 as to follow standards.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10086 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 23:30:18 +00:00
kpfleming fbe9a8f93d use a delimiter for 'show channels concise' that will not appear in the field contents (issue #6086, with UPGRADE.txt addition)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10085 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 23:22:52 +00:00
tilghman e1bdf6e7ef Bug 4377 - Initial round of loader changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10084 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 23:08:06 +00:00
kpfleming bddd8bab57 more list macro conversion (issue #6361, plus documentation for new macro)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10067 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 22:44:20 +00:00
kpfleming e72e24e047 more memory allocation wrapper conversion (issue #6365)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10066 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 22:28:01 +00:00
kpfleming 0993d3ddbf warn people about ENUMLOOKUP counting change
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10065 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 22:20:14 +00:00
kpfleming dc3302d647 ensure that ENUM count requests that are invalid return zero, not blank (issue #6371)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10064 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 22:18:13 +00:00
kpfleming 0be5cc8fb2 don't force a default zone for ENUM() lookups, use the configuration file (issue #6036, with update to UPGRADE.txt)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10047 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 21:57:26 +00:00
kpfleming 5ae550a31a don't use localuser structure for outbound calls (issue #6216)
various code cleanup and reorganization (issue #6216)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10046 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 21:50:35 +00:00
kpfleming 32dfcec463 list macro conversion (issue #6328, with bugfix)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10020 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 20:39:56 +00:00
kpfleming 32acfae754 Merged revisions 9961,9964,9990,10018 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10018 | kpfleming | 2006-02-14 14:20:15 -0600 (Tue, 14 Feb 2006) | 2 lines

don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10019 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 20:21:38 +00:00
kpfleming eed38bf1f8 remove file for testing
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9994 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 19:37:19 +00:00
kpfleming 8f9a21a235 test pre-commit script
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9993 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 19:28:07 +00:00
kpfleming 8d844f5bf8 set proper mime-type and eol-style on all files
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9991 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 19:14:15 +00:00
markster 5c41026800 Properly stopsteram on meetme (bug #6137)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9989 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 19:08:51 +00:00