Commit Graph

7597 Commits (ffae2ad2fa1628811798b51dc3fc3d0fcaabf945)
 

Author SHA1 Message Date
Kevin P. Fleming ffae2ad2fa install the LICENSE file along with the music files
18 years ago
Kevin P. Fleming e38a7d523c move FreePlayMusic files into a subdirectory, and include a license statement for them
18 years ago
Russell Bryant 8e7cb1aa7a Fix a couple potential minor memory leaks. load_moh_classes() could return
18 years ago
Mark Michelson a8d3745147 Fixed an issue where chanspy flags were uninitialized if no options were passed.
18 years ago
Russell Bryant ab2a84f410 Ensure that adding a user to the list of users of a specific music on hold
18 years ago
Russell Bryant 460df0480b (closes issue #9660)
18 years ago
Joshua Colp 577c0ebedd Only print out a warning for situations where it is actually helpful. (issue #10187 reported by denke)
18 years ago
Russell Bryant 2c757b4ab7 The function make_trunk() can fail and return -1 instead of a valid new call
18 years ago
Mark Michelson 140c936792 The cli command "agent logoff Agent/x soft" did not work...at all. Now it does.
18 years ago
Russell Bryant 4307bca95c Make sure that the ESCAPE immediately follows the condition that uses LIKE.
18 years ago
Joshua Colp 7055d9fe45 Use some Makefile magic to determine if linux/compiler.h is present. (issue #10174 reported by francesco_r)
18 years ago
Jason Parker 01412290a2 Fix an issue where it was possible to have a service level of over 100%
18 years ago
Jason Parker 5dd56e420c Fix an issue with wrapuptime not working when using AgentLogin.
18 years ago
Jason Parker 71fa9ce0c4 Use res_ndestroy on systems that have it. Otherwise, use res_nclose.
18 years ago
Jason Parker c908fb91d1 Fix a small typo in description in of Voicemail() application.
18 years ago
Russell Bryant abf682606c Only use ESCAPE when LIKE is used.
18 years ago
Joshua Colp abcb24bd12 Ensure the group information category exists before trying to do a string comparison with it. (issue #10171 reported by mlegas)
18 years ago
Russell Bryant 319b105e17 When the specified class isn't found, properly fall back to the channel's music
18 years ago
Jason Parker 29da454042 Several chan_zap options were not working on reload because they were arbitrarily
18 years ago
Russell Bryant 0a22a51525 If a sip_pvt struct has already registered an extension state callback,
18 years ago
Russell Bryant 5e8172892e (closes issue #10075)
18 years ago
Russell Bryant ed261253d5 (closes issue #10125)
18 years ago
Mark Michelson 3735871ed4 Fixed a bug wherein agents get stuck busy. (issue 9618, reported by jiddings, patched by moi)
18 years ago
Kevin P. Fleming 585de1223e we shouldn't allow G.723.1 endpoints to use VAD, just like we don't support it for G.729
18 years ago
Joshua Colp 0b2c98ac3e Copy language information to the dialog structure when calling a peer for situations where a PBX may be started on the dialed channel. (issue #10121 reported by clegall_proformatique)
18 years ago
Joshua Colp e32e830419 Tweak spy locking. (issue #9951 reported by welles)
18 years ago
Joshua Colp 1dc2b9c0f7 Actually check to make sure a PBX was started on one of the Local channels instead of blindly assuming it was. (issue #10112 reported by makoto)
18 years ago
Joshua Colp bf7b174b08 Reset ServicelevelPerf variable back to 0 if we are unable to calculate it each time... otherwise we will get previous values. (issue #10117 reported by noriyuki)
18 years ago
Christian Richter ce99e9d955 bchannel configurations like echocancel and volume control, need to be setuped on inbound calls too.
18 years ago
Christian Richter 479d7e4738 bad bug in overlapdial case, we called start_pbx multiple times, because the state wasn't changed..
18 years ago
Tilghman Lesher ff1c0bfa20 RetryDial should accept a 0 argument, but it does not, because atoi does not distinguish between 0 and error (closes issue #10106)
18 years ago
Christian Richter 2676d6c595 fixed issue, that misdn_l2l1_check could only be called from mISDN Source channels.. #9449
18 years ago
Jason Parker d60de2804e Fix an issue with playing "oclock" multiple times in French with 24 hour time format.
18 years ago
Russell Bryant 4dfa0b47a7 When appending lines to call files to keep track of retries, write a leading
18 years ago
Russell Bryant defd4eb3e2 Backport changes that make chan_iax2 not start the PBX on an incoming channel
18 years ago
Christian Richter fc4111b44f check if the bchannel stack id is already used, if so don't use it a second time. Also added a release_chan lock, so that the same chan_list object cannot be freed twice. chan_misdn does not crash anymore on heavy load with these changes.
18 years ago
Joshua Colp aac9dd609c Update documentation to clarify variable usage with MixMonitor. (issue #9494 reported by netoguy)
18 years ago
Brett Bryant dcdfb4aa89 Reinstating patch. This actually fixes the problem, however I was running a development branch without it and mistakenly thought it wasn't fixed.
18 years ago
Brett Bryant 7b9318fedd Reverted changes for earlier revisions 72259 to 72261. Issue #9654, #10010
18 years ago
Joshua Colp 5c8b322f8d Fix issue where queue log events might be missing. (issue #7765 reported by mtryfoss)
18 years ago
Russell Bryant eeafa5951e Fix a minor issue with parsing the priority number. You could have as much
18 years ago
Brett Bryant 89cc2e4b70 Fixes 100% load when controlling terminal disappears.
18 years ago
Joshua Colp 2303602f15 I may possibly get shot for doing this... but... defer CDR processing until after the channel has been dealt with. This should eliminate all of the issues with channels going funky (SIP/PRI) when you are posting CDRs to a database that is either slow or unavailable and do not want to enable batching.
18 years ago
Jason Parker 4ce4fe74ae Fix another problem in voicemail with missing symbols.
18 years ago
Christian Richter 3637816f4c simplified generation for dummy bchannels, also we mark them as dummies, so they are not used later as real-bchannels, optimized the RESTART mechanisms, we block a channel now on cause:44, and send out a RESTART automatically, then on reception of RESTART_ACKNOWLEDGE we unblock the channel again.
18 years ago
Christian Richter 5f272436b9 simplified channel finding and locking a lot. removed unnecessary #ifdefed areas.
18 years ago
Christian Richter 085065ac35 isdn_lib.c didn't compile
18 years ago
Christian Richter 16ecedee04 for inbound TE calls, we setup the bchannel when we get the CONNECT_ACKNOWLEDGE, to make sure mISDN has everything ready. removed some #if 0 areas which weren't used anymore.
18 years ago
Jason Parker c2cfb7ba64 Don't try to install an init script that doesn't exist.
18 years ago
Tilghman Lesher 8f2a415995 Issue 10062 - Trying to move a message without selecting one first results in memory corruption
18 years ago