Commit Graph

13295 Commits (b705454875aed1fbf2e550d95dbeaed35468ea8b)
 

Author SHA1 Message Date
Tilghman Lesher b705454875 When ending a recording with silence detection, remember to reduce the duration.
18 years ago
Russell Bryant 6706e0be24 Ensure that only one thread is calling ast_settimeout() on a channel at a time.
18 years ago
Jason Parker 5062dff9dd Remove several silly warnings in editline. One about a broken preprocessor directive, and another about strlcpy/strlcat.
18 years ago
Jason Parker c2f0803e77 Update documentation for DIALEDTIME and ANSWEREDTIME variables.
18 years ago
Steve Murphy 5996b58192 This change moves the default feature digit timeout to 1000 ms from the previous default of 500.
18 years ago
David Vossel cbd35b45af IAX2 prune realtime fix
18 years ago
Steve Murphy 6fb39726c5 This patch prevents the feature detection timeout from being cut in half.
18 years ago
Steve Murphy c4d2dc7967 This patch completes the fixes nec. to make 1.4 asterisk dialplan expressions ($[...]) 8-bit transparent
18 years ago
Russell Bryant 7374b9195f Update the copyright year for the main page of the doxygen documentation.
18 years ago
Tilghman Lesher 48933e0c48 Add section about the #exec command in configuration files.
18 years ago
Russell Bryant da0d84c3e4 Only set dtmfcount on BEGIN, and ensure it gets reset to 0 properly.
18 years ago
Terry Wilson cdf5240895 Change include order to make compile on Centos 5 with DAHDI
18 years ago
Joshua Colp aa488ca6b0 Skip check for extension when subscribing for MWI.
18 years ago
Russell Bryant aa5a927b69 Fix infinite DTMF when a BEGIN is received without an END.
18 years ago
Tilghman Lesher 4af0175285 Don't print the CR-NL combination when we aren't outputting to the manager.
18 years ago
Tilghman Lesher 426cee0362 This exception does not appear to still be true for Solaris 10, and OpenSolaris definitely needs it to be removed.
18 years ago
David Vossel a5198f55e0 Fixes issue with undefined audio codecs in chan_iax2
18 years ago
Steve Murphy d290eed8e0 This patch fixes a problem with 8-bit input to the ast_expr2 scanner.
18 years ago
Tilghman Lesher 4675032a30 Fix up potential crashes, by reducing the sharing between interactive and non-interactive threads.
18 years ago
Olle Johansson 25bb888046 Force a MWI notification after subscribe request. Reported by the Resiprocate dev team. Thanks!
18 years ago
Joshua Colp 0d96c97ced If we are able to create a speech structure unset the ERROR variable in case it was previously set.
18 years ago
Steve Murphy 39a6b55183 This patch fixes a regression of sorts that was introduced in
18 years ago
Jeff Peeler 1183bf1ad0 Modify h323 to build against PTLib as well as the older PWLib
18 years ago
Tilghman Lesher c66921ec43 Document the return value of the update method (as requested on -dev list)
18 years ago
Doug Bailey a591301b89 Merged revisions 177035 manually from
18 years ago
Doug Bailey bf0b8526b1 Need to take into account the \0 terminator of the old string to determine the amount available.
18 years ago
Shaun Ruffell e731e26bee Several changes to codec_dahdi to play nice with G723.
18 years ago
Jeff Peeler de8f6bab86 Modify bridging to properly evaluate DTMF after first warning is played
18 years ago
Tilghman Lesher 7799945eb9 Backport change to 1.4:
18 years ago
Tilghman Lesher e891f2a92d After a 'sip reload', qualifies for realtime peers weren't immediately
18 years ago
David Vossel 03dd54be23 Fixes issue with AST_CONTROL_SRCUPDATE not being relayed correctly during bridging
18 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
18 years ago
Mark Michelson b30800adfb Remove unused variable and make dev-mode compilation happy
18 years ago
Mark Michelson 5ae664d5aa Open the DAHDI pseudo device and set it to be nonblocking atomically
18 years ago
David Vossel 1a00cbbf1d Fixes issue with AST_CONTROL_SRCUPDATE breaking out of native bridge
18 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.
18 years ago
Joshua Colp 22734e39dc Don't have the Via header stored as a stringfield as it can change often during the lifetime of a dialog.
18 years ago
Michiel van Baak db4dc67740 fix mis-spelling of the word registered.
18 years ago
Olle Johansson 4c3b9ccf3b format_ilbc does not depend on codec libraries and can therefore always be made. My mistake. Ursäkta!
18 years ago
Olle Johansson beaf6760c4 Disable format_ilbc.so by default, like codec_ilbc.so
18 years ago
Olle Johansson ada21a8039 Make sure that the debug line is not printed on debug level 0
18 years ago
Jason Parker 3cc3863d28 Zaptel is not DAHDI. Rather, Zaptel is actually Zaptel. (in case you're confused, DAHDI is still DAHDI)
18 years ago
Mark Michelson 3e0b36d9d0 Fix a potential crash situation when using IMAP voicemail
18 years ago
Mark Michelson 7accd1ec46 Fix a place where filestreams were not refcounted properly
18 years ago
Tilghman Lesher a13deff994 Fix crashes when receiving certain T.38 packets. Also, increase the maximum
18 years ago
Jeff Peeler 46963bc8b5 Fix ParkedCall event information for From field in the case of a blind transfer
18 years ago
Jeff Peeler 3e396d458a Fix crash in event of failed attempt to transfer to parking
18 years ago
Russell Bryant bfaa341f58 Don't send DTMF for infinite time if we do not receive an END event.
18 years ago
Philippe Sultan d045d36561 Set the initiator attribute to lowercase in our replies when receiving calls.
18 years ago
Joshua Colp 70f7c7e9cb Revert RTP changes for continuation of DTMF. Proxy commit by russell via SMS.
18 years ago