dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

34 Commits

Author SHA1 Message Date
russell 44abf0bbac clean up some application descriptions to use more gooder English
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7047 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10 20:56:45 +00:00
russell 465d1d7712 make app_queue 1.2 jump compliant (issue #5580)
add missing includes of stdio.h
remove some unused and duplicate headers


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7026 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 04:48:00 +00:00
russell d3ddc001a2 issue #5605
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6979 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06 15:09:47 +00:00
russell fcb15a4b4f alphabetize option lists
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6975 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06 05:34:13 +00:00
kpfleming ae35e4e069 major update to arg/option parsing APIs and documentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6953 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-03 21:19:11 +00:00
kpfleming a36f58a0aa major redesign of the channel spy infrastructure, increasing efficiency and reducing locking conflicts
(nearly) complete rewrite of app_muxmon, renaming the application to MixMonitor and fixing a large number of bugs and inconsistencies
update app_chanspy to use new spy infrastructure


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6884 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 23:01:13 +00:00
russell 2c3b3edc86 Doxygen documentation update from oej (issue #5505)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24 20:12:06 +00:00
russell 58818426d6 Massive cleanups to applications for LOCAL_USER handling and some other things.
In general, LOCAL_USER_ADD/REMOVE should be the first/last thing called in an
application.  An exception is if there is some *fast* setup code that might
halt the execution of the application, such as checking to see if an argument
exists.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6832 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-19 18:19:02 +00:00
russell 2c83f05ebb it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6828 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18 22:52:21 +00:00
kpfleming b72b57009f remove unused variable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6774 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13 23:15:30 +00:00
markster c2bf316746 Fix crash in chanspy (bug #5332)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6768 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-13 22:10:16 +00:00
kpfleming 95fe2b8fd4 update MANY more files with proper copyright/license info (thanks Ian!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14 20:46:50 +00:00
markster c05f5017eb Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6563 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-12 03:49:54 +00:00
kpfleming dad8943fab reset channel volumes when exiting apps that use them
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6525 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07 14:15:37 +00:00
kpfleming 38ba89121e add new channel option (via ast_channel_setoption()) to let channel drivers adjust txgain/rxgain if they are able (only Zap channels at this time)
modify app_chanspy to use new gain option
reformat app_chanspy to match coding guidelines
add user-controlled volume adjustment to app_meetme (issue #4170, heavily modified to actually work on Zap channels)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6519 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07 01:30:01 +00:00
kpfleming 000130b1d3 add slinfactory object, and change app_chanspy to use it (bug #4724)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6177 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-20 00:53:21 +00:00
kpfleming 8dc28b2439 the last round of file version tags
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06 22:39:32 +00:00
kpfleming e500673791 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06 03:04:58 +00:00
russell e9f4f7e702 don't play any sounds when using the quiet option (bug #4348)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5774 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26 16:05:07 +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
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
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
anthm 4857ffdb73 fix codec timing issues
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5326 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01 01:03:22 +00:00
anthm b08d26f4ff more optimizations
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5318 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-31 19:00:40 +00:00
anthm 20cd57249c minor tweak and optimization for chanspy
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5317 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-31 18:00:35 +00:00
anthm 3bbd4c797b fix dial a channel on chanspy
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5309 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-30 16:57:59 +00:00
anthm 3b02f9532c increase buffer space
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5306 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-30 16:07:07 +00:00
anthm 7fd9ddbc39 fix group and arg parsing bug
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5300 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-29 17:46:37 +00:00
anthm 05b8b91755 fix volfactor
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5269 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-26 17:40:00 +00:00
anthm d2c8187053 doh channel_pvt.h ?
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5247 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24 03:31:07 +00:00
anthm a681e7f92e forgot to fix this
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5246 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24 03:24:51 +00:00
russell 020ba47257 remove header that no longer exists
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5244 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24 02:47:19 +00:00
markster d924cf6f0e Add chanspy (bug #3836)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5242 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24 01:19:02 +00:00