Hi,

On Nov 25, 2010, at 10:06 AM, ha do wrote:
and opensips.cfg with fifo config
# ----- mi_fifo params -----
modparam("mi_fifo", "fifo_name", "/tmp/opensips_fifo")
modparam("mi_fifo", "fifo_mode", 0600)
modparam("mi_fifo", "fifo_group", 0)
modparam("mi_fifo", "fifo_group", "root")
modparam("mi_fifo", "fifo_user", 0)
modparam("mi_fifo", "fifo_user", "root")

and the callcontrol config.ini
[CallControl]
group           = root
[OpenSIPS]
socket_path = /tmp
;max_connections = 10 -- does it disconnect 10 calls in 1 time, if i need 100
terminated i need to increase to 100, right???

how to fix the issue
Try using socket_path=/tmp/socket in config.ini. The socket path should match the "mi_datagram" ,"socket_name"
 in the opensips config.

Tijmen de Mes
AG Projects


_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to