Commit Graph

7611 Commits (f95db061fd9f34b7dc5a50d9fc136dda9df42dd1)
 

Author SHA1 Message Date
Jason Parker f95db061fd Don't create the Asterisk channel until we are starting the PBX on it.
18 years ago
Joshua Colp a62bba55d8 (closes issue #5866)
18 years ago
Joshua Colp 2405536de9 (closes issue #10236)
18 years ago
Tilghman Lesher 44b5abf39f We should not use C++ reserved words in API headers (closes issue #10266)
18 years ago
Russell Bryant 831ebbebb7 Backport a fix for a memory leak that was fixed in trunk in reivision 76221
18 years ago
Joshua Colp a7047b7ed5 (closes issue #10247)
18 years ago
Russell Bryant 9df29ba46f When processing full frames, take sequence number wraparound into account when
18 years ago
Russell Bryant 6b5a7a6f64 When traversing the queue of frames for possible retransmission after
18 years ago
Tilghman Lesher dc4a74f57f Store prior to copy (closes issue #10193)
18 years ago
Dwayne M. Hubbard dd77af3fe3 removed the word 'pissed' from ast_log(...) function call for BE-90
18 years ago
Russell Bryant d359de6edb Properly check for the length in the skinny packet to prevent an invalid memcpy.
18 years ago
Russell Bryant d0b4144eb4 Ensure that when encoding the contents of an ast_frame into an iax_frame, that
18 years ago
Russell Bryant d2cb9b0d3b After parsing information elements in IAX frames, set the data length to zero,
18 years ago
Kevin P. Fleming 6fc518335e provide proper copyright/license attribution for this structure that was copied from a BSD-licensed header file long, long ago...
18 years ago
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