pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
freeswitch-core: Add MESSAGE | Fix TODO
Module Name: pkgsrc-wip
Committed By: Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By: angelmadames
Date: Wed May 31 05:11:01 2017 -0400
Changeset: 3a6ce213bee60ad2100085b24244430209427275
Modified Files:
freeswitch-core/TODO
Added Files:
freeswitch-core/MESSAGE
Log Message:
freeswitch-core: Add MESSAGE | Fix TODO
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3a6ce213bee60ad2100085b24244430209427275
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
freeswitch-core/MESSAGE | 21 +++++++++++++++++++++
freeswitch-core/TODO | 23 +++--------------------
2 files changed, 24 insertions(+), 20 deletions(-)
diffs:
diff --git a/freeswitch-core/MESSAGE b/freeswitch-core/MESSAGE
new file mode 100644
index 0000000000..4b5499186a
--- /dev/null
+++ b/freeswitch-core/MESSAGE
@@ -0,0 +1,21 @@
+===============================================================================
+* There are many modules that are not enabled by default. If they are required,
+ please manually enable them in ${WRKSRC}/modules.conf file. As for now,
+ some required by wip/fusionpbx (GUI interface) were included.
+ (You should deinstall, enable the modules, update your PLIST or
+ use CHECK-FILES=no and then install again)
+
+* The local_ip_v4 variable is used by sofia-sip module. However, automatic
+ detection of this value might fail after install. The workaround is
+ to manually set the local_ip_v4 value in vars.xml, usually located at:
+ ${PREFIX}/etc/freeswitch/vars.xml.
+ Example:
+ <X-PRE-PROCESS cmd="set" data="local_ip_v4=[yo.ur.i.p]"/>
+
+* The event_socket_module by default has an IPv6 configuration, therefore,
+ it is unable to load properly. Please set your IP address or '0.0.0.0' in
+ the event_socket.conf.xml file inside conf_dir/autoload-configs/ directory.
+
+* If you are willing to spend some time installing a GUI interface, you might
+ want to check wip/fusionpbx. Highly recommended.
+=============================================================================
diff --git a/freeswitch-core/TODO b/freeswitch-core/TODO
index 2f96eca562..bfdeed179a 100644
--- a/freeswitch-core/TODO
+++ b/freeswitch-core/TODO
@@ -1,25 +1,8 @@
* There are some bundled libs that are currently imported to pkgsrc & pkgsrc-wip.
- Nevertheless, these bundled libs, from what I could see, are modified by upstream.
+ Nevertheless, these bundled libs are patched by upstream developers.
I ran into many errors while integrating pkgsrc libs instead of the bundled ones.
- Thus, further work needs to be done to make them work.
-
-* There are many modules that are not enabled by default. If an user requires them,
- they have to be manually enabled in ${WRKSRC}/modules.conf file. As for now,
- defaults are enabled + some required by wip/fusionpbx (GUI interface).
-
-* Once installed, FS is unable to identify the local_ip_v4 value.
- Meaning sofia-sip moduel cannot bind to an interface. The temporary workaround is,
- to manually set the local_ip_v4 value in conf_dir/vars.xml.
- Example: <X-PRE-PROCESS cmd="set" date="local_ip_v4=[yo.ur.i.p]"/>
-
-* The event_socket_module, which is the one fs_cli connects to,
- by default has an IPv6 configuration, therefore it is unable to load
- properly. You'll need to set to your local IP or 0.0.0.0 un the
- event_socket.conf.xml file inside autoloads/configs directory.
-
-* If you are willing to use FusionPBX as GUI, you'll need to copy
- the scripts from FusionPBX to FS. Also, you may need to copy
- FusionPBX templates, depending on your configuration scheme.
+ Thus, further work needs to be done to make them work or bundled libs are
+ unavoidable.
* Use of CONF_FILES framework to avoid pkglint errors.
Home |
Main Index |
Thread Index |
Old Index