|
@@ -99,9 +99,11 @@ rplnamebase=kamailio_rpc_reply.fifo
|
|
|
rpldir=/tmp
|
|
|
|
|
|
; srvaddr - where kamailio is listening for JSONRPC socket commands
|
|
|
-; - it has to be a path to unix socket file or udp:ipaddr:port
|
|
|
+; - it has to be a path to unix socket file, udp:ipaddr:port
|
|
|
+; or tcp:ipaddr:port
|
|
|
srvaddr=/var/run/kamailio/kamailio_rpc.sock
|
|
|
; srvaddr=udp:127.0.0.1:9062
|
|
|
+; srvaddr=tcp:127.0.0.1:9062
|
|
|
|
|
|
; rcvaddr - where kamcli is listening for the JSONRPC responses
|
|
|
; - it has to be a path to unix socket file or udp:ipaddr:port
|