Commit Graph

13239 Commits (7f20e5ffabcfdffbc7192f6b025ef6e8105fec97)
 

Author SHA1 Message Date
Mark Michelson 7f20e5ffab Don't do an SRV lookup if a port is specified
18 years ago
Joshua Colp e2fd8852db Don't overwrite our pointer to the music class when music on hold stops. We will use this if it starts again to see if we can resume the music where it left off.
18 years ago
Russell Bryant c347a43c9f Fix a race condition that could cause a crash.
18 years ago
Dwayne M. Hubbard d29a99cb89 check ast_strlen_zero() before calling ast_strdupa() in sip_uri_headers_cmp()
18 years ago
Joshua Colp c80b2b93b5 Remove a debug message I put in by accident.
18 years ago
Joshua Colp 6cda579f17 Some clients do not put the call-id for replaces at the beginning, so support it being anywhere in the string.
18 years ago
Matthew Nicholson 5edf9d8a59 Limit the addition of the Contact header in SIP responses according to various
18 years ago
Tilghman Lesher 76af76c5f4 Backport OS X fix from trunk
18 years ago
Mark Michelson f70845aa24 Fix logic regarding when to perform an SRV lookup for outgoing REGISTER requests
18 years ago
Jeff Peeler 0b026ce04f Add new configuration option to make shared IMAP mailboxes function as expected.
18 years ago
Mark Michelson e7478c7b15 Fix situations where queue members could be autopaused unexpectedly
18 years ago
Mark Michelson d914df762a Add some missing cleanup to app_mixmonitor
18 years ago
Mark Michelson 8e764c583d Fix a problem where a channel pointer becomes invalid due to masquerading or hanging up.
18 years ago
Mark Michelson 82937be553 Revert my previous change because it was stupid
18 years ago
Mark Michelson fed7d2308b Add a missing unlock. Extremely unlikely to ever matter, but it's needed.
18 years ago
David Vossel 28056ffc94 Fixes issue with IAX2 transfer not handing off calls.
18 years ago
Jeff Peeler 87c921a68e Parking attempts made to one end of a bridge no longer will hang up due to a
18 years ago
Tilghman Lesher 13138151e1 Add warning to standard config, that globals may be overridden by other
18 years ago
Terry Wilson 1a9018e799 Fix a feature inheritance bug I added after code review
18 years ago
Richard Mudgett cefe4f025d channels/chan_dahdi.c
18 years ago
Terry Wilson 2b340eab54 Rename new parkedcallparking option to parkedcallreparking
18 years ago
Terry Wilson 4e069885ce Fix feature inheritance with builtin features
18 years ago
Tilghman Lesher c257ffeed0 Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if
18 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.
18 years ago
Steve Murphy 13a60eba0c This patch fixes h-exten running misbehavior in manager-redirected
18 years ago
Tilghman Lesher 16f378c559 Clarify log message (suggested by manxpower on #asterisk-dev)
18 years ago
Olle Johansson 566429c300 Add a better explanation of the difference between the device namespace and the dialplan for newbies.
18 years ago
Mark Michelson cade7e1559 Fix devicestate problems for "always-on" agent channels
18 years ago
Mark Michelson 0b74f727d7 Prevent a crash from occurring when a jitter buffer interpolated frame is
18 years ago
Olle Johansson bc6f14e8e0 Use the same branch tag in CANCEL as in INVITE
18 years ago
Russell Bryant 722273ced3 Resolve some synchronization issues in chan_iax2 scheduler handling.
18 years ago
Olle Johansson 40a6283695 Don't retransmit 401 on REGISTER requests when alwaysauthreject=yes
18 years ago
Tilghman Lesher 10ed93d16d Correctly track the hookstate
18 years ago
Tilghman Lesher 57c31c89eb Err, yeah.
18 years ago
Tilghman Lesher 2957e5ae8e Add thread to kill zombies, when child processes don't die immediately on
18 years ago
Sean Bright 52b97107ea Resolve a logic error that was causing Page() to crash when more than one
18 years ago
Tilghman Lesher 3c19ad100a Remove superfluous implementation note (closes issue #14319)
18 years ago
Mark Michelson 8fe9b2a600 Add notes to the idlecheck explanation in res_odbc.conf.sample
18 years ago
Mark Michelson c45139dd5d Update contrib/i18n.testsuite.conf to not use deprecated syntax
18 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.
18 years ago
Tilghman Lesher d55538fd20 Additions to AST-2009-001
18 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.
18 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.
18 years ago
Mark Michelson 1bef118f00 Fix broken call pickup
18 years ago
Joshua Colp 3ff70ed000 Don't crash if RTCP is not enabled on an RTP structure but statistics are output.
18 years ago
Tilghman Lesher 39e797b9d9 Allow global variables after substitution to be as long as other variables.
18 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.
18 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.
18 years ago
Tilghman Lesher e2d1540779 AST_RWLOCK_INIT_VALUE is always defined. What we really wanted to ask is
18 years ago
Terry Wilson 3a24e83768 Fix builtin_blindtransfer calling back the wrong channel
18 years ago