Commit Graph

7516 Commits (28464199ee83b765d2d68b7bc013d17f5a1bb7f4)
 

Author SHA1 Message Date
BJ Weschke 75ce9f86b8 Cleanup the Makefile so that we only attempt to include a file when we're building and not 'clean'ing so 'make clean' completes successfully. chan_h323 maintainer: please check to make sure I haven't broken your build target. From: jsmith in #asterisk-dev
19 years ago
Christian Richter 58818031b1 subdirs like misdn and h323 should be cleaned by the clean target from channels/Makefile as well
19 years ago
Joshua Colp c17a4c7f53 Make create_dirpath use our standard for return values. -1 is failure, 0 is success. (issue #9205 reported by ballares)
19 years ago
Steve Murphy 7bcc4569bb Fixed a typo introduced via 9156
19 years ago
Christian Richter dfcff16e09 fixed another place where the out_cause was hardcoded to 16
19 years ago
Tilghman Lesher 12a38f8e56 Memory leak of a list, if call recording was abandoned
19 years ago
Christian Richter a9252f4549 fixed typo
19 years ago
Joshua Colp 6bf891f353 If a SIP message comes in and goes to a method handler that requires additional values that may not be present then send back an error.
19 years ago
Steve Murphy 6752748d87 further refinement in wording of goto documentation, as per 9156, goto not proceeding to next instruction
19 years ago
Joshua Colp 4d5bf84ce1 Don't even attempt to optimize things when a proxy channel is involved. It will just explode in weird and unexplaineable ways. (issue #9175 reported by clegall_proformatique)
19 years ago
Steve Murphy 84ab66498f a small documentation update, to reflect reality in the goto doc strings, as per 9156, Goto does not proceed to next prio if jump fails
19 years ago
Joshua Colp c8a883fd2f Fix a few more issues with the agent logoff CLI command. (issue #9123 reported by arbrandes)
19 years ago
Christian Richter 93c0385bc0 fixed bugs.digium.com bugs: #9157 and bugs.beronet.com bugs: #302, #303, #304
19 years ago
Joshua Colp 7312a2eb3d Obey the clearglobalvars option in extensions reload (or dialplan reload depending on your version). (issue #9146 reported by ramonpeek)
19 years ago
Russell Bryant 2e64cf06e5 Ensure that lock.h is included in utils.c with AST_API_MODULE defined so that
19 years ago
Tilghman Lesher 87c0a12a03 Issue 9130 - If prev is the last item on the channel list, then evaluating
19 years ago
Russell Bryant 1c26e1c717 Fix up a couple more signal handlers to not do bad things that could cause
19 years ago
Russell Bryant 4fb7eb1b7b Don't destroy mutexes before unregistering all of the entry points from the core.
19 years ago
Joshua Colp ca7fbd749e Always defer Agent logoff if any channels are up until they hang up. (issue #9123 reported by arbrandes)
19 years ago
Joshua Colp c966ea6e2d Only change the original or clone channel if it's the channel behind the proxy channel, not if it's just a regular bridged channel.
19 years ago
Russell Bryant c9d26b5a89 If we receive a frame that is not in any of the negotiated formats, then drop
19 years ago
Joshua Colp aa54a5f91b Change naughty warning message to provide useful information. If a write now fails on a channel in meetme it will tell you the channel name instead of spitting out the wrong error message.
19 years ago
Kevin P. Fleming 50feace3ca use new tag version script
19 years ago
Russell Bryant 602c5bb8c3 Fix random crashes when using the MeetMe application. This patch converts list
19 years ago
Joshua Colp 960d22deb4 Defer clearing callback information if channels are up until they are hung up. This ensures the hangup process goes smoothly and no channels get hung in limbo. (issue #8088 reported by kebl0155)
19 years ago
Russell Bryant 82bc576ea4 Convert a tab to spaces so that the documentation is printed out properly
19 years ago
Tilghman Lesher fababa3b74 forcename and forcegreetings options should check to see if the recording already exists
19 years ago
Olle Johansson 179c829291 Documentation update (#9053, jsmith)
19 years ago
Olle Johansson 9736c57aab Issue #9020 - SIP message retransmission time too short.
19 years ago
Joshua Colp 975f117300 Answer the channel before recording privacy information. (issue #8926 reported by lmamane)
19 years ago
Joshua Colp ff04058bff Allow chan_sip to handle attended transfers from a SIP phone that is sitting behind chan_agent. Yes folks, all it took was one line of code. (issue #8784 reported by pzieba)
19 years ago
Russell Bryant c9c943e8e2 Revert the change I did in revisions 54955, 54969, and 54970, in 1.2, 1.4,
19 years ago
Joshua Colp 28c428929e Do not send indications through ast_indicate in chan_agent but instead go directly to the technology. This way when indications are emulated they happen on the Agent channel and do not screw up formats on the channels. (issue #8439 reported by punkgode)
19 years ago
Russell Bryant 2802ea3eeb For conferences that are configured in meetme.conf, check the configuration
19 years ago
Olle Johansson d44c7d9c54 Issue #9069 - If we open with TH we should not close with /TD. (seanbright)
19 years ago
Joshua Colp 041061ca36 Use a separate variable to indicate execution should continue instead of the return value. (issue #8842 reported by pluto70)
19 years ago
Olle Johansson a17395f9f3 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@54438 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matthew Fredrickson 3b38b3f632 When handling glare on a PRI, move the requested channel rather than hang up the old one. Fix for 8957 and 9011.
19 years ago
Olle Johansson 5f3b33f0f5 Make sure that outbound calls are applied to the peer.
19 years ago
Kevin P. Fleming 27a1f39f78 ensure channelcount is cleared before we enumerate transcoders, so 'reload' doesn't double the channel count
19 years ago
Tilghman Lesher f49ce518ba Issue 9003 - If fullname is empty, quote() passes back "\""
19 years ago
Joshua Colp d2261a98af Fix a few potential memory leaks with realtime users and peers. (issue #8999 reported by bsmithurst)
19 years ago
Tilghman Lesher 7d1af2b829 Issue 7440 - Macro called from Macro from the h extension exits prematurely
19 years ago
Tilghman Lesher 4fa9370412 Issue 8987 - Status could return two responses (mnicholson)
19 years ago
Jason Parker 99ba264f63 Add a proper newline at the end of this sample config file.
19 years ago
Russell Bryant fed5b6a9b4 Revert some changes that accidentally got committed as a part of another fix.
19 years ago
Russell Bryant 8c161f55e4 set the DIALSTATUS variable to contain "INVALIDARGS" when the dial application
19 years ago
Joshua Colp 15538c732c Pass the glob expanded filename to process_text_line so that error messages contain the actual filename, not the original include one. (issue #8959 reported by tzafrir)
19 years ago
Jason Parker 8ab0b28aba Fix a small typo. Synopsis lines shouldn't have a newline
19 years ago
Joshua Colp ade14f36ea Copy noncodeccapability over to the joint variable so that telephone-event will get transmitted in the sent INVITE.
19 years ago