File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
</para >
97
97
<para >
98
98
<emphasis >
99
- Default value is NONE .
99
+ Default value is "/tmp/opensips_fifo" .
100
100
</emphasis >
101
101
</para >
102
102
<example >
103
103
<title >Set <varname >fifo_name</varname > parameter</title >
104
104
<programlisting format =" linespecific" >
105
105
...
106
- modparam("mi_fifo", "fifo_name", "/tmp/opensips_fifo ")
106
+ modparam("mi_fifo", "fifo_name", "/tmp/opensips_b2b_fifo ")
107
107
...
108
108
</programlisting >
109
109
</example >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ static int mi_destroy(void);
49
49
50
50
/* FIFO server vars */
51
51
/* FIFO name */
52
- static char * mi_fifo = 0 ;
52
+ static char * mi_fifo = "/tmp/opensips_fifo" ;
53
53
/* dir where reply fifos are allowed */
54
54
static char * mi_fifo_reply_dir = DEFAULT_MI_REPLY_DIR ;
55
55
static int mi_fifo_uid = -1 ;
You can’t perform that action at this time.
0 commit comments