Commit Graph

11881 Commits (19fc56c14dfb5ed36acb606e3732b4973d8a02e1)
 

Author SHA1 Message Date
Joshua Colp 19fc56c14d Close the audio file before sending it to the post processing application.
18 years ago
Kevin P. Fleming daea9fd8e8 when parsing application options that take arguments, don't indicate that the option was supplied unless a non-zero-length argument was found for it
18 years ago
Mark Michelson 5efa50746e Revert vmu->email back to an empty string if it was empty when imap_store_file
18 years ago
Joshua Colp c93621d1ec If channel allocation fails because the alert pipe could not be created also free the scheduler context.
18 years ago
Joshua Colp 1884c603d6 When unloading app_meetme destroy any auto created contexts created by SLA.
18 years ago
Tilghman Lesher 095108273b We previously attempted to use the ESCAPE clause to set the escape delimiter to
18 years ago
Tilghman Lesher 7808fb44f1 Free some frames that would otherwise leak on error.
18 years ago
Tilghman Lesher e671cb909d Currently, zero-length voicemail messages cause a hangup in VoicemailMain.
18 years ago
Tilghman Lesher 540a2c7098 Up until this point, the XML output of the manager has been technically
18 years ago
Tilghman Lesher 528dd04ecb Use ESCAPE clause for the first parameter, not just 2nd-Nth parameters.
18 years ago
Russell Bryant 53c77e38f4 mvanbaak pointed out a spelling error in this sample configuration file. While
18 years ago
Mark Michelson ddc5bf5b47 Fix a small error I made in my previous commit
18 years ago
Mark Michelson d105c24a57 Changing an inaccurate debug message to be less inaccurate. Under the circumstances, this
18 years ago
Terry Wilson 9c29d80d70 If a channel gets masqueraded in the middle of a park, don't play the
18 years ago
Kevin P. Fleming a90e90384c re-doxygen some comments
18 years ago
Kevin P. Fleming 337fb0c37f bring back compile-option checking when loading modules, only this time use a string-based storage and comparison mechanism because it is easier to support on other platforms
18 years ago
Mark Michelson da4933e657 According to comments in main/pbx.c, it is essential that if we are going to lock
18 years ago
Steve Murphy 8a1f941a17 closes issue #11324; break statements missing in switch cases.
18 years ago
Christian Richter be20960013 added RR patch from iroot #10908, thanks.
18 years ago
Joshua Colp 34a3095877 Print out the correct filename (features.conf) in the log message when parkpos options are incorrect.
18 years ago
Joshua Colp 1bd082719f Clarify documentation a bit, include that a frame has to pass through the core in order for the Local channel optimization to happen.
18 years ago
Russell Bryant 12d60508f3 Temporarily revert revision 89325, which added md5 magic for keeping track of
18 years ago
Kevin P. Fleming 22b119d188 To help combat problems where people build external modules (asterisk-addons or others) and then change the build options of the Asterisk build in a way that makes the incompatible without warning, this commit introduces an MD5 signature of the important build-time options and includes that signature into modules when they are built. When the loader loads one of these modules and notices the problem, it will emit a warning to console and refuse to initialize the module, as doing so could cause the system to be unstable or even crash.
18 years ago
Mark Michelson 891b3bab2a Make realtime queues accessible from the QUEUE_MEMBER_COUNT function.
18 years ago
Tilghman Lesher 92d1018c2a Start Asterisk in Debian at a more reasonable time (since zaptel is at level 20)
18 years ago
Tilghman Lesher 245abfa1c2 Fix an uninitialized memory read found by valgrind
18 years ago
Tilghman Lesher f39db73930 Yet another memory corruption issue.
18 years ago
Russell Bryant bd5b8a4014 Update the SLAStation application to account for the case where the SLA thread
18 years ago
Mark Michelson 1fece3bb67 Undoing previous commit since I realize it was wrong
18 years ago
Mark Michelson 88f847869d Adding a missing mutex unlock.
18 years ago
Olle Johansson 9d3be20a0d Don't send re-invites during pending INVITE transactions.
18 years ago
Olle Johansson fc49ddab3a Improve support for multipart messages. Code by gasparz, changes
18 years ago
Tilghman Lesher 1af09c5f9d When a recording ends with '#', we are improperly trimming an extra 200ms from the recording.
18 years ago
Joshua Colp f3f12761ba Return the proper value when the srv_callback function executes properly.
18 years ago
Jason Parker fb0bb38fc4 Fix building on newer systems which require a third arg to open() when using O_CREAT.
18 years ago
Jason Parker b0e9d400ff Revert change from revision 67064.
18 years ago
Tilghman Lesher 4332b72082 If we set a value for qualify, we should actually pay attention to it, instead of overriding the value
18 years ago
Mark Michelson dc6e3e9d5d Reverting commit made in revision 89205 since it is unnecessary.
18 years ago
Tilghman Lesher feed493993 Debugging is running into the 16-lock limit. Increase to avoid.
18 years ago
Mark Michelson 4155b5f984 Some sanity checking for MixMonitor. If only 1 argument is given, then the args.options
18 years ago
Jason Parker 05df1092da Fix a typo pointed out by De_Mon on #asterisk-dev
18 years ago
Tilghman Lesher 472eb33648 If two config writes collide, file corruption could result. Use a mkstemp() file, instead.
18 years ago
Tilghman Lesher 1a052e0498 Fix two cases of memory corruption caused by background threads.
18 years ago
Christian Richter c2c1e68238 if we're NT and no number was dialed and overlapdial is set, we wait for the ISDN timeout instead of starting our own timer. added a comment for the misdn.conf.sample for the overlapdial config option.
18 years ago
Christian Richter 4e52dc67dc added restart all interfaces Restart_Indicator, to automatically send a RESTART after the L2 of a PTP Port comes up. Also fixed some places where we have send a RELEASE without need for it.
18 years ago
Christian Richter 472f7a471c fixed a state/event issue with overlapdial=yes when no extension matched. removed the general sending of a RELEASE_COMPLETE when we receive a RELEASE, this is done by mISDNuser/mISDN. This makes it possible to use asterisk-1.4 with mISDN trunk, but requires users of mISDN/mISDNuser-1.1.X to upgrade to at least mISDNuser-1.1.6 (when using the NT mode at all)
18 years ago
Christian Richter ad50f139c4 fixed the support for CW and therefore for the reject_cause option.
18 years ago
Christian Richter 57ccb76df1 aded ntkeepcalls option, to avoid droÃpping calls when the L2 goes down on a PTP link. There are some pbx which do turn off the L1 for a very short while and restart it immediately. normally T310 should be started and after 10 seconds or so the calls should be dropped, this is a simple fix wihtout this timer.
18 years ago
Jason Parker 76aa7c3767 Properly say the seconds here..
18 years ago
Mark Michelson 3b75ff9010 Rework of the commit I made yesterday to use the already built-in
18 years ago