Re: [SR-Users] Cannot send request to OpenSIPS

2016-11-02 Thread Giovanni Maruzzelli
You may uncomment that part of config on mediaproxy.ini, then let kamailio load mi_datagram module with parameters that match that same socket. Eg: mi_datagram socket in kamailio == [OpenSIPS] socket path in mediaproxy mediaproxy socket in kamailio == [Dispatcher] socket path in mediaproxy -gio

Re: [SR-Users] Cannot send request to OpenSIPS

2016-11-02 Thread Laura
Yes Giovanni.. Of course it was referred to Internal Dispatcher of mediaproxy and not to the kamailio module. On Kamailio i have configured the socket here modparam("mediaproxy", "mediaproxy_socket", "/var/run/mediaproxy/dispatcher.sock") modparam("mediaproxy", "mediaproxy_timeout", 500) and ov

Re: [SR-Users] Cannot send request to OpenSIPS

2016-11-02 Thread Giovanni Maruzzelli
You can find the Kamailio parameter to tweak here: http://kamailio.org/docs/modules/4.4.x/modules/mediaproxy.html#idp27686148 (you were referring to mediaproxy internal dispatcher, I had understood dispatcher module). -gi

Re: [SR-Users] Cannot send request to OpenSIPS

2016-11-02 Thread Giovanni Maruzzelli
Dear Laura, you probably are trying to use a config file made for OpenSIPS on Kamailio. Also, you probably do not have configured the correct paths for socket (fifo, etc?) in it. Dispatcher has nothing to do with mediaproxy. Eg, a lot of confusion here. You better start from Kamailio config fi