We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d628d6f commit d7ead08Copy full SHA for d7ead08
ChangeLog
@@ -1,3 +1,20 @@
1
+2012-05-02 paul white <[email protected]>
2
+
3
+ * engines/engine.php:
4
+ * sources/source.php: Added stderr redirection of 'which' commands to
5
+ null. This stops the 'command not found' asterisk log messages.
6
7
+ * engines/swift.engine.php: Use 'which' to find the location of the
8
+ asterisk binary, before checking for the app_swift application. On some
9
+ systems, it doesn't seem to be in the default PATH. If not found in the
10
+ default PATH, the AMPBIN directory is checked.
11
12
+ * sources/url.source.php: Added more specific debug messages for when
13
+ fetching a URL fails.
14
15
+ * module.xml: Bumped version to 2.0.0.3, and updated changelog.
16
17
18
2012-04-28 paul white <[email protected]>
19
20
* play_audio.php:
0 commit comments