fifo_name
(string)fifo_mode
(integer)fifo_group
(integer)
fifo_group
(string)fifo_user
(integer)
fifo_group
(string)reply_dir
(string)reply_indent
(string)fifo_name
parameterfifo_mode
parameterfifo_group
parameterfifo_user
parameterreply_dir
parameterreply_indent
parameterThis is a module which provides a FIFO transport layer implementation for Management Interface.
The external commands issued via FIFO interface must follow the following syntax:
request = first_line argument*
first_line = ':'command_name':'reply_fifo'\n'
argument = (arg_name '::' (arg_value)? ) | (arg_value)
arg_name = not-quoted_string
arg_value = not-quoted_string | '"' string '"'
not-quoted_string = string - {',",\n,\r}
The following modules must be loaded before this module:
No dependencies on other OpenSER modules.
The following libraries or applications must be installed before running OpenSER with this module loaded:
none
fifo_name
(string)The name of the FIFO file to be created for listening and reading external commands.
Default value is NONE.
fifo_mode
(integer)Permission to be used for creating the listening FIFO file. It follows the UNIX conventions.
Default value is 0660 (rw-rw----).
fifo_group
(integer)
fifo_group
(string)Group to be used for creating the listening FIFO file.
Default value is the inherited one.
fifo_user
(integer)
fifo_group
(string)User to be used for creating the listening FIFO file.
Default value is the inherited one.
reply_dir
(string)Directory to be used for creating the reply FIFO files.
Default value is "/tmp/"
reply_indent
(string)Strings to be used for line indentation. As the MI data structure is tree oriendeted, the depth level will printed as indentation.
Default value is ""\t" (TAB)".
This is an example showing the FIFO format for the "get_statistics dialog: tm:" MI commad: response.
Take a look at http://www.openser-project.org/.
First at all check if your question was already answered on one of our mailing lists:
User Mailing List - http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Developer Mailing List - http://lists.openser-project.org/cgi-bin/mailman/listinfo/devel
E-mails regarding any stable OpenSER release should be sent to
<users@lists.openser-project.org>
and e-mails regarding development versions
should be sent to <devel@lists.openser-project.org>
.
If you want to keep the mail private, send it to
<team@lists.openser-project.org>
.
Please follow the guidelines provided at: http://sourceforge.net/tracker/?group_id=139143.