Closed GoogleCodeExporter closed 9 years ago
Fixed in SVN r51.
Added a new -s or --siphost command line option to specify the listening SIP IP
address, which is used when creating the SIP User object. The reason for
separating this from -i option for listening RTMP IP address is that in some
scenarios when siprtmp is running locally on the same host, you may want to
receive RTMP connection only on local host for security reason and allow SIP
connection to other hosts. Hence you can start siprtmp.py with -i 127.0.0.1 -s
192.1.2.3 where '192.1.2.3' is your actual IP address. (or just leave -s option
to bind to 0.0.0.0).
This does not really handle multiple IP interfaces, but allows the user to
select one IP address if there are multiple.
Original comment by voiprese...@gmail.com
on 13 Mar 2011 at 8:01
Original issue reported on code.google.com by
kundan10
on 10 Mar 2011 at 10:21