Re: problem with cvs-20021114
Ignat Vassilev <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
--- Stipe Tolj <[email protected]> wrote: >> Date: Fri, 15 Nov 2002 11:56:10 +0100 >> From: Stipe Tolj <[email protected]> >> To: Ignat Vassilev <[email protected]> >> CC: kannel devel <[email protected]> >> Subject: Re: problem with cvs-20021114 >> > > >>> > Can you some body give me a point how will look >> >> >> "group = dlr-db" after > > >>> > the last changes in cvs. >>> > I have this error when I start the bearerbox. Is >> >> >> noting in userguide > > >>> > about field-boxc-id >>> > >>> > [root@zlobil gateway]# bearerbox-cvs-20021114 >> >> >> /etc/kannel/kannel.conf > > >>> > 2002-11-15 11:08:29 [0] INFO: Debug_lvl = -1, >> >> >> log_file = <none>, log_lvl = 0 > > >>> > 2002-11-15 11:08:30 [0] PANIC: Trying to fetch >> >> >> variable `field-boxc-id' > > >>> > in group `dlr-db', not allowed >> >> >> >> ok, my failt. Sorry. >> >> the 'field-boxc-id' is required for the >> smsbox-routing inside >> bearerbox. >> >> Simply add a field to your table with the name >> "boxc" (or whatever) >> and declare it in Kannel conf: >> >> group = dlr-db >> ... >> field-boxc-id = boxc >> >> That should fix your problem. I'll add this to the >> docs now. >> >> Stipe >> >> [email protected] >> > > ------------------------------------------------------------------- >> Wapme Systems AG >> >> Vogelsanger Weg 80 >> 40470 Düsseldorf >> >> Tel: +49-211-74845-0 >> Fax: +49-211-74845-299 >> >> E-Mail: [email protected] >> Internet: http://www.wapme-systems.de >> > > ------------------------------------------------------------------- >> wapme.net - wherever you are > > Hi Stipe thanks for your replay. I did the changes and I still have a problem. I upgrade to cvs-20021115 and I've god the same 'PANIC' 1. With 'field-boxc-id' [root@zlobil gateway]# bearerbox-cvs-20021115 /etc/kannel/kannel.conf 2002-11-18 09:53:18 [0] INFO: Debug_lvl = -1, log_file = <none>, log_lvl = 0 2002-11-18 09:53:19 [0] ERROR: Group 'dlr-db' may not contain field 'field-boxc-id'. 2002-11-18 09:53:19 [0] ERROR: Error found on line 158 of file `/etc/kannel/kannel.conf'. 2002-11-18 09:53:19 [0] PANIC: Couldn't read configuration from `/etc/kannel/kannel.conf'. 2. Without 'field-boxc-id' [root@zlobil gateway]# bearerbox-cvs-20021115 /etc/kannel/kannel.conf 2002-11-18 10:09:20 [0] INFO: Debug_lvl = -1, log_file = <none>, log_lvl = 0 2002-11-18 10:09:20 [0] PANIC: Trying to fetch variable `field-boxc-id' in group `dlr-db', not allowed. My group dlr-db is: group = dlr-db id = dlr-db table = dlr field-smsc = smsc field-timestamp = ts field-destination = destination field-service = service field-url = url field-mask = mask field-status = status field-source = source field-boxc-id = boxc Thanks Ignat