Mmmnrgg. 

gateway-1.3.2rc1.tar.bz2 from kannel.org ?
do ls -al on smsbox and bearerbox binaries you run
 
 ~/src/kannel/gateway-1.3.2rc1/$ ls -al gw/smsbox gw/bearerbox 
/usr/local/sbin/[bs]*box
-rwxrwxr-x    1                     761161 Nov 11 11:56 gw/bearerbox
-rwxrwxr-x    1                     386897 Nov 11 11:56 gw/smsbox
-rwxr-xr-x    1                     775182 Jul 19 15:18 
/usr/local/sbin/bearerbox
-rwxr-xr-x    1                     387127 Jul 19 15:18 /usr/local/sbin/smsbox


maybe grep the code to confirm dlr-url stuff


kannel/gateway-1.3.2rc1/$ grep dlr-url gwlib/*
gwlib/cfg.def:    OCTSTR(default-dlr-url)
gwlib/cfg.def:    OCTSTR(dlr-url)
gwlib/cfg.def:    OCTSTR(dlr-url)
gwlib/cfg.def:    OCTSTR(dlr-url)
Binary file gwlib/cfg.o matches

kannel/gateway-1.3.2rc1/$ grep dlr-url gw/*
Binary file gw/bearerbox matches
Binary file gw/smsbox matches
gw/smsbox.c:    get_tag(tmp, octstr_imm("dlr-url"), dlr_url, 0, 0);
gw/smsbox.c:    dlr_url = http_cgi_variable(args, "dlr-url");
gw/smsbox.c:        warning(0, "<dlrurl> field used and deprecated. Please use 
dlr-url instead.");
Binary file gw/smsbox.o matches
gw/urltrans.c:   *   * username, password, dlr-url, account - nonsense to send
gw/urltrans.c:  ot->dlr_url = cfg_get(grp, octstr_imm("dlr-url"));
gw/urltrans.c:  ot->dlr_url = cfg_get(grp, octstr_imm("dlr-url"));
Binary file gw/urltrans.o matches
Binary file gw/wapbox matches
gw/wap_push_ppg.c:     ppg_dlr_url = cfg_get(grp, 
octstr_imm("default-dlr-url"));
Binary file gw/wap_push_ppg.o matches
gw/wap_push_ppg_pushuser.c:    u->dlr_url = cfg_get(grp, octstr_imm("dlr-url"));
Binary file gw/wap_push_ppg_pushuser.o matches


something simple must be wrong ...

?

James.


On Thu, Nov 11, 2004 at 06:02:05PM +0530, shyam kumar wrote:
> Hi james/dear all
> the version i am working is 1.3.2 and the mysql using is 4.0.17 the
> configuration went off smoothly 
> and without mysql its working fine receiving sms and sending sms
> but when i use the storage as mysql the error is coming.
> 
> gw]$ ./smsbox testkannel.conf
> 2004-11-11 17:34:54 [3255] [0] INFO: Debug_lvl = -1, log_file = <none>,
> log_lvl = 0
> 2004-11-11 17:34:54 [3255] [0] DEBUG: Kannel smsbox version `1.3.2'.
> Build `Nov 10 2004 17:38:39', compiler `3.2.3 20030502 (Red Hat Linux
> 3.2.3-20)'.
> System Linux, release 2.4.21-4.EL, version #1 Fri Oct 3 18:13:58 EDT
> 2003, machine i686.
> Hostname td76, IP 127.0.0.1.
> Libxml version 2.5.10.
> Compiled with MySQL 4.0.17, using MySQL 4.0.17.
> Using native malloc.
> 
> 
> 

Reply via email to