From fc9441e0354908120e48ce9ee8bde480c411a680 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Fri, 26 Dec 2014 17:50:48 +0100 Subject: New cmd R: Create User-Agent from command line (same format as config) --- modules/account/account.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/account') diff --git a/modules/account/account.c b/modules/account/account.c index 9659bd0..4f87afe 100644 --- a/modules/account/account.c +++ b/modules/account/account.c @@ -65,7 +65,7 @@ static int account_write_template(const char *file) "[2001:df8:0:16:216:6fff:fe91:614c]:5070" ";transport=tcp>\n" "#\n" - "\n", login, pass, domain); + "#\n", login, pass, domain); if (f) (void)fclose(f); @@ -129,7 +129,7 @@ static int account_read_file(void) if (list_isempty(uag_list())) { warning("account: No SIP accounts found" - " -- check your config\n"); + " -- check your config or add an account using 'R' command\n"); return ENOENT; } -- cgit v1.2.3