Commit Graph

1660 Commits (577c0ebedd71b02737f00ec91f4fe7dc48816e05)

Author SHA1 Message Date
Kevin P. Fleming 95dc3bba01 handle call time limit properly when warning is requested _after_ call would hae already ended (issue #6356)
19 years ago
BJ Weschke 83b525e2cb When using the silence detector in ast_play_and_record() and ast_play_and_prepend(), the truncation code never gets called to remove the detected silence, because the value of res is zero when control gets to that point. #6903 w/some mods (softins)
19 years ago
Tilghman Lesher 08cc142495 Bug 6914 - .txt file fails to rename on operator out
19 years ago
Kevin P. Fleming ce8275960e fix typo
19 years ago
Kevin P. Fleming a6e5c98723 small fix... don't try to check conference details if it couldn't be created or found
19 years ago
Kevin P. Fleming 60df6b45d2 don't try to support 'i' or 'r' options if chan_zap is not loaded, and warn the user when they attempt to use them (issue #6675)
19 years ago
Russell Bryant 235212182e move continue out of block that checks verbose level (issue #6880)
19 years ago
Joshua Colp 831a96aac1 Update email address to my Digium one
19 years ago
Olle Johansson 457bdd22bb Issue #6882 - move "res=-1" out of verbosity block, minor code cleanups (casper)
19 years ago
Matt O'Gorman 43fde6acce Adds documentation to show what the w flag.
19 years ago
Olle Johansson 0a48c19845 Typo fix.
19 years ago
Tilghman Lesher 0bb7b71572 Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API approved by Russell)
19 years ago
Tilghman Lesher ea4baa91d0 Fix incorrect size of zeroing (left over from when maxmsg was hardcoded at 100)
19 years ago
Tilghman Lesher eb76fca6a3 Bug 6783 - When context is specified, voicemail should look for mailboxes in that context
19 years ago
BJ Weschke dea7edda6b Fix a typo in the app description
19 years ago
BJ Weschke 41feb1c7ff Bug #5884 - fix a possible race state in app_meetme when a channel has gone away and we are reading continuously for more frames. (mneuhauser)
19 years ago
Russell Bryant 9884c9637a don't crash when asked to read from a file that doesn't exist (issue #6786)
19 years ago
Joshua Colp b0f4874196 Fix a minor code issue
19 years ago
Joshua Colp 3667b25224 Issue #6781 - Verbose levels not enforced in app_voicemail (Reported by flobi)
19 years ago
Russell Bryant 17187101f6 don't add conference participant if the user hangs up while recording their name (issue #6661)
19 years ago
Tilghman Lesher d564b81083 Bug 6714 - Workaround to avoid retrieving incomplete voicemail message
19 years ago
Russell Bryant 13b57f8255 revert the change made in revision 12927 in favor of keeping the original
19 years ago
Russell Bryant e6ae8990bc when using the G() option to Dial, fix sending the called channel to 1 priority
19 years ago
Russell Bryant 14e8c4c5a3 fix a problem with not loading realtime queue members by always reloading a
19 years ago
BJ Weschke 4e3b9d6389 Substitute variables in the post_process string (if it exists) before those variables could possibly disappear (channel hangup) #6462
20 years ago
Tilghman Lesher 3da520e492 Fix possible lack of initialization of useadsi
20 years ago
Russell Bryant 7c92ffe150 when executing the Directory application from voicemail and a context is not
20 years ago
Matt O'Gorman bab77bbab1 bug fix from 6485 with musiconhold not being turned
20 years ago
Kevin P. Fleming ce008d40a1 don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289)
20 years ago
Mark Spencer 710445b5b1 Fix stopstream in menus (bug #6137)
20 years ago
Josh Roberson 671cde62de Don't set the formats before we stop indications. (issue #6380)
20 years ago
Russell Bryant db467378b4 fix due to CDR changes
20 years ago
Tilghman Lesher bae6e7b617 Revert behavior change from previous commit (fixes only)
20 years ago
Tilghman Lesher cf015dbefc Backport 5929 to 1.2
20 years ago
Russell Bryant 32cc1bedc1 add another location for postgresql headers (issue #6419)
20 years ago
Tilghman Lesher eb177856db Bug 6176 - Fix race condition
20 years ago
Kevin P. Fleming e07c977f18 ensure hangup cause code is handled properly when channel does not return a frame (issue #6346)
20 years ago
Russell Bryant 2f1d118537 fix memory leak from not freeing the queue member list when freeing an old queue
20 years ago
Tilghman Lesher 366c8a99ef Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded
20 years ago
Russell Bryant 30f2aff526 fix invalid value of prev_q (issue #6302)
20 years ago
Russell Bryant 57c82eb66f fix a seg fault due to assuming that space gets allocatted on the stack in the
20 years ago
Matt O'Gorman 5460606cff Solves issue with the login proccess in meetme
20 years ago
Matt O'Gorman 792b78b317 Stop any generators running on a channel when
20 years ago
Tilghman Lesher cb08e49303 Bug 6211 - Add option deletevoicemail as equivalent to option delete for Realtime
20 years ago
Russell Bryant b5ec3e47fa fix temp greetings with ODBC storage (issue #6078)
20 years ago
Russell Bryant 72deed0c37 fix a little typo
20 years ago
Tilghman Lesher b9f8c60fa7 Bug 6192 - behave correctly when mailbox is specified as argument
20 years ago
Kevin P. Fleming bb47f95262 fix breakage introduced in revision 7871
20 years ago
Russell Bryant a7a2115b9c fix seg fault when using greek syntax in VoicemMailMain (issue #6142)
20 years ago
BJ Weschke 226d146b25 Fix the 'if' clause to be true under the right conditions. Bug #6126
20 years ago
Tilghman Lesher 5529fc0355 Bug 6121 - typo in application description
20 years ago
Kevin P. Fleming 73ef559240 revert incorrect fix for bug #6048 from revision 7709
20 years ago
Tilghman Lesher 649aaad100 Bug 6084 - MixMonitor after a 'cli stop monitor' deadlocks
20 years ago
Russell Bryant 8df1e4866a backport fix for permissions of created recordings (issue #6067)
20 years ago
Russell Bryant a434f8877a cast time_t to an int in printf/scanf (issue #5635)
20 years ago
Tilghman Lesher ef891dc0a7 Bug 6051 - VMCOUNT should work as documented and count all, not quit after finding 1
20 years ago
BJ Weschke 1028e43464 Another app documentation tweak.
20 years ago
Tilghman Lesher 4979f66f28 Bug 6050 SQL requires the use of single ticks to delimit values, not quotes
20 years ago
Russell Bryant 4611be805a backport fix for segfault on directed pickup when no CDR is available (issue #5998)
20 years ago
Kevin P. Fleming 587493fdfc backport fix for larger-than-20ms-frames from trunk (bug #5697)
20 years ago
Tilghman Lesher e4e5f7c65b Bug 6009 - off by one error
20 years ago
Tilghman Lesher c9f97f49c5 First field is truncated
20 years ago
Kevin P. Fleming e69171dc06 restore ability of caller to hangup calls that are still ringing (issue #5839)
20 years ago
Kevin P. Fleming 86bb1472cc set all the child file descriptors to non-blocking so that we don't hang if the child fails to send a newline-terminated command or error message
20 years ago
Tilghman Lesher f59b27258c Bug 5967
20 years ago
Tilghman Lesher 91c5b12f25 Bug 5960
20 years ago
Russell Bryant a49f954f6a don't delete dynamic queue members when reloading the static members from a realtime database (issue #5922)
20 years ago
Tilghman Lesher 5b03803e2f Bug 5925: check for "Unknown", as that's what app_voicemail puts into the field for Unknown callerid
20 years ago
Kevin P. Fleming 5fbe566524 inherit channel variables into channels created by Page() application (issue #5888)
20 years ago
Kevin P. Fleming e14cf31bc9 allow previous context-searching behavior to be used if desired (issue #5899)
20 years ago
Kevin P. Fleming 0042c03c7e properly handle password changes when mailbox is last line of config file and not followed by a newline (issue #5870)
20 years ago
Kevin P. Fleming acaf8c9cc9 don't block waiting for the Festival server forever when it goes away (issue #5882)
20 years ago
Russell Bryant 0a4d7e5068 use ast_app_separate_args to split arguments (issue #5686)
20 years ago
Russell Bryant a32f75b800 fix queue weight feature - compare member interfaces instead of pointers to
20 years ago
Russell Bryant ce2ecb5582 fix DIALEDTIME when call has not been answered (issue #5862)
20 years ago
Josh Roberson d52e8fa7d2 backport fix from trunk
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Russell Bryant 7dc2449f3a print an error message if invalid arguments are specified
20 years ago
Russell Bryant 27cc20db11 fix a couple of typos and a buglet
20 years ago
Kevin P. Fleming 5ec3844077 remove CVS ignore lists, set SVN ignore lists
20 years ago
Russell Bryant e3b81e66a1 issue #5850
20 years ago
Russell Bryant 5861d3fd64 issue #5829
20 years ago
Kevin P. Fleming 08acdc6a86 backport fix from HEAD branch
20 years ago
Russell Bryant 5bdb8074aa issue #5789
20 years ago
Russell Bryant 6abe5e1b23 don't hardcode poll.o for Darwin
20 years ago
Russell Bryant 3245bf61a1 issue #5775
20 years ago
Russell Bryant 9ee13167bb issue #5787
20 years ago
Russell Bryant aa2239a050 issue #5773
20 years ago
Russell Bryant 40a1b60cbd issue #5774
20 years ago
Russell Bryant cccb11916f fix logic for n+101 jumps
20 years ago
Russell Bryant 49641825eb issue #5795
20 years ago
Jeremy McNamara 3dc12025c8 Make voicemail not terminate asterisk if no config file
20 years ago
Kevin P. Fleming 7953c3f407 issue #5763
20 years ago
Kevin P. Fleming a14758518d correct a small problem with recent commit
20 years ago
Kevin P. Fleming a45b2019df issue #5752
20 years ago
Kevin P. Fleming 6bfdf6f45a issue #5736
20 years ago
Russell Bryant 0702130ed1 fix a typo in the RetryDial description
20 years ago
Kevin P. Fleming 52da8d9862 issue #5704
20 years ago
Kevin P. Fleming 3b8c82543d issue #5718
20 years ago
Kevin P. Fleming 50ab28bd94 issue #5720
20 years ago
Kevin P. Fleming 51b54236de issue #5721
20 years ago
Kevin P. Fleming 64aaaa1f4a issue #5663 again
20 years ago
Kevin P. Fleming 6f45949ca1 issue #5663
20 years ago
Russell Bryant 00de2bc78b clean up descriptions for the voicemail applications
20 years ago
Russell Bryant 45c7589284 update the descriptions of a couple more apps
20 years ago
Russell Bryant 78d740290a more cleanups to application descriptions
20 years ago
Kevin P. Fleming c6e7b2a333 issue #5590
20 years ago
Kevin P. Fleming 5545974c6a issue #5676
20 years ago
Kevin P. Fleming c79c0f97f1 issue #5680
20 years ago
Kevin P. Fleming ba349963a8 issue #5673
20 years ago
Kevin P. Fleming 54dd7ac9fa issue #5707
20 years ago
Russell Bryant 14d426098e issue #5709
20 years ago
Kevin P. Fleming c3b6ac6004 issue #5706
20 years ago
Russell Bryant 642be05f09 fix typos in my doc cleanup
20 years ago
Russell Bryant f3b4e0291c clean up some application descriptions to use more gooder English
20 years ago
Mark Spencer 73b90d3b74 Fix enum lookup (bug 5674)
20 years ago
Kevin P. Fleming 9b03ffc513 issue #2720
20 years ago
Kevin P. Fleming 3e4feebbd6 issues #3599 and #4252
20 years ago
Kevin P. Fleming 9433b7157f whitepace cleanup and various minor fixes
20 years ago
Kevin P. Fleming 7b2e24777f issue #5650
20 years ago
Russell Bryant 987b87662c make app_queue 1.2 jump compliant (issue #5580)
20 years ago
Kevin P. Fleming 52f25ae960 issue #5649
20 years ago
Kevin P. Fleming a0a9769616 issue #5648
20 years ago
Kevin P. Fleming 0ac4bbfdd9 issue #5602
20 years ago
Kevin P. Fleming 145daf44d8 issue #5634 and a little ChangeLog cleanup
20 years ago
Kevin P. Fleming c6f312fdef issue #5638
20 years ago
Kevin P. Fleming 24cc108694 issue #5640 with minor mods
20 years ago
Kevin P. Fleming 5eceb92944 issue #5642
20 years ago
Kevin P. Fleming 8f536c775e issue #5643
20 years ago
Kevin P. Fleming 1ca8bccc2f issue #5646
20 years ago
Kevin P. Fleming 608f5f7f45 issue #5647
20 years ago
Kevin P. Fleming f09c6bc78e application doc update
20 years ago
Russell Bryant 4eb2c0d832 use correct arguments to ast_cdr_reset from my changes earlier today
20 years ago
Russell Bryant e8f2ad304a user correct arguments to ast_cdr_reset from my changes earlier today
20 years ago
Russell Bryant e4ce764744 make jumping optional, make an exit status var, use args parsing macros (issue #5628)
20 years ago
Russell Bryant 7d4a5abb1d Convert some built-in applications to use new args parsing macros.
20 years ago
Russell Bryant bb7eb69c09 issue #5627, with mods
20 years ago
Russell Bryant 88cc39af74 issue #5625
20 years ago
Russell Bryant f3d02da7d8 issue #5626
20 years ago
Russell Bryant 3cf2991be1 issue #5623
20 years ago
Russell Bryant dd21a2b170 issue #5614
20 years ago
Russell Bryant 29dbc6c204 issue #5612
20 years ago
Russell Bryant f477f462d3 issue #5598
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Russell Bryant 75c812f26d issue #5622
20 years ago
Russell Bryant 3bd298f2dd alphabetize option lists
20 years ago
Mark Spencer 4600902059 Handle ODBC forwarding properly (bug #5606)
20 years ago
Mark Spencer 8e680521ec Allow mixmon names to have dots (bug #5607)
20 years ago
Mark Spencer b721635619 Janitor project, app_controlplayback (bug #5610)
20 years ago
Mark Spencer 535ed63c6f Dial janitor patch (bug #5613)
20 years ago
Mark Spencer 34152c3abc Meetme whitespace changes (bug #5615)
20 years ago
Mark Spencer 5e17bb19d9 Add missing newline (bug #5616)
20 years ago
Kevin P. Fleming c103bc7806 issue #5609
20 years ago
Kevin P. Fleming 2bebbca579 flags usage simplification
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Jim Dixon fc9612edad Fixed a couple of silly boo-boo's
20 years ago
Kevin P. Fleming 8f0a6a7d4f uhh... oops
20 years ago
Kevin P. Fleming ce50837d70 upgrade Dial() app to use API-based argument/option parsing
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Kevin P. Fleming b05e64ed12 issue #5564
20 years ago
Kevin P. Fleming 631ee6670c issue #5560
20 years ago
Kevin P. Fleming da097c4f5e issue #5561
20 years ago
Kevin P. Fleming 03ceef35ac optionally send silence during recording (issue #5135)
20 years ago
Russell Bryant eae43386f0 when going through new user setup, don't change the password if they don't
20 years ago
Kevin P. Fleming 261e51b03a handle comments containing what appear to be context names during voicemail.conf updates better (issue #5385)
20 years ago
Kevin P. Fleming 551ac9af04 don't use 'rowcount' after SELECT statements, since the ODBC API does not say it is allowed (issue #5083)
20 years ago
Kevin P. Fleming 7ef0527a7d correct comment
20 years ago
Kevin P. Fleming ed3be69bce update Makefile for new app name
20 years ago
Kevin P. Fleming e6fc49806d complete the rename of MuxMon to MixMonitor
20 years ago
Kevin P. Fleming 846b39a9f1 major redesign of the channel spy infrastructure, increasing efficiency and reducing locking conflicts
20 years ago
Kevin P. Fleming f9a98f7110 use API call for frame volume adjustment
20 years ago
Russell Bryant 7deac2300a strncpy to ast_copy_string
20 years ago
Russell Bryant 5187de9ab6 remove unnecessary checks before calls to ast_strlen_zero
20 years ago
Jim Dixon 7810f546f3 Many changes and new stuff including Reverse Autopatch and completely new authentication system no longer requiring static IP address assignment.
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Mark Spencer 60e9a6edf7 Fix app_disa to set the proper variable before goign to invalid (bug #5439)
20 years ago
Mark Spencer e973e76c9f Fix DISA documentation (bug #5461)
20 years ago
Russell Bryant b4e0cedf94 fix up help text (issue #5479)
20 years ago
Russell Bryant 4aa7912057 Massive cleanups to applications for LOCAL_USER handling and some other things.
20 years ago
Russell Bryant 29829640bf it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
20 years ago
Mark Spencer dbdd193e12 Fix segfault in app queue when no cdr exists for the calling channel (bug #5462)
20 years ago
Mark Spencer e634c61ef8 Small paging fixups (bug #5460)
20 years ago
Mark Spencer 50d20994f8 Fix off-by-one issue with sort (bug #5459)
20 years ago
Josh Roberson 82d7020516 Don't only accept AST_DEVICE_UNKNOWN when we're trying to determine if the device is in use. (Bug # 5338)
20 years ago
Russell Bryant b59ab89e1a implement TXTCIDNAME as a dialplan function and mark the application deprecated
20 years ago
Russell Bryant ff34fbd02b remove unnecessary config file loading
20 years ago
Mark Spencer 4e919f337c Fix queue, iax and sip formatting issues (bug #5449)
20 years ago
Kevin P. Fleming 4d5c1aefb7 minor changes and eliminate some compiler warnings
20 years ago
Mark Spencer a5dd6a1a14 Add muxmon application (bug #4735 with mods, thanks tony!)
20 years ago
Mark Spencer cb5e5c1fd5 Don't wait for channels to answer before moving on!
20 years ago
Kevin P. Fleming 57a8f5d82c ensure Dial() options are sorted in help output (issue #5386)
20 years ago
Kevin P. Fleming cc5f36d139 ensure that message envelopes are retrieved from ODBC storage when advanced options menu is used (issue #5393)
20 years ago
Kevin P. Fleming 81932c6142 make DISA() use 'i' extension if it exists (issue #5439 with mods)
20 years ago
Kevin P. Fleming d509e41078 remove unused variable
20 years ago
Kevin P. Fleming 7215e4179d add auto-monitor support (issue #5411)
20 years ago
Russell Bryant bcb449e56b update docs to reflect that priority jumping only occurs when the global
20 years ago
Mark Spencer 370f98e223 Fix crash in chanspy (bug #5332)
20 years ago
Josh Roberson 485e3e0801 Log timeouts in queues when the call timeout is set from the dialplan (Bug #5422)
20 years ago
Kevin P. Fleming f48b822a20 make new app conform to coding guidelines :-(
20 years ago
Mark Spencer 42cb1956fc Make sure paging can be duplex if necessary
20 years ago
Mark Spencer 995b3973a2 Fix "bug" of not being able to page multiple phones
20 years ago
Mark Spencer c5a8178bb4 Fix directed pickup to a call that is up (bug #5425 with mods)
20 years ago
Kevin P. Fleming 350aaac04b properly report hangupcause when ast_request() fails for the last (or only) target of a dial operation (issue #5394, different fix)
20 years ago
Kevin P. Fleming 4807571648 add VMCOUNT() function to replace HasVoicemail/HasNewVoicemail apps (issue #5335)
20 years ago
Kevin P. Fleming 17b668e180 don't twiddle memory that doesn't belong to us (issue #5348)
20 years ago
Kevin P. Fleming e338682949 fix memory leak and unload problems (issue #5380)
20 years ago
Kevin P. Fleming e0680525e7 fix queues properly (issue #5300, take two)
20 years ago
Kevin P. Fleming d45b683bdd ensure that app_queue won't crash if no members are defined via Realtime (issue #5300)
20 years ago
Russell Bryant 9f0cf49bca make sure to LOCAL_USER_REMOVE in all cases where the application can exit (issue #5307)
20 years ago
Russell Bryant 90aec0b0e3 fix logic error that breaks queue exit (issue #5312)
20 years ago
Russell Bryant da7ca691b2 move variable declaration to the beginning of the function (issue #5299)
20 years ago
Kevin P. Fleming d3f7c5fb74 don't drop the caller just because it's not time to play an announcement (issue #5279)
20 years ago
Kevin P. Fleming 5599da9581 support new version of OSP toolkit (issue #5168)
20 years ago
Kevin P. Fleming 43e0f52600 correct logic errors (issue #5258)
20 years ago
Kevin P. Fleming b151666d4c correct sense of logic test (issue #5259)
20 years ago
Mark Spencer 1097fc2d38 Make curl a function
20 years ago
Mark Spencer 446d1eee3e Fix meet me / local channel (bug #5274)
20 years ago
Kevin P. Fleming 7470ddb6b2 fix copy-and-paste error
20 years ago
Mark Spencer 2e5537a4a0 Fix directed pickup deadlock bug (bug #5270)
20 years ago
Jim Dixon b3d871f223 Added support for iaxrpt gui client
20 years ago
Kevin P. Fleming b28847320d add Pickup() application (issue #4865)
20 years ago
Kevin P. Fleming b8f23573fa more license/copyright header updates (thanks Ian!)
20 years ago
Kevin P. Fleming 981970c57b _really_ fix app_directory (doh... how did I miss this before?) (issue #5232, take two)
20 years ago
Kevin P. Fleming 44e3b6feb1 ensure that Record() will exit even if no audio is received from the channel (issue #4899)
20 years ago
Kevin P. Fleming 5bd40f4e11 revert a portion of issue #5138 which broke this app (issue #5232)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming f6dff3608d allow channel receive gain to be adjusted while recording messages/greetings in voicemail (workaround for issue #2023 from the ancient past)
20 years ago
Kevin P. Fleming b42abc9ce0 deprecate EnumLookup() application
20 years ago
Kevin P. Fleming fc0b625da1 make While() able to find the matching EndWhile() for when the condition is zero (issue #5145)
20 years ago
Kevin P. Fleming 8f537c4378 add status variable output and jumping control to SendURL() (issue #4812)
20 years ago
Kevin P. Fleming 0c8f0e8bdb extensive ENUM support update, including ENUMLOOKUP() dialplan function (issue #5201 with mods)
20 years ago
Russell Bryant 8da2550874 ensure that user events are identified with the correct type (issue #5200)
20 years ago
Mark Spencer f06a4016be Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)
20 years ago
Jim Dixon 391d8b0994 Better improved HF interface
20 years ago
Josh Roberson f406fe76a8 Set filaneme BEFORE we return from open_mailbox() if we don't have positive message count (Bug #5175)
20 years ago
Jim Dixon 4794638c99 Fixed signalling problem with pciradio
20 years ago
Kevin P. Fleming 03f39d5a1e ensure that TRANSFERSTATUS can return FAILURE (issue #5146)
20 years ago
Kevin P. Fleming 1e854ea773 remove useless buffer initializations (issue #5134)
20 years ago
Kevin P. Fleming a78f58b4e4 put a limit on Macro depth (to combat recursion) (issue #5114)
20 years ago
Kevin P. Fleming e0f02b46f1 convert a bunch of apps to use ast_goto_if_exists() (issue #5138)
20 years ago
Kevin P. Fleming 721bd0aa59 eliminate signedness warnings (issue #5130)
20 years ago
Kevin P. Fleming 40c5fa88a4 eliminate signedness warnings (issue #5129)
20 years ago
Kevin P. Fleming a833f4699a add status variable output to System() app (issue #5121)
20 years ago
Kevin P. Fleming 4e87243686 fix some race conditions
20 years ago
Kevin P. Fleming 4b8de0713e reset channel volumes when exiting apps that use them
20 years ago
Kevin P. Fleming 6a34f551ec re-add 'listen' volume control
20 years ago
Kevin P. Fleming 35d9febc6e another buglet
20 years ago
Kevin P. Fleming 764cfe8f8e actually do issue #4170 right... it was supposed to adjust talk volume, not listen volume (sorry)
20 years ago
Kevin P. Fleming 5fdc070109 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)
20 years ago
Kevin P. Fleming 37a3c098bf fix stupid thinko (thanks velter!)
20 years ago