File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,17 +106,17 @@ def main():
106106 load_env_file (args .env_file )
107107
108108 if not args .type :
109- args .type = os .getenv ('OPENSIPS_MI_TYPE' , 'datagram ' )
109+ args .type = os .getenv ('OPENSIPS_MI_TYPE' , 'fifo ' )
110110 if not args .ip :
111111 args .ip = os .getenv ('OPENSIPS_MI_IP' , '127.0.0.1' )
112112 if not args .port :
113113 args .port = os .getenv ('OPENSIPS_MI_PORT' , 8080 )
114114 if not args .fifo_file :
115- args .fifo_file = os .getenv ('OPENSIPS_MI_FIFO_FILE' , '/tmp /opensips_fifo' )
115+ args .fifo_file = os .getenv ('OPENSIPS_MI_FIFO_FILE' , '/var/run/opensips /opensips_fifo' )
116116 if not args .fifo_fallback :
117- args .fifo_fallback = os .getenv ('OPENSIPS_MI_FIFO_FALLBACK' , '/tmp/opensips_fifo_fallback ' )
117+ args .fifo_fallback = os .getenv ('OPENSIPS_MI_FIFO_FALLBACK' , '/tmp/opensips_fifo ' )
118118 if not args .fifo_reply_dir :
119- args .fifo_reply_dir = os .getenv ('OPENSIPS_MI_FIFO_REPLY_DIR' , '/tmp/opensips_fifo_reply ' )
119+ args .fifo_reply_dir = os .getenv ('OPENSIPS_MI_FIFO_REPLY_DIR' , '/tmp/' )
120120
121121 if args .type == 'fifo' :
122122 fifo_args = {
You can’t perform that action at this time.
0 commit comments