File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ 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 ` )
136137
137138Each module can use each of the parameters above, but can also declare their
138139own. 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" ,
7071
7172 # database module
7273 "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.1 '
20+ __version__ = '0.3.2 '
2121
2222# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
You can’t perform that action at this time.
0 commit comments