File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,9 @@ fifo used for the reply from OpenSIPS (Default: `/tmp`)
133133(Default: ` http://127.0.0.1:8888/mi ` ).
134134* ` datagram_ip ` : The default IP used when ` datagram ` ` communication_type ` is used (Default: ` 127.0.0.1 ` )
135135* ` datagram_port ` : The default port used when ` datagram ` ` communication_type ` is used (Default: ` 8080 ` )
136- * ` datagram_unix_socket ` : The default unix socket used when ` datagram ` ` communication_type ` is used (Default: ` /tmp/opensips.sock ` )
136+ * ` datagram_timeout ` : Timeout for Datagram Socket.
137+ * ` datagram_buffer_size ` : Buffer size for Datagram Socket.
138+ * ` datagram_unix_socket ` : Unix Domain Socket to use instead of UDP.
137139
138140Each module can use each of the parameters above, but can also declare their
139141own. You can find in each module's documentation page the parameters that they
Original file line number Diff line number Diff line change 6767 "url" : "http://127.0.0.1:8888/mi" ,
6868 "datagram_ip" : "127.0.0.1" ,
6969 "datagram_port" : "8080" ,
70- "datagram_unix_socket" : "/tmp/opensips.sock" ,
70+ "datagram_timeout" : "1" ,
71+ "datagram_buffer_size" : "65535" ,
7172
7273 # database module
7374 "database_url" : "mysql://opensips:opensipsrw@localhost" ,
Original file line number Diff line number Diff line change 1717## along with this program. If not, see <http://www.gnu.org/licenses/>.
1818##
1919
20- __version__ = '0.3.2 '
20+ __version__ = '0.3.3 '
2121
2222# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
You can’t perform that action at this time.
0 commit comments