Commit Graph

7204 Commits (ad0f8df5289a6f49cda27d21eb8b48bb0b898f30)
 

Author SHA1 Message Date
BJ Weschke c3b61adc5b Setting a retry of 0 is generally not a good idea and shouldn't be allowed. (#7574 - reported by regin)
19 years ago
Joshua Colp 1e21d7a537 Only wipe the redirected audio & video IP/port if it's specified, and trigger a reinvite.
19 years ago
Kevin P. Fleming abb4e3a3a4 put in proper fix for issue #7294 instead of the broken partial fix that was committed, and thereby also fix issue #7438
19 years ago
Joshua Colp c42a8d9b99 Finish up the last commit (was worse then originally reported)
19 years ago
Joshua Colp a5641b46de Don't treat an unexpected control subclass as voice (issue #7858 reported by PCadach)
19 years ago
Olle Johansson abfcb8d31e Issue #7572 - Hangup when receiving a buggy 487 response to an INVITE
19 years ago
Russell Bryant e174a3c762 Restore original functionality of 1.2 in places where ANI was not set, but was
19 years ago
Joshua Colp 6b466228c4 Properly handle an ETIMEDOUT result from pthread_cond_timedwait (issue #7318 reported by arkadia)
19 years ago
Olle Johansson 955aa04edc Issue 7822 - don't use SRV lookups if it's disabled.
19 years ago
Russell Bryant 41fad4887e clean up last commit ... most notably, there is no reason to do heap
19 years ago
Steve Murphy c6d94b0d89 Fixes for bug 7813, via patch submitted by stevens.
19 years ago
Steve Murphy c4f13b4c28 Removed from the docs the mention of the ! and =~ operators, as these
19 years ago
Steve Murphy 6daea8e8fb According to a note added to 7731 by mneuhauser, this
19 years ago
Matthew Fredrickson 640f0361b9 There, much better.
19 years ago
Matthew Fredrickson 3bfeacea91 Don't send proceeding twice (#7800)
19 years ago
Tilghman Lesher e83bbab1ec Text only - clarify the reason for entry into authentication mode when the skipuser option is ignored
19 years ago
Russell Bryant 034a919e1f Fix a few issues related to the handling of channel variables
19 years ago
Joshua Colp 761d98663f I can type english. Honest. Thanks Kenny.
19 years ago
Joshua Colp fac91f48ef Minor documentation fix to add the 'dynamic' dialplan option from angler
19 years ago
Tilghman Lesher 39e622f7cf Revert last change - breaks retrieval of builtin variables
19 years ago
Tilghman Lesher dad6bc4d32 Bug 7779 - Using initstate(3) means that we cannot unload this module once loaded.
19 years ago
Matt O'Gorman 4514a22df3 Move the load_modules call so that if a module needs
19 years ago
Tilghman Lesher c7a845c978 Reformat to match the contribution style of other contributors
19 years ago
Joshua Colp 379785c401 Turn media level c= parsing on by default (issue #7725 reported by psm)
19 years ago
Jason Parker d98055d875 Fix a bug with app_voicemail when trying to use app_directory to leave messages
19 years ago
Kevin P. Fleming 86b0330dc5 make a feeble attempt to avoid the 'how do I enable my hardware echo canceler' questions
19 years ago
Kevin P. Fleming 2650ee2f9a rename file per crichter's request
19 years ago
Christian Richter 71b348be1c This rather small ;-) commit merges the changes from my team branch 0.3.0 into t
19 years ago
Russell Bryant 2f5c21ded7 revert bogus change to attempt to fix bug 7506 which actually causes half of
19 years ago
Joshua Colp 3d759745f9 Use the last CDR entry instead of the first CDR entry for variable retrieving variables using the CDR dialplan function. (issue #7689 reported by voipgate)
19 years ago
Joshua Colp afedbd97af Make app_macro compile again
19 years ago
Steve Murphy 4098ad798d In app_macro, changed the previously changed upper recursion depth limit to a variable, default of the original val of 7. MACRO_RECURSION is a channel variable that will override the limit, but until I can understand and fix why this limit is neccessary, I am not advertising this variable in the docs. This fix mirrors the changes made in r40200 in trunk.
19 years ago
Kevin P. Fleming c3a46b712e don't allow AUEP responses to overflow the stack during a string copy (reported by Mu Security)
19 years ago
Russell Bryant 465207a28d use pbx_builtin_getvar_helper() so that GET VARIABLE can retrieve global
19 years ago
Steve Murphy f4e47e9b51 This revision fixes bug 7731, the inability for macros to be called more than one level deep in the 'h' extension.
19 years ago
Kevin P. Fleming 7b46b7133d add explicit listing of anthm's contributions (issue #7683)
19 years ago
Russell Bryant b740b45902 Increase the buffer size for the callid (issue #7675, reported by pssatcs)
19 years ago
Russell Bryant fdfc694ca3 Fix a crash reported to me by hads on IRC. This crash would occur with the use
19 years ago
Joshua Colp 1204f825d7 Reset our stream and vstream pointers back to NULL so that any generator that uses them (file based MOH) will not try to close them again. (issue #7668 reported by jmls)
19 years ago
Russell Bryant f4c24d5d62 Always generate a Newstate event in ast_setstate() instead of making it a
19 years ago
Russell Bryant e81646d2dd remove duplicate queue log entry when the caller exits on a timeout
19 years ago
Russell Bryant 54b8d83e4f don't advertise that this function can set a SIP header when it can only
19 years ago
Russell Bryant 183541b44d make sure the priv-callerintros directory exists before trying to create a file
19 years ago
Russell Bryant 66b15a3461 Fix an issue that would cause a NewCallerID manager event to be generated
19 years ago
Russell Bryant 5e3b7eec7d suppress a compiler warning about the usage of a potentially uninitialized variable
19 years ago
Joshua Colp a56f08e345 Treat the file as invalid if we have no valid formats for it (issue #7643 reported by KNK)
19 years ago
Tilghman Lesher 84ad1fe0f3 Bug 7648 - Checking wrong count for plurality on new messages for Dutch language
19 years ago
Kevin P. Fleming 8ddb00adaa fix brain-damage I introduced when trying to fix the CANCEL/BYE sending mechanism for pending INVITES
19 years ago
Kevin P. Fleming 4f3b40fe79 ensure that the 'feature digit timeout' value is taken into account when deciding how long the bridge should run (this fixes a problem report where a digit press that did not invoke a feature is never passed across the bridge)
19 years ago
Joshua Colp 83f9228c1d Close the stream when file based MOH stop. This won't get rid of their position in the file but it will cause the translation path to be setup again. (issue #7634 reported by asimpson)
19 years ago