Commit Graph

1031 Commits (a2933fefef64a962e5a94f8cf6293f921dd27646)

Author SHA1 Message Date
Joshua Colp 3b1fcc38f1 Fix crash when moving audiohooks between channels.
17 years ago
Eliel C. Sardanons a81abfbd02 Avoid destroying the CLI line when moving the cursor backward and trying to autocomplete.
17 years ago
Jason Parker 40c5b00494 Export some more required symbols.
17 years ago
Russell Bryant 47af9f8fd5 Remove the use of RTLD_NOLOAD, as it is not behaving like expected.
17 years ago
Russell Bryant 3c9a8b9aa6 Allow the AES API to work.
17 years ago
Russell Bryant 35edd3d0a2 Add missing semicolon in exports script.
17 years ago
Russell Bryant 661c6384ad Allow the CallerID API to work again.
17 years ago
Kevin P. Fleming e536392919 fix another symbol namespace issue (reported by Andrew on asterisk-dev)
17 years ago
Russell Bryant 6efa254bea Fix cases where the internal poll() was not being used when it needed to be.
17 years ago
Kevin P. Fleming 7e1ee720ba Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
17 years ago
Kevin P. Fleming 59f867a5cb revert commit that included extranous changes
17 years ago
Kevin P. Fleming f1f417a9d8 Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
17 years ago
Tilghman Lesher d09fddd38e Fix race in astdb
17 years ago
Russell Bryant aedf566905 Make code that updates BRIDGEPEER variable thread-safe.
17 years ago
David Vossel 04836d554d Fix handling of backreferences for ENUM lookups
17 years ago
Kevin P. Fleming 5436d8709f Fix problems when RTP packet frame size is changed
17 years ago
Joshua Colp c42b21bc6a Look for the number in a callerid string starting from the end. This way a value using <> can exist in the name portion.
17 years ago
Steve Murphy 604a51f341 These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text.
17 years ago
Russell Bryant 2e4471d758 Ensure chan->fdno always gets reset to -1 after handling a channel fd event.
17 years ago
Joshua Colp 3f2a1247f4 Move where fdno is set to the default value to *after* the read callback of the channel driver is called.
17 years ago
Russell Bryant a1d249577e Make it easier to detect an improper call to ast_read().
17 years ago
Jeff Peeler 4055ec6c57 Fix bridging regression from commit 176701
17 years ago
Tilghman Lesher b705454875 When ending a recording with silence detection, remember to reduce the duration.
17 years ago
Russell Bryant 6706e0be24 Ensure that only one thread is calling ast_settimeout() on a channel at a time.
17 years ago
Jason Parker 5062dff9dd Remove several silly warnings in editline. One about a broken preprocessor directive, and another about strlcpy/strlcat.
17 years ago
Steve Murphy c4d2dc7967 This patch completes the fixes nec. to make 1.4 asterisk dialplan expressions ($[...]) 8-bit transparent
17 years ago
Russell Bryant 7374b9195f Update the copyright year for the main page of the doxygen documentation.
17 years ago
Russell Bryant da0d84c3e4 Only set dtmfcount on BEGIN, and ensure it gets reset to 0 properly.
17 years ago
Russell Bryant aa5a927b69 Fix infinite DTMF when a BEGIN is received without an END.
17 years ago
Tilghman Lesher 4af0175285 Don't print the CR-NL combination when we aren't outputting to the manager.
17 years ago
Steve Murphy d290eed8e0 This patch fixes a problem with 8-bit input to the ast_expr2 scanner.
17 years ago
Doug Bailey a591301b89 Merged revisions 177035 manually from
17 years ago
Doug Bailey bf0b8526b1 Need to take into account the \0 terminator of the old string to determine the amount available.
17 years ago
Jeff Peeler de8f6bab86 Modify bridging to properly evaluate DTMF after first warning is played
17 years ago
Kevin P. Fleming 4d808232cf correct a logic error in the last stringfields commit... don't mark additional space as allocated if the string was built using already-allocated space
17 years ago
Kevin P. Fleming 1b5b3efcae fix a flaw in the ast_string_field_build() family of API calls; these functions made no attempt to reuse the space already allocated to a field, so every time the field was written it would allocate new space, leading to what appeared to be a memory leak.
17 years ago
Michiel van Baak db4dc67740 fix mis-spelling of the word registered.
17 years ago
Mark Michelson 7accd1ec46 Fix a place where filestreams were not refcounted properly
17 years ago
Tilghman Lesher a13deff994 Fix crashes when receiving certain T.38 packets. Also, increase the maximum
17 years ago
Russell Bryant bfaa341f58 Don't send DTMF for infinite time if we do not receive an END event.
17 years ago
Joshua Colp 70f7c7e9cb Revert RTP changes for continuation of DTMF. Proxy commit by russell via SMS.
17 years ago
Russell Bryant 1d4e4ff3d1 Clear out the current event after forcing the end of a digit
17 years ago
Russell Bryant 9dff8995b4 Fixify infinite DTMF in the case that no RFC2833 END event is ever received
17 years ago
Tilghman Lesher 9e38dd5427 Restore a behavior that was recently changed, when we fixed issue #13962 and
17 years ago
Matthew Nicholson b60ec2baa1 Improve behavior of jitterbuffer when maxjitterbuffer is set.
17 years ago
Terry Wilson 4e069885ce Fix feature inheritance with builtin features
17 years ago
Tilghman Lesher c257ffeed0 Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if
17 years ago
Steve Murphy 13a60eba0c This patch fixes h-exten running misbehavior in manager-redirected
17 years ago
Mark Michelson 0b74f727d7 Prevent a crash from occurring when a jitter buffer interpolated frame is
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