[OpenSIPS-Users] multiple socket_name on mi_datagram?

Jeff Pyle jpyle at fidelityvoice.com
Fri Mar 20 18:46:53 CET 2009


Hello,

Is it possible to have mi_datagram listen on more than one socket?  For
example, I need it to listen to a local socket for communication with
Mediaproxy¹s dispatcher, but I¹d like to open it on a udp socket for an
external management application.

If I configure it like this:

loadmodule "mi_datagram.so"
modparam("mi_datagram", "socket_name", "udp:ww.xx.yy.zz:2866")
modparam("mi_datagram", "socket_name", "/tmp/opensips.sock")

The local file works but the udp socket does not.



- Jeff




More information about the Users mailing list