Commit Graph

12304 Commits (57eaf9dd8f2860f3c27a6bde1ce178f7a039636c)
 

Author SHA1 Message Date
Kevin P. Fleming 57eaf9dd8f don't generate D-Channel "up" and "down" messages unless the channel state is actually changing; also, generate the "up" message when an implicit "up" occurs due to reception of a normal event when we thought the channel was "down"
17 years ago
Russell Bryant a04b584272 Only start the SLA thread if SLA has actually been configured.
17 years ago
Jason Parker 06ba2df183 Fix hardcoded grep in editline, were GNU grep is required.
17 years ago
Joshua Colp 28c66694d3 Ignore source update control frame.
17 years ago
Russell Bryant bfed30d5dd Change a warning message to a debug message. This is happening quite frequently,
17 years ago
Tilghman Lesher 417e8fc754 Warn the user when a temporary greeting exists
17 years ago
Tilghman Lesher 072171ef5d Properly initialize rtp->schedid
17 years ago
Tilghman Lesher 56e908b787 Safely use the strncat() function.
17 years ago
Mark Michelson 24ca0899c2 Quell an annoying message that is likely to print every single time that
17 years ago
Tilghman Lesher e0bc9fcf77 Upgrade to the next release of sounds
17 years ago
Russell Bryant 9479a831f0 Fix a potential deadlock and a few different potential crashes.
17 years ago
Joshua Colp cd703523db Add a control frame to indicate the source of media has changed. Depending on the underlying technology it may need to change some things.
17 years ago
Michiel van Baak ba6b7abe61 document var_metric so no bugreports will come in when it's actually a configuration issue.
17 years ago
Kevin P. Fleming 461e3fea79 when a PRI call must be moved to a different B channel at the request of the other endpoint, ensure that any DSP active on the original channel is moved to the new one
17 years ago
Tilghman Lesher b350a97937 Correctly initialize retransid in SIP, and ensure that the warning when failing to delete a schedule entry can actually hit the log.
17 years ago
Russell Bryant d564404d73 Fix a bug that I just noticed in the RTP code. The calculation for setting the
17 years ago
Joshua Colp be005c60d6 In addition to setting the marker bit let's change our ssrc so they know for sure it is a different source.
17 years ago
Joshua Colp 36bb1f9d46 When a new source of audio comes in (such as music on hold) make sure the marker bit gets set.
17 years ago
Russell Bryant 40425a24bf Backport a minor bug fix from trunk that I found while doing random code
17 years ago
Jason Parker 47f33c87f4 Fix type for astNumChannels.
17 years ago
Russell Bryant 7f7dbcb11f In the case of an ast_channel allocation failure, take the local_pvt out of the
17 years ago
Russell Bryant b3c0e042d4 Fix a potential memory leak of the local_pvt struct when ast_channel allocation
17 years ago
Russell Bryant 9c5af082ca Update the copyright information for autoservice. Most of the code in this file
17 years ago
Russell Bryant 547ac9f501 Merge in some changes from team/russell/autoservice-nochans-1.4
17 years ago
Joshua Colp 5bfdc9818d It is possible for no audio to pass between the current digit and next digit so expand logic that clears emulation to AST_FRAME_NULL.
17 years ago
Joshua Colp 70d43ff1d2 Add a comment to describe some logic.
17 years ago
Russell Bryant 679cc09b1d Fix a major bug in autoservice. There was a race condition in the handling of
17 years ago
Philippe Sultan 899ce48345 Fix a potential memory leak
17 years ago
Tilghman Lesher 8bf705f519 If the message file does not exist, just return harmlessly, instead of crashing.
17 years ago
Joshua Colp 837d4676dd Bump up the size of the uniqueid variable.
17 years ago
Philippe Sultan 5d1234fb4f Automatically create new buddy upon reception of a presence stanza of
17 years ago
Russell Bryant 12e5fb358a Fix a bug in the lock tracking code that was discovered by mmichelson. The issue
17 years ago
Tilghman Lesher cdf21199a2 Update init script for LSB compat
17 years ago
Mark Michelson c6387c3540 When using autofill, members who are in use should be counted towards the
17 years ago
Jason Parker 6c3d62c1fa Make pbx_exec pass an empty string into applications, if we get NULL.
17 years ago
Jason Parker 70a45ef5b1 According to a video at www.cisco.com, the 7921G supports 6 line appearances.
17 years ago
Tilghman Lesher a032456cb8 Compatibility fix for PPC64
17 years ago
Mark Michelson 55b49506fa Two fixes:
17 years ago
Joshua Colp fdb44349e9 Don't loop around infinitely trying to spy on our own channel, and don't forget to free/detach the datastore upon hangup of the spy.
17 years ago
Mark Michelson 45079917ec Bump a couple of more buffers up by 2 so that annoying warnings aren't generated
17 years ago
Tilghman Lesher 11550c7be6 Ensure the session ID can't be 0.
17 years ago
Joshua Colp 451ee5b1d4 Bump up the buffer by 2.
17 years ago
Russell Bryant 750067bd1a Fix a problem in ChanSpy where it could get stuck in an infinite loop without
17 years ago
Jason Parker 841283adfe Inherit language from the transfering channel on a blind transfer.
17 years ago
Joshua Colp 97869f4771 Use the lock (which already existed, it just wasn't used) on the updaters list to protect the contents instead of the overall module list lock.
17 years ago
Kevin P. Fleming 8a9e7e213b fallback to standard English prompts properly when using new prompt directory layout
17 years ago
Russell Bryant 54eaddd028 When we receive a known alarm, make sure that the unknown alarm flag is not still
17 years ago
Joshua Colp bb7aa0e4bc Only stop the MWI monitor thread if it was actually started.
18 years ago
Russell Bryant c882e6da6f Avoid some recursion in the cleanup code for the chanspy datastore
18 years ago
Russell Bryant 37f0ad57a7 Zaptel 1.4 now exposes FXO battery state as an alarm. However, Asterisk 1.4
18 years ago