Commit Graph

12481 Commits (13a438e2952ed9f5d42b3f19cd30bb7043f61db6)
 

Author SHA1 Message Date
Russell Bryant 547ac9f501 Merge in some changes from team/russell/autoservice-nochans-1.4
18 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.
18 years ago
Joshua Colp 70d43ff1d2 Add a comment to describe some logic.
18 years ago
Russell Bryant 679cc09b1d Fix a major bug in autoservice. There was a race condition in the handling of
18 years ago
Philippe Sultan 899ce48345 Fix a potential memory leak
18 years ago
Tilghman Lesher 8bf705f519 If the message file does not exist, just return harmlessly, instead of crashing.
18 years ago
Joshua Colp 837d4676dd Bump up the size of the uniqueid variable.
18 years ago
Philippe Sultan 5d1234fb4f Automatically create new buddy upon reception of a presence stanza of
18 years ago
Russell Bryant 12e5fb358a Fix a bug in the lock tracking code that was discovered by mmichelson. The issue
18 years ago
Tilghman Lesher cdf21199a2 Update init script for LSB compat
18 years ago
Mark Michelson c6387c3540 When using autofill, members who are in use should be counted towards the
18 years ago
Jason Parker 6c3d62c1fa Make pbx_exec pass an empty string into applications, if we get NULL.
18 years ago
Jason Parker 70a45ef5b1 According to a video at www.cisco.com, the 7921G supports 6 line appearances.
18 years ago
Tilghman Lesher a032456cb8 Compatibility fix for PPC64
18 years ago
Mark Michelson 55b49506fa Two fixes:
18 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.
18 years ago
Mark Michelson 45079917ec Bump a couple of more buffers up by 2 so that annoying warnings aren't generated
18 years ago
Tilghman Lesher 11550c7be6 Ensure the session ID can't be 0.
18 years ago
Joshua Colp 451ee5b1d4 Bump up the buffer by 2.
18 years ago
Russell Bryant 750067bd1a Fix a problem in ChanSpy where it could get stuck in an infinite loop without
18 years ago
Jason Parker 841283adfe Inherit language from the transfering channel on a blind transfer.
18 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.
18 years ago
Kevin P. Fleming 8a9e7e213b fallback to standard English prompts properly when using new prompt directory layout
18 years ago
Russell Bryant 54eaddd028 When we receive a known alarm, make sure that the unknown alarm flag is not still
18 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
Jason Parker 5996d4e4bb Add badshell to .PHONY target (thanks Kevin)
18 years ago
Jason Parker 3d6b98b1ca Since all shells aren't as awesome as bash, we have to fail if somebody tries to use a literal "~" in DESTDIR.
18 years ago
Jason Parker c20a11eb43 Revert previous abspath change.
18 years ago
Jason Parker be77a16d2d Fix a very bizarre issue we were seeing with our buildbot when using a DESTDIR that
18 years ago
Russell Bryant bc56a84c58 Merge changes from team/russell/smdi-1.4
18 years ago
Jason Parker aba8d8d763 IPTOS_MINCOST is not defined on Solaris.
18 years ago
Russell Bryant f64df49235 This patch fixes some pretty significant problems with how app_chanspy handles
18 years ago
Russell Bryant ac15754e9a Improve the lock tracking code a bit so that a bunch of old locks that threads
18 years ago
Joshua Colp e6652d0a13 Make it so a users.conf user creates both a SIP peer and a SIP user. The user will be used for inbound authentication for the device, and peer will be used for placing calls to the device.
18 years ago
Tilghman Lesher 5184be27ed If the destination folder is full, don't delete a message when exiting.
18 years ago
Jason Parker e1fb43d32a Allow the use of #include and #exec in situations where the max include depth was only 1.
18 years ago
Russell Bryant c27732c38c Ensure that the channel doesn't disappear in agent_logoff(). If it does, it
18 years ago
Joshua Colp 9b32204204 If a resubscription comes in for a dialog we no longer know about tell the remote side that the dialog does not exist so they subscribe again using a new dialog.
18 years ago
Joshua Colp 2395b1a6f5 Due to recent changes tag will no longer be NULL if not present so we have to use ast_strlen_zero to see if it's actually blank.
18 years ago
Tilghman Lesher 638ca62698 Backwards debug message.
18 years ago
Mark Michelson 2d8f502132 And as a followup to revision 104026, completely remove event-related
18 years ago
Mark Michelson b3dd064bcb Remove an incorrect debug message. It reported that it had received a specific event and tried to report
18 years ago
Kevin P. Fleming d105ba22fa reduce the likelihood that HTTP Manager session ids will consist of primarily '1' bits
18 years ago
Mark Michelson 70b222e46f Clear up confusion when viewing the QUEUE_WAITING_COUNT of a
18 years ago
Joshua Colp 11edc2ab8d Don't wait for additional digits when overlap dialing is enabled if the setup message contains the sending_complete information element.
18 years ago
Mark Michelson 6835ca7d03 Fix a crash if the channel becomes NULL while attempting to lock it.
18 years ago
Tilghman Lesher 494aeb94ac Compat fix for Solaris
18 years ago
Joshua Colp 749f1e1963 Send CallerID Name in setup message.
18 years ago