sip-lab 1.12.35 → 1.12.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ #ifndef __SIPLAB_CONSTANTS_H__
2
+ #define __SIPLAB_CONSTANTS_H__
3
+
4
+ #define FAX_FLAG_TRANSMIT_ON_IDLE 1
5
+
6
+ #endif /* __SIPLAB_CONSTANTS_H__ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sip-lab",
3
- "version": "1.12.35",
3
+ "version": "1.12.36",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -32,6 +32,7 @@
32
32
  "index.js",
33
33
  "binding.gyp",
34
34
  "build_deps.sh",
35
+ "include",
35
36
  "src",
36
37
  "README.md",
37
38
  "DEV.md",