Hi. Is there a tool like wget for SIP? Seems like it could be useful at least for testing and admin scripts.
I know that SER has fifo on server. Is there some trivial way to use it from a remote machine?
Thanks, John.
At 02:10 AM 12/16/2004, JOHN J. BARTON wrote:
Hi. Is there a tool like wget for SIP? Seems like it could be useful at least for testing and admin scripts.
sipsak may be used to some extent for this purpose. My favorite uses of it are SIP traceroute mode and availability checks with Nagios.
I know that SER has fifo on server. Is there some trivial way to use it from a remote machine?
I recall that Juha (cc) wrote a remote wrapper but do not recall its status unfortunately.
-jiri
Jiri Kuthan writes:
I know that SER has fifo on server. Is there some trivial way to use it from a remote machine?
I recall that Juha (cc) wrote a remote wrapper but do not recall its status unfortunately.
yes, there is a fifo server implementation in utils/fifo_relay directory. it listens fifo commands coming from remote hosts over tcp and forwards them to ser. in order to use it, you need to implement a client that sends fifo requests to the server.
-- juha