Commit Graph

13217 Commits (c257ffeed04cbf8fbcf68cadc73f15c03a2845aa)
 

Author SHA1 Message Date
Tilghman Lesher c257ffeed0 Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if
17 years ago
Olle Johansson 3209942b7e Make sure that we always add the hangupcause headers. In some cases, the owner was disconnected before we checked for the cause.
17 years ago
Steve Murphy 13a60eba0c This patch fixes h-exten running misbehavior in manager-redirected
17 years ago
Tilghman Lesher 16f378c559 Clarify log message (suggested by manxpower on #asterisk-dev)
17 years ago
Olle Johansson 566429c300 Add a better explanation of the difference between the device namespace and the dialplan for newbies.
17 years ago
Mark Michelson cade7e1559 Fix devicestate problems for "always-on" agent channels
17 years ago
Mark Michelson 0b74f727d7 Prevent a crash from occurring when a jitter buffer interpolated frame is
17 years ago
Olle Johansson bc6f14e8e0 Use the same branch tag in CANCEL as in INVITE
17 years ago
Russell Bryant 722273ced3 Resolve some synchronization issues in chan_iax2 scheduler handling.
17 years ago
Olle Johansson 40a6283695 Don't retransmit 401 on REGISTER requests when alwaysauthreject=yes
17 years ago
Tilghman Lesher 10ed93d16d Correctly track the hookstate
17 years ago
Tilghman Lesher 57c31c89eb Err, yeah.
17 years ago
Tilghman Lesher 2957e5ae8e Add thread to kill zombies, when child processes don't die immediately on
17 years ago
Sean Bright 52b97107ea Resolve a logic error that was causing Page() to crash when more than one
17 years ago
Tilghman Lesher 3c19ad100a Remove superfluous implementation note (closes issue #14319)
17 years ago
Mark Michelson 8fe9b2a600 Add notes to the idlecheck explanation in res_odbc.conf.sample
17 years ago
Mark Michelson c45139dd5d Update contrib/i18n.testsuite.conf to not use deprecated syntax
17 years ago
Joshua Colp 87c02936b6 When a channel is answered make sure any indications currently playing stop. Usually the phone would do this but if the channel was already answered then they are being generated by Asterisk and we darn well need to stop them.
17 years ago
Tilghman Lesher d55538fd20 Additions to AST-2009-001
17 years ago
Joshua Colp 8a1faf0a58 When a call is forwarded stop any active indications. The new channel will provide an indication, if need be, itself.
17 years ago
Joshua Colp 5efdade8eb Use the on hold flag to see if the call is on hold or not. It is possible that our address for them will still be valid even though they are on hold.
17 years ago
Mark Michelson 1bef118f00 Fix broken call pickup
17 years ago
Joshua Colp 3ff70ed000 Don't crash if RTCP is not enabled on an RTP structure but statistics are output.
17 years ago
Tilghman Lesher 39e797b9d9 Allow global variables after substitution to be as long as other variables.
17 years ago
Joshua Colp c8f9023696 If we are unable to request a DAHDI pseudo channel and we are using the user introduction without review option make sure it gets unset so other code does not blindly assume a DAHDI pseudo channel exists.
17 years ago
Joshua Colp 4ee4e941f8 Do a string comparison instead of pointer comparison since some people specify the context they are actually in as an argument to get around some funkiness.
17 years ago
Tilghman Lesher e2d1540779 AST_RWLOCK_INIT_VALUE is always defined. What we really wanted to ask is
17 years ago
Terry Wilson 3a24e83768 Fix builtin_blindtransfer calling back the wrong channel
17 years ago
Joshua Colp 376d85f96c Read lock the contexts to maintain the locking order when we are notified that the state of a device has changed.
17 years ago
Mark Michelson 9db9bae4d9 Adding revision 169794 to 1.4 since 1.4 is also affected by the issue
17 years ago
Tilghman Lesher e34da1e519 Extra NULLs in the output cause some terminal types to abort in the middle of
17 years ago
Terry Wilson 63385b716c One-touch parking was calling back the wrong channel on timeout
17 years ago
Terry Wilson 0999576f0a Don't play audio to the channel if we've masqueraded
17 years ago
Tilghman Lesher f311539733 Truncate userevents at the end of a line, when the command exceeds the buffer.
17 years ago
Mark Michelson ece7a8f9e9 Prevent a crash in chan_local due to a potential NULL pointer dereference
17 years ago
Mark Michelson 09b6f02459 Account for possible NULL pointer when we receive a 408 in response to a REGISTER
17 years ago
Tilghman Lesher d671bb1404 Fix the conjugation of Russian and Ukrainian languages.
17 years ago
Steve Murphy 93e9f63794 This patch fixes a problem where a goto (or jump, in this case)
17 years ago
Olle Johansson 464b4a8a84 Meetme actually has realtime but wasn't documented
17 years ago
Terry Wilson 4b25111108 Convert call to park_call_full to masq_park_call_announce
17 years ago
Tilghman Lesher daf9a88f60 Blocked revision 168632 from /branches/1.2:
17 years ago
Mark Michelson 26658ead16 Fix some crashes from bad datastore handling in app_queue.c
17 years ago
Richard Mudgett 1a80fbd577 * Fixed create_process() allocation of process ID values.
17 years ago
Sean Bright f94caa935b Update autosupport script to supply info for both Zaptel and DAHDI in 1.4 and
17 years ago
Steve Murphy 7c1d2de899 app_page was failing to compile in dev-mode on my gcc-4.2.4 system. This change gets rid of the warning.
17 years ago
Tilghman Lesher 99313c7b92 Don't read into a buffer without first checking if a value is beyond the end.
17 years ago
Mark Michelson 3af85c8b97 Fix a logic error I found while searching through chan_agent.c
17 years ago
Terry Wilson b3ea953313 Don't overflow when paging more than 128 extensions
17 years ago
Russell Bryant 9161b7fc87 Revert unnecessary indications API change from rev 122314
17 years ago
Terry Wilson 1dc0a2d811 Don't pass a value with a side effect to a macro
17 years ago