When testing with the SIP CLI emulator you must enter account details, server details, etc. It would be nice if the tool could read the SIPconfig.xml file and pull server/credential information to make testing accounts easier
(In reply to Nick Clemens (kidclamp) from comment #0) > It would be nice if the tool could read the SIPconfig.xml file and pull > server/credential information to make testing accounts easier I think it's better if it reads base config (host, port, credential) from ENV instead. I do that in my private .Net SIP2 CLI client. It is quite useful. I can try to write a patch, if it is acceptable.