X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by lists.alpinelinux.org (Postfix) with ESMTP id 55865360F716 for ; Fri, 20 Nov 2009 07:09:06 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so261227eyf.19 for ; Thu, 19 Nov 2009 23:09:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=w+RrRbv6t7vZMlxB2uG7TCD62Zo/u+g6Rj5B/jFf74E=; b=NMWP7d2uCHUUQxAnljnRFkRRf3hVplZLYAco8b/iF2HI4FhyUzOX0mfCou3PrtUw5L F29RtOAJQ+W4COFIuATX6ivMELBDY/H3CwWTvNoyQ5l0Yy5UYKGKRAXo7Ohx1iK1gEcH vcKRSBLeeM3+MXbsXMQusH3RoEy3ib59lOYs0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=Khu86A0kD4Yaq7A8KCY1EQcervJRITUByurHKB/Dhlhy2p7uLGeEj+G13hkRnURlGX WW5iHMvvXLHkdlVE1tYMzdrQKDqjSWYD5qtqHb+QIoU3YB2fErLJG6qg1iybi3od5YRu hNnidrrXrEAy/fnb3HuVQDj54J9BFoK5Ckm1g= Received: by 10.213.1.7 with SMTP id 7mr2498871ebd.27.1258700945838; Thu, 19 Nov 2009 23:09:05 -0800 (PST) Received: from ?10.65.65.1? (220.173.34.95.customer.cdi.no [95.34.173.220]) by mx.google.com with ESMTPS id 10sm314676eyd.29.2009.11.19.23.09.04 (version=SSLv3 cipher=RC4-MD5); Thu, 19 Nov 2009 23:09:05 -0800 (PST) Subject: Re: [alpine-devel] kamailio kamctl script fixed for dbtext support From: Natanael Copa To: Francesco Cc: Ted Trask , alpine-devel@lists.alpinelinux.org In-Reply-To: <997906.61701.qm@web50203.mail.re2.yahoo.com> References: <150596.63398.qm@web50212.mail.re2.yahoo.com> <997906.61701.qm@web50203.mail.re2.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 20 Nov 2009 08:10:02 +0100 Message-ID: <1258701002.32209.937.camel@ncopa-desktop.nor.wtbts.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit On Thu, 2009-11-19 at 13:46 -0800, Ted Trask wrote: ... > > So, > to make this as clear as mud, the one line in > scripts/dbtext/kamailio/subscriber > (/usr/share/kamailio/dbtext/kamailio/subscriber on the device) should > be changed from: > > id(int,auto) username(string) domain(string) password(string) email_address(string) ha1(string) ha1b(string) rpid(string,null) > > to (adding the word 'null' in the email_address column definition): > > id(int,auto) > username(string) domain(string) password(string) > email_address(string,null) ha1(string) ha1b(string) rpid(string,null) > > And that should fix the problem. Francesco, care to make a new patch? Or do you want me to apply your original? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---