Commit Graph

193 Commits (c8b0628cc7dc81c0b576ff3a8d6ec8cd68c134ab)

Author SHA1 Message Date
Jason Parker ff5ffd02cf FreeBSD also does not have byte swap functions.
18 years ago
Joshua Colp 9a35428295 (closes issue #10437)
18 years ago
Jason Parker 1b58e7a828 Properly check the capabilities count to avoid a segfault.
18 years ago
Jason Parker 6caf638f90 Make sure we actually allow 6 chars to be sent.
19 years ago
Jason Parker eb63c3eece If a device disconnects, the session will go away.
19 years ago
Jason Parker 4386df68d9 Make sure we clear the prompt status message on a hangup.
19 years ago
Jason Parker e3bf324023 Make sure that we show the correct extension if dialed from a macro
19 years ago
Jason Parker db137aca0f Put in some additional debug information for softkey/stimulus messages.
19 years ago
Jason Parker d44d0a9a8c Fix an issue that caused one-way audio on some newer devices (specifically the 7921),
19 years ago
Jason Parker c92ba70e75 Fix some incorrect softkey labels in messages.
19 years ago
Jason Parker b0040e0361 Don't try to queue up hold/unhold frames on a non-existent channel.
19 years ago
Joshua Colp bd0608a38f (closes issue #10268)
19 years ago
Jason Parker d0baa5500e Allow getting a call from an existing "sub" channel.
19 years ago
Jason Parker 73452d34a1 It's possible for sub->owner to be NULL here if you cancel the call immediately after/during sending a digit.
19 years ago
Jason Parker 6fde7764dc Remove some duplicate code.
19 years ago
Jason Parker c6a174bd96 Need to make sure we set milliseconds and timestamp - pointed out by the recent ast_ time stuff from Tilghman
19 years ago
Jason Parker 48138cca9d Umm, why are we transmitting dialtone on cfwdall?
19 years ago
Jason Parker 7d9778c9f8 Fixes for 7935/7936 conference phones.
19 years ago
Jason Parker 2e7fe12cfb Fix issues with new 79x1 phones.
19 years ago
Russell Bryant c6e2a119b7 Merged revisions 75449 via svnmerge from
19 years ago
Jason Parker f642f7fc86 It helps if I actually add this stuff for the 7921 too - otherwise it won't actually do much of anything.
19 years ago
Jason Parker d6ff30694e Add device ID for 7921 wireless skinny phone
19 years ago
Jason Parker abf5430584 Fix dialing in skinny that was broken in some cases.
19 years ago
Joshua Colp 94cd7026ef Only destroy the scheduler context if it was allocated. (issue #10124 reported by gzero)
19 years ago
Joshua Colp ce4e654f2c Few minor thread synchronization tweaks. (issue #10124 reported by gzero)
19 years ago
Jason Parker 60bf4f35c6 Make sure we clear the previously dialed number if it did not exist.
19 years ago
Jason Parker 51f1d28d2d Fix an issue with newer phones which require packets be padded out to the correct length.
19 years ago
Jason Parker 4a7ae2ebde Correctly update date/time on devices throughout the life of the device, instead of just at registration.
19 years ago
Jason Parker 0b7607ad55 Fix for skinny keepalives.
19 years ago
Russell Bryant 0ecb2ecf42 Changes to the way DTMF is handled in the core broke dialing in chan_skinny.
19 years ago
Steve Murphy 7d5a79a0b9 This is a big improvement over the current CDR fixes. It may still need refinement, but this won't have as many folks bothered.
19 years ago
Russell Bryant 905238839b Return an error of transmit_response is called without a session.
19 years ago
Jason Parker a9e4e0eefa Make sure to set a speeddials parent on creation.
19 years ago
Jason Parker 0ade592435 Fix an issue where callerid would not be displayed on some phones.
19 years ago
Russell Bryant 9aab046002 Merged revisions 53045 via svnmerge from
19 years ago
Joshua Colp 8f7ddbef0d Update channel drivers to use module referencing so that unloading them while in use will not result in crashes. (issue #8897 reported by junky)
19 years ago
Russell Bryant 33235b40d6 Merge the changes from the /team/group/vldtmf_fixup branch.
19 years ago
Kevin P. Fleming fb010e49aa Merged revisions 49635 via svnmerge from
19 years ago
Jason Parker 66783cb46f Note to self: Run make before committing...
19 years ago
Jason Parker ef2f05a518 Fix for issue 7774 - patch by alamantia
19 years ago
Tilghman Lesher f11ea0549d Discussion of these CLI changes resulted in more consistency (Bug 8236)
19 years ago
Steve Murphy 1de03495a9 Committed in behalf of 8190.
19 years ago
Steve Murphy 517978fd5f These mods are to solve the problem in bug 7506. It's a lot of rework to solve a fairly small problem... such is life.
19 years ago
Tilghman Lesher 56a1e60c54 More changes making the CLI more consistent with "category verb arguments" (continuation of issue 8236)
19 years ago
Tilghman Lesher e05a2752e8 Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments"
19 years ago
Jason Parker f3ba83ae1a Fix a problem where phones that go "missing" never got unregistered.
19 years ago
Kevin P. Fleming ff05bf15c8 update thread creation code a bit
19 years ago
Joshua Colp d2d4833b79 Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)
19 years ago
Jason Parker 955cb53b6b Add proper codec support to chan_skinny. Works with at least ulaw, alaw, and g729a.
19 years ago
Jason Parker e2365e0f0f Allow chan_skinny.so to be unloaded properly.
19 years ago